芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/public_html/botol.bf1.my/wp-content/plugins/wp-sweep/composer.json
{ "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" } }