server/src/composer.json
changeset 129 4fca650b9b8a
parent 107 16e1473a6a99
child 153 338bcc78d431
equal deleted inserted replaced
128:bc18286e55b2 129:4fca650b9b8a
     5     "license": "MIT",
     5     "license": "MIT",
     6     "type": "project",
     6     "type": "project",
     7     "require": {
     7     "require": {
     8         "php": ">=5.5.9",
     8         "php": ">=5.5.9",
     9         "laravel/framework": "5.2.*",
     9         "laravel/framework": "5.2.*",
    10         "easyrdf/easyrdf": "*@dev",
    10         "easyrdf/easyrdf": "dev-master",
    11         "ml/json-ld": "*",
    11         "ml/json-ld": "*",
    12         "caseyamcl/phpoaipmh": "~2.4",
    12         "caseyamcl/phpoaipmh": "~2.4",
    13         "guzzlehttp/guzzle":   "~6.1",
    13         "guzzlehttp/guzzle":   "~6.1",
    14         "laravelcollective/html": "5.2.*",
    14         "laravelcollective/html": "5.2.*",
    15         "shift31/laravel-elasticsearch": "~1.0",
    15         "shift31/laravel-elasticsearch": "~1.0",
    54         ],
    54         ],
    55         "post-update-cmd": [
    55         "post-update-cmd": [
    56             "php artisan optimize"
    56             "php artisan optimize"
    57         ]
    57         ]
    58     },
    58     },
       
    59     "minimum-stability": "dev",
       
    60     "prefer-stable": true,
    59     "config": {
    61     "config": {
    60         "preferred-install": "dist"
    62         "preferred-install": "dist"
    61     }
    63     }
    62 }
    64 }