Skip to content

Commit

Permalink
Merge pull request #262 from meliani/meliani-laravel11-fix
Browse files Browse the repository at this point in the history
Fix for laravel 11 upgrade
  • Loading branch information
simonhamp authored Apr 1, 2024
2 parents 45b7ccf + e717602 commit 691c8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^10.0|^11.0",
"spatie/laravel-package-tools": "^1.14.0",
"symfony/finder": "^6.2"
"symfony/finder": "^6.2|^7.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.0",
Expand Down

0 comments on commit 691c8c2

Please sign in to comment.