Skip to content

Commit

Permalink
Update phpunit/phpunit requirement from >=7.5 <10 to >=7.5 <11
Browse files Browse the repository at this point in the history
Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.4.2/ChangeLog-10.4.md)
- [Commits](sebastianbergmann/phpunit@7.5.0...10.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 10, 2023
1 parent 861ca45 commit f505d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"require-dev": {
"ext-json": "*",
"goetas-webservices/xsd-reader": "^0.4",
"phpunit/phpunit": ">=7.5 <10",
"phpunit/phpunit": ">=7.5 <11",
"phpstan/phpstan": "^1.0",
"infection/infection": ">=0.16",
"friendsofphp/php-cs-fixer": "^3.0",
Expand Down

0 comments on commit f505d57

Please sign in to comment.