From c4d2f2a36b7ff1b7d00511c1f6756243c74477ed Mon Sep 17 00:00:00 2001 From: Dylan DPC Date: Fri, 22 Dec 2017 18:17:50 +0530 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4aa1ecc..7baa82b 100644 --- a/composer.json +++ b/composer.json @@ -26,9 +26,9 @@ } }, "require-dev": { - "illuminate/database": "^5.5", - "illuminate/console": "^5.5", - "illuminate/validation": "^5.5", + "illuminate/database": "5.5.*", + "illuminate/console": "5.5.*", + "illuminate/validation": "5.5.*", "orchestra/testbench": "^3.5", "orchestra/database": "^3.5", "phpunit/phpunit": "^6.0",