summaryrefslogblamecommitdiff
path: root/features/src/php/devcontainer-feature.json
blob: 92d3291e24b2aeef2d6000048c758f6dc2f0e0b7 (plain) (tree)









































                                                                                                              
{
    "id": "php",
    "version": "1.1.2",
    "name": "PHP",
    "documentationURL": "https://github.com/devcontainers/features/tree/main/src/php",
    "options": {
        "version": {
            "type": "string",
            "proposals": [
                "latest",
                "8",
                "8.2",
                "8.2.0",
                "none"
            ],
            "default": "latest",
            "description": "Select or enter a PHP version"
        },
        "installComposer": {
            "type": "boolean",
            "default": true,
            "description": "Install PHP Composer?"
        }
    },
    "customizations": {
        "vscode": {
            "extensions": [
                "xdebug.php-debug",
                "bmewburn.vscode-intelephense-client",
                "xdebug.php-pack",
                "devsense.phptools-vscode"
            ]
        }
    },
    "containerEnv": {
        "PHP_PATH": "/usr/local/php/current",
        "PATH": "/usr/local/php/current/bin:${PATH}"
    },
    "installsAfter": [
        "https://gitrepo.ru/api/packages/NeonXP/generic/features/latest/devcontainer-feature-common-utils.tgz"
    ]
}