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 ca958ad commit 17894caCopy full SHA for 17894ca
composer.json
@@ -14,13 +14,13 @@
14
"require": {
15
"php": ">=7.2",
16
"guzzlehttp/guzzle": "^6.2",
17
- "illuminate/notifications": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
18
- "illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0"
+ "illuminate/notifications": "~5.5 || ^6.0 || ^7.0",
+ "illuminate/support": "~5.5 || ^6.0 || ^7.0"
19
},
20
"require-dev": {
21
"mockery/mockery": "^1.0",
22
"phpunit/phpunit": "~8.0",
23
- "orchestra/testbench": "~3.5|~3.6|~3.7|~3.8",
+ "orchestra/testbench": "^4.0 || ^5.0",
24
"dms/phpunit-arraysubset-asserts": ">=0.1.0"
25
26
"autoload": {
0 commit comments