Revision 804a91ca24029c7a87691d94618d4b8e8de40195 authored by Franck Michel on 21 September 2018, 21:51:07 UTC, committed by Franck Michel on 21 September 2018, 21:51:07 UTC
1 parent 5a4db01
Raw File
composer.json
{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/frmichel/JsonLD"
        },
        {
            "type": "vcs",
            "url": "https://github.com/frmichel/easyrdf"
        }
    ],
    "require": {
        "ml/json-ld": "dev-master",
        "easyrdf/easyrdf": "dev-dev-query-raw",
        "monolog/monolog": "1.*",
        "mongodb/mongodb": "^1.2"
        }
}
back to top