mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
8d83489996
Bump plugin version to 2.10.5 and update stable tag in readme. Upgraded Action Scheduler dependency to version 3.9.2 to address library errors. Added filter hooks for primary button classes and improved deactivation logic for better scheduling handling.
50 lines
1.6 KiB
JSON
50 lines
1.6 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": "*",
|
|
"ext-tidy": "*",
|
|
"composer/installers": "^2.3",
|
|
"woocommerce/action-scheduler": "3.9.2"
|
|
},
|
|
"require-dev": {
|
|
"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.*",
|
|
"sniccowp/php-scoper-wordpress-excludes": "6.8.*"
|
|
},
|
|
"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');\""
|
|
]
|
|
},
|
|
"extra": {
|
|
"installer-paths": {
|
|
"includes/lib/{$name}/": ["woocommerce/action-scheduler"]
|
|
}
|
|
}
|
|
}
|