From 52e223166162debc59e82d9b22651ee197503913 Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Sun, 26 Dec 2021 18:24:21 +0000 Subject: [PATCH] [DEPENDENCIES] Update PHPStan and other dependencies --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 6c0506fe8d..812d8f3550 100644 --- a/composer.json +++ b/composer.json @@ -71,7 +71,7 @@ "friendsofphp/php-cs-fixer": "^3.2.1", "jchook/phpunit-assert-throws": "^1.0", "niels-de-blaauw/php-doc-check": "^0.2.2", - "phpstan/phpstan": "^0.12.98", + "phpstan/phpstan": "~1", "phpunit/phpunit": "^9.5", "symfony/browser-kit": "^5.4.", "symfony/css-selector": "^5.4.", diff --git a/composer.lock b/composer.lock index 1e08e5579b..ec89c81cf0 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": "2e422de3ea513516a7bbaa2cc9d1c658", + "content-hash": "99b63e8fd91cd481003a04f3fcbe558d", "packages": [ { "name": "alchemy/binary-driver", @@ -11984,16 +11984,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.99", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7" + "reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b4d40f1d759942f523be267a1bab6884f46ca3f7", - "reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cbe085f9fdead5b6d62e4c022ca52dc9427a10ee", + "reference": "cbe085f9fdead5b6d62e4c022ca52dc9427a10ee", "shasum": "" }, "require": { @@ -12009,7 +12009,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "0.12-dev" + "dev-master": "1.2-dev" } }, "autoload": { @@ -12024,7 +12024,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.99" + "source": "https://github.com/phpstan/phpstan/tree/1.2.0" }, "funding": [ { @@ -12044,7 +12044,7 @@ "type": "tidelift" } ], - "time": "2021-09-12T20:09:55+00:00" + "time": "2021-11-18T14:09:01+00:00" }, { "name": "phpunit/php-code-coverage",