diff --git a/composer.json b/composer.json index aff4e37..7cb210a 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,12 @@ ], "require": { "php": ">=7.1 || ^8.0", - "laravel/framework": "^5.2 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 | ^11.0", + "laravel/framework": "^5.2 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", "ext-json": "*" }, "require-dev": { - "orchestra/testbench": "^7.1 || ^8.0 || ^9.0", - "phpunit/phpunit": "^8.5.23 || ^9.5.10 || ^10.5 || ^11.0.1" + "orchestra/testbench": "^7.1 || ^8.0 || ^9.0 || ^10.0", + "phpunit/phpunit": "^8.5.23 || ^9.5.10 || ^10.5 || ^11.0.1 || ^12.0.1" }, "autoload": { "psr-4": {