downgrade phpstan to 1.1.2

This commit is contained in:
Andrew Dolgov
2022-07-16 11:10:19 +03:00
parent 96f704d157
commit fdd1c43612
10 changed files with 60 additions and 94 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "j4mie/idiorm",
"type": "vcs",
"url": "https://github.com/aaronpk/idiorm"
"url": "https://dev.tt-rss.org/fox/idiorm.git"
}
],
"require": {
@@ -13,7 +13,7 @@
"j4mie/idiorm": "dev-master"
},
"require-dev": {
"phpstan/phpstan": "^1.",
"phpstan/phpstan": "1.1.2",
"phpunit/phpunit": "9.5.16"
}
}