first commit
This commit is contained in:
26
wp-content/plugins/wp-sweep/composer.json
Normal file
26
wp-content/plugins/wp-sweep/composer.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "lesterchan/wp-sweep",
|
||||
"description": "WP-Sweep allows you to clean up unused, orphaned and duplicated data in your WordPress. It also optimizes your database tables.",
|
||||
"keywords": ["wordpress", "plugin", "wp-sweep", "sweep"],
|
||||
"type": "wordpress-plugin",
|
||||
"homepage": "https://wordpress.org/plugins/wp-sweep/",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Lester Chan",
|
||||
"email": "lesterchan@gmail.com"
|
||||
}
|
||||
],
|
||||
"license" : "GPL-2.0+",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "git@github.com:lesterchan/WordPress-Coding-Standards.git"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"wp-coding-standards/wpcs": "dev-develop"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user