2013-12-30 20:00:51 +04:00
|
|
|
{
|
2017-12-12 11:07:46 +03:00
|
|
|
"config": {
|
|
|
|
"platform": {
|
2023-01-03 18:45:32 +03:00
|
|
|
"php": "8.0"
|
2021-01-19 19:02:44 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"sort-packages": true,
|
|
|
|
"allow-plugins": {
|
|
|
|
"bamarni/composer-bin-plugin": true
|
2023-01-20 13:56:32 +03:00
|
|
|
},
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
"autoloader-suffix": "Mail"
|
2017-12-12 11:07:46 +03:00
|
|
|
},
|
2015-04-20 22:15:42 +03:00
|
|
|
"require": {
|
2023-10-20 13:09:33 +03:00
|
|
|
"php": ">=8.0 <=8.3",
|
2022-12-06 18:21:32 +03:00
|
|
|
"ext-openssl": "*",
|
2023-10-25 03:35:37 +03:00
|
|
|
"arthurhoaro/favicon": "^2.0.0",
|
2023-02-23 10:58:05 +03:00
|
|
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
2023-02-23 10:38:06 +03:00
|
|
|
"bytestream/horde-exception": "^2.2.0",
|
2024-03-13 12:06:46 +03:00
|
|
|
"bytestream/horde-imap-client": "^2.33.2",
|
2023-02-23 16:23:48 +03:00
|
|
|
"bytestream/horde-mail": "^2.7.1",
|
2023-02-22 14:52:57 +03:00
|
|
|
"bytestream/horde-mime": "^2.13.0",
|
2023-02-23 15:28:45 +03:00
|
|
|
"bytestream/horde-stream": "^1.7.1",
|
2023-02-23 15:39:13 +03:00
|
|
|
"bytestream/horde-stringprep": "^1.2.1",
|
2023-02-23 22:02:22 +03:00
|
|
|
"bytestream/horde-support": "^2.4.0",
|
2023-02-23 21:26:12 +03:00
|
|
|
"bytestream/horde-text-filter": "^2.5.0",
|
2022-04-27 18:48:20 +03:00
|
|
|
"bytestream/horde-text-flowed": "^2.1",
|
2023-02-23 22:07:24 +03:00
|
|
|
"bytestream/horde-util": "^2.7.0",
|
2023-09-27 04:30:41 +03:00
|
|
|
"cerdic/css-tidy": "v2.1.0",
|
2023-11-22 20:26:17 +03:00
|
|
|
"ezyang/htmlpurifier": "4.17.0",
|
2023-01-03 18:45:32 +03:00
|
|
|
"gravatarphp/gravatar": "dev-master#6b9f6a45477ce48285738d9d0c3f0dbf97abe263",
|
2023-08-16 15:36:48 +03:00
|
|
|
"hamza221/html2text": "^1.0",
|
2022-04-27 18:48:20 +03:00
|
|
|
"nextcloud/horde-managesieve": "^1.0",
|
2023-02-23 16:14:10 +03:00
|
|
|
"nextcloud/horde-smtp": "^1.0.2",
|
2024-01-19 20:09:39 +03:00
|
|
|
"nextcloud/kitinerary": "^1.0",
|
2024-04-03 04:33:47 +03:00
|
|
|
"nextcloud/kitinerary-bin": "^1.0.3",
|
2024-01-19 20:09:39 +03:00
|
|
|
"nextcloud/kitinerary-flatpak": "^1.0",
|
|
|
|
"nextcloud/kitinerary-sys": "^1.0",
|
2023-05-17 01:06:02 +03:00
|
|
|
"phpmailer/dkimvalidator": "^0.3.0",
|
2020-04-29 10:16:55 +03:00
|
|
|
"psr/log": "^1",
|
2023-09-20 03:24:01 +03:00
|
|
|
"rubix/ml": "2.4.0",
|
2024-02-28 11:08:54 +03:00
|
|
|
"sabberworm/php-css-parser": "^8.5.1",
|
2022-12-15 10:55:12 +03:00
|
|
|
"youthweb/urllinker": "^2.0"
|
2017-06-12 12:03:11 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-05-23 22:28:19 +03:00
|
|
|
"nextcloud/ocp": "dev-stable26",
|
2024-06-26 03:33:52 +03:00
|
|
|
"psalm/phar": "^5.25.0",
|
2021-03-12 10:54:38 +03:00
|
|
|
"roave/security-advisories": "dev-master"
|
2017-10-23 18:38:11 +03:00
|
|
|
},
|
2021-04-08 15:25:26 +03:00
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"lib/functions.php"
|
2023-01-20 13:56:32 +03:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"OCA\\Mail\\": "lib/"
|
|
|
|
}
|
2021-04-08 15:25:26 +03:00
|
|
|
},
|
2018-11-05 12:50:51 +03:00
|
|
|
"scripts": {
|
2020-04-14 18:14:04 +03:00
|
|
|
"cs:check": "php-cs-fixer fix --dry-run --diff",
|
2020-03-31 14:38:54 +03:00
|
|
|
"cs:fix": "php-cs-fixer fix",
|
2023-02-16 19:02:40 +03:00
|
|
|
"lint": "find . -name \\*.php -not -path './vendor*/*' -print0 | xargs -0 -n1 php -l",
|
2021-03-12 10:54:38 +03:00
|
|
|
"psalm": "psalm.phar",
|
|
|
|
"psalm:fix": "psalm.phar --alter --issues=InvalidReturnType,InvalidNullableReturnType,MismatchingDocblockParamType,MismatchingDocblockReturnType,MissingParamType,InvalidFalsableReturnType",
|
2020-04-29 10:16:55 +03:00
|
|
|
"post-install-cmd": [
|
2021-03-02 11:47:33 +03:00
|
|
|
"@composer bin all install --ansi",
|
2020-04-29 10:16:55 +03:00
|
|
|
"\"vendor/bin/mozart\" compose",
|
|
|
|
"composer dump-autoload"
|
|
|
|
],
|
|
|
|
"post-update-cmd": [
|
2021-03-02 11:47:33 +03:00
|
|
|
"@composer bin all update --ansi",
|
2020-04-29 10:16:55 +03:00
|
|
|
"\"vendor/bin/mozart\" compose",
|
|
|
|
"composer dump-autoload"
|
|
|
|
],
|
2023-01-25 17:03:24 +03:00
|
|
|
"rector": "rector process",
|
2020-10-30 16:17:50 +03:00
|
|
|
"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"
|
2020-04-29 10:16:55 +03:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"mozart": {
|
|
|
|
"dep_namespace": "OCA\\Mail\\Vendor\\",
|
|
|
|
"dep_directory": "/lib/Vendor/",
|
|
|
|
"classmap_directory": "/lib/autoload/",
|
|
|
|
"classmap_prefix": "NEXTCLOUDMAIL_",
|
|
|
|
"packages": [
|
2020-05-13 22:49:15 +03:00
|
|
|
"arthurhoaro/favicon",
|
2020-05-26 16:25:07 +03:00
|
|
|
"gravatarphp/gravatar"
|
2020-04-29 10:16:55 +03:00
|
|
|
]
|
|
|
|
}
|
2015-09-11 12:48:54 +03:00
|
|
|
}
|
2013-12-30 20:00:51 +04:00
|
|
|
}
|