diff --git a/compiler/composer.json b/compiler/composer.json index fb3b8e47c5..bbc33fbc23 100644 --- a/compiler/composer.json +++ b/compiler/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "phpunit/phpunit": "^9.5.1", - "phpstan/phpstan-phpunit": "^0.12.8" + "phpstan/phpstan-phpunit": "^1.1.0" }, "config": { "platform": { diff --git a/compiler/composer.lock b/compiler/composer.lock index f090d52be6..9c06e3afa8 100644 --- a/compiler/composer.lock +++ b/compiler/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": "3d8d846053f4a058c0f88025d0edead6", + "content-hash": "f08db907455e94f80f13d6177a83f1ca", "packages": [ { "name": "nette/neon", @@ -1578,20 +1578,20 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.70", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee" + "reference": "2be8dd6dfa09ab1a21c49956ff591979cd5ab29e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee", - "reference": "07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2be8dd6dfa09ab1a21c49956ff591979cd5ab29e", + "reference": "2be8dd6dfa09ab1a21c49956ff591979cd5ab29e", "shasum": "" }, "require": { - "php": "^7.1|^8.0" + "php": "^7.2|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -1601,11 +1601,6 @@ "phpstan.phar" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.12-dev" - } - }, "autoload": { "files": [ "bootstrap.php" @@ -1618,13 +1613,17 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.70" + "source": "https://github.com/phpstan/phpstan/tree/1.5.0" }, "funding": [ { "url": "https://github.com/ondrejmirtes", "type": "github" }, + { + "url": "https://github.com/phpstan", + "type": "github" + }, { "url": "https://www.patreon.com/phpstan", "type": "patreon" @@ -1634,40 +1633,37 @@ "type": "tidelift" } ], - "time": "2021-01-27T17:06:47+00:00" + "time": "2022-03-24T18:18:00+00:00" }, { "name": "phpstan/phpstan-phpunit", - "version": "0.12.17", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "432575b41cf2d4f44e460234acaf56119ed97d36" + "reference": "09133ce914f1388a8bb8c7f8573aaa3723cff52a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/432575b41cf2d4f44e460234acaf56119ed97d36", - "reference": "432575b41cf2d4f44e460234acaf56119ed97d36", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/09133ce914f1388a8bb8c7f8573aaa3723cff52a", + "reference": "09133ce914f1388a8bb8c7f8573aaa3723cff52a", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0", - "phpstan/phpstan": "^0.12.60" + "php": "^7.2 || ^8.0", + "phpstan/phpstan": "^1.5.0" }, "conflict": { "phpunit/phpunit": "<7.0" }, "require-dev": { - "phing/phing": "^2.16.3", + "nikic/php-parser": "^4.13.0", "php-parallel-lint/php-parallel-lint": "^1.2", - "phpstan/phpstan-strict-rules": "^0.12.6", - "phpunit/phpunit": "^7.5.20" + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^9.5" }, "type": "phpstan-extension", "extra": { - "branch-alias": { - "dev-master": "0.12-dev" - }, "phpstan": { "includes": [ "extension.neon", @@ -1687,9 +1683,9 @@ "description": "PHPUnit extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-phpunit/issues", - "source": "https://github.com/phpstan/phpstan-phpunit/tree/0.12.17" + "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.1.0" }, - "time": "2020-12-13T12:12:51+00:00" + "time": "2022-03-28T09:20:49+00:00" }, { "name": "phpunit/php-code-coverage", @@ -3192,5 +3188,5 @@ "platform-overrides": { "php": "7.3.24" }, - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.2.0" }