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') 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 From 3f0dec4ce69abeb1a3c4ca043dc1ff8783f1c06d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 2 Jul 2014 16:23:20 +0200 Subject: [ticket/12783] Move phpbb requirement to extra->soft-require PHPBB3-12783 --- tests/functional/fixtures/ext/foo/bar/composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/functional') diff --git a/tests/functional/fixtures/ext/foo/bar/composer.json b/tests/functional/fixtures/ext/foo/bar/composer.json index 3e8e98e9bd..f0c7f0e6c1 100644 --- a/tests/functional/fixtures/ext/foo/bar/composer.json +++ b/tests/functional/fixtures/ext/foo/bar/composer.json @@ -17,6 +17,8 @@ }, "extra": { "display-name": "phpBB 3.1 Extension Testing", - "phpbb/phpbb": "3.1.*@dev" + "soft-require": { + "phpbb/phpbb": "3.1.*@dev" + } } } -- cgit v1.2.1