-
Notifications
You must be signed in to change notification settings - Fork 5
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
GH-10: PHP8 compatibility. #12
Conversation
README.md
Outdated
* [PHP 7.1](http://php.net/) | ||
* [Drupal 8.6](https://www.drupal.org/) | ||
* [PHP 8.0](http://php.net/) | ||
* [Drupal 9.2](https://www.drupal.org/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is introduced here that would break backwards compatibility with PHP 7.1 and Drupal 8.6? I don't see any changes to the PHP code so this should continue to work fine.
composer.json
Outdated
"composer/installers": true, | ||
"cweagans/composer-patches": true, | ||
"dealerdirect/phpcodesniffer-composer-installer": true, | ||
"drupal/core-composer-scaffold": true, | ||
"phpro/grumphp": true | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why would we allow things like composer-patches and grumphp? We're not using those.
Thanks! |
No description provided.