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/site-alias/composer.json
{
    "name": "consolidation/site-alias",
    "description": "Manage alias records for local and remote sites.",
    "license": "MIT",
    "authors": [
        {
            "name": "Greg Anderson",
            "email": "[email protected]"
        },
        {
            "name": "Moshe Weitzman",
            "email": "[email protected]"
        }
    ],
    "autoload": {
        "psr-4": {
            "Consolidation\\SiteAlias\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Consolidation\\SiteAlias\\": "tests/src"
        }
    },
    "require": {
        "php": ">=5.5.0",
        "consolidation/config": "^1.2.1|^2"
    },
    "require-dev": {
        "symfony/yaml": "~2.3|^3|^4.4|^5",
        "consolidation/robo": "^1.2.3|^2",
        "knplabs/github-api": "^2.7",
        "php-http/guzzle6-adapter": "^1.1",
        "phpunit/phpunit": "^6",
        "g1a/composer-test-scenarios": "^3",
        "php-coveralls/php-coveralls": "^2.2",
        "squizlabs/php_codesniffer": "^2.8"
    },
    "scripts": {
        "phar:install-tools": [
            "gem install mime-types -v 2.6.2",
            "curl -LSs https://box-project.github.io/box2/installer.php | php"
        ],
        "phar:build": "box build",
        "cs": "phpcs --standard=PSR2 -n src",
        "cbf": "phpcbf --standard=PSR2 -n src",
        "unit": "phpunit --colors=always",
        "lint": [
            "find src -name '*.php' -print0 | xargs -0 -n1 php -l",
            "find tests/src -name '*.php' -print0 | xargs -0 -n1 php -l"
        ],
        "test": [
            "@lint",
            "@unit",
            "@cs"
        ],
        "release": [
            "release VERSION"
        ]
    },
    "config": {
        "optimize-autoloader": true,
        "sort-packages": true,
        "platform": {
            "php": "7.2.28"
        }
    },
    "extra": {
        "scenarios": {
            "phpunit5": {
                "require-dev": {
                    "phpunit/phpunit": "^5.7.27"
                },
                "remove": [
                    "php-coveralls/php-coveralls"
                ],
                "config": {
                    "platform": {
                        "php": "5.6.33"
                    }
                }
            }
        },
        "branch-alias": {
            "dev-master": "3.x-dev"
        }
    }
}