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 9cf529d commit 9417117Copy full SHA for 9417117
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|^11.0"
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
31
},
32
"require-dev": {
33
- "orchestra/testbench": "^6.0|^8.0|^9.0",
34
- "pestphp/pest": "^1.22|^2.34",
35
- "pestphp/pest-plugin-laravel": "^1.3|^2.3",
36
- "phpunit/phpunit": "^9.0|^10.5"
+ "orchestra/testbench": "^6.0|^8.0|^9.0|^10.0",
+ "pestphp/pest": "^1.22|^2.34|^3.7",
+ "pestphp/pest-plugin-laravel": "^1.3|^2.3|^3.1",
+ "phpunit/phpunit": "^9.0|^10.5|^11.5.3"
37
38
"autoload": {
39
"psr-4": {
0 commit comments