We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As per #7551, the new minimum required PHP version will be 7.0.
Needs updating in two places:
https://github.com/google/web-stories-wp/blob/c4b2f02b98713b17962f283a5f2205f93d56fbce/composer.json#L8
https://github.com/google/web-stories-wp/blob/c4b2f02b98713b17962f283a5f2205f93d56fbce/composer.json#L43
Followed by a composer update of course.
composer update
Perhaps this even allows us to update some packages which have newer versions that aren't compatible with 5.6.
composer outdated should tell us.
composer outdated
The text was updated successfully, but these errors were encountered:
spacedmonkey
Successfully merging a pull request may close this issue.
Task Description
As per #7551, the new minimum required PHP version will be 7.0.
Needs updating in two places:
https://github.com/google/web-stories-wp/blob/c4b2f02b98713b17962f283a5f2205f93d56fbce/composer.json#L8
https://github.com/google/web-stories-wp/blob/c4b2f02b98713b17962f283a5f2205f93d56fbce/composer.json#L43
Followed by a
composer update
of course.Perhaps this even allows us to update some packages which have newer versions that aren't compatible with 5.6.
composer outdated
should tell us.The text was updated successfully, but these errors were encountered: