Skip to content

Commit

Permalink
Merge pull request #38 from salahhusa9/add-support-of-laravel-11
Browse files Browse the repository at this point in the history
Add support of Laravel 11
  • Loading branch information
salahhusa9 authored Mar 11, 2024
2 parents a9bb326 + 67cbc75 commit b3b7fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.8",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^10.0|^11.0",
"spatie/laravel-package-tools": "^1.14.0",
"symfony/process": "^6.3"
},
Expand Down

0 comments on commit b3b7fed

Please sign in to comment.