2016-06-04 12:43:53 +03:00
|
|
|
{
|
|
|
|
"require": {
|
2018-07-31 14:36:44 +03:00
|
|
|
"christian-riesen/otp": "2.*",
|
2018-03-12 15:47:39 +03:00
|
|
|
"endroid/qr-code": "^2.5",
|
2018-11-26 15:22:17 +03:00
|
|
|
"christophwurst/nextcloud": "dev-stable15",
|
2018-08-08 17:00:48 +03:00
|
|
|
"christian-riesen/base32": "^1.3"
|
2016-10-25 11:05:30 +03:00
|
|
|
},
|
|
|
|
"platform": {
|
2018-01-16 16:58:14 +03:00
|
|
|
"php": ">=7.0.0"
|
2017-01-23 13:46:55 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-09-18 11:44:20 +03:00
|
|
|
"christophwurst/nextcloud_testing": "0.5.1"
|
2017-10-17 09:20:50 +03:00
|
|
|
},
|
2018-10-18 11:26:29 +03:00
|
|
|
"scripts": {
|
|
|
|
"test": "phpunit -c tests/phpunit.xml",
|
|
|
|
"test:acceptance": "phpunit -c tests/phpunit.xml tests/Acceptance",
|
|
|
|
"test:unit": "phpunit -c tests/phpunit.xml tests/Unit",
|
|
|
|
"test:acceptance:dev": "phpunit -c tests/phpunit.xml tests/Acceptance --no-coverage",
|
|
|
|
"test:unit:dev": "phpunit -c tests/phpunit.xml tests/Unit --no-coverage"
|
|
|
|
},
|
2017-10-17 09:20:50 +03:00
|
|
|
"config": {
|
|
|
|
"optimize-autoloader": true,
|
2017-12-18 12:07:29 +03:00
|
|
|
"classmap-authoritative": true,
|
|
|
|
"platform": {
|
2018-01-16 16:58:14 +03:00
|
|
|
"php": "7.0"
|
2017-12-18 12:07:29 +03:00
|
|
|
}
|
2016-06-04 12:43:53 +03:00
|
|
|
}
|
|
|
|
}
|