mago 1.2.2

A comprehensive suite of PHP tooling inspired by Rust’s approach, providing parsing, linting, formatting, and more through a unified CLI and library interface.
{
  "name": "carthage-software/mago",
  "description": "Mago is a toolchain for PHP that aims to provide a set of tools to help developers write better code.",
  "type": "composer-plugin",
  "license": "MIT OR Apache-2.0",
  "authors": [
    {
      "name": "Saif Eddin Gmati",
      "email": "azjezz@carthage.software"
    }
  ],
  "keywords": [
    "dev"
  ],
  "bin": [
    "composer/bin/mago"
  ],
  "autoload": {
    "psr-4": {
      "Mago\\": "composer/"
    }
  },
  "require": {
    "php": "~8.1 || ~8.2 || ~8.3 || ~8.4 || ~8.5 || ~8.6",
    "composer-plugin-api": "^2.6"
  },
  "require-dev": {
    "composer/composer": "^2.8"
  },
  "extra": {
    "class": "Mago\\MagoPlugin"
  }
}