Skip to content

Commit

Permalink
Merge pull request #6 from ttsuru/add-composer
Browse files Browse the repository at this point in the history
Add composer.json
  • Loading branch information
ichikaway authored Sep 12, 2019
2 parents 781e181 + 109e611 commit 020410d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "ichikaway/xform",
"description": "XFormHelper(Plugin) extends cakephp Form helper.",
"type": "cakephp-plugin",
"keywords": ["cakephp", "form"],
"homepage": "https://github.com/ichikaway/xformHelper",
"license": "MIT",
"authors": [
{
"name": "Yasushi Ichikawa",
"homepage": "http://twitter.com/ichikaway",
"role": "Author"
}
],
"support": {
"issues": "https://github.com/ichikaway/xformHelper/issues",
"source": "https://github.com/ichikaway/xformHelper"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "*"
}
}

0 comments on commit 020410d

Please sign in to comment.