{
    "name": "webmotion/php_utilities",
    "type": "library",
    "license": "proprietary",
    "authors": [
        {
            "name": "Webmotion Kft.",
            "email": "support@webmotion.hu"
        },
        {
            "name": "Nagy Mate",
            "email": "nagymate@webmotion.hu"
        }
    ],
    "require": {
        "psr/log": "^1.0",
        "ramsey/uuid": "^3.7",
        "nesbot/carbon": "^1.29"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.7"
    },
    "autoload": {
        "psr-4": {"Webmotion\\": "src/"}
    },
    "autoload-dev": {
        "psr-4": {"Webmotion\\": "tests/"}
    }
}
