Bimba.git

ref: v2.0-beta2.2

converter/vendor/composer/installed.json


  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
[
    {
        "name": "mustangostang/spyc",
        "version": "0.6.2",
        "version_normalized": "0.6.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mustangostang/spyc.git",
            "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mustangostang/spyc/zipball/23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
            "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.1"
        },
        "require-dev": {
            "phpunit/phpunit": "4.3.*@dev"
        },
        "time": "2017-02-24T16:06:33+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.5.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "files": [
                "Spyc.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "mustangostang",
                "email": "vlad.andersen@gmail.com"
            }
        ],
        "description": "A simple YAML loader/dumper class for PHP",
        "homepage": "https://github.com/mustangostang/spyc/",
        "keywords": [
            "spyc",
            "yaml",
            "yml"
        ]
    },
    {
        "name": "rybakit/msgpack",
        "version": "v0.5.1",
        "version_normalized": "0.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/rybakit/msgpack.php.git",
            "reference": "837963c0b9481085c5a1c9bf0d15dcf472dce2d1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/rybakit/msgpack.php/zipball/837963c0b9481085c5a1c9bf0d15dcf472dce2d1",
            "reference": "837963c0b9481085c5a1c9bf0d15dcf472dce2d1",
            "shasum": ""
        },
        "require": {
            "php": "^7.1.1"
        },
        "require-dev": {
            "friendsofphp/php-cs-fixer": "^2.11",
            "phpunit/phpunit": "^7.1"
        },
        "time": "2018-05-24T12:30:13+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "MessagePack\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Eugene Leonovich",
                "email": "gen.work@gmail.com"
            }
        ],
        "description": "A pure PHP implementation of the MessagePack serialization format.",
        "keywords": [
            "messagepack",
            "msgpack",
            "pure",
            "streaming"
        ]
    }
]