Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jessuppi authored Nov 28, 2019
1 parent acfb09b commit 368448b
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/autoloader",
"type": "wordpress-plugin",
"license": "GPLv3",
"homepage": "https://www.littlebizzy.com/plugins/autoloader",
"description": "Enables standard WordPress plugins contained in a directory to be placed in the mu-plugins directory and loaded prior to others (forked from Bedrock).",
"keywords": ["wordpress","plugin","autoloader","muplugins","mu plugins","must use plugins","roots","bedrock"],
"support": {
"issues": "https://github.com/littlebizzy/autoloader/issues",
"forum": "https://www.littlebizzy.com/members"
},
"require": {
"php": ">=7.0",
"composer/installers": "~1.0"
}
}

0 comments on commit 368448b

Please sign in to comment.