File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11version : 2
22jobs :
3- test-php72 :
3+ test-php73 :
44 docker :
5- - image : circleci/php:7.2 -cli
5+ - image : circleci/php:7.3 -cli
66
77 working_directory : ~/project
88 steps :
@@ -60,5 +60,5 @@ workflows:
6060 version : 2
6161 test :
6262 jobs :
63- - test-php72
63+ - test-php73
6464 - test-php74
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " ^7.2.9 " ,
13+ "php" : " ^7.3 " ,
1414
1515 "symfony/http-kernel" : " ^4.4 || ^5.0" ,
1616 "symfony/dependency-injection" : " ^5.0" ,
1919 "react/filesystem" : " ^0.1"
2020 },
2121 "require-dev" : {
22- "mmoreram/symfony-bundle-dependencies" : " ^2.2.0" ,
23- "mmoreram/base-bundle" : " ^2.0.2" ,
22+ "mmoreram/base-bundle" : " ^2.1.0" ,
2423 "symfony/yaml" : " ^5.0" ,
2524 "symfony/console" : " ^5.0" ,
2625 "clue/block-react" : " ^1.3"
You can’t perform that action at this time.
0 commit comments