composerize and add the Redmine PHP API project

This commit is contained in:
Jon Goldberg 2018-01-03 02:26:28 -05:00
parent 15d0dc0ca8
commit a687eb9015
3 changed files with 83 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/vendor/

15
composer.json Normal file
View File

@ -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"
}
}

67
composer.lock generated Normal file
View File

@ -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": []
}