From 9e459d93ec3e5f54e08180df36506ffbadceea6d Mon Sep 17 00:00:00 2001 From: kristiantenfen Date: Thu, 26 Oct 2017 11:09:51 -0200 Subject: [PATCH] composer --- README.md | 2 +- composer.json | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 composer.json 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