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,68 +19,9 @@ workflows:
1919 version : 2
2020 build :
2121 jobs :
22- - php73-laravel80
2322 - php74-laravel80
2423
2524jobs :
26- php72-laravel58-prefer-lowest :
27- docker :
28- - image : circleci/php:7.2
29- steps :
30- - install_and_test :
31- laravel : 5.8.*
32- composer_flags : --prefer-lowest
33- php72-laravel58 :
34- docker :
35- - image : circleci/php:7.2
36- steps :
37- - install_and_test :
38- laravel : 5.8.*
39- php72-laravel60 :
40- docker :
41- - image : circleci/php:7.2
42- steps :
43- - install_and_test :
44- laravel : 6.0.*
45- php72-laravel60-prefer-lowest :
46- docker :
47- - image : circleci/php:7.2
48- steps :
49- - install_and_test :
50- laravel : 6.0.*
51- composer_flags : --prefer-lowest
52- php73-laravel58-prefer-lowest :
53- docker :
54- - image : circleci/php:7.3
55- steps :
56- - install_and_test :
57- laravel : 5.8.*
58- composer_flags : --prefer-lowest
59- php73-laravel58 :
60- docker :
61- - image : circleci/php:7.3
62- steps :
63- - install_and_test :
64- laravel : 5.8.*
65- php73-laravel60-prefer-lowest :
66- docker :
67- - image : circleci/php:7.3
68- steps :
69- - install_and_test :
70- laravel : 6.0.*
71- composer_flags : --prefer-lowest
72- php73-laravel60 :
73- docker :
74- - image : circleci/php:7.3
75- steps :
76- - install_and_test :
77- laravel : 6.0.*
78- php73-laravel80 :
79- docker :
80- - image : circleci/php:7.3
81- steps :
82- - install_and_test :
83- laravel : 8.0.*
8425 php74-laravel80 :
8526 docker :
8627 - image : circleci/php:7.4
Original file line number Diff line number Diff line change 1010 " laravel api"
1111 ],
1212 "require" : {
13- "guzzlehttp/guzzle" : " ^7.0" ,
14- "php" : " >=7.2.5 " ,
15- "spatie/array-to-xml" : " ~2.14 .0" ,
13+ "guzzlehttp/guzzle" : " ^7.0.1 " ,
14+ "php" : " ^7.4|^8.0 " ,
15+ "spatie/array-to-xml" : " ^2.16 .0" ,
1616 "adbario/php-dot-notation" : " ^2.x.dev"
1717 },
1818 "minimum-stability" : " stable" ,
3838 }
3939 },
4040 "require-dev" : {
41- "phpunit/phpunit" : " ^7.0|^8 .0|^8 .5" ,
41+ "phpunit/phpunit" : " ^8.5|9 .0|^9 .5" ,
4242 "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