Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi committed Mar 10, 2019
1 parent c75ad19 commit 35fd234
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "littlebizzy/dashboard-cleanup",
"type": "wordpress-plugin",
"license": "GPLv3",
"homepage": "https://www.littlebizzy.com/plugins/dashboard-cleanup",
"description": "Cleans up the WP Admin backend by disabling various bloat features including nag notices, Automattic spam, and other outdated and pointless items.",
"keywords": ["wordpress","plugin","dashboard","wp admin","backend","cleanup","optimize","disable","bloat","junk","clutter"],
"support": {
"issues": "https://github.com/littlebizzy/dashboard-cleanup/issues",
"forum": "https://www.littlebizzy.com/members"
}
"require": {
"php": "^7.2",
"composer/installers": "~1.0"
}
}

0 comments on commit 35fd234

Please sign in to comment.