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