Skip to content

Commit adb1652

Browse files
authored
Merge pull request #2 from DariusIII/patch-2
Support for Laravel 7
2 parents 7a4d798 + 5ce69a9 commit adb1652

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,8 +17,8 @@
1717
"homepage": "https://github.com/bhuvidya/laravel-countries",
1818
"license": "MIT",
1919
"require": {
20-
"illuminate/support": "^5.5|^6.0",
21-
"illuminate/database": "^5.5|^6.0",
20+
"illuminate/support": "^5.5|^6.0|^7.0",
21+
"illuminate/database": "^5.5|^6.0|^7.0",
2222
"php": ">=7.0.0"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)