diff --git a/composer.json b/composer.json index cf0f406e..82fa5c8d 100644 --- a/composer.json +++ b/composer.json @@ -23,6 +23,6 @@ "smuuf/koloader": "dev-master", "smuuf/phpcb": "dev-master", "nette/tester": "^2.0", - "phpstan/phpstan": "^0.9.1 || ^0.12.0" + "phpstan/phpstan": "^0.9.1 || ^0.12.0 || ^1.0.0" } } diff --git a/composer.lock b/composer.lock index 7ae49bc4..338c8231 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": "6f87d9d670ec7f149953df846d1b6729", + "content-hash": "138946eb952362427451158f4aa1f400", "packages": [ { "name": "smuuf/php-peg", @@ -148,20 +148,20 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.85", + "version": "1.10.6", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "20e6333c0067875ad7697cd8acdf245c6ef69d03" + "reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/20e6333c0067875ad7697cd8acdf245c6ef69d03", - "reference": "20e6333c0067875ad7697cd8acdf245c6ef69d03", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d089a3e0904b0fe7e2cf2d4fd37d427d64235a", + "reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a", "shasum": "" }, "require": { - "php": "^7.1|^8.0" + "php": "^7.2|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -171,11 +171,6 @@ "phpstan.phar" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.12-dev" - } - }, "autoload": { "files": [ "bootstrap.php" @@ -186,9 +181,13 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", + "keywords": [ + "dev", + "static analysis" + ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.85" + "source": "https://github.com/phpstan/phpstan/tree/1.10.6" }, "funding": [ { @@ -196,15 +195,15 @@ "type": "github" }, { - "url": "https://www.patreon.com/phpstan", - "type": "patreon" + "url": "https://github.com/phpstan", + "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", "type": "tidelift" } ], - "time": "2021-04-27T14:13:16+00:00" + "time": "2023-03-09T16:55:12+00:00" }, { "name": "smuuf/koloader", @@ -284,5 +283,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }