From e505df9d06325a9a985361ff02f99539ca6e0706 Mon Sep 17 00:00:00 2001 From: Nicolas PHILIPPE Date: Fri, 29 Oct 2021 17:49:01 +0200 Subject: [PATCH] bump sf 5.3 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 4dad129..c041aa5 100644 --- a/composer.json +++ b/composer.json @@ -14,15 +14,15 @@ "repositories": [ { "type": "vcs", - "url": "https://github.com/emilZelty/mongodb-migrations" + "url": "https://github.com/ArteGEIE/mongodb-migrations" } ], "require": { "php": "^7.1 || 8.*", "doctrine/mongodb-odm-bundle": "^3.0 || ^4.3", - "symfony/framework-bundle": "^3.4 || ^4.0 || 5.2.*", - "symfony/console": "^3.4 || ^4.0 || 5.2.*", - "doesntmattr/mongodb-migrations": "dev-php-8-compatiblity" + "symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0", + "symfony/console": "^3.4 || ^4.0 || ^5.0", + "doesntmattr/mongodb-migrations": "^3.1.0" }, "autoload": { "psr-4": {