Codeception / module-rest

REST module for Codeception
MIT License
53 stars 27 forks source link

[PHP8.1] Upgrade to JSONPath 0.8 to fix deprecated warnings #69

Closed pbojan closed 2 years ago

pbojan commented 2 years ago

Would be nice to upgrade to JSONPath 0.8.0 to be able to fully use this with PHP 8.1 without any deprecated warnings: https://github.com/SoftCreatR/JSONPath/releases/tag/0.8.0

Note: With this version PHP 7 is not supported anymore.

Naktibalda commented 2 years ago

Please raise pull request

pbojan commented 2 years ago

Pull request: https://github.com/Codeception/module-rest/pull/70

pbojan commented 2 years ago

@Naktibalda can you check the PR and let me know if something else needs changing?