Skip to content

Commit 691c8c2

Browse files
authored
Merge pull request #262 from meliani/meliani-laravel11-fix
Fix for laravel 11 upgrade
2 parents 45b7ccf + e717602 commit 691c8c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
],
1818
"require": {
1919
"php": "^8.1",
20-
"illuminate/contracts": "^10.0",
20+
"illuminate/contracts": "^10.0|^11.0",
2121
"spatie/laravel-package-tools": "^1.14.0",
22-
"symfony/finder": "^6.2"
22+
"symfony/finder": "^6.2|^7.0"
2323
},
2424
"require-dev": {
2525
"guzzlehttp/guzzle": "^7.0",

0 commit comments

Comments
 (0)