Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Update phpunit/phpunit requirement from ~6.5 to ~9.5 in /build/integration #1

Open
wants to merge 1 commit into
base: stable20
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 in /build/integration
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/master/ChangeLog-9.5.md)
- [Commits](sebastianbergmann/phpunit@6.5.0...9.5.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2021
commit e0945765652b05766f92c0b02c295be54392cede
2 changes: 1 addition & 1 deletion build/integration/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require-dev": {
"phpunit/phpunit": "~6.5",
"phpunit/phpunit": "~9.5",
"behat/behat": "~3.7.0",
"guzzlehttp/guzzle": "6.5.2",
"jarnaiz/behat-junit-formatter": "^1.3",
Expand Down