Skip to content

Commit

Permalink
feat: support Laravel 10.x (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Paolo Caleffi <[email protected]>
  • Loading branch information
laravel-shift and IlCallo committed Apr 3, 2023
1 parent c128564 commit 553701b
Show file tree
Hide file tree
Showing 2 changed files with 656 additions and 276 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"require": {
"php": ">=7.2",
"guzzlehttp/guzzle": "^6.2|^7.0.1",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"symfony/psr-http-message-bridge": "^1.0|^2.0"
},
"require-dev": {
"vlucas/phpdotenv": "^2.2"
"vlucas/phpdotenv": "^2.2|^5.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 553701b

Please sign in to comment.