gdbots/pbjx-php

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "gdbots/pbjx",
  "description": "Messaging tools for pbj.",
  "type": "library",
  "license": "Apache-2.0",
  "require": {
    "php": ">=8.1",
    "ext-json": "*",
    "gdbots/query-parser": "^3.0",
    "gdbots/schemas": "^3.0",
    "psr/log": "^1|^2|^3",
    "symfony/event-dispatcher": "^6.4 || ^7.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^10.5",
    "aws/aws-sdk-php": "^3.138",
    "gdbots/acme-schemas": "^3.0",
    "ruflin/elastica": "^7.1"
  },
  "autoload": {
    "psr-4": {
      "Gdbots\\Pbjx\\": "src"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Gdbots\\Tests\\Pbjx\\": "tests"
    }
  },
  "scripts": {
    "test": "vendor/bin/phpunit"
  }
}