aboutsummaryrefslogtreecommitdiffstats
path: root/build/integration/composer.json
blob: 7ab9da29e4af34697279b84bfe1ce355850fde47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"config": {
		"platform": {
			"php": "8.0.2"
		},
		"sort-packages": true
	},
	"require-dev": {
		"behat/behat": "^3.14",
		"dms/phpunit-arraysubset-asserts": "^0.5",
		"guzzlehttp/guzzle": "^7.8",
		"phpunit/phpunit": "^9.6",
		"sabre/dav": "^4.6",
		"symfony/event-dispatcher": "^5.4"
	}
}