diff --git a/composer.json b/composer.json index 422233e..154f14e 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "ergebnis/composer-normalize": "^2.6", "insite/composer-dangling-locked-deps": "^0.2.1", "php-mock/php-mock-mockery": "^1.3", - "phpro/grumphp": "^1.0", + "phpro/grumphp": "^1.1", "phpstan/phpstan": "^0.12.25", "phpunit/phpunit": "^8.4", "sensiolabs/security-checker": "^6.0", diff --git a/composer.lock b/composer.lock index 8614d85..147318c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7908bfbdbe4798580fd249e79d2b2460", + "content-hash": "6902afc1fff243b16cd33396a2603e2e", "packages": [ { "name": "aura/session", @@ -4307,6 +4307,74 @@ ], "time": "2019-08-09T12:45:53+00:00" }, + { + "name": "ondram/ci-detector", + "version": "3.5.1", + "source": { + "type": "git", + "url": "https://github.com/OndraM/ci-detector.git", + "reference": "594e61252843b68998bddd48078c5058fe9028bd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/OndraM/ci-detector/zipball/594e61252843b68998bddd48078c5058fe9028bd", + "reference": "594e61252843b68998bddd48078c5058fe9028bd", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "ergebnis/composer-normalize": "^2.2", + "lmc/coding-standard": "^1.3 || ^2.0", + "php-parallel-lint/php-parallel-lint": "^1.1", + "phpstan/extension-installer": "^1.0.3", + "phpstan/phpstan": "^0.12.0", + "phpstan/phpstan-phpunit": "^0.12.1", + "phpunit/phpunit": "^7.1 || ^8.0 || ^9.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "OndraM\\CiDetector\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ondřej Machulda", + "email": "ondrej.machulda@gmail.com" + } + ], + "description": "Detect continuous integration environment and provide unified access to properties of current build", + "keywords": [ + "CircleCI", + "Codeship", + "Wercker", + "adapter", + "appveyor", + "aws", + "aws codebuild", + "bamboo", + "bitbucket", + "buddy", + "ci-info", + "codebuild", + "continuous integration", + "continuousphp", + "drone", + "github", + "gitlab", + "interface", + "jenkins", + "teamcity", + "travis" + ], + "time": "2020-09-04T11:21:14+00:00" + }, { "name": "opis/closure", "version": "3.6.0", @@ -4790,16 +4858,16 @@ }, { "name": "phpro/grumphp", - "version": "v1.0.0", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/phpro/grumphp.git", - "reference": "8d2e85beab65311350ec57f1bb6396b07b4a97b6" + "reference": "8c0b39169ea83e6c7bdd3573ba351dd0d52a42fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpro/grumphp/zipball/8d2e85beab65311350ec57f1bb6396b07b4a97b6", - "reference": "8d2e85beab65311350ec57f1bb6396b07b4a97b6", + "url": "https://api.github.com/repos/phpro/grumphp/zipball/8c0b39169ea83e6c7bdd3573ba351dd0d52a42fa", + "reference": "8c0b39169ea83e6c7bdd3573ba351dd0d52a42fa", "shasum": "" }, "require": { @@ -4811,6 +4879,7 @@ "ext-json": "*", "gitonomy/gitlib": "^1.0.3", "monolog/monolog": "~1.16 || ^2.0", + "ondram/ci-detector": "^3.5", "opis/closure": "^3.5", "php": "^7.3", "psr/container": "^1.0", @@ -4829,8 +4898,8 @@ "require-dev": { "brianium/paratest": "^4.1", "composer/composer": "~1.9 || ^2.0@dev", - "jakub-onderka/php-parallel-lint": "~1.0", "nikic/php-parser": "~4.0", + "php-parallel-lint/php-parallel-lint": "^1.2", "phpspec/phpspec": "^6.2", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.2" @@ -4840,14 +4909,13 @@ "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", - "codegyre/robo": "Lets GrumPHP run your automated PHP tasks.", + "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.", "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", - "jakub-onderka/php-parallel-lint": "Lets GrumPHP quickly lint your entire code base.", "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.", @@ -4855,6 +4923,7 @@ "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.", "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.", @@ -4866,7 +4935,7 @@ "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/easycodingstandard": "Lets GrumPHP check coding standard.", + "symplify/easy-coding-standard": "Lets GrumPHP check coding standard.", "vimeo/psalm": "Lets GrumPHP discover errors in your code without running it." }, "bin": [ @@ -4896,7 +4965,7 @@ } ], "description": "A composer plugin that enables source code quality checks.", - "time": "2020-09-25T05:15:46+00:00" + "time": "2020-10-30T11:36:42+00:00" }, { "name": "phpspec/prophecy",