aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fixtures/ext/foo/bar/composer.json
blob: e3e5fc21cdfd13f78bb0b5feff98cef26335c507 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"name": "foo/bar",
	"type": "phpbb-extension",
	"description": "Testing extensions",
	"homepage": "",
	"version": "1.0.0",
	"time": "2013-03-21 01:01:01",
	"licence": "GPL-2.0",
	"authors": [{
		"name": "Joas Schilling",
		"email": "nickvergessen@phpbb.com",
		"homepage": "http://www.phpbb.com",
		"role": "Developer"
	}],
	"require": {
		"php": ">=5.3",
		"phpbb/phpbb": "3.1.*@dev"
	},
	"extra": {
		"display-name": "phpBB 3.1 Extension Testing"
	}
}