InterNations / http-mock

Mock HTTP requests on the server side in your PHP unit tests
http://www.internations.org
MIT License
391 stars 62 forks source link

php8 compatibility #69

Open gturri opened 2 years ago

gturri commented 2 years ago

According to dc87f315611e5bb83727a1947bf94e707aace0d1 http-mock is compatible with PHP8. It would be really cool to release a package which updates this constraint in order to be able to use http-mock on a CI running on this version of PHP8. Is it something you could consider doing?

4d4ch4u32 commented 2 years ago

I would also like to use it, in a PHP 8 project.

dudapiotr commented 1 year ago

Any progress to merge it into master?