Skip to content

Commit 398ca31

Browse files
authored
Merge pull request #2 from AD-Soft/master
composer for laravel 6
2 parents ed38e0b + a2e0c99 commit 398ca31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.0",
14-
"illuminate/support": "5.4.* || 5.5.* || 5.6.*",
15-
"illuminate/http": "5.4.* || 5.5.* || 5.6.*",
13+
"php": "^7.0",
14+
"illuminate/support": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || 5.9.* || ^6.",
15+
"illuminate/http": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || 5.9.* || ^6.",
1616
"intervention/image": "^2.4"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)