Skip to content

Commit

Permalink
Merge pull request #21 from MarcelA4R/9.x
Browse files Browse the repository at this point in the history
Laravel 9.x fix
  • Loading branch information
gbs authored Apr 28, 2022
2 parents bb5cd2e + 40f5360 commit 4846163
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"php": "^7.3|^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.2",
"illuminate/config": "8.*",
"illuminate/contracts": "8.*",
"illuminate/routing": "8.*",
"illuminate/support": "8.*",
"illuminate/validation": "8.*"
"illuminate/config": "9.*",
"illuminate/contracts": "9.*",
"illuminate/routing": "9.*",
"illuminate/support": "9.*",
"illuminate/validation": "9.*"
},
"require-dev": {
"laravel/laravel": "8.*",
"phpunit/phpunit": "^8.5.8",
"laravel/laravel": "9.*",
"phpunit/phpunit": "^9.5.20",
"roave/security-advisories": "dev-master"
},
"autoload": {
Expand Down

0 comments on commit 4846163

Please sign in to comment.