nahid / qarray

A Query Engine For PHP Array
Creative Commons Zero v1.0 Universal
102 stars 19 forks source link

Require php ^7.1 #6

Open kruggs opened 3 years ago

kruggs commented 3 years ago

Hi, I wanted to use your library to work with some huge json. But it require "myclabs/deep-copy": "^1.8" which require php ^7.1 Your project require "php": ">=5.6" (same issue with nahid/jsonq since it's a dependency).

My project is working on php5.6 (yeah i know...it's old), so i'm wondering if it's possible to use deep-copy ^1.7 ?

Thanks, Ghislain

me-shaon commented 2 years ago

As @kruggs pointed out, 'qarray' package should either require "PHP": "^7.1", or it should use the "^1.7" of 'deep-copy' package. I don't think there are any other alternatives. @nahid