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 24cecf0 commit 38bcccfCopy full SHA for 38bcccf
composer.json
@@ -12,9 +12,9 @@
12
}
13
],
14
"require": {
15
- "illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*",
16
- "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
17
- "illuminate/queue": "5.5.*|5.6.*|5.7.*|5.8.*",
+ "illuminate/notifications": "^5.5 || ^6.0",
+ "illuminate/support": "^5.5 || ^6.0"
+ "illuminate/queue": "^5.5 || ^6.0",
18
"guzzlehttp/guzzle": "^6.2"
19
},
20
"require-dev": {
0 commit comments