File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ language: php
33php :
44 - 7.1
55 - 7.2
6-
6+ - 7.3
7+ - 7.4
78env :
89 matrix :
910 - COMPOSER_FLAGS="--prefer-lowest"
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " ^7.1" ,
20- "illuminate/config" : " ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0" ,
21- "illuminate/database" : " ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0" ,
22- "illuminate/support" : " ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
20+ "illuminate/config" : " ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0 " ,
21+ "illuminate/database" : " ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0 " ,
22+ "illuminate/support" : " ~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0 "
2323 },
2424 "require-dev" : {
2525 "mockery/mockery" : " ^1.1" ,
2626 "phpunit/phpunit" : " ^7.0|^8.0" ,
27- "orchestra/testbench" : " ~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0|^5.0"
27+ "orchestra/testbench" : " ~3.5.0|~3.6.0|~3.7.0|~3.8.0|^4.0|^5.0|^6.0 "
2828 },
2929 "autoload" : {
3030 "psr-4" : {
You can’t perform that action at this time.
0 commit comments