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

Commit

Permalink
W-5784020 (#128)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
sfdrogojan authored and sfcbetiuc committed Feb 21, 2019
1 parent 3331a15 commit 2f1ac67
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 420 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Salesforce Marketing Cloud Fuel SDK for PHP
## Overview ##
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.

## New Features in Version 1.2.1 ##

* Updated robrichards/wse-php dependency version to 2.0.3

## New Features in Version 1.2.0 ##

* 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)
Expand Down Expand Up @@ -81,7 +85,7 @@ The following code is an example of a minimal composer.json file:
<pre>
{
"require": {
"salesforce-mc/fuel-sdk-php": "1.1.0"
"salesforce-mc/fuel-sdk-php": "1.2.1"
}
}
</pre>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ext-openssl": "*",
"ext-soap": "*",
"php": ">=5.6.24",
"robrichards/wse-php":"2.0.1",
"robrichards/wse-php":"2.0.3",
"firebase/php-jwt":">=5.0.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 2f1ac67

Please sign in to comment.