Skip to content
Snippets Groups Projects
Verified Commit db5c7961 authored by quietone's avatar quietone
Browse files

Issue #3465122 by catch: Update composer dependencies prior to 11.0.0, update phpstan

parent 7a331d50
No related branches found
No related tags found
No related merge requests found
......@@ -7020,16 +7020,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.11.8",
"version": "1.11.9",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "6adbd118e6c0515dd2f36b06cde1d6da40f1b8ec"
"reference": "e370bcddadaede0c1716338b262346f40d296f82"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/6adbd118e6c0515dd2f36b06cde1d6da40f1b8ec",
"reference": "6adbd118e6c0515dd2f36b06cde1d6da40f1b8ec",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e370bcddadaede0c1716338b262346f40d296f82",
"reference": "e370bcddadaede0c1716338b262346f40d296f82",
"shasum": ""
},
"require": {
......@@ -7074,7 +7074,7 @@
"type": "github"
}
],
"time": "2024-07-24T07:01:22+00:00"
"time": "2024-08-01T16:25:18+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",
......
......@@ -49,7 +49,7 @@
"phpspec/prophecy-phpunit": "v2.2.0",
"phpstan/extension-installer": "1.4.1",
"phpstan/phpdoc-parser": "1.29.1",
"phpstan/phpstan": "1.11.8",
"phpstan/phpstan": "1.11.9",
"phpstan/phpstan-deprecation-rules": "1.2.0",
"phpstan/phpstan-phpunit": "1.4.0",
"phpunit/php-code-coverage": "10.1.15",
......
......@@ -3,7 +3,7 @@
"description": "Tests Drupal core's PHPStan rules",
"require-dev": {
"phpunit/phpunit": "^10",
"phpstan/phpstan": "1.11.8"
"phpstan/phpstan": "1.11.9"
},
"license": "GPL-2.0-or-later",
"autoload": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment