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.
2 parents a7a658e + 1fb798c commit 8184ef6Copy full SHA for 8184ef6
composer.json
@@ -13,15 +13,15 @@
13
],
14
"require": {
15
"php": "^8.0|^8.1",
16
- "illuminate/notifications": "^9.0",
17
- "illuminate/support": "^9.0",
18
- "illuminate/queue": "^9.0",
+ "illuminate/notifications": "^9.0|^10.0",
+ "illuminate/support": "^9.0|^10.0",
+ "illuminate/queue": "^9.0|^10.0",
19
"guzzlehttp/guzzle": "^7.2",
20
"ext-json": "*"
21
},
22
"require-dev": {
23
"mockery/mockery": "^1.4.4",
24
- "phpunit/phpunit": "^9.5.8"
+ "phpunit/phpunit": "^9.5.10|^10.0"
25
26
"autoload": {
27
"psr-4": {
0 commit comments