Skip to content

Commit cc3f015

Browse files
committed
update dependencies
1 parent 84a64f3 commit cc3f015

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
@@ -25,13 +25,13 @@
2525
},
2626
"require": {
2727
"php": "^8.3",
28-
"statamic/cms": "^6.0.0"
28+
"statamic/cms": "^6.0"
2929
},
3030
"require-dev": {
3131
"doctrine/dbal": "^3.8",
3232
"laravel/pint": "^1.0",
33-
"orchestra/testbench": "^10.0",
34-
"phpunit/phpunit": "^11.0"
33+
"orchestra/testbench": "^10.0 || ^11.0",
34+
"phpunit/phpunit": "^11.0 || ^12.0"
3535
},
3636
"scripts": {
3737
"test": "phpunit"

0 commit comments

Comments
 (0)