Skip to content

Commit 9fa541c

Browse files
Update phpstan/phpstan requirement from ^0.12 to ^0.12 || ^1.0 (#1501)
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.11.x/CHANGELOG.md) - [Commits](phpstan/phpstan@0.12.0...1.4.10) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82286c9 commit 9fa541c

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
@@ -34,7 +34,7 @@
3434
},
3535
"require-dev" : {
3636
"friendsofphp/php-cs-fixer": "^2.19",
37-
"phpstan/phpstan": "^0.12",
37+
"phpstan/phpstan": "^0.12 || ^1.0",
3838
"phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6",
3939
"monolog/monolog": "^1.27"
4040
},

0 commit comments

Comments
 (0)