summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 8f8eee008b15923a4d0fbbc33d44ab8793a7d3c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "require-dev": {
        "christophwurst/nextcloud_testing": "^0.7.0"
    }, 
	"config": {
		"optimize-autoloader": true,
		"classmap-authoritative": true
	},
	"scripts": {
		"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;",
		"test:unit": "phpunit -c phpunit.xml --fail-on-warning",
		"test:integration": "phpunit -c phpunit.integration.xml --fail-on-warning"
	}
}