Skip to content

Commit

Permalink
Merge pull request #158 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
Jeroen-G committed Feb 15, 2023
2 parents 27bddbe + 37dd3f2 commit 4b1a495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -20,7 +20,7 @@
"php": "^7.1|^8.0",
"ext-zip": "*",
"ext-json": "*",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"guzzlehttp/guzzle": "~7"
},
"require-dev": {
Expand Down

0 comments on commit 4b1a495

Please sign in to comment.