From 2d116ffede84fd8483de8bf093a695dae3ceb4dd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 28 Jun 2014 13:06:46 +0200 Subject: [ticket/12783] Move phpbb/phpbb require version to extra PHPBB3-12783 --- tests/functional/fixtures/ext/foo/bar/composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/functional/fixtures/ext') diff --git a/tests/functional/fixtures/ext/foo/bar/composer.json b/tests/functional/fixtures/ext/foo/bar/composer.json index 2f91426d2a..3e8e98e9bd 100644 --- a/tests/functional/fixtures/ext/foo/bar/composer.json +++ b/tests/functional/fixtures/ext/foo/bar/composer.json @@ -13,10 +13,10 @@ "role": "Developer" }], "require": { - "php": ">=5.3", - "phpbb/phpbb": "3.1.*@dev" + "php": ">=5.3" }, "extra": { - "display-name": "phpBB 3.1 Extension Testing" + "display-name": "phpBB 3.1 Extension Testing", + "phpbb/phpbb": "3.1.*@dev" } } -- cgit v1.2.1