diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57872d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..b6ad91b --- /dev/null +++ b/composer.json @@ -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": "support@transip.eu" + } + ], + "autoload": { + "classmap": ["Transip/"] + }, + "require": {} +}