File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 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() `
You can’t perform that action at this time.
0 commit comments