diff --git a/composer.json b/composer.json index ba98ce5..84058ed 100644 --- a/composer.json +++ b/composer.json @@ -21,15 +21,14 @@ } ], "require": { - "php": "^7.3|^8.1", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0", - "illuminate/database": "^6.0|^7.0|^8.0|^9.0" + "php": "^8.0", + "illuminate/database": "^9.0|^10.0", + "illuminate/support": "^9.0|^10.0" }, "require-dev": { - "mockery/mockery": "~1.0", - "phpunit/phpunit": "^8.0|^9.0", - "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0", - "doctrine/dbal": "^2.12|^3.3" + "mockery/mockery": "^1.4", + "orchestra/testbench": "^7.0|^8.0", + "phpunit/phpunit": "^8.0|^9.0|^10.0" }, "autoload": { "psr-4": { @@ -59,7 +58,7 @@ } }, "branch-alias" : { - "dev-master" : "1.0.x-dev" + "dev-master" : "1.1.x-dev" } }, "support" : {