Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration of Short.cm provider #20

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

felixmaier1989
Copy link

Integration of https://short.cm/api

@felixmaier1989
Copy link
Author

Note that Travis is likely to fail as Composer dropped support for HHVM
composer/composer#8127

@mremi
Copy link
Owner

mremi commented May 22, 2019

Could you please replace hhvm by 7.2 and add 7.3 as well in .travis.yml?

@mremi
Copy link
Owner

mremi commented May 22, 2019

Could you please update CHANGELOG.md as well? Thanks

@felixmaier1989
Copy link
Author

Travis fails for PHP 7.2 and 7.3. @mremi As I'm not a Travis expert at all, can I hand fixing it over you?

*/
public function __construct($apiKey, $domain)
{
$this->apiKey = $apiKey;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still relevant

@mremi
Copy link
Owner

mremi commented May 23, 2019

Travis is failing because of a deprecation: The each() function is deprecated.
You should be able to reproduce it if you have a runtime in PHP 7.2 by running make test

@felixmaier1989
Copy link
Author

I only have 7.0 and 7.1 available locally. I dont have time setting up a local container for PHP 7.2 or 7.3. My company is running through high season.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants