composer.json 716 Bytes
{
    "name": "irul/integrasi-reklame",
    "description": "Base package for Integrasi Reklame",
    "type": "project",
    "keywords": ["opensipkd", "integrasi", "reklame"],
    "time": "2019-09-01",
    "license": "BSD-4-Clause",
    "require": {
        "php": ">=5.6.4",
        "fguillot/json-rpc": "~1.2.8",
        "nesbot/carbon": "~1.29.2",
        "illuminate/database": "~5.4.36",
        "illuminate/events": "~5.4.36",
        "illuminate/validation": "~5.4.36"
    },
    "authors": [{
        "name": "irul",
        "email": "irul.sylva@gmail.com",
        "homepage": "https://iruwl.github.io"
    }],
    "autoload": {
        "psr-4": {
            "Integrasi\\Reklame\\": "src/"
        }
    }
}