aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/ext
diff options
context:
space:
mode:
authorMichaelC <m@michaelcullum.com>2013-09-18 09:06:16 +0100
committerMichaelC <m@michaelcullum.com>2013-10-01 00:35:36 +0100
commitfd022123c074463f0f82c884cf9821367b530e46 (patch)
tree71b0119f91e311750fb4c07919abe76400fca4cf /tests/extension/ext
parent179f41475b555d0a3314d779d0d7423f66f0fb95 (diff)
downloadforums-fd022123c074463f0f82c884cf9821367b530e46.tar
forums-fd022123c074463f0f82c884cf9821367b530e46.tar.gz
forums-fd022123c074463f0f82c884cf9821367b530e46.tar.bz2
forums-fd022123c074463f0f82c884cf9821367b530e46.tar.xz
forums-fd022123c074463f0f82c884cf9821367b530e46.zip
[task/composer-compatibility] Minor changes that will break extension BC
PHPBB3-11840
Diffstat (limited to 'tests/extension/ext')
-rw-r--r--tests/extension/ext/foo/composer.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/extension/ext/foo/composer.json b/tests/extension/ext/foo/composer.json
index 744f7be625..828ae4ab79 100644
--- a/tests/extension/ext/foo/composer.json
+++ b/tests/extension/ext/foo/composer.json
@@ -1,20 +1,19 @@
{
"name": "foo/example",
- "type": "phpbb3-extension",
+ "type": "phpbb-extension",
"description": "An example/sample extension to be used for testing purposes in phpBB Development.",
"version": "1.0.0",
"time": "2012-02-15 01:01:01",
"licence": "GPL-2.0",
"authors": [{
"name": "Nathan Guse",
- "username": "EXreaction",
"email": "email@phpbb.com",
"homepage": "http://lithiumstudios.org",
"role": "N/A"
}],
"require": {
"php": ">=5.3",
- "phpbb": "3.1.0-dev"
+ "phpbb/phpbb": "3.1.*@dev"
},
"extra": {
"display-name": "phpBB Foo Extension"