aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
Commit message (Collapse)AuthorAgeFilesLines
* require ext-sodium, dump composer autoload and a minor js fixMario2024-01-051-0/+1
|
* composer add mmccook/php-json-canonicalization-schemeMario2024-01-031-1/+2
|
* comÃposer add tephenhill/base58Mario2024-01-031-1/+2
|
* use new lang detect library which supports much more languagesMario2023-10-071-1/+2
|
* composer update bootstrapMario2023-10-051-0/+1
|
* update bootstrap to version 5.3Mario2023-06-021-1/+1
|
* update bootstrapMario2023-04-281-1/+1
|
* port totp mfa from streams with some adjustionsMario2023-03-081-1/+3
|
* native dark theme initial checkinMario2023-01-201-1/+1
|
* composer update michelf/php-markdownMario2022-10-121-1/+1
|
* Revert "update composer libs"Mario2022-10-111-1/+1
| | | | This reverts commit 5e5f0aa955d86743a14531bed98501b59140ab1f.
* update composer libsMario2022-10-111-1/+1
|
* more ci testingMario2022-02-111-2/+0
|
* more ci testingMario2022-02-111-0/+2
|
* we do not actually require this for the testsMario2022-02-111-2/+0
|
* bump php versionMario2022-02-111-1/+1
|
* composer update smarty to version 4.1Mario2022-02-111-1/+1
|
* install urlify via composerMario2021-10-221-1/+2
|
* upgrade to bootstrap 5.0.1 and first batch of fixesMario2021-06-071-1/+1
|
* composer update commerceguys/intl to version 1.1.0Mario2021-06-051-1/+1
|
* composer update league/html-to-markdownMario2021-06-051-1/+1
|
* get devHilmar R2021-03-011-2/+6
|
* update composer libsMario2020-11-271-1/+1
|
* add dms/phpunit-arraysubset-assertsMario2020-11-261-1/+2
|
* try phpunit 9, remove dbunit (not compatible and abandoned), re-enable xdebugMario2020-11-261-75/+77
|
* update php-mockMario2020-11-261-1/+2
|
* update phpunitMario2020-11-261-1/+1
|
* another bulk of composer updatesMario2019-11-101-4/+4
| | | (cherry picked from commit 6685381fd8db507493c3d7c1793f8c05c681bbce)
* update bootstrap to version 4.3.1Mario Vavti2019-05-101-1/+1
|
* Revert "dbunit does not work wirh phpunit v 8.1.3 - try 7.5.9"Mario2019-04-251-1/+1
| | | This reverts commit 8401e9c2b4bca3bf19eb7590f827b7169f4647d9
* dbunit does not work wirh phpunit v 8.1.3 - try 7.5.9Mario Vavti2019-04-251-1/+1
|
* add phpmd and phpcs to require-devMario2019-03-171-1/+3
|
* update imagesloaded to version 4.1.4 via composerMario2018-11-251-1/+2
|
* yet another blueimp vulnerability. Move to composer.Mike Macgirvin2018-10-311-1/+2
|
* install bootstrap via composerMario Vavti2018-09-071-1/+2
|
* update composer libs and add ramsey/uuidMario Vavti2018-08-281-1/+2
|
* Update github.com git repo URLs with framagit.org URLsAndrew Manning2018-06-081-3/+3
|
* Fix composer.json for recent composer.Klaus Weidenbach2018-05-091-4/+3
| | | | | The old composer.json is not valid anymore. Make it work with current composer binaries again.
* install smarty via composer and update other php libsMario Vavti2017-12-181-1/+2
|
* Update classmap caches and add phpunit/dbunit.Klaus Weidenbach2017-12-171-2/+3
| | | | | | In preparation for DB unit tests add phpunit/dbunit and update dev libraries. Update autoload classmap caches.
* Add ID3Parser library.Klaus Weidenbach2017-11-201-1/+2
| | | | https://github.com/LukasReschke/ID3Parser.git
* :arrow_up: Update intl library.Klaus Weidenbach2017-10-291-1/+2
| | | | | Update intl library from v0.4? (2014) to v0.7.4 (2016). Use global composer autoloader now.
* :arrow_up: Update Text_LanguageDetect.Klaus Weidenbach2017-10-291-1/+2
| | | | | | | | Update from v0.3.0 (2012) to v1.0.0 (2017) which should remove some warnings and improve PHP7 support. Using composer to handle this PEAR library now. Fix a problem in FeedutilsTest.
* Add optimize-autoloader to composer config.Klaus Weidenbach2017-07-061-1/+2
|
* :arrow_up: Update dev libraries.Klaus Weidenbach2017-05-241-1/+1
| | | | phpunit 6.1, behat, etc.
* Replace Mardownify library with html-to-markdown library.Klaus Weidenbach2017-05-231-2/+2
|
* :arrow_up: Update SimplePie library to 1.5.Klaus Weidenbach2017-05-041-1/+1
| | | | | There is a new stable release, so upgrade from the dev branch to the new 1.5 release.
* :arrow_up: Update SimplePie library.Klaus Weidenbach2017-04-151-2/+7
| | | | | | | | | | | As a follow up to issue #699 update SimplePie from 1.2.1-dev (around 6years old) to current git master (1.4.4-dev). We use the master branch until the next release because it contains our patch for enclosure titles already. The other patches in the library from us can be done by configuring the SimplePie object in our code instead. Used composer to manage this library and use class autoloading. Add some unit tests for include/feedutils.php, but the interesting parts are unfortunately not testable with the current code.
* :arrow_up: Update HTML Purifier library.Klaus Weidenbach2017-03-261-1/+2
| | | | | Updated HTML Purifier from 4.6.0 to 4.9.2 with better PHP7 compatibility. Used composer to manage this library.
* :arrow_up: Update bshaffer/oauth2-server-php library.Klaus Weidenbach2017-03-201-1/+2
| | | | | Manage oauth2-server-php library with composer. Folder ./library/oauth2/ can be removed and includes removed with autoloading.