Skip to content

Commit c27ee16

Browse files
committed
Update composer for Laravel v12
1 parent 3b10814 commit c27ee16

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|^11.0",
21-
"illuminate/database": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
20+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
21+
"illuminate/database": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2222
"php": ">=7.0.0"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)