From 9d857666a6ce8b3a821cded57138ad8fe600517f Mon Sep 17 00:00:00 2001 From: Steevan BARBOYON Date: Mon, 30 Apr 2018 13:33:42 +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 3195380..d4152d1 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "phpbenchmarks/symfony", + "name": "phpbenchmarks/symfony-common", "license": "proprietary", "type": "project", "autoload": { @@ -8,6 +8,6 @@ } }, "require": { - "php": ">=5.4.0" + "symfony/symfony": "^2.3" } }