Skip to content

Commit

Permalink
composer
Browse files Browse the repository at this point in the history
  • Loading branch information
kristiantenfen committed Oct 26, 2017
1 parent 05663f2 commit 9e459d9
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# maxipago for Laravel
# maxipago
33 changes: 33 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name" : "tenfen/maxipago",
"type" : "library",
"version" : "1.0.0",
"description" : "Api Maxipago Laravel",
"license" : "MIT",
"keywords" : [
"maxipago",
"php"
],
"authors" : [{
"name" : "Israel Tortato",
"email" : "[email protected]"
}
],
"require" : {
"php" : ">=5.2.1",
"ext-curl" : "*",
"ext-dom" : "*",
"ext-hash" : "*",
"ext-openssl" : "*",
"ext-simplexml" : "*",
"ext-xmlwriter" : "*"
},
"require-dev" : {
"phpunit/phpunit" : "3.7.*"
},
"autoload" : {
"psr-4" : {
"Tortato\\Maxipago\\" : "src"
}
}
}

0 comments on commit 9e459d9

Please sign in to comment.