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