aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/composer.json
blob: 455ad49aacbe01ef3fee3ae0559192a69d0bf605 (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.3.*",
		"symfony/dependency-injection": "2.3.*",
		"symfony/event-dispatcher": "2.3.*",
		"symfony/http-kernel": "2.3.*",
		"symfony/routing": "2.3.*",
		"symfony/yaml": "2.3.*",
		"twig/twig": "1.13.*"
	},
	"require-dev": {
		"fabpot/goutte": "1.0.*",
		"phpunit/dbunit": "1.2.*",
		"phpunit/phpunit": "3.7.*",
		"phing/phing": "2.4.*"
	}
}