diff --git a/composer.json b/composer.json index 90a2bc883..0a5a8cf52 100644 --- a/composer.json +++ b/composer.json @@ -69,7 +69,7 @@ "behat/mink-extension": "^2.3", "behat/mink-goutte-driver": "^1.2", "behatch/contexts": "^3.2", - "coduo/php-matcher": "dev-patch-2@dev", + "coduo/php-matcher": "^3.2", "dama/doctrine-test-bundle": "^5.0", "doctrine/doctrine-fixtures-bundle": "^3.1", "lakion/mink-debug-extension": "^1.2", @@ -119,18 +119,6 @@ "spec\\Bolt\\": "tests/spec/Bolt/" } }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/bobdenotter/DoctrineExtensions", - "no-api": true - }, - { - "type": "vcs", - "url": "https://github.com/jarjak/php-matcher", - "no-api": true - } - ], "minimum-stability": "stable", "prefer-stable": true, "scripts": {