mago 1.25.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.
{
  "require": {
    "php-standard-library/php-standard-library": "*",
    "symfony/symfony": "*",
    "laravel/framework": "*",
    "google/apiclient": "*",
    "aws/aws-sdk-php": "*",
    "doctrine/orm": "*",
    "doctrine/dbal": "*",
    "twig/twig": "*",
    "react/react": "*",
    "amphp/amp": "*",
    "smarty/smarty": "*",
    "guzzlehttp/guzzle": "*",
    "nesbot/carbon": "*",
    "tempest/framework": "*",
    "api-platform/core": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "*",
    "icanhazstring/composer-unused": "*",
    "phparkitect/phparkitect": "*",
    "deptrac/deptrac": "*",
    "infection/infection": "*",
    "vimeo/psalm": "*",
    "phpstan/phpstan": "*",
    "nikic/php-parser": "*",
    "rector/rector": "*",
    "laminas/laminas-code": "*",
    "mockery/mockery": "*"
  },
  "config": {
    "allow-plugins": {
      "symfony/flex": true,
      "infection/extension-installer": false
    }
  }
}