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 8cb98d8 commit 3526f51Copy full SHA for 3526f51
composer.json
@@ -18,12 +18,12 @@
18
"require": {
19
"php": ">=7.2",
20
"doctrine/dbal": "^2.9",
21
- "illuminate/bus": "~6.0.0",
22
- "illuminate/console": "~6.0.0",
23
- "illuminate/contracts": "~6.0.0",
24
- "illuminate/database": "~6.0.0",
25
- "illuminate/events": "~6.0.0",
26
- "illuminate/notifications": "~6.0.0",
+ "illuminate/bus": "^6.0",
+ "illuminate/console": "^6.0",
+ "illuminate/contracts": "^6.0",
+ "illuminate/database": "^6.0",
+ "illuminate/events": "^6.0",
+ "illuminate/notifications": "^6.0",
27
"laravelcollective/html": "^6.0"
28
},
29
"require-dev": {
0 commit comments