aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/composer.json
blob: 9b473a3bb76fb9d1391b197d3120d758ae8565d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
	"_readme": [
		"You MUST update the clean-vendor-dir target in build/build.xml",
		"accordingly when adding or upgrading dependencies."
	],
	"require": {
		"lusitanian/oauth": "0.2.*",
		"symfony/config": "2.3.*",
		"symfony/console": "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": {
		"behat/mink": "1.4.*",
		"behat/mink-goutte-driver": "1.0.*",
		"fabpot/goutte": "1.0.*",
		"phpunit/dbunit": "1.3.*",
		"phpunit/phpunit": "4.1.*",
		"phing/phing": "2.4.*",
		"sami/sami": "1.*",
		"squizlabs/php_codesniffer": "1.*",
		"symfony/browser-kit": "2.3.*",
		"symfony/debug": "2.3.*",
		"symfony/dom-crawler": "2.3.*",
		"symfony/filesystem": "2.3.*",
		"symfony/finder": "2.3.*",
		"symfony/http-foundation": "2.3.*",
		"symfony/process": "2.3.*"
	}
}