Skip to content

Integration of Short.cm provider#20

Open
felixmaier1989 wants to merge 11 commits into
mremi:masterfrom
felixmaier1989:short-cm
Open

Integration of Short.cm provider#20
felixmaier1989 wants to merge 11 commits into
mremi:masterfrom
felixmaier1989:short-cm

Conversation

@felixmaier1989

Copy link
Copy Markdown

Integration of https://short.cm/api

@felixmaier1989

Copy link
Copy Markdown
Author

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

Comment thread tests/Mremi/UrlShortener/Tests/Provider/ShortCm/ShortCmProviderTest.php Outdated
Comment thread tests/Mremi/UrlShortener/Tests/Provider/ShortCm/ShortCmProviderTest.php Outdated
Comment thread tests/Mremi/UrlShortener/Tests/Provider/ShortCm/ShortCmProviderTest.php Outdated
Comment thread tests/Mremi/UrlShortener/Tests/Provider/ShortCm/ShortCmProviderTest.php Outdated
Comment thread tests/Mremi/UrlShortener/Tests/Provider/ShortCm/ShortCmProviderTest.php Outdated
Comment thread src/Mremi/UrlShortener/Provider/ShortCm/ShortCmProvider.php Outdated
Comment thread src/Mremi/UrlShortener/Provider/ShortCm/ShortCmProvider.php Outdated
Comment thread src/Mremi/UrlShortener/Provider/ShortCm/ShortCmProvider.php Outdated
Comment thread tests/Mremi/UrlShortener/Tests/Provider/ShortCm/ShortCmProviderTest.php Outdated
Comment thread tests/Mremi/UrlShortener/Tests/Provider/ShortCm/ShortCmProviderTest.php Outdated
@mremi

mremi commented May 22, 2019

Copy link
Copy Markdown
Owner

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

@mremi

mremi commented May 22, 2019

Copy link
Copy Markdown
Owner

Could you please update CHANGELOG.md as well? Thanks

@felixmaier1989

Copy link
Copy Markdown
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
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Still relevant

@mremi

mremi commented May 23, 2019

Copy link
Copy Markdown
Owner

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
Copy Markdown
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