Skip to content

Commit

Permalink
Release/1.1.2 (#23)
Browse files Browse the repository at this point in the history
* Corrects composer package to support installer-paths

* Sets type to wordpress-muplugin
  • Loading branch information
alexstandiford authored Apr 13, 2021
1 parent fb277b7 commit 9d5ef2b
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alexstandiford/underpin",
"description": "Underpin WordPress framework",
"type": "library",
"type": "wordpress-muplugin",
"license": "MIT",
"authors": [
{
Expand All @@ -11,5 +11,8 @@
],
"autoload": {
"files": ["Underpin.php"]
}
},
"require": {
"composer/installers": "^1.10"
}
}
167 changes: 167 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d5ef2b

Please sign in to comment.