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 cff1fce commit abc59e8Copy full SHA for abc59e8
composer.json
@@ -15,12 +15,12 @@
15
"php": ">=7.2",
16
"aws/aws-sdk-php": "^3.69.11",
17
"guzzlehttp/guzzle": "^6.2.1 || ^7.0",
18
- "illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
19
- "illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0"
+ "illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0",
+ "illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0|^10.0"
20
},
21
"require-dev": {
22
"mockery/mockery": "^1.3.5",
23
- "phpunit/phpunit": "^8.5.23"
+ "phpunit/phpunit": "^8.5.23|^9.5.10"
24
25
"autoload": {
26
"psr-4": {
0 commit comments