ref: c931a8b155b91f616b144030988e5478797ab5bc
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 |
[ { "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" ] } ] |