Skip to content

Commit d842f57

Browse files
Update phpunit/phpunit requirement from ^10.1 to ^10.1 || ^11.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.3.1/ChangeLog-11.3.md) - [Commits](sebastianbergmann/phpunit@10.1.0...11.3.1) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6bba13 commit d842f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"require-dev": {
1717
"interaction-design-foundation/coding-standard": "^0.3",
18-
"phpunit/phpunit": "^10.1"
18+
"phpunit/phpunit": "^10.1 || ^11.0"
1919
},
2020
"minimum-stability": "dev",
2121
"prefer-stable": true,

0 commit comments

Comments
 (0)