File tree Expand file tree Collapse file tree 2 files changed +238
-9
lines changed Expand file tree Collapse file tree 2 files changed +238
-9
lines changed Original file line number Diff line number Diff line change 14
14
"friendsofphp/php-cs-fixer" : " ^2.5" ,
15
15
"jakub-onderka/php-console-highlighter" : " ^0.3.2" ,
16
16
"jakub-onderka/php-parallel-lint" : " ^0.9.2" ,
17
+ "localheinz/composer-normalize" : " ^0.1.0" ,
17
18
"phake/phake" : " ^3.0.1" ,
18
19
"phpunit/phpunit" : " ^6.2"
19
20
},
21
+ "require-dev" : {},
22
+ "config" : {
23
+ "platform" : {
24
+ "php" : " 7.0"
25
+ },
26
+ "sort-packages" : true
27
+ },
20
28
"autoload" : {
21
29
"psr-4" : {
22
30
"ApiClients\\ Tools\\ TestUtilities\\ " : " src/"
27
35
"ApiClients\\ Tests\\ Tools\\ TestUtilities\\ " : " tests/"
28
36
}
29
37
},
30
- "require-dev" : {
31
- },
32
- "config" : {
33
- "sort-packages" : true ,
34
- "platform" : {
35
- "php" : " 7.0"
36
- }
37
- },
38
38
"scripts" : {
39
+ "post-update-cmd" : [
40
+ " composer normalize"
41
+ ],
42
+ "post-install-cmd" : [
43
+ " composer normalize"
44
+ ],
39
45
"ensure-installed" : " composer install --ansi -n -q" ,
40
46
"cs" : [
41
47
" @ensure-installed" ,
58
64
" parallel-lint --exclude vendor ."
59
65
],
60
66
"qa-all" : [
67
+ " composer validate" ,
68
+ " composer normalize" ,
61
69
" @lint-php" ,
62
70
" @cs" ,
63
71
" @unit"
64
72
],
65
73
"qa-all-coverage" : [
74
+ " composer validate" ,
75
+ " composer normalize" ,
66
76
" @lint-php" ,
67
77
" @cs" ,
68
78
" @unit-coverage"
You can’t perform that action at this time.
0 commit comments