aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/ext/vendor2/bar/composer.json
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-12-12 04:29:48 -0800
committerCesar G <prototech91@gmail.com>2013-12-12 10:52:51 -0800
commit31234b26d892bb4d98c9bc869d340a8ccf3cfe88 (patch)
tree435d11d23051c7a6eb086380e795927464c96f2b /tests/extension/ext/vendor2/bar/composer.json
parent4d65727accb097641f72e8bf24c5a194873affc7 (diff)
downloadforums-31234b26d892bb4d98c9bc869d340a8ccf3cfe88.tar
forums-31234b26d892bb4d98c9bc869d340a8ccf3cfe88.tar.gz
forums-31234b26d892bb4d98c9bc869d340a8ccf3cfe88.tar.bz2
forums-31234b26d892bb4d98c9bc869d340a8ccf3cfe88.tar.xz
forums-31234b26d892bb4d98c9bc869d340a8ccf3cfe88.zip
[ticket/12009] Move valid extensions in tests to correct dir structure.
PHPBB3-12009
Diffstat (limited to 'tests/extension/ext/vendor2/bar/composer.json')
-rw-r--r--tests/extension/ext/vendor2/bar/composer.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/extension/ext/vendor2/bar/composer.json b/tests/extension/ext/vendor2/bar/composer.json
new file mode 100644
index 0000000000..5d60ec031e
--- /dev/null
+++ b/tests/extension/ext/vendor2/bar/composer.json
@@ -0,0 +1,21 @@
+{
+ "name": "vendor2/bar",
+ "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": "John Smith",
+ "email": "email@phpbb.com",
+ "homepage": "http://phpbb.com",
+ "role": "N/A"
+ }],
+ "require": {
+ "php": ">=5.3",
+ "phpbb/phpbb": "3.1.*@dev"
+ },
+ "extra": {
+ "display-name": "phpBB Bar Extension"
+ }
+}