Skip to content

Commit 4d57f38

Browse files
authored
Merge pull request #120 from Ocramius/cleanup/dependency-upgrade
Upgrade dependencies to latest and greatest before `4.5.0` release
2 parents 55c9fc5 + 0452b19 commit 4d57f38

File tree

6 files changed

+211
-200
lines changed

6 files changed

+211
-200
lines changed

composer.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,14 @@
1111
"require": {
1212
"php": ">=7.4, <8.2"
1313
},
14-
"conflict": {
15-
"phpspec/prophecy": "<1.9.0"
16-
},
1714
"require-dev": {
1815
"ext-phar": "*",
19-
"doctrine/annotations": "^1.10.4",
16+
"doctrine/annotations": "^1.13.2",
2017
"laminas/laminas-coding-standard": "^2.3.0",
21-
"laminas/laminas-stdlib": "^3.6.0",
22-
"phpunit/phpunit": "^9.5.9",
18+
"laminas/laminas-stdlib": "^3.6.1",
19+
"phpunit/phpunit": "^9.5.10",
2320
"psalm/plugin-phpunit": "^0.16.1",
24-
"vimeo/psalm": "^4.10.0"
21+
"vimeo/psalm": "^4.13.1"
2522
},
2623
"suggest": {
2724
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",

0 commit comments

Comments
 (0)