Skip to content

Commit

Permalink
Allow Laravel 10. (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
niladam authored May 31, 2023
1 parent 02ca59a commit a11cad6
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 @@ -12,15 +12,15 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.2 || ^8.0 || ^8.1",
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"guzzlehttp/guzzle": "^5.3 || ^6 || ^7",
"guzzlehttp/promises": "~1.0",
"guzzlehttp/psr7": "^1.4.1",
"illuminate/notifications": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/notifications": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
"ramsey/uuid": "^3.7 || ^4.1"
},
"require-dev": {
Expand Down

0 comments on commit a11cad6

Please sign in to comment.