Skip to content
Snippets Groups Projects
Select Git revision
  • 2477cb7f48e1e0f68b427012f940a49d44fa6183
  • master default protected
  • bugfix/vendor-excluded
  • feature/phpcs-editorconfig
  • 1.3.2
  • 1.3.1
  • 1.3.0
  • 1.2.8
  • 1.2.7
  • 1.2.6
  • 1.2.5
  • 1.2.4
  • 1.2.3
  • 1.2.2
  • 1.2.1
  • 1.2.0
  • 1.1.0
  • 1.1.0-beta1
  • 1.0.1
  • 1.0.0
  • 1.0.0-beta8
  • 1.0.0-beta7
  • 1.0.0-beta6
  • 1.0.0-beta5
24 results

phpunit-unit.xml

Blame
  • composer.lock 73.74 KiB
    {
      "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
      ],
      "content-hash": "f43684595701baf314af63c333c3163d",
      "packages": [
        {
          "name": "moneyphp/money",
          "version": "v3.2.1",
          "source": {
            "type": "git",
            "url": "https://github.com/moneyphp/money.git",
            "reference": "f6085de6c565e98d2f9a7311a605987b54e06d5e"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/moneyphp/money/zipball/f6085de6c565e98d2f9a7311a605987b54e06d5e",
            "reference": "f6085de6c565e98d2f9a7311a605987b54e06d5e",
            "shasum": ""
          },
          "require": {
            "ext-json": "*",
            "php": ">=5.6"
          },
          "require-dev": {
            "cache/taggable-cache": "^0.4.0",
            "doctrine/instantiator": "^1.0.5",
            "ext-bcmath": "*",
            "ext-gmp": "*",
            "ext-intl": "*",
            "florianv/exchanger": "^1.0",
            "florianv/swap": "^3.0",
            "leanphp/phpspec-code-coverage": "^3.0 || ^4.0",
            "moneyphp/iso-currencies": "^3.0",
            "php-http/message": "^1.4",
            "php-http/mock-client": "^1.0.0",
            "phpspec/phpspec": "^3.0",
            "phpunit/phpunit": "^5.7 || ^6.4 || ^7.0",
            "psr/cache": "^1.0",
            "symfony/phpunit-bridge": "^4"
          },
          "suggest": {
            "ext-bcmath": "Calculate without integer limits",
            "ext-gmp": "Calculate without integer limits",
            "ext-intl": "Format Money objects with intl",
            "florianv/exchanger": "Exchange rates library for PHP",
            "florianv/swap": "Exchange rates library for PHP",
            "psr/cache-implementation": "Used for Currency caching"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "3.0-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "Money\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": [
            "MIT"
          ],
          "authors": [
            {
              "name": "Márk Sági-Kazár",
              "email": "mark.sagikazar@gmail.com"