Skip to content

Commit 93d77e1

Browse files
authored
Merge pull request #17 from hug963/update-6
Update composer.json to allow 6.0 versions
2 parents efd6858 + da7d196 commit 93d77e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
],
2323
"require": {
2424
"php": "^7.1.3",
25-
"illuminate/contracts": "~5.7.0|~5.8.0|~6.0.0",
26-
"illuminate/support": "~5.7.0|~5.8.0|~6.0.0",
27-
"illuminate/http": "~5.7.0|~5.8.0|~6.0.0",
28-
"illuminate/routing": "~5.7.0|~5.8.0|~6.0.0",
29-
"illuminate/validation": "~5.7.0|~5.8.0|~6.0.0",
25+
"illuminate/contracts": "~5.7.0|~5.8.0|^6.0",
26+
"illuminate/support": "~5.7.0|~5.8.0|^6.0",
27+
"illuminate/http": "~5.7.0|~5.8.0|^6.0",
28+
"illuminate/routing": "~5.7.0|~5.8.0|^6.0",
29+
"illuminate/validation": "~5.7.0|~5.8.0|^6.0",
3030
"commerceguys/addressing": "^1.0",
3131
"symfony/intl": "^4.2",
3232
"commerceguys/intl": "^1.0"

0 commit comments

Comments
 (0)