Skip to content

Commit

Permalink
Merge pull request #4 from ghostwriter/feature/bump-and-refactor-depe…
Browse files Browse the repository at this point in the history
…ndencies

feature/bump and refactor dependencies
  • Loading branch information
ghostwriter committed Aug 4, 2022
2 parents 266bf31 + 7847dc7 commit f122ffb
Show file tree
Hide file tree
Showing 13 changed files with 740 additions and 1,114 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Result

[![Continuous Integration](https://github.com/ghostwriter/result/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/ghostwriter/result/actions/workflows/continuous-integration.yml)
[![Compliance](https://github.com/ghostwriter/result/actions/workflows/compliance.yml/badge.svg)](https://github.com/ghostwriter/result/actions/workflows/compliance.yml)
[![Supported PHP Version](https://badgen.net/packagist/php/ghostwriter/result?color=8892bf)](https://www.php.net/supported-versions)
[![Type Coverage](https://shepherd.dev/github/ghostwriter/result/coverage.svg)](https://shepherd.dev/github/ghostwriter/result)
[![Latest Version on Packagist](https://badgen.net/packagist/v/ghostwriter/result)](https://packagist.org/packages/ghostwriter/result)
Expand Down
25 changes: 11 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,17 @@
}
],
"require": {
"php": ">=8.0, <8.2",
"ghostwriter/option": "^0.1.0"
"php": ">=8.0,<8.2",
"ghostwriter/option": "^0.3.0"
},
"require-dev": {
"phpbench/phpbench": "^1.2.5",
"phpunit/phpunit": "^9.5.20",
"psalm/plugin-phpunit": "^0.16.1",
"rector/rector": "^0.12.23",
"roave/infection-static-analysis-plugin": "^1.18.0",
"roave/security-advisories": "dev-latest",
"symplify/easy-coding-standard": "^10.2.6",
"vimeo/psalm": "^4.23.0"
"infection/infection": "0.26.13",
"phpbench/phpbench": "^1.2.6",
"phpunit/phpunit": "^9.5.21",
"psalm/plugin-phpunit": "^0.17.0",
"rector/rector": "^0.13.10",
"symplify/easy-coding-standard": "^11.0.9",
"vimeo/psalm": "^4.26"
},
"replace": {},
"minimum-stability": "stable",
Expand Down Expand Up @@ -87,14 +86,12 @@
"cs-check": "vendor/bin/ecs check --clear-cache || true",
"cs-fix": "vendor/bin/ecs check --fix --clear-cache",
"dev": [
"@cs-fix",
"@test",
"@psalm",
"@check",
"@infection"
],
"infection": [
"@putenv XDEBUG_MODE=coverage",
"roave-infection-static-analysis-plugin"
"vendor/bin/infection"
],
"missing-returntypes": "psalm --alter --issues=MissingReturnType",
"normalizer": "composer normalize --no-check-lock",
Expand Down

0 comments on commit f122ffb

Please sign in to comment.