Skip to content

Commit

Permalink
Merge pull request #120 from Ocramius/cleanup/dependency-upgrade
Browse files Browse the repository at this point in the history
Upgrade dependencies to latest and greatest before `4.5.0` release
  • Loading branch information
Ocramius authored Dec 7, 2021
2 parents 55c9fc5 + 0452b19 commit 4d57f38
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 200 deletions.
11 changes: 4 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@
"require": {
"php": ">=7.4, <8.2"
},
"conflict": {
"phpspec/prophecy": "<1.9.0"
},
"require-dev": {
"ext-phar": "*",
"doctrine/annotations": "^1.10.4",
"doctrine/annotations": "^1.13.2",
"laminas/laminas-coding-standard": "^2.3.0",
"laminas/laminas-stdlib": "^3.6.0",
"phpunit/phpunit": "^9.5.9",
"laminas/laminas-stdlib": "^3.6.1",
"phpunit/phpunit": "^9.5.10",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.10.0"
"vimeo/psalm": "^4.13.1"
},
"suggest": {
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
Expand Down
Loading

0 comments on commit 4d57f38

Please sign in to comment.