spatie / fractalistic

A framework agnostic, developer friendly wrapper around Fractal
https://freek.dev/644-a-developer-friendly-wrapper-around-fractal
MIT License
382 stars 32 forks source link

Recursion limit not possible on PHP 5.6 #37

Closed DaneEveritt closed 6 years ago

DaneEveritt commented 6 years ago

The current release version of the package lists both 5.6 and 7.0 as supported versions. However, as you can see in the example below, some places make use of type-hints only available in 7.0 and higher.

https://github.com/spatie/fractalistic/blob/25a2d3b4df4fb684ca2fd75bb2eb757ab9e6852e/src/Fractal.php#L343

spatie-bot commented 6 years ago

Dear contributor,

because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.