File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ analyze: | vendor
15
15
16
16
fix-code : | vendor
17
17
$(COMPOSER ) install --optimize-autoloader --no-suggest --prefer-dist
18
- $(COMPOSER ) exec -v composer- normalize
18
+ $(COMPOSER ) normalize
19
19
$(COMPOSER ) exec -v php-cs-fixer -- fix
20
20
@# $(COMPOSER) exec -v psalm -- --alter --issues=all src
21
21
Original file line number Diff line number Diff line change 21
21
"sgh/comparable" : " ^1.1"
22
22
},
23
23
"require-dev" : {
24
+ "ergebnis/composer-normalize" : " ^2.13" ,
24
25
"friendsofphp/php-cs-fixer" : " ^2.16" ,
25
26
"insolita/unused-scanner" : " ^2.2" ,
26
27
"jakub-onderka/php-parallel-lint" : " ^1.0" ,
27
28
"phan/phan" : " ^3.2" ,
28
29
"phpmd/phpmd" : " ^2.9" ,
29
30
"phpstan/phpstan" : " ^0.12.57" ,
31
+ "phpunit/phpunit" : " ^9.5" ,
30
32
"rskuipers/php-assumptions" : " ^0.8.0" ,
31
33
"sebastian/phpcpd" : " ^6.0" ,
32
34
"sensiolabs/security-checker" : " ^6.0" ,
33
- "vimeo/psalm" : " ^4.2" ,
34
- "phpunit/phpunit" : " ^9.5"
35
+ "vimeo/psalm" : " ^4.2"
35
36
},
36
37
"autoload" : {
37
38
"psr-4" : {
You can’t perform that action at this time.
0 commit comments