diff options
author | MichaelC <m@michaelcullum.com> | 2013-09-18 09:06:16 +0100 |
---|---|---|
committer | MichaelC <m@michaelcullum.com> | 2013-10-01 00:35:36 +0100 |
commit | fd022123c074463f0f82c884cf9821367b530e46 (patch) | |
tree | 71b0119f91e311750fb4c07919abe76400fca4cf /tests/functional/fixtures | |
parent | 179f41475b555d0a3314d779d0d7423f66f0fb95 (diff) | |
download | forums-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/functional/fixtures')
-rw-r--r-- | tests/functional/fixtures/ext/foo/bar/composer.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/functional/fixtures/ext/foo/bar/composer.json b/tests/functional/fixtures/ext/foo/bar/composer.json index 067a9d38eb..cb9dbc9514 100644 --- a/tests/functional/fixtures/ext/foo/bar/composer.json +++ b/tests/functional/fixtures/ext/foo/bar/composer.json @@ -1,6 +1,6 @@ { "name": "foo/bar", - "type": "phpbb3-extension", + "type": "phpbb-extension", "description": "Testing extensions", "homepage": "", "version": "1.0.0", @@ -8,14 +8,13 @@ "licence": "GPL-2.0", "authors": [{ "name": "Joas Schilling", - "username": "nickvergessen", "email": "nickvergessen@phpbb.com", "homepage": "http://www.phpbb.com", "role": "Developer" }], "require": { "php": ">=5.3", - "phpbb": ">=3.1.0-dev" + "phpbb": "3.1.*@dev" }, "extra": { "display-name": "phpBB 3.1 Extension Testing" |