Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Jun 30, 2022
1 parent 7553d43 commit 325ea5a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -31,18 +31,18 @@
],
"require": {
"php": ">=8.0,<8.2",
"ghostwriter/container": "^0.4.0",
"ghostwriter/event-dispatcher": "^0.3.2",
"infection/infection": "^0.26.13"
"ghostwriter/container": "^0.5.0",
"ghostwriter/event-dispatcher": "^0.4.1"
},
"require-dev": {
"nikic/php-parser": "^4.14.0",
"infection/infection": "^0.26.13",
"phpbench/phpbench": "^1.2.5",
"phpunit/phpunit": "^9.5.21",
"psalm/plugin-phpunit": "^0.17.0",
"rector/rector": "^0.13.6",
"symplify/easy-coding-standard": "^11.0.5",
"vimeo/psalm": "^4.23.0"
"rector/rector": "^0.13.7",
"symplify/easy-coding-standard": "^11.0.6",
"vimeo/psalm": "^4.24.0"
},
"replace": {},
"minimum-stability": "stable",
Expand Down

0 comments on commit 325ea5a

Please sign in to comment.