Skip to content

Commit

Permalink
Merge pull request #14 from ghostwriter/feature/bump-composer-depende…
Browse files Browse the repository at this point in the history
…ncies

feature/bump composer dependencies
  • Loading branch information
ghostwriter committed Aug 6, 2022
2 parents 1ba777f + 2556893 commit 66496e6
Show file tree
Hide file tree
Showing 5 changed files with 290 additions and 306 deletions.
14 changes: 1 addition & 13 deletions README.md
Expand Up @@ -89,19 +89,7 @@ If you discover any security related issues, please email `nathanael.esayeas@pro

## Sponsors

[![ghostwriter's GitHub Sponsors](https://img.shields.io/github/sponsors/ghostwriter?label=Sponsors&logo=GitHub%20Sponsors)](https://github.com/sponsors/ghostwriter)

Maintaining open source software is a thankless, time-consuming job.

Sponsorships are one of the best ways to contribute to the long-term sustainability of an open-source licensed project.

Please consider giving back, to fund the continued development of `ghostwriter/compliance`, by sponsoring me here on GitHub.

[[Become a GitHub Sponsor](https://github.com/sponsors/ghostwriter)]

### For Developers

Please consider helping your company become a GitHub Sponsor, to support the open-source licensed project that runs your business.
[[`Become a GitHub Sponsor`](https://github.com/sponsors/ghostwriter)]

## Credits

Expand Down
35 changes: 15 additions & 20 deletions composer.json
Expand Up @@ -33,30 +33,30 @@
}
],
"require": {
"php": ">=8.0,<8.2",
"composer-plugin-api": ">=2.2",
"composer-runtime-api": ">=2.2",
"php": ">=8.0,<8.3",
"composer-plugin-api": "^2.2.2",
"composer-runtime-api": "^2.2.2",
"composer/semver": "^3.3.2",
"ghostwriter/collection": "^0.4.1",
"ghostwriter/collection": "^0.5.0",
"ghostwriter/container": "^0.6.0",
"ghostwriter/environment": "^0.3.0",
"ghostwriter/environment": "^0.4.0",
"ghostwriter/event-dispatcher": "^0.4.2",
"ghostwriter/json": "^0.1.0",
"ghostwriter/option": "^0.1.0",
"ghostwriter/result": "^0.1.0",
"ghostwriter/option": "^0.3.0",
"ghostwriter/result": "^0.3.0",
"infection/infection": "^0.26.13",
"symfony/console": "^6.1.2",
"symfony/finder": "^6.1.0",
"symfony/process": "^6.1.0"
"symfony/console": "^6.1.3",
"symfony/finder": "^6.1.3",
"symfony/process": "^6.1.3"
},
"require-dev": {
"composer/composer": ">=2.2",
"phpbench/phpbench": "^1.2.5",
"phpbench/phpbench": "^1.2.6",
"phpunit/phpunit": "^9.5.21",
"psalm/plugin-phpunit": "^0.17.0",
"rector/rector": "^0.13.8",
"symplify/easy-coding-standard": "^11.0.8",
"vimeo/psalm": "^4.24.0"
"rector/rector": "^0.13.10",
"symplify/easy-coding-standard": "^11.0.9",
"vimeo/psalm": "^4.26"
},
"minimum-stability": "stable",
"prefer-stable": true,
Expand Down Expand Up @@ -86,9 +86,6 @@
"sort-packages": true
},
"scripts": {
"box": [
"box compile"
],
"cache:clear": [
"rm -fr ./.cache"
],
Expand All @@ -105,9 +102,7 @@
"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"
],
"docker": [
Expand Down

0 comments on commit 66496e6

Please sign in to comment.