summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 24ee703dffadfc20dcfab93965d8a755b3a142ee (plain)
1
2
3
4
5
6
7
8
9
{
    "require-dev": {
        "christophwurst/nextcloud_testing": "^0.7.0"
    },
	"scripts": {
		"test:unit": "phpunit -c phpunit.xml --fail-on-warning",
		"test:integration": "phpunit -c phpunit.integration.xml --fail-on-warning"
	}
}