gdbots/pbjx-bundle-php

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "gdbots/pbjx-bundle",
  "homepage": "https://github.com/gdbots/pbjx-bundle-php",
  "description": "Symfony bundle that integrates gdbots/pbjx messaging tools.",
  "type": "symfony-bundle",
  "license": "Apache-2.0",
  "require": {
    "php": ">=8.1",
    "gdbots/pbjx": "^4.2",
    "gdbots/uri-template": "^2.0",
    "symfony/console": "^6.4 || ^7.0",
    "symfony/framework-bundle": "^6.4 || ^7.0",
    "twig/twig": "^3.8"
  },
  "require-dev": {
    "phpunit/phpunit": "^10.5",
    "aws/aws-sdk-php-symfony": "^2.6",
    "gdbots/acme-schemas": "^3.0",
    "ruflin/elastica": "^7.1"
  },
  "autoload": {
    "psr-4": {
      "Gdbots\\Bundle\\PbjxBundle\\": "src"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Gdbots\\Tests\\Bundle\\PbjxBundle\\": "tests"
    }
  },
  "scripts": {
    "test": "vendor/bin/phpunit"
  }
}