Skip to content

Commit e717602

Browse files
authored
Fix for L10
1 parent 44cc93d commit e717602

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": "^11.0",
20+
"illuminate/contracts": "^10.0|^11.0",
2121
"spatie/laravel-package-tools": "^1.14.0",
22-
"symfony/finder": "^7.0"
22+
"symfony/finder": "^6.2|^7.0"
2323
},
2424
"require-dev": {
2525
"guzzlehttp/guzzle": "^7.0",

0 commit comments

Comments
 (0)