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 phpunit/phpunit requirement from ^9.5.19 to ^9.5.19 || ^11.0.0 #4

Open
wants to merge 1 commit into
base: 0.x
Choose a base branch
from
Open
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 phpunit/phpunit requirement from ^9.5.19 to ^9.5.19 || ^11.0.0
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.5.3/ChangeLog-11.5.md)
- [Commits](sebastianbergmann/phpunit@9.5.19...11.5.3)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jan 13, 2025
commit 7610d7af73303a8964011abd68aa6eeb1382a5eb
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@
"require-dev": {
"ext-json": "*",
"ext-pdo": "*",
"phpunit/phpunit": "^9.5.19",
"phpunit/phpunit": "^9.5.19 || ^11.0.0",
"cakephp/cakephp": "^5.0.2",
"cakephp/cakephp-codesniffer": "^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0|^6.0|^7.0"