File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 5
5
composer,
6
6
lint,
7
7
cs,
8
+ composer-normalize-check,
8
9
tests,
9
10
phpstan
10
11
" />
20
21
</exec >
21
22
</target >
22
23
24
+ <target name =" composer-normalize-check" >
25
+ <exec
26
+ executable =" composer"
27
+ logoutput =" true"
28
+ passthru =" true"
29
+ checkreturn =" true"
30
+ >
31
+ <arg value =" normalize" />
32
+ <arg value =" --ansi" />
33
+ <arg value =" --dry-run" />
34
+ </exec >
35
+ </target >
36
+
23
37
<target name =" lint" >
24
38
<exec
25
39
executable =" vendor/bin/parallel-lint"
Original file line number Diff line number Diff line change 43
43
"symfony/serializer" : " ^4.0" ,
44
44
"symfony/messenger" : " ^4.2" ,
45
45
"symfony/console" : " ^4.0" ,
46
- "symfony/http-foundation" : " ^4.0"
46
+ "symfony/http-foundation" : " ^4.0" ,
47
+ "ergebnis/composer-normalize" : " ^2.0.2"
47
48
},
48
49
"conflict" : {
49
50
"symfony/framework-bundle" : " <3.0"
You can’t perform that action at this time.
0 commit comments