From f930e9b850d9686cfc7ace5e8a06ef8fc54b6315 Mon Sep 17 00:00:00 2001 From: Tetiana Blindaruk Date: Sun, 16 Dec 2018 15:44:07 +0200 Subject: [PATCH] update composer dependency --- composer.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 213ef9b..d3ec8cf 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "maksi/request-mapper-lm", + "name": "maksi/request-mapper-l", "authors": [ { "name": "Tetiana Blindaruk", @@ -7,12 +7,12 @@ } ], "require": { - "illuminate/support": "^5.7", - "symfony/validator": "^4.2", + "illuminate/support": "^5.5", + "symfony/validator": "^4.1", "doctrine/annotations": "^1.6", "doctrine/cache": "^1.8", - "illuminate/http": "^5.7", - "illuminate/contracts": "^5.7" + "illuminate/http": "^5.5", + "illuminate/contracts": "^5.5" }, "require-dev": { "phpunit/phpunit": "^7.5", @@ -34,5 +34,7 @@ "Maksi\\RequestMapperL\\RequestMapperProvider" ] } - } + }, + "minimum-stability": "dev", + "prefer-stable": true }