aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/ext/vendor/moo/composer.json
blob: c91a5e027bb1898ca05f07533f635967655d4bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"name": "moo/example",
	"type": "phpbb3-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": "GNU GPL v2",
	"authors": [{
			"name": "Nathan Guse",
			"username": "EXreaction",
			"email": "email@phpbb.com",
			"homepage": "http://lithiumstudios.org",
			"role": "N/A"
		}],
	"require": {
		"php": ">=5.3",
		"phpbb": "3.1.0-dev"
	},
	"extra": {
		"display-name": "phpBB Moo Extension"
	}
}