Skip to content

Release 2.2.0

Compare
Choose a tag to compare
@Kanti Kanti released this 27 Nov 16:12
68e5a0d

Install change to this single line

composer require pluswerk/grumphp-config --dev

pluswerk/grumphp-config will add the required extra.grumphp.config-default-path automatically to your composer.json.

if pluswerk/grumphp-config should not edit your composer.json than you must add this:

{
  "extra": {
    "pluswerk/grumphp-config": {
      "auto-setting": false
    }
  }
}