Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperl22 committed May 12, 2015
1 parent 634a15d commit ad6903f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "cooperl/ibmi-toolkit",
"description": "PHP frontend to XMLSERVICE for IBM i development.",
"keywords": ["ibmitoolkit","ibmxmltoolkit","XMLSERVICE","IBMi","zend","as400"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Alan Seiden",
"email": "[email protected]",
"homepage": "http://alanseiden.com"
},
{
"name": "Adam Culp",
"email": "[email protected]",
"homepage": "http://geekyboy.com"
}
],
"require": {
"php": ">=5.3.3"
},
"autoload": {
"classmap": ["ToolkitApi/"]
},
"require-dev": {
"phpunit/phpunit": "4.2.*"
}
}

0 comments on commit ad6903f

Please sign in to comment.