Skip to content

0.11.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 00:42
776126b

New major feature: Supported Features

Disable certain QA checks or signal only supporting certain OSes through composer.json:

{
  "extra": {
    "wyrihaximus": {
      "supported-features": {
        "code-style": false,
        "composer-dependency-checkers": false,
        "static-analysis": false,
        "unit-tests": false,
        "windows": false,
        "zts": true
      }
    }
  }
}

0.11.0

  • Total issues resolved: 0
  • Total pull requests resolved: 16
  • Total contributors: 2

Bug 🐞

Dependencies 📦

Dependencies 📦,Feature 🏗

Enhancement ✨