leomarquine / php-etl

Extract, Transform and Load data using PHP.
MIT License
178 stars 81 forks source link

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

Open eAvio opened 3 years ago

eAvio commented 3 years ago

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.

ecourtial commented 3 years ago

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