-
dependabot-preview[bot] authored
Bumps [christophwurst/nextcloud_testing](https://github.com/ChristophWurst/nextcloud_testing) from 0.7.0 to 0.9.1. - [Release notes](https://github.com/ChristophWurst/nextcloud_testing/releases) - [Commits](https://github.com/ChristophWurst/nextcloud_testing/compare/0.7.0...0.9.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
dependabot-preview[bot] authoredBumps [christophwurst/nextcloud_testing](https://github.com/ChristophWurst/nextcloud_testing) from 0.7.0 to 0.9.1. - [Release notes](https://github.com/ChristophWurst/nextcloud_testing/releases) - [Commits](https://github.com/ChristophWurst/nextcloud_testing/compare/0.7.0...0.9.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
This project manages its dependencies using Composer.
Learn more
composer.json 1.77 KiB
{
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
},
{
"type": "vcs",
"url": "https://github.com/kwi-dk/UrlLinker",
"branch": "bleeding"
}
],
"config": {
"platform": {
"php": "7.2"
}
},
"require": {
"php": ">=7.2",
"pear-pear.horde.org/horde_date": "^2.4.1@stable",
"pear-pear.horde.org/horde_exception": "^2.0.8@stable",
"pear-pear.horde.org/horde_imap_client": "^2.29.16@stable",
"pear-pear.horde.org/horde_mail": "^2.6.4@stable",
"pear-pear.horde.org/horde_mime": "^2.11.0@stable",
"pear-pear.horde.org/horde_nls": "^2.2.1@stable",
"pear-pear.horde.org/horde_stream": "^1.6.3@stable",
"pear-pear.horde.org/horde_support": "^2.2.0@stable",
"pear-pear.horde.org/horde_text_filter": "^2.3.5@stable",
"pear-pear.horde.org/horde_text_flowed": "^2.0.3@stable",
"pear-pear.horde.org/horde_util": "^2.5.8@stable",
"pear-pear.horde.org/horde_smtp": "^1.9.5@stable",
"cerdic/css-tidy": "v1.7.1",
"ezyang/htmlpurifier": "4.12.0",
"kwi/urllinker": "dev-bleeding",
"gravatarphp/gravatar": "^2.0",
"arthurhoaro/favicon": "^1.2"
},
"require-dev": {
"christophwurst/nextcloud": "v17.0.1",
"christophwurst/nextcloud_testing": "0.9.1",
"phan/phan": "^2.0"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;",
"phan": "phan --allow-polyfill-parser -k .phan/config.php",
"test:integration": "phpunit -c tests/phpunit.integration.xml tests/Integration --fail-on-warning",
"test:integration:dev": "phpunit -c tests/phpunit.integration.xml tests/Integration --no-coverage --fail-on-warning",
"test:unit": "phpunit -c tests/phpunit.unit.xml tests/Unit --fail-on-warning",
"test:unit:dev": "phpunit -c tests/phpunit.unit.xml tests/Unit --no-coverage --fail-on-warning"
}
}