{
  "name": "utopia-php/messaging",
  "description": "A simple, light and advanced PHP messaging library",
  "type": "library",
  "keywords": ["php","messaging", "upf", "utopia", "utopia-php", "library"],
  "license": "MIT",
  "minimum-stability": "stable",
  "scripts": {
    "test": "./vendor/bin/phpunit",
    "lint": "./vendor/bin/pint --preset psr12 --test",
    "format": "./vendor/bin/pint --preset psr12",
    "analyse": "./vendor/bin/phpstan analyse --memory-limit=2G --level=6 src tests"
  },
  "autoload": {
    "psr-4": {
      "Utopia\\Messaging\\": "src/Utopia/Messaging"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Utopia\\Tests\\": "tests/Messaging"
    }
  },
  "require": {
    "php": ">=8.0.0",
    "ext-curl": "*",
    "ext-openssl": "*",
    "phpmailer/phpmailer": "6.9.1"
  },
  "require-dev": {
    "phpunit/phpunit": "10.5.10",
    "laravel/pint": "1.13.11",
    "phpstan/phpstan": "1.10.58"
  },
  "config": {
    "platform": {
      "php": "8.2"
    }
  }
}
