Skip to content

Commit 0804ce8

Browse files
committed
refactor : loosen dependencies
1 parent 6d1806e commit 0804ce8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
],
1818
"require": {
1919
"php": ">=5.6.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"
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"
2526
},
2627
"require-dev": {
2728
"mockery/mockery": "~0.9",

0 commit comments

Comments
 (0)