We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1806e commit 0804ce8Copy full SHA for 0804ce8
composer.json
@@ -17,11 +17,12 @@
17
],
18
"require": {
19
"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"
+ "illuminate/bus":"~5.4",
+ "illuminate/console": "~5.4",
+ "illuminate/contracts": "~5.4",
+ "illuminate/database":"~5.4",
+ "illuminate/events": "~5.4",
25
+ "illuminate/notifications": "~5.4"
26
},
27
"require-dev": {
28
"mockery/mockery": "~0.9",
0 commit comments