Skip to content

Commit 8b079bc

Browse files
authored
Update composer.json
Replace laravel/framework with illuminate/support
1 parent ffd8cf1 commit 8b079bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"minimum-stability": "dev",
1414
"require": {
1515
"php": "^7.1",
16-
"laravel/framework": "^5.6||^6.0||^7.0"
16+
"illuminate/support": "^5.6.0|^6.0|^7.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)