heiseonline / shariff-backend-php

👮 PHP backend for Shariff. Shariff enables website users to share their favorite content without compromising their privacy.
http://ct.de/-2467514
134 stars 44 forks source link

[TASK] Update guzzle and phpunit dependencies #144

Closed liayn closed 6 years ago

compeak commented 6 years ago

@liayn Looks like we need to drop support for PHP < 7.1 for this, right?

liayn commented 6 years ago

@compeak I will adjust "php": "^5.6 || ^7.0" somehow to require v5 and v7 support

liayn commented 6 years ago

not sure why the lint tests failed now with git clone issue. can you please check @compeak

compeak commented 6 years ago

@liayn Probably because Travis does not set secret variables (GitHub API token) when running builds triggered by pull requests for security reasons.

liayn commented 6 years ago

@compeak Can you re-trigger the run maybe?

compeak commented 6 years ago

@liayn It won't work. Travis doesn't want code contained in pull requests to be able to exfiltrate secrets.

The lint step succeeded on my machine, so I merged it. Thanks.