Skip to content

Commit ba1ff81

Browse files
authored
feat: add support for Laravel 10 (#30)
* feat: add support for Laravel 10 * chore: updated blueprint dependency
1 parent 634bed0 commit ba1ff81

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
@@ -14,22 +14,22 @@
1414
}],
1515
"require": {
1616
"php": "^8.0",
17-
"dingo/blueprint": "^0.4.4",
18-
"illuminate/routing": "^9.0",
19-
"illuminate/support": "^9.0",
17+
"dingo/blueprint": "^0.4.5",
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)