gdbots/ncr-bundle-php

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "gdbots/ncr-bundle",
  "homepage": "https://github.com/gdbots/ncr-bundle-php",
  "description": "Symfony bundle that integrates gdbots/ncr library.",
  "type": "symfony-bundle",
  "license": "Apache-2.0",
  "require": {
    "php": ">=8.1",
    "gdbots/ncr": "^3.0",
    "gdbots/pbjx-bundle": "^3.1"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.5",
    "aws/aws-sdk-php-symfony": "^2.2",
    "ruflin/elastica": "^7.1"
  },
  "autoload": {
    "psr-4": {
      "Gdbots\\Bundle\\NcrBundle\\": "src"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Gdbots\\Tests\\Bundle\\NcrBundle\\": "tests"
    }
  },
  "scripts": {
    "test": "vendor/bin/phpunit"
  }
}