summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-07-16 11:10:19 +0300
committerAndrew Dolgov <[email protected]>2022-07-16 11:10:19 +0300
commitfdd1c43612011060b4b876db438eb7ec62dd077d (patch)
treeb2580c6abe32a345d7969fd8d59d262b7b8f36d1 /composer.lock
parent96f704d157fcf20da130f37a31fbffd62a8a9892 (diff)
downgrade phpstan to 1.1.2
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock29
1 files changed, 14 insertions, 15 deletions
diff --git a/composer.lock b/composer.lock
index 378e5a263..df4c441c9 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": "410a7fb5a8fb00f33c59de3b78057604",
+ "content-hash": "26f1906259c39e542432c57d76f16369",
"packages": [
{
"name": "beberlei/assert",
@@ -220,15 +220,9 @@
"version": "dev-master",
"source": {
"type": "git",
- "url": "https://github.com/aaronpk/idiorm.git",
+ "url": "https://dev.tt-rss.org/fox/idiorm.git",
"reference": "efc8ea06698f53e2c479c7696f2b154c47c3a3cb"
},
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/aaronpk/idiorm/zipball/efc8ea06698f53e2c479c7696f2b154c47c3a3cb",
- "reference": "efc8ea06698f53e2c479c7696f2b154c47c3a3cb",
- "shasum": ""
- },
"require": {
"php": ">=5.2.0"
},
@@ -1136,20 +1130,20 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.8.1",
+ "version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "8dbba631fa32f4b289404469c2afd6122fd61d67"
+ "reference": "bcea0ae85868a89d5789c75f012c93129f842934"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8dbba631fa32f4b289404469c2afd6122fd61d67",
- "reference": "8dbba631fa32f4b289404469c2afd6122fd61d67",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/bcea0ae85868a89d5789c75f012c93129f842934",
+ "reference": "bcea0ae85868a89d5789c75f012c93129f842934",
"shasum": ""
},
"require": {
- "php": "^7.2|^8.0"
+ "php": "^7.1|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
@@ -1159,6 +1153,11 @@
"phpstan.phar"
],
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
"autoload": {
"files": [
"bootstrap.php"
@@ -1171,7 +1170,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.8.1"
+ "source": "https://github.com/phpstan/phpstan/tree/1.1.2"
},
"funding": [
{
@@ -1191,7 +1190,7 @@
"type": "tidelift"
}
],
- "time": "2022-07-12T16:08:06+00:00"
+ "time": "2021-11-09T12:41:09+00:00"
},
{
"name": "phpunit/php-code-coverage",