Skip to content

Commit

Permalink
feat(composer): add composer installers and type wordpress plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
domtra committed Jan 12, 2017
1 parent 1f239b8 commit 798935a
Show file tree
Hide file tree
Showing 2 changed files with 144 additions and 37 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"email": "hello@bleech.de"
}
],
"require": {},
"require": {
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.6",
"brain/monkey": "1.*",
"squizlabs/php_codesniffer": "~2.0"
},
"autoload": {
"files": ["acf-field-group-composer.php"]
}
"type": "wordpress-plugin"
}
Loading

0 comments on commit 798935a

Please sign in to comment.