Skip to content

Commit 931bfb7

Browse files
committed
Drop v5 dependencies in composer.json too
1 parent 3be8482 commit 931bfb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"php": "^8.2",
1919
"guzzlehttp/guzzle": "^7.3",
2020
"http-interop/http-factory-guzzle": "^1.0",
21-
"illuminate/support": "^11.0 || ^12.0",
22-
"statamic/cms": "^5.38 || ^6.0",
21+
"illuminate/support": "^12.0",
22+
"statamic/cms": "^6.0",
2323
"typesense/typesense-php": "^4.9"
2424
},
2525
"require-dev": {
2626
"laravel/pint": "^1.17",
27-
"orchestra/testbench": "^8.14 || ^9.0 || ^10.0",
28-
"phpunit/phpunit": "^10.0 || ^11.0"
27+
"orchestra/testbench": "^10.0",
28+
"phpunit/phpunit": "^11.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)