Skip to content

Commit f6c4871

Browse files
chore(deps-dev): bump the composer-dependencies group across 1 directory with 2 updates
Updates the requirements on [doctrine/annotations](https://github.com/doctrine/annotations) and [phpstan/phpstan-mockery](https://github.com/phpstan/phpstan-mockery) to permit the latest version. Updates `doctrine/annotations` to 2.0.2 - [Release notes](https://github.com/doctrine/annotations/releases) - [Commits](doctrine/annotations@1.14.2...2.0.2) Updates `phpstan/phpstan-mockery` to 2.0.0 - [Release notes](https://github.com/phpstan/phpstan-mockery/releases) - [Commits](phpstan/phpstan-mockery@1.1.0...2.0.0) --- updated-dependencies: - dependency-name: doctrine/annotations dependency-type: direct:development dependency-group: composer-dependencies - dependency-name: phpstan/phpstan-mockery dependency-type: direct:development dependency-group: composer-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65a325d commit f6c4871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
},
3232
"require-dev": {
3333
"bamarni/composer-bin-plugin": "^1.8",
34-
"doctrine/annotations": "^1.14.2",
34+
"doctrine/annotations": "^1.14.2 || ^2.0.0",
3535
"johnkary/phpunit-speedtrap": "^4.0",
3636
"laminas/laminas-serializer": "^2.10",
3737
"lm-commons/lmc-rbac-mvc": "^3.3",
3838
"mikey179/vfsstream": "~v1.6.11",
3939
"mockery/mockery": "^1.6.7",
40-
"phpstan/phpstan-mockery": "^1.1",
40+
"phpstan/phpstan-mockery": "^1.1 || ^2.0",
4141
"phpunit/phpunit": "^9.6",
4242
"symfony/filesystem": "^5.4",
4343
"symfony/lock": "^5.4"

0 commit comments

Comments
 (0)