File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 6060 strategy :
6161 matrix :
6262 include :
63- - description : Validate composer.json
64- script : composer validate
63+ - description : Composer checks
64+ script : vendor/bin/composer-dependency-analyser && composer validate
6565 - description : Code style
6666 script : vendor/bin/php-cs-fixer fix --ansi --verbose --dry-run
6767 - description : Rector
Original file line number Diff line number Diff line change 1- pre-commit-check : cs-fix psalm phpstan tests
1+ pre-commit-check : cs-fix psalm phpstan tests composer-check composer-validate
22
33cs-fix :
44 vendor/bin/php-cs-fixer fix --verbose --ansi
@@ -15,4 +15,10 @@ phpstan:
1515tests :
1616 vendor/bin/phpunit
1717
18+ composer-check :
19+ vendor/bin/composer-dependency-analyser
20+
21+ composer-validate :
22+ composer validate --strict
23+
1824.PHONY : tests
Original file line number Diff line number Diff line change 4242 "phpstan/phpstan-phpunit" : " 2.0.6" ,
4343 "phpunit/phpunit" : " ^10 || ^11 || ^12" ,
4444 "rector/rector" : " 2.0.17" ,
45+ "shipmonk/composer-dependency-analyser" : " ^1.8" ,
4546 "symfony/phpunit-bridge" : " ^6.4 || ^7.0" ,
4647 "vimeo/psalm" : " ^6"
4748 }
You can’t perform that action at this time.
0 commit comments