mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"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,
|
|
"config": {
|
|
"allow-plugins": {
|
|
"symfony/flex": true,
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"composer/installers": true
|
|
}
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"ext-json": "*",
|
|
"ext-dom": "*",
|
|
"ext-exif": "*",
|
|
"ext-gd": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-curl": "*",
|
|
"ext-iconv": "*",
|
|
"woocommerce/action-scheduler": "3.2.1",
|
|
"composer/installers": "^2.3"
|
|
},
|
|
"require-dev": {
|
|
"roave/security-advisories": "dev-latest",
|
|
"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.*"
|
|
},
|
|
"extra": {
|
|
"installer-paths": {
|
|
"includes/lib/{$name}/": ["woocommerce/action-scheduler"]
|
|
}
|
|
}
|
|
}
|