diff options
| author | Pico88 <luki_9@wp.pl> | 2014-08-24 08:19:44 +0200 |
|---|---|---|
| committer | Pico <luki_9@wp.pl> | 2014-08-24 10:16:39 +0200 |
| commit | 273fc5b5b61ad22af5a439c002afc626d8bb1b61 (patch) | |
| tree | c10e5f3fe3ae0c2751e47c7b17417582b71291db /tests/extension/ext/vendor4/bar/composer.json | |
| parent | ae3b015f654b4d3da2ca19414531c6bc13b63895 (diff) | |
| download | forums-273fc5b5b61ad22af5a439c002afc626d8bb1b61.tar forums-273fc5b5b61ad22af5a439c002afc626d8bb1b61.tar.gz forums-273fc5b5b61ad22af5a439c002afc626d8bb1b61.tar.bz2 forums-273fc5b5b61ad22af5a439c002afc626d8bb1b61.tar.xz forums-273fc5b5b61ad22af5a439c002afc626d8bb1b61.zip | |
[ticket/12661] Add template test
PHPBB3-12661
Diffstat (limited to 'tests/extension/ext/vendor4/bar/composer.json')
| -rw-r--r-- | tests/extension/ext/vendor4/bar/composer.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/extension/ext/vendor4/bar/composer.json b/tests/extension/ext/vendor4/bar/composer.json new file mode 100644 index 0000000000..1a2fddc3f4 --- /dev/null +++ b/tests/extension/ext/vendor4/bar/composer.json @@ -0,0 +1,23 @@ +{ + "name": "vendor4/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", + "license": "GPL-2.0", + "authors": [{ + "name": "John Smith", + "email": "email@phpbb.com", + "homepage": "http://phpbb.com", + "role": "N/A" + }], + "require": { + "php": ">=5.3" + }, + "extra": { + "display-name": "phpBB Bar Extension", + "soft-require": { + "phpbb/phpbb": "3.1.*@dev" + } + } +} |
