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-09-06 15:03:50 +03:00
|
|
|
"composer/installers": "^2.3",
|
|
|
|
|
"woocommerce/action-scheduler": "3.2.1"
|
2021-12-14 14:04:22 +02:00
|
|
|
},
|
|
|
|
|
"require-dev": {
|
2023-06-05 13:22:44 +03:00
|
|
|
"roave/security-advisories": "dev-latest",
|
2022-06-16 01:41:37 +03:00
|
|
|
"wp-cli/wp-cli": "*",
|
|
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
|
|
|
|
|
"object-calisthenics/phpcs-calisthenics-rules": "*",
|
|
|
|
|
"phpcompatibility/phpcompatibility-wp": "*",
|
|
|
|
|
"wp-coding-standards/wpcs": "2.3.0",
|
|
|
|
|
"squizlabs/php_codesniffer": "3.*",
|
|
|
|
|
"phpdocumentor/phpdocumentor": "3.1.*"
|
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
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|