File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,14 +19,8 @@ workflows:
1919 version : 2
2020 build :
2121 jobs :
22- - php72-laravel58
23- - php72-laravel58-prefer-lowest
24- - php72-laravel60
25- - php72-laravel60-prefer-lowest
26- - php73-laravel58
27- - php73-laravel58-prefer-lowest
28- - php73-laravel60
29- - php73-laravel60-prefer-lowest
22+ - php73-laravel80
23+ - php74-laravel80
3024
3125jobs :
3226 php72-laravel58-prefer-lowest :
8175 steps :
8276 - install_and_test :
8377 laravel : 6.0.*
78+ php73-laravel80 :
79+ docker :
80+ - image : circleci/php:7.3
81+ steps :
82+ - install_and_test :
83+ laravel : 8.0.*
84+ php74-laravel80 :
85+ docker :
86+ - image : circleci/php:7.4
87+ steps :
88+ - install_and_test :
89+ laravel : 8.0.*
Original file line number Diff line number Diff line change 1010 " laravel api"
1111 ],
1212 "require" : {
13- "guzzlehttp/guzzle" : " ^6.3 " ,
14- "php" : " >=7.0.0 " ,
15- "spatie/array-to-xml" : " ^2.8 " ,
16- "adbario/php-dot-notation" : " ^2.2.0 "
13+ "guzzlehttp/guzzle" : " ^7.0 " ,
14+ "php" : " >=7.2.5 " ,
15+ "spatie/array-to-xml" : " ~2.14.0 " ,
16+ "adbario/php-dot-notation" : " ^2.x.dev "
1717 },
1818 "minimum-stability" : " stable" ,
1919 "prefer-stable" : true ,
3838 }
3939 },
4040 "require-dev" : {
41- "phpunit/phpunit" : " ^7.0|^8.0" ,
42- "orchestra/testbench" : " ~3.6.0|~3.7.0|~3.8.0"
41+ "phpunit/phpunit" : " ^7.0|^8.0|^8.5 " ,
42+ "orchestra/testbench" : " ~3.6.0|~3.7.0|~3.8.0|~5.0.0 "
4343 }
4444}
You can’t perform that action at this time.
0 commit comments