diff --git a/composer.json b/composer.json index 91f2188..cbc8e81 100755 --- a/composer.json +++ b/composer.json @@ -10,18 +10,18 @@ }, { "name": "Philipp Mochine", - "email": "p@mochine.de" + "email": "mail@philippmochine.com" } ], "require": { "php": ">=7.2", - "illuminate/support": "~5.4||~5.5||~5.6||~5.7||~5.8||~6.0||~7.0", - "illuminate/database": "~5.4||~5.5||~5.6||~5.7||~5.8||~6.0||~7.0" + "illuminate/support": "~5.4||~5.5||~5.6||~5.7||~5.8||~6.0||~7.0||~8.0", + "illuminate/database": "~5.4||~5.5||~5.6||~5.7||~5.8||~6.0||~7.0||~8.0" }, "require-dev": { "graham-campbell/testbench": "^5.0", "mockery/mockery": "^1.0", - "phpunit/phpunit": "^8.2" + "phpunit/phpunit": "^9.4.2" }, "autoload": { "psr-4": {