-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
Revise documentation for checking coding standards in https://github.com/mongodb/mongo-php-library/blob/master/CONTRIBUTING.md. Running
composer require --dev doctrine/coding-standard=^6.0
to install the coding standard gives an error that PHP requirements are incompatible because the 6.x version is quite old (my current PHP version is 8.0.7).
- related to
-
PHPLIB-1106 Upgrade doctrine/coding-standard to 11.1.0
- Closed