Skip to content

Commit 4ad0b00

Browse files
authored
Update composer.json
1 parent 3b4ab9f commit 4ad0b00

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
"require": {
1212
"php": ">=5.6.4",
13-
"illuminate/support": "~5.4|~5.5",
14-
"illuminate/queue": "~5.4|~5.5",
15-
"illuminate/auth": "~5.4|~5.5",
13+
"illuminate/support": "5.4.*|5.5.*",
14+
"illuminate/queue": "5.4.*|5.5.*",
15+
"illuminate/auth": "~5.4.*|5.5.*",
1616
"nesbot/carbon": "~1.20"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)