diff --git a/composer.json b/composer.json index 9359b4c..b56aea5 100644 --- a/composer.json +++ b/composer.json @@ -10,15 +10,15 @@ ], "require": { "php": "^8.2", - "laravel/framework": "^10.0 || ^11.0 || ^12.0", + "laravel/framework": "^10.0 || ^11.0 || ^12.0 || ^13.0", "pixelfear/composer-dist-plugin": "^0.1", - "statamic/cms": "^5.0" + "statamic/cms": "^5.0 || dev-laravel-13" }, "require-dev": { "mockery/mockery": "^1.3.1", "nunomaduro/collision": "^8.1", - "orchestra/testbench": "^9.0 || ^10.0", - "phpunit/phpunit": "^11.0", + "orchestra/testbench": "^9.0 || ^10.0 || ^11.0", + "phpunit/phpunit": "^11.0 || ^12.5.12", "spatie/laravel-ray": "^1.32" }, "autoload": {