Skip to content

Commit 248ac24

Browse files
committed
feat: add support for Laravel 10
1 parent 634bed0 commit 248ac24

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
"require": {
1616
"php": "^8.0",
1717
"dingo/blueprint": "^0.4.4",
18-
"illuminate/routing": "^9.0",
19-
"illuminate/support": "^9.0",
18+
"illuminate/routing": "^9.0|^10.0",
19+
"illuminate/support": "^9.0|^10.0",
2020
"league/fractal": "^0.20"
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "~3",
24-
"illuminate/auth": "^9.0",
25-
"illuminate/cache": "^9.0",
26-
"illuminate/console": "^9.0",
27-
"illuminate/database": "^9.0",
28-
"illuminate/events": "^9.0",
29-
"illuminate/filesystem": "^9.0",
30-
"illuminate/log": "^9.0",
31-
"illuminate/pagination": "^9.0",
32-
"laravel/lumen-framework": "^9.0",
24+
"illuminate/auth": "^9.0|^10.0",
25+
"illuminate/cache": "^9.0|^10.0",
26+
"illuminate/console": "^9.0|^10.0",
27+
"illuminate/database": "^9.0|^10.0",
28+
"illuminate/events": "^9.0|^10.0",
29+
"illuminate/filesystem": "^9.0|^10.0",
30+
"illuminate/log": "^9.0|^10.0",
31+
"illuminate/pagination": "^9.0|^10.0",
32+
"laravel/lumen-framework": "^9.0|^10.0",
3333
"mockery/mockery": "~1.0",
3434
"phpunit/phpunit": "^9.0",
3535
"squizlabs/php_codesniffer": "~2.0",

0 commit comments

Comments
 (0)