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..57a2a02 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "megaphone/redirect", + "description": "Redmine incoming email redirect wrapper", + "type": "project", + "license": "GPLv3", + "authors": [ + { + "name": "Jon Goldberg", + "email": "jon@megaphonetech.com" + } + ], + "require": { + "kbsali/redmine-api": "~1.0" + } +} diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..e4516a1 --- /dev/null +++ b/composer.lock @@ -0,0 +1,67 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "This file is @generated automatically" + ], + "content-hash": "058c0024cf565acfc2efd3009a2cbfe7", + "packages": [ + { + "name": "kbsali/redmine-api", + "version": "v1.5.16", + "source": { + "type": "git", + "url": "https://github.com/kbsali/php-redmine-api.git", + "reference": "e687e93bef45e6d82ccaadeade67b6fdf8363eb8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/kbsali/php-redmine-api/zipball/e687e93bef45e6d82ccaadeade67b6fdf8363eb8", + "reference": "e687e93bef45e6d82ccaadeade67b6fdf8363eb8", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-json": "*", + "ext-simplexml": "*", + "php": "^5.4 || ^7.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^2.0", + "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Redmine\\": "lib/Redmine/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kevin Saliou", + "email": "kevin@saliou.name", + "homepage": "http://kevin.saliou.name" + } + ], + "description": "Redmine API client", + "homepage": "https://github.com/kbsali/php-redmine-api", + "keywords": [ + "api", + "redmine" + ], + "time": "2017-11-13T12:56:24+00:00" + } + ], + "packages-dev": [], + "aliases": [], + "minimum-stability": "stable", + "stability-flags": [], + "prefer-stable": false, + "prefer-lowest": false, + "platform": [], + "platform-dev": [] +}