Your IP : 216.73.216.81


Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor/opensearch-project/opensearch-php/
Upload File :
Current File : /srv/web/sites/trentinoplant.it/httpdocs/vendor/opensearch-project/opensearch-php/composer.json

{
  "name": "opensearch-project/opensearch-php",
  "description": "PHP Client for OpenSearch",
  "keywords": [
    "search",
    "client",
    "opensearch",
    "elasticsearch"
  ],
  "type": "library",
  "license": [
    "Apache-2.0",
    "LGPL-2.1-only"
  ],
  "authors": [
    {
      "name": "Elastic"
    },
    {
      "name": "OpenSearch Contributors"
    }
  ],
  "require": {
    "php": "^8.1",
    "ext-json": ">=1.3.7",
    "ext-curl": "*",
    "ezimuel/ringphp": "^1.2.2",
    "php-http/discovery": "^1.20",
    "psr/http-client": "^1.0",
    "psr/http-client-implementation": "*",
    "psr/http-factory": "^1.1",
    "psr/http-factory-implementation": "*",
    "psr/http-message": "^2.0",
    "psr/http-message-implementation": "*",
    "psr/log": "^2|^3",
    "symfony/yaml": "*"
  },
  "require-dev": {
    "ext-zip": "*",
    "aws/aws-sdk-php": "^3.0",
    "colinodell/psr-testlogger": "^1.3",
    "friendsofphp/php-cs-fixer": "^v3.64",
    "guzzlehttp/psr7": "^2.7",
    "mockery/mockery": "^1.6",
    "phpstan/extension-installer": "^1.4",
    "phpstan/phpstan": "^1.12",
    "phpstan/phpstan-deprecation-rules": "^1.2",
    "phpstan/phpstan-mockery": "^1.1",
    "phpstan/phpstan-phpunit": "^1.4",
    "phpunit/phpunit": "^9.6",
    "symfony/finder": "^6.4|^7.0",
    "symfony/http-client": "^6.4|^7.0",
    "symfony/http-client-contracts": "^3.0"
  },
  "suggest": {
    "monolog/monolog": "Allows for client-level logging and tracing",
    "aws/aws-sdk-php": "Required (^3.0.0) in order to use the AWS Signing Client Decorator",
    "guzzlehttp/psr7": "Required (^2.7) in order to use the Guzzle HTTP client",
    "symfony/http-client": "Required (^6.4|^7.0) in order to use the Symfony HTTP client"
  },
  "autoload": {
    "psr-4": {
      "OpenSearch\\": "src/OpenSearch/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "OpenSearch\\Tests\\": "tests/",
      "OpenSearch\\Util\\": "util/"
    }
  },
  "config": {
    "sort-packages": true,
    "allow-plugins": {
      "php-http/discovery": true,
      "phpstan/extension-installer": true
    }
  },
  "scripts": {
    "php-cs": [
      "php-cs-fixer fix"
    ],
    "phpstan": [
      "phpstan analyse --no-progress"
    ],
    "unit": [
      "phpunit --exclude-group Integration"
    ],
    "integration": [
      "phpunit --group Integration"
    ],
    "integration-min": [
      "phpunit --group Integration-Min"
    ],
    "phpunit": [
      "phpunit"
    ],
    "apigen": [
      "rm -f apigen",
      "curl -L https://github.com/ApiGen/ApiGen/releases/download/v7.0.0-alpha.4/apigen.phar -o apigen",
      "chmod +x apigen",
      "./apigen src --output docs",
      "rm -f apigen"
    ],
    "generate-api": [
      "php util/GenerateEndpoints.php",
      "composer run php-cs",
      "php util/changelog_updater.php"
    ]
  }
}