diff --git a/composer.json b/composer.json index b884be4..505bc2c 100644 --- a/composer.json +++ b/composer.json @@ -8,11 +8,11 @@ "editor" ], "require": { - "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", - "illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", - "illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", - "illuminate/container": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", - "illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", + "illuminate/support": "^5.1", + "illuminate/filesystem": "^5.1", + "illuminate/events": "^5.1", + "illuminate/container": "^5.1", + "illuminate/contracts": "^5.1", "erusev/parsedown": "^1.6", "erusev/parsedown-extra": "0.7.*" },