Welcome to mirror list, hosted at ThFree Co, Russian Federation.

composer.json - github.com/nextcloud/maps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a37bbae54d966c7b12f07af7b5557c2046a2d0a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "require": {
        "lsolesen/pel": "^0.9.11",
        "bogdaan/open-location-code": "dev-master"
    },
    "require-dev": {
        "christophwurst/nextcloud_testing": "^0.12.4"
    },
	"scripts": {
		"test:integration": "phpunit -c tests/phpunit.integration.xml --fail-on-warning",
		"test:integration:dev": "phpunit -c tests/phpunit.integration.xml --no-coverage --order-by=defects --stop-on-defect --fail-on-warning --stop-on-error --stop-on-failure",
		"test:unit": "phpunit -c tests/phpunit.unit.xml --fail-on-warning",
		"test:unit:dev": "phpunit -c tests/phpunit.unit.xml --no-coverage --order-by=defects --stop-on-defect --fail-on-warning --stop-on-error --stop-on-failure"
	}
}