Uh oh!
There was an error while loading. Please reload this page.
Update composer.json - #32
Conversation
Removing `flow/jsonpath` dependency, see Codeception#24 (comment)
SoftCreatR
commented
Nov 2, 2020
This would break the lib, since JSONPath is used here: https://github.com/Codeception/module-rest/blob/master/src/Codeception/Util/JsonArray.php A better solution has been provided: #24 (comment) |
ThomasLandauer
commented
Nov 2, 2020
See #31 for the current plan: Remove it as a dependency, and explain users how to install it by themselves. |
SoftCreatR
commented
Nov 2, 2020
That doesn't change the fact, that your PR would break the lib ;) |
TavoNiievez
commented
Nov 2, 2020
@ThomasLandauer what SoftCreatR is trying to say is that if the goal was to remove the library, you would have to remove this functions as well: module-rest/src/Codeception/Module/REST.php Lines 1056 to 1252 in 15e16e4 module-rest/src/Codeception/Util/JsonArray.php Lines 85 to 91 in 15e16e4 So as not to break the installation and the tests themselves. However, it is better to wait for the owners to decide whether the changes made by SoftCreatR to make the semantic versioning less confusing are enough to keep that code unchanged. |
Naktibalda
commented
Nov 3, 2020
Replaced by #35 |
Removing
flow/jsonpathdependency, see #24 (comment)Closes#24