hipay/hipay-wallet-cashout-mirakl-library

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
  "name": "hipay/hipay-wallet-cashout-mirakl-library",
  "description": "This library intends to facilitate cash-out operations between HiPay and the Mirakl marketplace solution.",
  "minimum-stability": "stable",
  "version" : "2.14.0",
  "license": "Apache-2.0",
  "authors": [
    {
      "name": "HiPay",
      "email": "support.tpp@hipay.com"
    }
  ],
  "require": {
    "php": ">=5.3.9",
    "ext-soap": "*",
    "guzzlehttp/guzzle": "^3.8",
    "symfony/event-dispatcher": "^2.8",
    "symfony/validator": "^2.8",
    "doctrine/annotations": "^1.2",
    "doctrine/cache": "^1.5",
    "symfony/intl": "^2.8",
    "psr/log": "*"
  },
  "require-dev": {
    "phpunit/phpunit" : "6.2.*",
    "symfony/phpunit-bridge": "^4.3.5",
    "php-mock/php-mock-prophecy": "0.0.2"
  },
  "autoload": {
    "psr-4": {
      "HiPay\\Wallet\\Mirakl\\": "src",
      "HiPay\\Wallet\\Mirakl\\Test\\": "tests"
    }
  }
}