Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 573 Bytes

DEVELOPERS.md

File metadata and controls

17 lines (13 loc) · 573 Bytes

Developer notes

Upgrading php parser

  • install php
  • cd vendor/php-parser
  • edit composer.json to use the newer version
  • install composer: curl "https://getcomposer.org/installer" | php
  • update composer.lock: php composer.phar update
  • rm composer.phar

QA

There is an automated QA tool that can be used to run the engine against a popular set of OSS repos across supported languages. If you are adding a new language here, please add that language to the list of languages scanned by the QA tool, and run it!