Skip to content

Commit

Permalink
Update UPGRADE.md for clarity and formatting improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Feb 11, 2025
1 parent 6fab8cb commit d05311a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
This document will help you upgrading from a Version into another.
This document will guide you through upgrading from one version to another.

# 2.x to 3.0
# Upgrading from 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()`
+ **Raised minimum PHP version** to 8.x.
+ **Added the `json` extension** to Composer requirements, as formatting payloads to JSON is a common use case.
+ **Removed deprecated methods**:
- `_exec()` → Use `exec()`
- `setReferrer()` → Use `setReferer()`
- `verbose()` → Use `setVerbose()`

0 comments on commit d05311a

Please sign in to comment.