donatj / mock-webserver

Simple mock web server in PHP for unit testing.
MIT License
131 stars 21 forks source link

Increment Minimum PHP to 7.1 #34

Closed donatj closed 1 year ago

donatj commented 3 years ago

With the release of 8.0 I'm intent on upgrading all my libraries to require a minimum of PHP 7.1 (7.0 didn't have nullable type hints, so that's a no-go)

This is the WIP branch of that effort for mock-webserver

avehlies commented 2 years ago

It looks like the only conflicts to be resolved are in mddoc.xml and README.md. Is there a plan for releasing this as a version 3?