PHRETS icon indicating copy to clipboard operation
PHRETS copied to clipboard

Dependencies require PHP 7

Open JosephCardwell opened this issue 7 years ago • 2 comments

PHPRETS 2.* requires "php": ">=5.5.0" but "illuminate/support": ">=4.2.0" requires PHP 7

JosephCardwell avatar Jan 30 '18 00:01 JosephCardwell

Hi JoomSavvy,

I added the following to the end of my Composer "require" section and it seemed to resolve the PHP7 requirement. Maybe give it a try and see if it works for you?

    "league/csv": "8.2.2",
    "illuminate/support": "5.2.24"

jj-webholism avatar Feb 05 '18 17:02 jj-webholism

Can't test right but it looks like that should do the trick.

JosephCardwell avatar Feb 05 '18 17:02 JosephCardwell