diff --git a/composer.json b/composer.json index ca05b35..c8fcf6b 100644 --- a/composer.json +++ b/composer.json @@ -16,15 +16,15 @@ } ], "require": { - "php": "^7.3 || ^8.0", - "doctrine/dbal": "^2.0|^3.0", + "php": "^8.0", + "doctrine/dbal": "^2.0|^3.0 || ^4.2", "fakerphp/faker": "^1.13", - "illuminate/console": "^7.0|^8.0|^9.0|^10.0 || ^11.0", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0 || ^11.0" + "illuminate/console": "^8.0|^9.0|^10.0 || ^11.0 || ^12.0", + "illuminate/support": "^8.0|^9.0|^10.0 || ^11.0 || ^12.0" }, "require-dev": { - "orchestra/testbench": "^6.12|^7.0|^8.0 || ^9.0", - "phpunit/phpunit": "^8.0 || ^9.0 || ^10.5", + "orchestra/testbench": "^6.12|^7.0|^8.0 || ^9.0 || ^10.0", + "phpunit/phpunit": "^8.0 || ^9.0 || ^10.5 || ^11.5.3", "spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1" }, "autoload": {