From a9b8e04d8c2923430ad38f6fcadb68ce319a708c Mon Sep 17 00:00:00 2001 From: Steevan BARBOYON Date: Mon, 30 Apr 2018 13:34:07 +0200 Subject: [PATCH] Use new repository structure --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f62a923..2386386 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "phpbenchmarks/symfony", + "name": "phpbenchmarks/symfony-common", "license": "proprietary", "type": "project", "autoload": { @@ -8,7 +8,7 @@ } }, "require": { - "php": ">=5.4.0", + "symfony/symfony": "^2.3", "phpbenchmarks/benchmark-rest-data": "1.0.0" } }