File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 92
92
-
93
93
name : " Checkout code"
94
94
uses : " actions/checkout@v2"
95
-
96
95
-
97
96
name : " Install PHP"
98
97
uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 14
14
},
15
15
"require-dev" : {
16
16
"dms/phpunit-arraysubset-asserts" : " dev-master" ,
17
+ "ergebnis/composer-normalize" : " ^2.0" ,
18
+ "friendsofphp/php-cs-fixer" : " ^2.17" ,
17
19
"phpspec/prophecy-phpunit" : " dev-master" ,
18
- "phpunit/phpunit" : " ^9.0" ,
19
- "friendsofphp/php-cs-fixer" : " ~2.15.0" ,
20
- "phpstan/phpstan" : " ~0.12.0"
20
+ "phpstan/phpstan" : " ~0.12.0" ,
21
+ "phpunit/phpunit" : " ^9.0"
22
+ },
23
+ "extra" : {
24
+ "branch-alias" : {
25
+ "dev-master" : " 1.1.x-dev"
26
+ }
21
27
},
22
28
"autoload" : {
23
29
"psr-4" : {
29
35
"Phpactor\\ TestUtils\\ Tests\\ " : " tests/"
30
36
}
31
37
},
32
- "extra" : {
33
- "branch-alias" : {
34
- "dev-master" : " 1.1.x-dev"
35
- }
36
- },
38
+ "minimum-stability" : " dev" ,
39
+ "prefer-stable" : true ,
37
40
"scripts" : {
38
41
"integrate" : [
39
42
" vendor/bin/php-cs-fixer fix" ,
40
43
" vendor/bin/phpstan analyse lib -c phpstan.neon" ,
41
44
" vendor/bin/phpunit"
42
45
]
43
46
}
44
- }
47
+ }
You can’t perform that action at this time.
0 commit comments