[ci] trigger packages tests (#1842)

This commit is contained in:
Tomas Votruba 2022-02-20 12:17:34 +00:00 committed by GitHub
parent 25ed79188f
commit 2dd05f65da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
],
"require": {
"php": "^7.1|^8.0",
"phpstan/phpstan": "^1.4.2"
"phpstan/phpstan": "^1.4.6"
},
"autoload": {
"files": [

View File

@ -19,11 +19,11 @@
"idiosyncratic/editorconfig": "^0.1.3",
"myclabs/php-enum": "^1.8",
"nette/neon": "^3.3.2",
"nette/utils": "^3.2",
"nette/utils": "^3.2.7",
"nikic/php-parser": "^4.13.2",
"ondram/ci-detector": "^4.1",
"phpstan/phpdoc-parser": "^1.2",
"phpstan/phpstan": "^1.4.2",
"phpstan/phpstan": "^1.4.6",
"phpstan/phpstan-phpunit": "^1.0",
"psr/log": "^2.0",
"react/child-process": "^0.6.4",