Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 2f1ac67

Browse files
sfdrogojansfcbetiuc
authored andcommitted
W-5784020 (#128)
- Updated robrichards/wse-php dependency version to 2.0.3 - Generated composer.lock again by deleting the old one and running "composer install", since the one checked-in into master requires PHP version >= 7.1 and the README.md says the required PHP Version for the PHP SDK should be >=5.6.24 - Bumped PHP SDK patch number (1.2.0 -> 1.2.1) - Updated README.md file
1 parent 3331a15 commit 2f1ac67

File tree

4 files changed

+344
-420
lines changed

4 files changed

+344
-420
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Salesforce Marketing Cloud Fuel SDK for PHP
88
## Overview ##
99
The Fuel SDK for PHP provides easy access to Salesforce Marketic Cloud's Fuel API Family services, including a collection of REST and SOAP API. These APIs provide access to Salesforce Marketing Cloud (previously called ExactTarget) functionality via common collection types such as array/hash.
1010

11+
## New Features in Version 1.2.1 ##
12+
13+
* Updated robrichards/wse-php dependency version to 2.0.3
14+
1115
## New Features in Version 1.2.0 ##
1216

1317
* Added support for your tenant’s endpoints - [More Details](https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/your-subdomain-tenant-specific-endpoints.htm)
@@ -81,7 +85,7 @@ The following code is an example of a minimal composer.json file:
8185
<pre>
8286
{
8387
"require": {
84-
"salesforce-mc/fuel-sdk-php": "1.1.0"
88+
"salesforce-mc/fuel-sdk-php": "1.2.1"
8589
}
8690
}
8791
</pre>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"ext-openssl": "*",
1111
"ext-soap": "*",
1212
"php": ">=5.6.24",
13-
"robrichards/wse-php":"2.0.1",
13+
"robrichards/wse-php":"2.0.3",
1414
"firebase/php-jwt":">=5.0.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)