diff --git a/README.md b/README.md index 101f77c..f7e7721 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# maxipago for Laravel +# maxipago diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..af3215c --- /dev/null +++ b/composer.json @@ -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" : "israelf.tortato@gmail.com" + } + ], + "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" + } + } +} \ No newline at end of file