File tree Expand file tree Collapse file tree 6 files changed +370
-288
lines changed
Expand file tree Collapse file tree 6 files changed +370
-288
lines changed Original file line number Diff line number Diff line change 66;
77
88return new PhpCsFixer \Config ()
9+ ->setParallelConfig (PhpCsFixer \Runner \Parallel \ParallelConfigFactory::detect ())
910 ->setUnsupportedPhpVersionAllowed (true )
1011 ->setRules ([
1112 '@Symfony ' => true ,
Original file line number Diff line number Diff line change @@ -86,12 +86,12 @@ php-8.5-tests-html-coverage:
8686
8787.PHONY : php-code-validation
8888php-code-validation :
89- docker compose run --rm php-8.5 ./vendor/bin/php-cs-fixer fix
90- docker compose run --rm php-8.5 ./vendor/bin/psalm --show-info=false --no-diff
89+ docker compose run --rm php-8.4 ./vendor/bin/php-cs-fixer fix
90+ docker compose run --rm php-8.4 ./vendor/bin/psalm --show-info=false --no-diff
9191
9292.PHONY : php-mutation-testing
9393php-mutation-testing :
94- docker compose run --rm php-8.5 ./vendor/bin/infection --show-mutations --only-covered --threads=8
94+ docker compose run --rm php-8.4 ./vendor/bin/infection --show-mutations --threads=8
9595
9696# #
9797# # CI
@@ -108,4 +108,4 @@ php-8.5-tests-ci:
108108
109109.PHONY : php-mutation-testing-ci
110110php-mutation-testing-ci :
111- docker compose run --rm php-8.5 ./vendor/bin/infection --only-covered --threads=max
111+ docker compose run --rm php-8.4 ./vendor/bin/infection --threads=max
Original file line number Diff line number Diff line change 55 "type" : " symfony-bundle" ,
66 "require" : {
77 "php" : " 8.4.*|8.5.*" ,
8- "digital-craftsman/self-aware-normalizers" : " dev-php-update as 1.2.0" ,
9- "doctrine/dbal" : " ^3.4.0 " ,
8+ "digital-craftsman/self-aware-normalizers" : " ^ 1.2.0" ,
9+ "doctrine/dbal" : " ^4.4 " ,
1010 "symfony/framework-bundle" : " ^7.4|^8.0" ,
1111 "symfony/serializer" : " ^7.4|^8.0"
1212 },
1313 "require-dev" : {
1414 "friendsofphp/php-cs-fixer" : " ^3.68.5" ,
15- "infection/infection" : " 0.29.* " ,
15+ "infection/infection" : " ^0.32 " ,
1616 "phpunit/phpunit" : " ^10.5" ,
1717 "vimeo/psalm" : " ^6.0.0"
1818 },
You can’t perform that action at this time.
0 commit comments