diff --git a/composer.json b/composer.json index fe47536c..39fa9b0b 100644 --- a/composer.json +++ b/composer.json @@ -12,12 +12,12 @@ } ], "require": { - "php": ">=5.4.0", - "illuminate/console": "5.*||6.*", - "illuminate/database": "5.*||6.*", - "illuminate/events": "5.*||6.*", - "illuminate/filesystem": "5.*||6.*", - "illuminate/support": "5.*||6.*" + "php": ">=7.2.0", + "illuminate/console": "6.*", + "illuminate/database": "6.*", + "illuminate/events": "6.*", + "illuminate/filesystem": "6.*", + "illuminate/support": "6.*" }, "require-dev": { "phpunit/phpunit": "~4.0",