JosephSilber / page-cache

Caches responses as static files on disk for lightning fast page loads.
MIT License
1.21k stars 118 forks source link

Update phpunit #61

Closed mvdnbrk closed 4 years ago

JosephSilber commented 4 years ago

We still support PHP all the way back to 5.4, which is the minimum version supported by Laravel 5.0.

It's not included in the test matrix because it would balloon it too big.

Thanks for the effort :heart:

mvdnbrk commented 4 years ago

Dont see the problem here to run against a newer version of PHPunit when possible.

JosephSilber commented 4 years ago

Older versions of PHP don't support return type hints, which is now required when using PHPUnit.