From 9717e72be8724d295e24266903c7e8a6ed8f555e Mon Sep 17 00:00:00 2001 From: Leon Helmus Date: Fri, 18 Mar 2022 14:58:38 +0100 Subject: [PATCH] Update module and remove repositories for testing purposes. --- composer.json | 38 ++------------------------------------ 1 file changed, 2 insertions(+), 36 deletions(-) diff --git a/composer.json b/composer.json index f797d96..8589617 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "MIT", "type": "library", "prefer-stable": true, - "minimum-stability": "dev", + "minimum-stability": "stable", "authors": [ { "name": "Youwe B.V.", @@ -33,45 +33,11 @@ "Youwe\\FileMapping\\Tests\\": "tests" } }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/YouweGit/coding-standard" - }, - { - "type": "vcs", - "url": "https://github.com/YouweGit/coding-standard-phpstorm" - }, - { - "type": "vcs", - "url": "https://github.com/YouweGit/composer-dependency-installer" - }, - { - "type": "vcs", - "url": "https://github.com/YouweGit/composer-file-installer" - }, - { - "type": "vcs", - "url": "https://github.com/YouweGit/file-mapping" - }, - { - "type": "vcs", - "url": "https://github.com/YouweGit/testing-suite" - } - ], "archive": { "exclude": [ "/tests", - "/phpcs.xml", - "/phpmd.xml", "/phpunit.xml", - "/bitbucket-pipelines.yml", - "/.gitignore", - "/docker-compose.yml", - "/.env.dev", - "/grumphp.yml", - "/pdepend.xml", - "/phpstan.neon" + "/.gitignore" ] }, "config": {