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 7f87bf4 commit 4de9ac2Copy full SHA for 4de9ac2
composer.json
@@ -12,9 +12,9 @@
12
}
13
],
14
"require": {
15
- "illuminate/notifications": "^5.5 || ^6.0 || ^7.0",
16
- "illuminate/support": "^5.5 || ^6.0 || ^7.0",
17
- "illuminate/queue": "^5.5 || ^6.0 || ^7.0",
+ "illuminate/notifications": "^5.5 || ^6.0 || ^7.0 || ^8.0",
+ "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0",
+ "illuminate/queue": "^5.5 || ^6.0 || ^7.0 || ^8.0",
18
"guzzlehttp/guzzle": "^6.2 || ^7.0",
19
"ext-json": "*"
20
},
@@ -36,10 +36,7 @@
36
"test": "vendor/bin/phpunit"
37
38
"config": {
39
- "sort-packages": true,
40
- "platform": {
41
- "php": "7.2.5"
42
- }
+ "sort-packages": true
43
44
"minimum-stability": "dev",
45
"extra": {
0 commit comments