Skip to content
Snippets Groups Projects
Select Git revision
  • b27f59d09605d78eb017ed291d5f284472ac657a
  • master default protected
  • bugfix/wordpress-review
  • initialize-tracker
  • 1.3.0
  • 1.2.3
  • 1.2.2
  • 1.2.1
  • 1.2.0
  • 1.2.0-beta.1
  • 1.1.0
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0.0
16 results

composer.lock

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"