{
    "name": "kadet/cojedzie",
    "type": "project",
    "license": "MIT",
    "require": {
        "php": "^7.1.3",
        "ext-ctype": "*",
        "ext-iconv": "*",
        "ext-json": "*",
        "cerbero/json-objects": "^1.1",
        "doctrine/doctrine-cache-bundle": "^1.4",
        "jms/serializer-bundle": "^3.5",
        "nelmio/api-doc-bundle": "^3.5",
        "nesbot/carbon": "^1.33",
        "ocramius/proxy-manager": "^2.0",
        "sensio/framework-extra-bundle": "^5.2",
        "symfony/asset": "^4.4",
        "symfony/console": "^4.4",
        "symfony/flex": "^1.1",
        "symfony/framework-bundle": "^4.4",
        "symfony/monolog-bundle": "^3.3",
        "symfony/orm-pack": "^1.0",
        "symfony/profiler-pack": "^1.0",
        "symfony/twig-bundle": "^4.4",
        "symfony/yaml": "^4.4",
        "tightenco/collect": "^5.6",
        "kadet/functional": "dev-master",
        "spiral/roadrunner": "^1.8",
        "symfony/dotenv": "^4.4"
    },
    "config": {
        "preferred-install": {
            "*": "dist"
        },
        "sort-packages": true,
        "secure-http": false,
        "platform": {
            "php": "7.3.12"
        }
    },
    "autoload": {
        "psr-4": {
            "App\\": "src/"
        },
        "files": [
            "./src/Functions/index.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "App\\Tests\\": "tests/"
        }
    },
    "replace": {
        "symfony/polyfill-ctype": "*",
        "symfony/polyfill-iconv": "*",
        "symfony/polyfill-php71": "*",
        "symfony/polyfill-php70": "*",
        "symfony/polyfill-php56": "*"
    },
    "scripts": {
        "auto-scripts": {
            "cache:clear": "symfony-cmd",
            "assets:install %PUBLIC_DIR%": "symfony-cmd"
        },
        "post-install-cmd": [
            "@auto-scripts"
        ],
        "post-update-cmd": [
            "@auto-scripts"
        ]
    },
    "conflict": {
        "symfony/symfony": "*"
    },
    "extra": {
        "symfony": {
            "allow-contrib": true
        }
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://git.kadet.net/kadet/functional-php.git"
        }
    ]
}