diff --git a/composer.json b/composer.json index 88875871..6790f7f5 100644 --- a/composer.json +++ b/composer.json @@ -13,11 +13,11 @@ "symfony/yaml": "^2.8|^3|^4.1", "composer/semver": "^1.4||^3.2", "symfony/process": "^2.8|^3|^4.1", - "symfony/flex": "1.17.2", + "symfony/flex": "^1.1", "symfony/dotenv": "^2.8|^3|^4.1", "ext-json": "*", "stecman/symfony-console-completion": "^0.10.0", - "symfony/finder": "4.4.30", + "symfony/finder": "^4.1", "thibaud-dauce/mattermost-php": "^1.2", "twig/twig": "^2.7", "ext-openssl": "*", diff --git a/composer.lock b/composer.lock index 271c7dc3..e845b08a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f8a3d8c27e92260a0e2fbd2824131301", + "content-hash": "ddb8b20917910e802f6fc84b3ad545f5", "packages": [ { "name": "composer/ca-bundle", @@ -2365,7 +2365,13 @@ "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/70362f1e112280d75b30087c7598b837c1b468b6", "reference": "70362f1e112280d75b30087c7598b837c1b468b6", - "shasum": "" + "shasum": "", + "mirrors": [ + { + "url": "https://repo.packagist.com/biitms/dists/%package%/%version%/r%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=7.1.3", @@ -2380,7 +2386,7 @@ "/Tests/" ] }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://repo.packagist.com/biitms/downloads/", "license": [ "MIT" ], @@ -3261,17 +3267,23 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.24.0", + "version": "v1.23.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9" + "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9", - "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9", - "shasum": "" + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", + "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", + "shasum": "", + "mirrors": [ + { + "url": "https://repo.packagist.com/biitms/dists/%package%/%version%/r%reference%.%type%", + "preferred": true + } + ] }, "require": { "php": ">=7.1" @@ -3287,17 +3299,17 @@ } }, "autoload": { - "files": [ - "bootstrap.php" - ], "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, + "files": [ + "bootstrap.php" + ], "classmap": [ "Resources/stubs" ] }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://repo.packagist.com/biitms/downloads/", "license": [ "MIT" ], @@ -3324,7 +3336,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1" }, "funding": [ { @@ -3340,7 +3352,7 @@ "type": "tidelift" } ], - "time": "2021-09-13T13:58:33+00:00" + "time": "2021-07-28T13:41:28+00:00" }, { "name": "symfony/polyfill-php81",