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

Remove PHP 7.0 as the Composer platform requirement #419

Open
danielbachhuber opened this issue Aug 14, 2019 · 1 comment
Open

Remove PHP 7.0 as the Composer platform requirement #419

danielbachhuber opened this issue Aug 14, 2019 · 1 comment
Labels

Comments

@danielbachhuber
Copy link
Contributor

In #418, we had to add the following as a platform requirement in composer.json:

"config": {
    "platform": {
        "php": "7.0"
    }
},

We did this because WordPress.org's linter is stuck on PHP 7.0. It doesn't seem to be a huge deal though. I think the only downgraded dependencies are PHPUnit (to v6.5.1 from v7) and symfony/event-dispatcher (to v3.3.6 from v4)

Once the linter is upgraded/fixed in https://meta.trac.wordpress.org/ticket/3791, we should remove/update the platform requirement.

Previously #412

@extremeshok
Copy link

thank you

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

No branches or pull requests

2 participants