Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update symplify/easy-coding-standard requirement from ^11.1 to ^12.0 #14

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update symplify/easy-coding-standard requirement from ^11.1 to ^12.0
Updates the requirements on [symplify/easy-coding-standard](https://github.com/easy-coding-standard/easy-coding-standard) to permit the latest version.
- [Release notes](https://github.com/easy-coding-standard/easy-coding-standard/releases)
- [Commits](easy-coding-standard/easy-coding-standard@11.1.0...12.0.6)

---
updated-dependencies:
- dependency-name: symplify/easy-coding-standard
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
commit 509e122b7f75efd0b01fc8c2fb58d2eb36979d31
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"psr/simple-cache": "^1.0"
},
"require-dev": {
"symplify/easy-coding-standard": "^11.1",
"symplify/easy-coding-standard": "^12.0",
"typo3/testing-framework": "^6.16 || ^7.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/phpstan": "^1.8",
Expand Down