From 78669d07f05d013eeb84d679ebc076e56f121552 Mon Sep 17 00:00:00 2001 From: Kaushik Prajapati <10140681+kaushikindianic@users.noreply.github.com> Date: Mon, 17 Feb 2020 15:46:26 +0530 Subject: [PATCH 1/2] update package dependency version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3f988d4..07a35d2 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": ">=5.3.0", "linkorb/userbase-role-contracts": "^1.0", - "symfony/security": "~2.6 || ~3.0 || ^4.0", + "symfony/security": "~2.6 || ~3.0 || ^4.0|| ^5.0", "psr/cache": "~1.0", "symfony/cache": "~3.0| ^4.0 | ^5.0 ", "linkorb/envoi": "^1.1" From 71b26850f56ac325a0652b1d5393563471d77a26 Mon Sep 17 00:00:00 2001 From: Kaushik Prajapati <10140681+kaushikindianic@users.noreply.github.com> Date: Mon, 17 Feb 2020 15:53:13 +0530 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 07a35d2..a60a09f 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "linkorb/userbase-role-contracts": "^1.0", "symfony/security": "~2.6 || ~3.0 || ^4.0|| ^5.0", "psr/cache": "~1.0", - "symfony/cache": "~3.0| ^4.0 | ^5.0 ", + "symfony/cache": "~3.0|| ^4.0 || ^5.0 ", "linkorb/envoi": "^1.1" }, "require-dev": {