diff --git a/composer.json b/composer.json index 0cd81d64..76c2bdf1 100644 --- a/composer.json +++ b/composer.json @@ -19,15 +19,15 @@ "php": "^8.2", "ext-oci8": ">=3.0.1", "ext-pdo": "*", - "illuminate/database": "^11.15.0", - "illuminate/pagination": "^11.15.0", - "illuminate/support": "^11.15.0", - "illuminate/validation": "^11.15.0", + "illuminate/database": "^11.15.0|^12.0", + "illuminate/pagination": "^11.15.0|^12.0", + "illuminate/support": "^11.15.0|^12.0", + "illuminate/validation": "^11.15.0|^12.0", "yajra/laravel-pdo-via-oci8": "^3.4.4" }, "require-dev": { "mockery/mockery": "^1.6.12", - "orchestra/testbench": "^9.1.2", + "orchestra/testbench": "^9.1.2|^10.0", "phpunit/phpunit": "^10.5|^11.2.7" }, "autoload": {