kubernetes-client-php icon indicating copy to clipboard operation
kubernetes-client-php copied to clipboard

Jsonpath library that no longer used in the code

Open hookenz opened this issue 1 year ago • 2 comments

The composer.json references a jsonpath library that is no longer used in the code.

However, if I'd like to use both this library and the newer version of jsonpath library I cannot because the version is held back by this lib.

Please remove it the reference in composer.

hookenz avatar Nov 08 '24 02:11 hookenz

PR: https://github.com/travisghansen/kubernetes-client-php/pull/15

hookenz avatar Nov 08 '24 02:11 hookenz

It is used here: https://github.com/travisghansen/kubernetes-client-php/blob/master/src/KubernetesClient/Config.php

travisghansen avatar Mar 22 '25 16:03 travisghansen