Skip to content

Commit

Permalink
feat(composer): add composer package info
Browse files Browse the repository at this point in the history
  • Loading branch information
domtra committed Dec 12, 2016
1 parent 377758b commit 465ea94
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"require-dev": {
"phpunit/phpunit": "^5.6",
"brain/monkey": "1.*",
"squizlabs/php_codesniffer": "~2.0"
"name": "flyntwp/acf-field-group-composer",
"authors": [
{
"name": "bleech",
"email": "hello@bleech.de"
}
],
"require": {},
"require-dev": {
"phpunit/phpunit": "^5.6",
"brain/monkey": "1.*",
"squizlabs/php_codesniffer": "~2.0"
}
}

0 comments on commit 465ea94

Please sign in to comment.