Skip to content

Commit

Permalink
laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Langebrake committed Feb 15, 2023
1 parent a38d93f commit 42c296e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
}
],
"require": {
"php" : "^7.1.3|^8.0",
"php" : "^7.1.3|^8.0|^8.1",
"guzzlehttp/guzzle": "^6.3 || ^7.0.1",
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
"illuminate/support": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/notifications": "~5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.0"
Expand Down

0 comments on commit 42c296e

Please sign in to comment.