Install via composer
duellsy opened this issue · 4 comments
duellsy commented
I understand this is probably no longer maintained, but is this installable via composer?
m1x0n commented
Hi @duellsy . I think you can install it via composer by simply add these lines to your composer.json:
"require": {
"m1x0n/helpscout-docs-api-php": "@dev"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/m1x0n/helpscout-docs-api-php.git"
}
]
I'll try to register it on packagist after some refinements.
All contributions are appreciated.
duellsy commented
Legend, thanks mate
m1x0n commented
Also it's possible to install it in common way:
composer require m1x0n/helpscout-docs-api-php
duellsy commented
Weird, I tried the common way previously, but didn't work. Adding the repo block worked a treat though :)