File tree Expand file tree Collapse file tree 3 files changed +249
-183
lines changed Expand file tree Collapse file tree 3 files changed +249
-183
lines changed Original file line number Diff line number Diff line change 1616 "symfony/finder" : " ^3.0 || ^4.0 || ^5.0"
1717 },
1818 "require-dev" : {
19- "johnkary/phpunit-speedtrap" : " ^3.1 .0" ,
20- "phpunit/phpunit" : " ^7 .5.20 || ^8.5.2 "
19+ "johnkary/phpunit-speedtrap" : " ^3.2 .0" ,
20+ "phpunit/phpunit" : " ^8 .5.2 || ^9.0.1 "
2121 },
2222 "autoload" : {
2323 "psr-4" : {
Original file line number Diff line number Diff line change 2525 "scripts" : {
2626 "analyse" : [
2727 " composer validate --strict --working-dir=.." ,
28+ " composer outdated --ignore=php-cs-fixer/diff --strict" ,
2829 " composer normalize --dry-run ../composer.json" ,
2930 " composer-require-checker check ../composer.json" ,
3031 " phpcs --exclude=Generic.Files.LineLength --report-full --standard=PSR2 ../src ../dev-tools/src ../tests" ,
You can’t perform that action at this time.
0 commit comments