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:
183183 type : string
184184 docker :
185185 - image : circleci/php:<< parameters.php_version >>-node
186- environment :
187- SYMFONY_REQUIRE : ^3.4 || ^4.0 || ^5.0
188186
189187jobs :
190188 php-cs-fixer :
Original file line number Diff line number Diff line change 1111 EXT_MONGODB_VERSION : ' 1.6.0'
1212 EXT_PCOV_VERSION : ' 1.0.6'
1313 LEGACY : ' 0'
14- SYMFONY_REQUIRE : ^3.4 || ^4.0 || ^5.0
1514
1615jobs :
1716 phpunit :
Original file line number Diff line number Diff line change 11language : php
22
3- env :
4- global :
5- - SYMFONY_REQUIRE='^3.4 || ^4.0 || ^5.0'
6-
73cache :
84 directories :
95 - $HOME/.composer/cache
Original file line number Diff line number Diff line change 5151 "phpdocumentor/type-resolver" : " ^0.3 || ^0.4" ,
5252 "phpspec/prophecy" : " ^1.8" ,
5353 "phpstan/extension-installer" : " ^1.0" ,
54- "phpstan/phpstan" : " ^0.11.10" ,
5554 "phpstan/phpstan-doctrine" : " ^0.11.5" ,
5655 "phpstan/phpstan-phpunit" : " ^0.11.2" ,
56+ "phpstan/phpstan-shim" : " ^0.11.10" ,
5757 "phpstan/phpstan-symfony" : " ^0.11.6" ,
5858 "phpunit/phpunit" : " ^7.5.2 || ^8.0" ,
5959 "psr/log" : " ^1.0" ,
128128 "extra" : {
129129 "branch-alias" : {
130130 "dev-master" : " 2.5.x-dev"
131+ },
132+ "symfony" : {
133+ "require" : " ^3.4 || ^4.0 || ^5.0"
131134 }
132135 }
133136}
You can’t perform that action at this time.
0 commit comments