Skip to content

Commit 5b40ce5

Browse files
author
darkdarin
committed
feat: laravel 10 support
1 parent bfe2c09 commit 5b40ce5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"require": {
1717
"php": ">=7.4",
1818
"ext-json": "*",
19-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
20-
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
21-
"illuminate/container": "^6.0|^7.0|^8.0|^9.0",
22-
"illuminate/pipeline": "^6.0|^7.0|^8.0|^9.0",
19+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
20+
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
21+
"illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0",
22+
"illuminate/pipeline": "^6.0|^7.0|^8.0|^9.0|^10.0",
2323
"spiral/attributes": "^2.8",
2424
"tochka-developers/jsonrpc": "^4.0|^5.0",
2525
"tochka-developers/jsonrpc-annotations": "^1.1"
2626
},
2727
"require-dev": {
2828
"roave/security-advisories": "dev-latest",
29-
"phpunit/phpunit": "^9.5",
29+
"phpunit/phpunit": "^9.5|^10.0",
3030
"mockery/mockery": "^1.0"
3131
},
3232
"autoload": {

0 commit comments

Comments
 (0)