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 0f977f3 commit b0896e4Copy full SHA for b0896e4
composer.json
@@ -19,14 +19,14 @@
19
],
20
"require": {
21
"php": ">=8.1.0",
22
- "illuminate/contracts": "^11.0|^12.0",
23
- "illuminate/support": "^11.0|^12.0",
+ "illuminate/contracts": "^10.0|^11.0|^12.0",
+ "illuminate/support": "^10.0|^11.0|^12.0",
24
"workos/workos-php": "^v4.29.0"
25
},
26
"require-dev": {
27
- "friendsofphp/php-cs-fixer": "^2.15 || ^3.6",
28
- "phpunit/phpunit": "^5.7 || ^10.1",
29
- "orchestra/testbench": "^9.0|^10.0"
+ "friendsofphp/php-cs-fixer": "^3.64",
+ "phpunit/phpunit": "^10.1 || ^11.0",
+ "orchestra/testbench": "^8.0|^9.0|^10.0"
30
31
"suggest": {
32
"laravel/framework": "For testing"
0 commit comments