Skip to content

Commit 6a35493

Browse files
committed
chore : split branches for L5.4 and 5.5
1 parent 2661dc4 commit 6a35493

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
],
1818
"require": {
1919
"php": ">=5.6.4",
20-
"illuminate/bus":"~5.4",
21-
"illuminate/console": "~5.4",
22-
"illuminate/contracts": "~5.4",
23-
"illuminate/database":"~5.4",
24-
"illuminate/events": "~5.4",
25-
"illuminate/notifications": "~5.4"
20+
"illuminate/bus":"~5.4.0",
21+
"illuminate/console": "~5.4.0",
22+
"illuminate/contracts": "~5.4.0",
23+
"illuminate/database":"~5.4.0",
24+
"illuminate/events": "~5.4.0",
25+
"illuminate/notifications": "~5.4.0"
2626
},
2727
"require-dev": {
2828
"mockery/mockery": "~0.9",

0 commit comments

Comments
 (0)