travisghansen / kubernetes-client-php

No nonsense PHP Client for the Kubernetes API
Apache License 2.0
33 stars 10 forks source link

Jsonpath library that no longer used in the code #14

Open hookenz opened 2 weeks ago

hookenz commented 2 weeks ago

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 commented 2 weeks ago

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