{
    "require": {
        "twig/twig": "^3.0",
        "symfony/console": "^7.2",
        "symfony/http-kernel": "^7.2",
        "symfony/http-foundation": "^7.2",
        "symfony/yaml": "^7.2",
        "htmlburger/carbon-fields": "^3.6.5",
        "scssphp/scssphp": "^2.0.1"
    },
    "autoload": {
        "psr-4": {
            "Elementum\\": "src",
            "Elementum\\App\\": "app"
        }
    },
    "require-dev": {
        "symfony/var-dumper": "^7.2"
    },
    "scripts": {
        "log": "tail -f ./../../debug.log",
        "log:error": "tail -f ./../../debug.log | grep \"Fatal error\"",
        "debug:true": "wp config set WP_DEBUG true --raw && wp config set WP_DEBUG_LOG true --raw && wp config set WP_DEBUG_DISPLAY true --raw",
        "debug:false": "wp config set WP_DEBUG false --raw && wp config set WP_DEBUG_LOG false --raw && wp config set WP_DEBUG_DISPLAY false --raw",
        "update": "git checkout main && git fetch upstream && git merge upstream/main && git push origin main"
    }
}