Skip to content

Commit

Permalink
Add version requirements to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Feb 3, 2025
1 parent 99a4171 commit d347cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ Code coverage is monitored for every PR and for the code base as a whole using [

- [PHP][] >= 5.6
- [Composer][]
- [Python 3][]
- [mitmproxy][] (`pip3 install mitmproxy`)
- [Python 3][] >= 3.12
- [mitmproxy][] >= 11.0.2 (`pip3 install mitmproxy`)

[PHP]: https://www.php.net/
[Composer]: http://getcomposer.org/
Expand Down

0 comments on commit d347cb7

Please sign in to comment.