Skip to content

Commit

Permalink
Merge pull request #2 from xvilo/add-composer-json
Browse files Browse the repository at this point in the history
Add composer json
  • Loading branch information
xvilo authored Jun 26, 2019
2 parents 3cfc5fb + 7250f6d commit a019e07
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "transip/transip-api-php",
"description": "The TransIP API offers you the opportunity to use our services freely.",
"type": "library",
"license": "Apache License 2.0",
"authors": [
{
"name": "TransIP",
"email": "[email protected]"
}
],
"autoload": {
"classmap": ["Transip/"]
},
"require": {}
}

0 comments on commit a019e07

Please sign in to comment.