File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
.PHONY : it
2
- it : stan test
2
+ it : stan test normalize
3
3
4
4
.PHONY : help
5
5
help : # # Displays this list of targets with descriptions
@@ -24,5 +24,9 @@ stan: ## Run static analysis
24
24
test : # # Run PHPUnit tests
25
25
docker-compose run php vendor/bin/phpunit
26
26
27
+ .PHONY : normalize
28
+ normalize : # # Normalize composer.json
29
+ docker-compose run php composer normalize
30
+
27
31
vendor : composer.json # # Install dependencies through composer
28
32
docker-compose run php composer install
Original file line number Diff line number Diff line change 22
22
},
23
23
"require-dev" : {
24
24
"ext-json" : " *" ,
25
- "phpstan/phpstan" : " ^0.12.31" ,
25
+ "ergebnis/composer-normalize" : " ^2.5" ,
26
+ "phpstan/phpstan" : " ~0.12.31" ,
26
27
"phpunit/phpunit" : " ^8.5.3" ,
27
28
"thecodingmachine/phpstan-safe-rule" : " ^1.0.0"
28
29
},
You can’t perform that action at this time.
0 commit comments