Skip to content

Commit

Permalink
feat: laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdarin committed Jul 31, 2023
1 parent bfe2c09 commit 5b40ce5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"require": {
"php": ">=7.4",
"ext-json": "*",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
"illuminate/container": "^6.0|^7.0|^8.0|^9.0",
"illuminate/pipeline": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/pipeline": "^6.0|^7.0|^8.0|^9.0|^10.0",
"spiral/attributes": "^2.8",
"tochka-developers/jsonrpc": "^4.0|^5.0",
"tochka-developers/jsonrpc-annotations": "^1.1"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.5|^10.0",
"mockery/mockery": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 5b40ce5

Please sign in to comment.