mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- added composer;
- changed .gitignore;
This commit is contained in:
+3
-1
@@ -218,5 +218,7 @@ pip-log.txt
|
||||
|
||||
node_modules/
|
||||
assets/vendor/
|
||||
/vendor/
|
||||
package-lock.json
|
||||
.idea
|
||||
.idea/
|
||||
composer.lock
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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,
|
||||
"require": {
|
||||
"woocommerce/action-scheduler": "3.2.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"roave/security-advisories": "dev-master"
|
||||
},
|
||||
"extra": {
|
||||
"installer-paths": {
|
||||
"vendor/{$vendor}/{$name}/": ["woocommerce/action-scheduler"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user