Skip to content

Commit

Permalink
Merge pull request #5 from ghostwriter/feature/update-composer-depend…
Browse files Browse the repository at this point in the history
…encies

feature/update composer dependencies
  • Loading branch information
ghostwriter committed Sep 30, 2022
2 parents 099a9dd + 0eca5c2 commit daa1134
Show file tree
Hide file tree
Showing 3 changed files with 199 additions and 104 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
],
"require": {
"php": ">=8.0,<8.3",
"ghostwriter/option": "^0.3.0"
"ghostwriter/option": "^1.0"
},
"require-dev": {
"infection/infection": "^0.26.14",
"infection/infection": "^0.26.15",
"phpbench/phpbench": "^1.2.6",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.5.25",
"psalm/plugin-phpunit": "^0.17.0",
"rector/rector": "^0.14.0",
"symplify/easy-coding-standard": "^11.1",
"rector/rector": "^0.14.5",
"symplify/easy-coding-standard": "^11.1.10",
"vimeo/psalm": "^4.27"
},
"minimum-stability": "stable",
Expand Down

0 comments on commit daa1134

Please sign in to comment.