File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1919
2020 - name : " Install Composer dependencies"
2121 run : |
22- composer install --prefer-dist --no-progress --no-suggest --no- interaction --optimize-autoloader
22+ composer install --prefer-dist --no-progress --no-interaction --optimize-autoloader
2323
2424 - name : " Run PHPStan"
2525 run : vendor/bin/phpstan analyse --no-progress --error-format=checkstyle | cs2pr
4141
4242 - name : " Install Composer dependencies"
4343 run : |
44- composer install --prefer-dist --no-progress --no-suggest --no- interaction --optimize-autoloader
44+ composer install --prefer-dist --no-progress --no-interaction --optimize-autoloader
4545
4646 - name : " Run PHP-CS-Fixer"
4747 run : vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no --format=checkstyle | cs2pr
Original file line number Diff line number Diff line change 22
33The changelog describes what have been "Added", "Changed", "Removed" or "Fixed" between versions.
44
5+ ## Version 5.16.2
6+
7+ - Fix deprecations with Symfony 6.1
8+
59## Version 5.16.1
610
711### Fixed
Original file line number Diff line number Diff line change 7575 "test" : " vendor/bin/simple-phpunit --testsuite main"
7676 },
7777 "config" : {
78+ "allow-plugins" : {
79+ "symfony/flex" : true
80+ },
7881 "sort-packages" : true
7982 },
8083 "minimum-stability" : " dev" ,
You can’t perform that action at this time.
0 commit comments