2021-12-14 14:04:22 +02:00
|
|
|
{
|
|
|
|
|
"name": "ultimatemember/ultimatemember",
|
|
|
|
|
"description": "The easiest way to create powerful online communities and beautiful user profiles with WordPress.",
|
|
|
|
|
"type": "wordpress-plugin",
|
|
|
|
|
"homepage": "https://wordpress.org/plugins/ultimate-member/",
|
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
|
"prefer-stable": true,
|
2023-06-05 13:22:44 +03:00
|
|
|
"config": {
|
|
|
|
|
"allow-plugins": {
|
|
|
|
|
"symfony/flex": true,
|
2024-09-04 18:13:09 +02:00
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
|
|
|
"composer/installers": true
|
2023-06-05 13:22:44 +03:00
|
|
|
}
|
|
|
|
|
},
|
2021-12-14 14:04:22 +02:00
|
|
|
"require": {
|
2023-04-19 10:16:04 +03:00
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"ext-json": "*",
|
|
|
|
|
"ext-dom": "*",
|
|
|
|
|
"ext-exif": "*",
|
|
|
|
|
"ext-gd": "*",
|
|
|
|
|
"ext-fileinfo": "*",
|
|
|
|
|
"ext-curl": "*",
|
|
|
|
|
"ext-iconv": "*",
|
2024-10-10 11:56:55 +03:00
|
|
|
"ext-tidy": "*",
|
2024-09-06 15:03:50 +03:00
|
|
|
"composer/installers": "^2.3",
|
2025-07-15 12:59:39 +03:00
|
|
|
"woocommerce/action-scheduler": "3.9.*"
|
2021-12-14 14:04:22 +02:00
|
|
|
},
|
|
|
|
|
"require-dev": {
|
2022-06-16 01:41:37 +03:00
|
|
|
"wp-cli/wp-cli": "*",
|
2025-11-18 21:44:32 +02:00
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "*",
|
2022-06-16 01:41:37 +03:00
|
|
|
"phpcompatibility/phpcompatibility-wp": "*",
|
2025-11-18 21:44:32 +02:00
|
|
|
"wp-coding-standards/wpcs": "*",
|
|
|
|
|
"symplify/phpstan-rules": "*",
|
2025-11-18 14:48:07 +02:00
|
|
|
"phpdocumentor/phpdocumentor": "3.8.*",
|
2026-01-19 11:17:27 +02:00
|
|
|
"sniccowp/php-scoper-wordpress-excludes": "6.9.*"
|
2025-05-12 13:16:17 +03:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"wordpress-excludes": [
|
|
|
|
|
"@php -r \"$dest = 'includes/lib/php-scoper-wordpress-excludes/'; if (!is_dir($dest)) { mkdir($dest, 0755, true); }; copy('vendor/sniccowp/php-scoper-wordpress-excludes/generated/exclude-wordpress-functions.json', $dest . 'exclude-wordpress-functions.json');\""
|
|
|
|
|
]
|
2021-12-14 14:04:22 +02:00
|
|
|
},
|
|
|
|
|
"extra": {
|
|
|
|
|
"installer-paths": {
|
2024-09-04 18:13:09 +02:00
|
|
|
"includes/lib/{$name}/": ["woocommerce/action-scheduler"]
|
2021-12-14 14:04:22 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|