[feature/tests] Add extension-testframework from phpBB gallery

This commit is contained in:
Marc Alexander
2013-10-29 15:02:51 +01:00
parent e3fb1073be
commit d757d7396d
33 changed files with 14630 additions and 3 deletions

23
composer.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "phpbbgallery/core",
"type": "phpbb-extension",
"description": "Experimental version of phpBB Gallery for phpBB 3.1",
"homepage": "https://github.com/nickvergessen/phpbb-ext-gallery",
"version": "0.1.0",
"time": "2013-03-27",
"licence": "GPL-2.0",
"authors": [{
"name": "Joas Schilling",
"username": "nickvergessen",
"email": "nickvergessen@gmx.de",
"homepage": "https://github.com/nickvergessen/",
"role": "Lead Developer"
}],
"require": {
"php": ">=5.3.3",
"phpbb/phpbb": "3.1.*@dev"
},
"extra": {
"display-name": "phpBB Gallery Core"
}
}