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 b5b978c commit f68ee18Copy full SHA for f68ee18
composer.json
@@ -27,13 +27,13 @@
27
"require": {
28
"php": "^8.0",
29
"guzzlehttp/guzzle": "^7.0.1",
30
- "illuminate/support": "^8.0|^9.0|^10.0"
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0"
31
},
32
"require-dev": {
33
- "orchestra/testbench": "^6.0|^8.0",
34
- "pestphp/pest": "^1.22",
35
- "pestphp/pest-plugin-laravel": "^1.3",
36
- "phpunit/phpunit": "^9.0"
+ "orchestra/testbench": "^6.0|^8.0|^9.0",
+ "pestphp/pest": "^1.22|^2.34",
+ "pestphp/pest-plugin-laravel": "^1.3|^2.3",
+ "phpunit/phpunit": "^9.0|^10.5"
37
38
"autoload": {
39
"psr-4": {
0 commit comments