-
Notifications
You must be signed in to change notification settings - Fork 29
Update composer.json #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Removing `flow/jsonpath` dependency, see Codeception#24 (comment)
|
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) |
|
See #31 for the current plan: Remove it as a dependency, and explain users how to install it by themselves. |
That doesn't change the fact, that your PR would break the lib ;) |
|
@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. |
|
Replaced by #35 |
Removing
flow/jsonpathdependency, see #24 (comment)Closes #24