Skip to content

Commit

Permalink
Merge pull request #8 from ghostwriter/feature/drop-interface
Browse files Browse the repository at this point in the history
feature/drop interface
  • Loading branch information
ghostwriter committed Dec 25, 2022
2 parents 18f6e24 + 4be2d3d commit c5cc13c
Show file tree
Hide file tree
Showing 6 changed files with 279 additions and 809 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,15 @@
],
"require": {
"php": ">=8.0,<8.3",
"ghostwriter/option": "^1.2.0"
"ghostwriter/option": "^1.2"
},
"require-dev": {
"infection/infection": "^0.26",
"phpbench/phpbench": "^1.2",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.18",
"rector/rector": "^0.14",
"rector/rector": "^0.15",
"symplify/easy-coding-standard": "^11.1",
"vimeo/psalm": "^5.0"
"vimeo/psalm": "^5.4"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down

0 comments on commit c5cc13c

Please sign in to comment.