Skip to content

Commit 660fd77

Browse files
Merge pull request #1748 from gtjamesa/master
Allow Laravel 8
2 parents 3813eb9 + ad75d2e commit 660fd77

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@
1515
"require": {
1616
"php": "^7.2.5",
1717
"dingo/blueprint": "^0.4",
18-
"illuminate/routing": "^7.0",
19-
"illuminate/support": "^7.0",
18+
"illuminate/routing": "^7.0|^8.0",
19+
"illuminate/support": "^7.0|^8.0",
2020
"league/fractal": "^0.19"
2121
},
2222
"require-dev": {
2323
"phpdocumentor/reflection-docblock": "3.3.2",
2424
"friendsofphp/php-cs-fixer": "~2",
25-
"illuminate/auth": "^7.0",
26-
"illuminate/cache": "^7.0",
27-
"illuminate/console": "^7.0",
28-
"illuminate/database": "^7.0",
29-
"illuminate/events": "^7.0",
30-
"illuminate/filesystem": "^7.0",
31-
"illuminate/log": "^7.0",
32-
"illuminate/pagination": "^7.0",
33-
"laravel/lumen-framework": "^7.0",
25+
"illuminate/auth": "^7.0|^8.0",
26+
"illuminate/cache": "^7.0|^8.0",
27+
"illuminate/console": "^7.0|^8.0",
28+
"illuminate/database": "^7.0|^8.0",
29+
"illuminate/events": "^7.0|^8.0",
30+
"illuminate/filesystem": "^7.0|^8.0",
31+
"illuminate/log": "^7.0|^8.0",
32+
"illuminate/pagination": "^7.0|^8.0",
33+
"laravel/lumen-framework": "^7.0|^8.0",
3434
"mockery/mockery": "~1.0",
35-
"phpunit/phpunit": "^8.5",
35+
"phpunit/phpunit": "^8.5|^9.0",
3636
"squizlabs/php_codesniffer": "~2.0",
3737
"tymon/jwt-auth": "1.0.*"
3838
},

0 commit comments

Comments
 (0)