aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/composer.json
blob: b4fad5a5295c5bc905ed383f8675f79fc1c3e378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"minimum-stability": "beta",
	"require": {
		"lusitanian/oauth": "0.2.*",
		"symfony/config": "2.1.*",
		"symfony/dependency-injection": "2.1.*",
		"symfony/event-dispatcher": "2.1.*",
		"symfony/http-kernel": "2.1.*",
		"symfony/routing": "2.1.*",
		"symfony/yaml": "2.1.*",
		"twig/twig": "1.13.*"
	},
	"require-dev": {
		"fabpot/goutte": "v0.1.0",
		"phpunit/dbunit": "1.2.*",
		"phpunit/phpunit": "3.7.*",
		"phing/phing": "2.4.*"
	}
}