File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -183,8 +183,6 @@ executors:
183
183
type : string
184
184
docker :
185
185
- image : circleci/php:<< parameters.php_version >>-node
186
- environment :
187
- SYMFONY_REQUIRE : ^3.4 || ^4.0 || ^5.0
188
186
189
187
jobs :
190
188
php-cs-fixer :
Original file line number Diff line number Diff line change 11
11
EXT_MONGODB_VERSION : ' 1.6.0'
12
12
EXT_PCOV_VERSION : ' 1.0.6'
13
13
LEGACY : ' 0'
14
- SYMFONY_REQUIRE : ^3.4 || ^4.0 || ^5.0
15
14
16
15
jobs :
17
16
phpunit :
Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
- env :
4
- global :
5
- - SYMFONY_REQUIRE='^3.4 || ^4.0 || ^5.0'
6
-
7
3
cache :
8
4
directories :
9
5
- $HOME/.composer/cache
Original file line number Diff line number Diff line change 51
51
"phpdocumentor/type-resolver" : " ^0.3 || ^0.4" ,
52
52
"phpspec/prophecy" : " ^1.8" ,
53
53
"phpstan/extension-installer" : " ^1.0" ,
54
- "phpstan/phpstan" : " ^0.11.10" ,
55
54
"phpstan/phpstan-doctrine" : " ^0.11.5" ,
56
55
"phpstan/phpstan-phpunit" : " ^0.11.2" ,
56
+ "phpstan/phpstan-shim" : " ^0.11.10" ,
57
57
"phpstan/phpstan-symfony" : " ^0.11.6" ,
58
58
"phpunit/phpunit" : " ^7.5.2 || ^8.0" ,
59
59
"psr/log" : " ^1.0" ,
128
128
"extra" : {
129
129
"branch-alias" : {
130
130
"dev-master" : " 2.5.x-dev"
131
+ },
132
+ "symfony" : {
133
+ "require" : " ^3.4 || ^4.0 || ^5.0"
131
134
}
132
135
}
133
136
}
You can’t perform that action at this time.
0 commit comments