UPGRADE.md
This document will help you upgrading from a Version into another.
# 2.x to 3.0
+ Raised minimum PHP version to 8.x
+ Added php `json` extensions are required in composer defintion
+ Removed deprecated methods `_exec()` use `exec()`, `setReferrer()` use `setReferer()` and `verbose()` use `setVerbose()`