aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-11-14 00:15:23 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-11-14 00:15:23 +0100
commit1e73e0c9544d2601127b7179fdbd0724370e8b04 (patch)
tree1c030afbbb685514ffa110aff043a52a08f08496 /tests
parent4e2bb6ef535a5188aeda6d04286b6b9bb8825c72 (diff)
downloadforums-1e73e0c9544d2601127b7179fdbd0724370e8b04.tar
forums-1e73e0c9544d2601127b7179fdbd0724370e8b04.tar.gz
forums-1e73e0c9544d2601127b7179fdbd0724370e8b04.tar.bz2
forums-1e73e0c9544d2601127b7179fdbd0724370e8b04.tar.xz
forums-1e73e0c9544d2601127b7179fdbd0724370e8b04.zip
[ticket/12017] Fix phpbb requirement in composer.json
PHPBB3-12017
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/fixtures/ext/foo/bar/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/fixtures/ext/foo/bar/composer.json b/tests/functional/fixtures/ext/foo/bar/composer.json
index cb9dbc9514..e3e5fc21cd 100644
--- a/tests/functional/fixtures/ext/foo/bar/composer.json
+++ b/tests/functional/fixtures/ext/foo/bar/composer.json
@@ -14,7 +14,7 @@
}],
"require": {
"php": ">=5.3",
- "phpbb": "3.1.*@dev"
+ "phpbb/phpbb": "3.1.*@dev"
},
"extra": {
"display-name": "phpBB 3.1 Extension Testing"