%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/projetos/hindi.ongrace.com/wp-content/themes/flash/
Upload File :
Create Path :
Current File : /var/www/projetos/hindi.ongrace.com/wp-content/themes/flash/composer.lock

{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "content-hash": "b2db955bced39833dae6c9688d50f9ef",
    "packages": [
        {
            "name": "dealerdirect/phpcodesniffer-composer-installer",
            "version": "v0.4.4",
            "source": {
                "type": "git",
                "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
                "reference": "2e41850d5f7797cbb1af7b030d245b3b24e63a08"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/2e41850d5f7797cbb1af7b030d245b3b24e63a08",
                "reference": "2e41850d5f7797cbb1af7b030d245b3b24e63a08",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0",
                "php": "^5.3|^7",
                "squizlabs/php_codesniffer": "*"
            },
            "require-dev": {
                "composer/composer": "*",
                "wimg/php-compatibility": "^8.0"
            },
            "suggest": {
                "dealerdirect/qa-tools": "All the PHP QA tools you'll need"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
            },
            "autoload": {
                "psr-4": {
                    "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Franck Nijhof",
                    "email": "f.nijhof@dealerdirect.nl",
                    "homepage": "http://workingatdealerdirect.eu",
                    "role": "Developer"
                }
            ],
            "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
            "homepage": "http://workingatdealerdirect.eu",
            "keywords": [
                "PHPCodeSniffer",
                "PHP_CodeSniffer",
                "code quality",
                "codesniffer",
                "composer",
                "installer",
                "phpcs",
                "plugin",
                "qa",
                "quality",
                "standard",
                "standards",
                "style guide",
                "stylecheck",
                "tests"
            ],
            "time": "2017-12-06T16:27:17+00:00"
        },
        {
            "name": "squizlabs/php_codesniffer",
            "version": "3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
                "reference": "ba816f2e1bacc16278792c78b67c730dfff064a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ba816f2e1bacc16278792c78b67c730dfff064a6",
                "reference": "ba816f2e1bacc16278792c78b67c730dfff064a6",
                "shasum": ""
            },
            "require": {
                "ext-simplexml": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
            },
            "bin": [
                "bin/phpcs",
                "bin/phpcbf"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Greg Sherwood",
                    "role": "lead"
                }
            ],
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
            "homepage": "http://www.squizlabs.com/php-codesniffer",
            "keywords": [
                "phpcs",
                "standards"
            ],
            "time": "2017-12-12T21:36:10+00:00"
        },
        {
            "name": "wimg/php-compatibility",
            "version": "8.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/wimg/PHPCompatibility.git",
                "reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/wimg/PHPCompatibility/zipball/4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e",
                "reference": "4ac01e4fe8faaa4f8d3b3cd06ea92e5418ce472e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "squizlabs/php_codesniffer": "^2.2 || ^3.0.2"
            },
            "conflict": {
                "squizlabs/php_codesniffer": "2.6.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
            },
            "type": "phpcodesniffer-standard",
            "autoload": {
                "psr-4": {
                    "PHPCompatibility\\": "PHPCompatibility/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Wim Godden",
                    "role": "lead"
                }
            ],
            "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.",
            "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
            "keywords": [
                "compatibility",
                "phpcs",
                "standards"
            ],
            "time": "2017-12-27T21:58:38+00:00"
        },
        {
            "name": "wp-coding-standards/wpcs",
            "version": "0.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git",
                "reference": "8cadf48fa1c70b2381988e0a79e029e011a8f41c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/8cadf48fa1c70b2381988e0a79e029e011a8f41c",
                "reference": "8cadf48fa1c70b2381988e0a79e029e011a8f41c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2"
            },
            "suggest": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"
            },
            "type": "phpcodesniffer-standard",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Contributors",
                    "homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors"
                }
            ],
            "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
            "keywords": [
                "phpcs",
                "standards",
                "wordpress"
            ],
            "time": "2017-11-01T15:10:46+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}

Zerion Mini Shell 1.0