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": {