Skip to content

Commit

Permalink
Adds composer file.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstandiford committed May 12, 2021
1 parent ccdfb5f commit 9695b32
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "underpin/wp-cli-loader",
"description": "WP CLI Loader for Underpin",
"type": "library",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Alex Standiford",
"email": "[email protected]"
}
],
"autoload": {
"files": [
"cli.php"
]
}
}

0 comments on commit 9695b32

Please sign in to comment.