Skip to content

Commit 0ad0eae

Browse files
committed
Fix dependency issues with older versions of laravel
1 parent 0f977f3 commit 0ad0eae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
],
2020
"require": {
2121
"php": ">=8.1.0",
22-
"illuminate/contracts": "^11.0|^12.0",
23-
"illuminate/support": "^11.0|^12.0",
22+
"illuminate/contracts": "^10.0|^11.0|^12.0",
23+
"illuminate/support": "^10.0|^11.0|^12.0",
2424
"workos/workos-php": "^v4.29.0"
2525
},
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "^2.15 || ^3.6",
2828
"phpunit/phpunit": "^5.7 || ^10.1",
29-
"orchestra/testbench": "^9.0|^10.0"
29+
"orchestra/testbench": "^8.0|^9.0|^10.0"
3030
},
3131
"suggest": {
3232
"laravel/framework": "For testing"

0 commit comments

Comments
 (0)