Skip to content

Commit 8cc57ef

Browse files
Update phpstan/phpstan requirement from ~1.9.2 to ~1.10.3
Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.10.x/CHANGELOG.md) - [Commits](phpstan/phpstan@1.9.2...1.10.3) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 27559f3 commit 8cc57ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php": "^7.2.0 || ^8.1.0",
2424
"ext-dom": "*",
2525
"laminas/laminas-code": "~3.3.0 || ~3.4.1 || ~3.5.1 || ^4.5",
26-
"phpstan/phpstan": "~1.9.2",
26+
"phpstan/phpstan": "~1.10.3",
2727
"symfony/finder": "^3.0 || ^4.0 || ^5.0 || ^6.0"
2828
},
2929
"conflict": {

0 commit comments

Comments
 (0)