aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-07-02 16:23:20 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-07-02 16:23:20 +0200
commit3f0dec4ce69abeb1a3c4ca043dc1ff8783f1c06d (patch)
treef119d0645735491b8b6a4b4d91eb9b8498a7a555 /tests/functional
parent07cb08fd18c51f09555cab6a3edb92daa617a4d0 (diff)
downloadforums-3f0dec4ce69abeb1a3c4ca043dc1ff8783f1c06d.tar
forums-3f0dec4ce69abeb1a3c4ca043dc1ff8783f1c06d.tar.gz
forums-3f0dec4ce69abeb1a3c4ca043dc1ff8783f1c06d.tar.bz2
forums-3f0dec4ce69abeb1a3c4ca043dc1ff8783f1c06d.tar.xz
forums-3f0dec4ce69abeb1a3c4ca043dc1ff8783f1c06d.zip
[ticket/12783] Move phpbb requirement to extra->soft-require
PHPBB3-12783
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/fixtures/ext/foo/bar/composer.json4
1 files changed, 3 insertions, 1 deletions
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"
+ }
}
}