diff --git a/composer.json b/composer.json index b10f2d16..eea4516f 100644 --- a/composer.json +++ b/composer.json @@ -3,15 +3,13 @@ "description": "Automatic multi-tenancy for your Laravel application.", "keywords": ["laravel", "multi-tenancy", "multi-database", "tenancy"], "license": "MIT", - "authors": [ - { - "name": "Samuel Štancl", - "email": "samuel.stancl@gmail.com" - } - ], + "authors": [{ + "name": "Samuel Štancl", + "email": "samuel.stancl@gmail.com" + }], "require": { "ext-json": "*", - "illuminate/support": "^6.0|^7.0|^8.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0", "facade/ignition-contracts": "^1.0", "ramsey/uuid": "^3.7|^4.0", "stancl/jobpipeline": "^1.0", @@ -19,10 +17,10 @@ }, "require-dev": { "vlucas/phpdotenv": "^3.3|^4.0|^5.0", - "laravel/framework": "^6.0|^7.0|^8.0", - "orchestra/testbench-browser-kit": "^4.0|^5.0|^6.0", - "league/flysystem-aws-s3-v3": "~1.0", - "doctrine/dbal": "^2.10", + "laravel/framework": "^6.0|^7.0|^8.0|^9.0", + "orchestra/testbench-browser-kit": "^4.0|^5.0|^6.0|^7.0", + "league/flysystem-aws-s3-v3": "~3.0", + "doctrine/dbal": "^2.10|^3.1.4", "spatie/valuestore": "^1.2.5" }, "autoload": { @@ -51,4 +49,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file