scratch – Blame information for rev 88

Subversion Repositories:
Rev:
Rev Author Line No. Line
66 office 1 [
2 {
3 "name": "mustangostang/spyc",
4 "version": "0.6.2",
5 "version_normalized": "0.6.2.0",
6 "source": {
7 "type": "git",
8 "url": "https://github.com/mustangostang/spyc.git",
9 "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d"
10 },
11 "dist": {
12 "type": "zip",
13 "url": "https://api.github.com/repos/mustangostang/spyc/zipball/23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
14 "reference": "23c35ae854d835f2d7bcc3e3ad743d7e57a8c14d",
15 "shasum": ""
16 },
17 "require": {
18 "php": ">=5.3.1"
19 },
20 "require-dev": {
21 "phpunit/phpunit": "4.3.*@dev"
22 },
23 "time": "2017-02-24T16:06:33+00:00",
24 "type": "library",
25 "extra": {
26 "branch-alias": {
27 "dev-master": "0.5.x-dev"
28 }
29 },
30 "installation-source": "dist",
31 "autoload": {
32 "files": [
33 "Spyc.php"
34 ]
35 },
36 "notification-url": "https://packagist.org/downloads/",
37 "license": [
38 "MIT"
39 ],
40 "authors": [
41 {
42 "name": "mustangostang",
43 "email": "vlad.andersen@gmail.com"
44 }
45 ],
46 "description": "A simple YAML loader/dumper class for PHP",
47 "homepage": "https://github.com/mustangostang/spyc/",
48 "keywords": [
49 "spyc",
50 "yaml",
51 "yml"
52 ]
53 }
54 ]