diff --git a/composer.json b/composer.json index a1d9219..6460f12 100644 --- a/composer.json +++ b/composer.json @@ -43,17 +43,17 @@ "cboden/ratchet": "^0.4.1", "clue/buzz-react": "^2.5", "guzzlehttp/psr7": "^1.5", - "illuminate/console": "~5.8 || ^6.0", - "illuminate/http": "~5.8 || ^6.0", - "illuminate/routing": "~5.8 || ^6.0", - "illuminate/support": "~5.8 || ^6.0", + "illuminate/console": "^5.8 || ^6.0", + "illuminate/http": "^5.8 || ^6.0", + "illuminate/routing": "^5.8 || ^6.0", + "illuminate/support": "^5.8 || ^6.0", "laravie/stream": "^0.2", "symfony/http-kernel": "~4.0", "symfony/psr-http-message-bridge": "^1.1" }, "require-dev": { "mockery/mockery": "^1.2", - "orchestra/testbench": "~3.8 || ^4.0" + "orchestra/testbench": "^3.8 || ^4.0" }, "config": { "sort-packages": true