php-etl icon indicating copy to clipboard operation
php-etl copied to clipboard

Package flow/jsonpath is abandoned, you should avoid using it. Use softcreatr/jsonpath instead.

Open eAvio opened this issue 4 years ago • 1 comments

Hi,

We have some issues with version 2.3.1.

When using composer 2, we get multiple errors connected with jsonpath package:

Class Flow\JSONPath\Test\JSONPathTest located in ./vendor/flow/jsonpath/tests/JSONPathTest.php does not comply with psr-0 autoloading standard. Skipping. Class Flow\JSONPath\Test\JSONPathTestClass located in ./vendor/flow/jsonpath/tests/JSONPathTest.php does not comply with psr-0 autoloading standard. Skipping. Class Flow\JSONPath\Test\JSONPathLexerTest located in ./vendor/flow/jsonpath/tests/JSONPathLexerTest.php does not comply with psr-0 autoloading standard. Skipping. Class Flow\JSONPath\Test\JSONPathBenchmarks located in ./vendor/flow/jsonpath/tests/JSONPathBenchmarks.php does not comply with psr-0 autoloading standard. Skipping. Class Flow\JSONPath\Test\JSONPathArrayAccessTest located in ./vendor/flow/jsonpath/tests/JSONPathArrayAccessTest.php does not comply with psr-0 autoloading standard. Skipping.

We suggest switching to: softcreatr/jsonpath - flow/jsonpath seems to be abandoned.

eAvio avatar Jan 01 '21 20:01 eAvio

Hi @eAvio you could check our fork. Should do the trick. Our changelog here.

ecourtial avatar Feb 12 '21 14:02 ecourtial