Skip to content

Commit 3b10814

Browse files
authored
Merge pull request #7 from DariusIII/patch-1
Update composer.json for Laravel 11
2 parents fd06f61 + af09865 commit 3b10814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"homepage": "https://github.com/bhuvidya/laravel-countries",
1818
"license": "MIT",
1919
"require": {
20-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
21-
"illuminate/database": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
20+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
21+
"illuminate/database": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2222
"php": ">=7.0.0"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)