HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: /datos/www/fabricas.colombiatrade.com.co/public_html/vendor/consolidation/self-update/composer.json
{
    "name": "consolidation/self-update",
    "description": "Provides a self:update command for Symfony Console applications.",
    "license": "MIT",
    "authors": [
        {
            "name": "Alexander Menk",
            "email": "[email protected]"
        },
        {
            "name": "Greg Anderson",
            "email": "[email protected]"
        }
    ],
    "autoload":{
        "psr-4":{
            "SelfUpdate\\":"src"
        }
    },
    "require": {
        "php": ">=5.5.0",
        "symfony/console": "^2.8|^3|^4|^5",
        "symfony/filesystem": "^2.5|^3|^4|^5"
    },
    "bin": [
        "scripts/release"
    ],
    "scripts": {
        "release":  "./scripts/release VERSION"
    },
    "config": {
        "optimize-autoloader": true,
        "sort-packages": true
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.x-dev"
        }
    }
}