Skip to content

Commit e3fb7a5

Browse files
authored
Update composer.json
1 parent 5908dce commit e3fb7a5

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
@@ -11,13 +11,13 @@
1111
],
1212
"require": {
1313
"php": "^8.2",
14-
"laravel/framework": "10.*",
15-
"laravel/sanctum": "^3.3|^4.0",
16-
"orchestra/testbench": "8.*"
14+
"laravel/framework": "10.0|^11.0",
15+
"laravel/sanctum": "^3.3|^4.0"
1716
},
1817
"require-dev": {
1918
"friendsofphp/php-cs-fixer": "^3.4",
2019
"nunomaduro/larastan": "^2.0",
20+
"orchestra/testbench": "^8.0|^9.0",
2121
"phpstan/phpstan": "^1.2",
2222
"phpunit/phpunit": "^10.5|^11.0"
2323
},

0 commit comments

Comments
 (0)