xref: /plugin/statistics/vendor/mustangostang/spyc/composer.json (revision d5ef99ddb7dfb0cfae33e9257bd1d788f682c50f)
1*d5ef99ddSAndreas Gohr{
2*d5ef99ddSAndreas Gohr    "name": "mustangostang/spyc",
3*d5ef99ddSAndreas Gohr    "description": "A simple YAML loader/dumper class for PHP",
4*d5ef99ddSAndreas Gohr    "type": "library",
5*d5ef99ddSAndreas Gohr    "keywords": [
6*d5ef99ddSAndreas Gohr        "spyc",
7*d5ef99ddSAndreas Gohr        "yaml",
8*d5ef99ddSAndreas Gohr        "yml"
9*d5ef99ddSAndreas Gohr    ],
10*d5ef99ddSAndreas Gohr    "homepage": "https://github.com/mustangostang/spyc/",
11*d5ef99ddSAndreas Gohr    "authors" : [{
12*d5ef99ddSAndreas Gohr        "name": "mustangostang",
13*d5ef99ddSAndreas Gohr        "email": "vlad.andersen@gmail.com"
14*d5ef99ddSAndreas Gohr    }],
15*d5ef99ddSAndreas Gohr    "license": "MIT",
16*d5ef99ddSAndreas Gohr    "require": {
17*d5ef99ddSAndreas Gohr        "php": ">=5.3.1"
18*d5ef99ddSAndreas Gohr    },
19*d5ef99ddSAndreas Gohr    "autoload": {
20*d5ef99ddSAndreas Gohr        "files": [ "Spyc.php" ]
21*d5ef99ddSAndreas Gohr    },
22*d5ef99ddSAndreas Gohr    "require-dev": {
23*d5ef99ddSAndreas Gohr        "phpunit/phpunit": "4.3.*@dev"
24*d5ef99ddSAndreas Gohr    },
25*d5ef99ddSAndreas Gohr    "extra": {
26*d5ef99ddSAndreas Gohr        "branch-alias": {
27*d5ef99ddSAndreas Gohr            "dev-master": "0.5.x-dev"
28*d5ef99ddSAndreas Gohr        }
29*d5ef99ddSAndreas Gohr    }
30*d5ef99ddSAndreas Gohr}
31