Closed liayn closed 6 years ago
@compeak I will adjust "php": "^5.6 || ^7.0"
somehow to require v5 and v7 support
not sure why the lint tests failed now with git clone issue. can you please check @compeak
@liayn Probably because Travis does not set secret variables (GitHub API token) when running builds triggered by pull requests for security reasons.
@compeak Can you re-trigger the run maybe?
@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.
@liayn Looks like we need to drop support for PHP < 7.1 for this, right?