Skip to content

Commit d05311a

Browse files
committed
Update UPGRADE.md for clarity and formatting improvements
1 parent 6fab8cb commit d05311a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

UPGRADE.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
This document will help you upgrading from a Version into another.
1+
This document will guide you through upgrading from one version to another.
22

3-
# 2.x to 3.0
3+
# Upgrading from 2.x to 3.0
44

5-
+ Raised minimum PHP version to 8.x
6-
+ Added php `json` extensions are required in composer defintion
7-
+ Removed deprecated methods `_exec()` use `exec()`, `setReferrer()` use `setReferer()` and `verbose()` use `setVerbose()`
5+
+ **Raised minimum PHP version** to 8.x.
6+
+ **Added the `json` extension** to Composer requirements, as formatting payloads to JSON is a common use case.
7+
+ **Removed deprecated methods**:
8+
- `_exec()` → Use `exec()`
9+
- `setReferrer()` → Use `setReferer()`
10+
- `verbose()` → Use `setVerbose()`

0 commit comments

Comments
 (0)