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 ?
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
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