Skip to content

Commit 6e4bbc1

Browse files
authored
Support Laravel 11 (#454)
1 parent ffa7093 commit 6e4bbc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
],
1616
"require": {
1717
"php": ">=7.2",
18-
"illuminate/support": "^9|^10",
19-
"illuminate/translation": "^9|^10",
20-
"symfony/finder": "^6"
18+
"illuminate/support": "^9|^10|^11",
19+
"illuminate/translation": "^9|^10|^11",
20+
"symfony/finder": "^6|^7"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "^7|^8"
23+
"orchestra/testbench": "^7|^8|^9"
2424
},
2525
"suggest": {
2626
"tanmuhittin/laravel-google-translate": "If you want to translate using Google API"

0 commit comments

Comments
 (0)