Skip to content

Commit

Permalink
add support for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
danilopolani committed Feb 15, 2023
1 parent 0aa4e05 commit 5755939
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
14 changes: 0 additions & 14 deletions CHANGELOG.md

This file was deleted.

10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"require": {
"php": "^8.0.2",
"firebase/php-jwt": "^5.4",
"illuminate/auth": "^9.0",
"illuminate/http": "^9.0",
"illuminate/contracts": "^9.0",
"illuminate/routing": "^9.0",
"illuminate/support": "^9.0"
"illuminate/auth": "^9.0|^10.0",
"illuminate/http": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/routing": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^7.0",
Expand Down

0 comments on commit 5755939

Please sign in to comment.