2019-04-08 21:25:40 +03:00
|
|
|
{
|
|
|
|
"require": {
|
2023-03-02 19:08:38 +03:00
|
|
|
"lsolesen/pel": "^0.9.12",
|
2020-10-01 04:50:41 +03:00
|
|
|
"bogdaan/open-location-code": "dev-master"
|
2019-12-05 01:16:03 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-04-21 15:30:44 +03:00
|
|
|
"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"
|
2024-04-21 22:08:23 +03:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"lib/Helper/functions.php"
|
|
|
|
]
|
2022-04-21 15:30:44 +03:00
|
|
|
}
|
2019-04-08 21:25:40 +03:00
|
|
|
}
|