diff --git a/composer.json b/composer.json index c930838..06350dd 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,13 @@ } ], "require": { - "php": ">=7.0" + "php": ">=7.0.0", + "illuminate/database": "^5.5", }, "require-dev": { - "illuminate/database": "5.5.*", - "illuminate/support": "5.5.*", - "illuminate/auth": "5.5.*", + "illuminate/database": "^5.5", + "illuminate/support": "^5.5", + "illuminate/auth": "^5.5", "cartalyst/sentry": "~2.0", "cartalyst/sentinel": "~2.0", "tymon/jwt-auth": "^0.5.3",