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 7355bc4 commit a5f02f2Copy full SHA for a5f02f2
composer.json
@@ -14,13 +14,13 @@
14
"require": {
15
"php": "^8.0",
16
"guzzlehttp/guzzle": "^7.0.1",
17
- "illuminate/notifications": "^8.0 || ^9.0 || ^10.0",
18
- "illuminate/support": "^8.0 || ^9.0 || ^10.0"
+ "illuminate/notifications": "^8.0 || ^9.0 || ^10.0 || ^11.0",
+ "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0"
19
},
20
"require-dev": {
21
"mockery/mockery": "^1.3.1",
22
- "phpunit/phpunit": "^9.3",
23
- "orchestra/testbench": "^8.0",
+ "phpunit/phpunit": "^9.3 || ^10.5",
+ "orchestra/testbench": "^8.0 || ^9.0",
24
"dms/phpunit-arraysubset-asserts": ">=0.1.0"
25
26
"autoload": {
0 commit comments