aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
Commit message (Collapse)AuthorAgeFilesLines
* Add PHPStan as a developer dependency.Harald Eilertsen9 days1-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPStan is a static PHP code analyzer that's aimed at finding actual bugs in the code. Where PHP Code Sniffer is about codeing standards, PHPStan is about correctness of code. The provided configuration file (`phpstan.neon.dist`) is configured to use the _lowest_ level of checks that PHPStan will report on. See https://phpstan.org/user-guide/rule-levels for information about the various rule levels. Run an analysis of the code base like this: % ./vendor/bin/phpstan It will output any found issues to stdout. You can also run it like this: % ./vendor/bin/phpstan --error-format=raw > phpstan.log This will give you an output file in a format that's suitable for use with typical editors for mapping errors to source locations.
* Update php-epub-meta and use composer for dep handling.Harald Eilertsen13 days1-1/+2
| | | | | | Note that we upgrade to the 2.x branch of the dependency, as the 3.x branch requires PHP version 8.2 or later. There's no reason for us to move our minimum supported version of PHP just yet.
* Don't autoload test cases using composer.Harald Eilertsen2024-09-241-5/+0
| | | | | | | Introduces a bootstrap file that ensures that the base test case classes are loaded and available instead. This reduces the number of warnings when running composer install.
* this will be a longer journey - we will start to use bootstrap icons now ↵Mario2024-07-231-2/+3
| | | | since forkawesome is dead
* Upgrade test framework to PHPUnit 10.5Harald Eilertsen2024-05-271-3/+3
|
* more composer weirdnessMario2024-03-161-7/+1
|
* Revert "another attmpt to install streams/php-jcs via composer"Mario2024-03-161-3/+3
| | | This reverts commit 5af3c3577843a6f65c402c27607edca98233c08e
* another attmpt to install streams/php-jcs via composerMario2024-03-151-3/+3
|
* revert adding of zip and bump composer php version to 8.1Mario2024-03-141-2/+1
|
* Revert "next try to use the streams php-jcs library until the floats issue ↵Mario2024-03-141-3/+4
| | | | | | will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151" This reverts commit 70dfce356b949dce00dba534536be994b1d7761d.
* next try to use the streams php-jcs library until the floats issue will be ↵Mario2024-03-141-4/+3
| | | | fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151
* Revert "use the streams php-jcs library until the floats issue will be fixed ↵Mario2024-03-141-2/+2
| | | | | | upstream. see here for reference https://codeberg.org/streams/streams/issues/151" This reverts commit 81ce67df942d4bf378814677268fe03a29ecc028.
* Revert "revert addition of zip"Mario2024-03-141-0/+1
| | | | This reverts commit 55532c7cb1fee208893fc13c372acf703830529b.
* revert addition of zipMario2024-03-141-1/+0
|
* lets try thisMario2024-03-141-0/+1
|
* use the streams php-jcs library until the floats issue will be fixed ↵Mario2024-03-141-2/+2
| | | | upstream. see here for reference https://codeberg.org/streams/streams/issues/151
* Revert "composer update and use the fixed streams php-jcs library until the ↵Mario2024-03-141-2/+2
| | | | | | floats issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151" This reverts commit 6bf61dfa6b585db01b607a79bd64ec9c583a9c10.
* composer update and use the fixed streams php-jcs library until the floats ↵Mario2024-03-141-2/+2
| | | | issue will be fixed upstream. see here for reference https://codeberg.org/streams/streams/issues/151
* update composer libsMario2024-03-061-1/+1
|
* require the intl extension forMario2024-02-141-0/+1
|
* custom sass bootstrap builds for channels and siteMario2024-02-101-1/+2
|
* Remove behat as dev dependency.Harald Eilertsen2024-01-071-3/+1
| | | | | | | | | As the Symphony\Yaml stuff disappeared with behat, we need another way to load read the yaml files with database fixtures for the integration tests. As the php yaml extension is not distributed with PHP by default, this creates it as another dev dependency!
* require bcmath or gmp extensionMario2024-01-061-0/+1
|
* 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
|