Skip to content

Commit

Permalink
Merge pull request #7 from ghostwriter/feature/bump-psalm-5.0
Browse files Browse the repository at this point in the history
feature/bump psalm 5.0
  • Loading branch information
ghostwriter committed Dec 2, 2022
2 parents d7dd535 + 731ad2c commit 18f6e24
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 195 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
],
"require": {
"php": ">=8.0,<8.3",
"ghostwriter/option": "^1.0.1"
"ghostwriter/option": "^1.2.0"
},
"require-dev": {
"infection/infection": "^0.26.16",
"phpbench/phpbench": "^1.2.7",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.17.0",
"rector/rector": "^0.14.7",
"symplify/easy-coding-standard": "^11.1.17",
"vimeo/psalm": "^4.30"
"infection/infection": "^0.26",
"phpbench/phpbench": "^1.2",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.18",
"rector/rector": "^0.14",
"symplify/easy-coding-standard": "^11.1",
"vimeo/psalm": "^5.0"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down

0 comments on commit 18f6e24

Please sign in to comment.