diff --git a/composer.json b/composer.json index 006d047..732ace5 100644 --- a/composer.json +++ b/composer.json @@ -17,15 +17,15 @@ } ], "require": { - "php": ">=5.4.0", - "illuminate/database": "~4.2|^5", - "illuminate/config": "~4.2|^5", - "nesbot/carbon": "~1.0|~2", - "elasticsearch/elasticsearch": "~6.1" + "php": ">=7.0.0", + "illuminate/database": "~6.0", + "illuminate/config": "~6.0", + "nesbot/carbon": "~2", + "elasticsearch/elasticsearch": "~7" }, "require-dev": { - "phpunit/phpunit": "~4.2|~5.0", - "mockery/mockery": "^0.9.4" + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^8.0" }, "autoload": { "psr-4": {