Skip to main content

Using phpcq in skeleton

Prerequisites

Instructions

  • Add composer config.json and auth.json with the same information as the CI/CD vars in a .composer directory within the module directory, should look something like this:

grafik

  • Go to module dir in CLI
  • make php-shell-nodebug
  • composer update
  • ./vendor/bin/phpcq update
  • Exit shell
  • make sense
  • Start fixing some errors

These checks will also run automatically when trying to merge in a pipeline