Skip to content

Commit

Permalink
Change composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
pfortin-expertime committed May 15, 2019
1 parent c47e205 commit 7e29861
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "salesforce-mc/fuel-sdk-php",
"name": "pfortin/fuel-sdk-php",
"description": "Salesforce Marketing Cloud Fuel SDK for PHP",
"homepage": "https://developer.salesforce.com/docs/atlas.en-us.mc-sdks.meta/mc-sdks/index-sdk.htm",
"license": "MIT",
"type": "library",
"minimum-stability": "stable",
"version": "1.0.0",
"require": {
"ext-curl": "*",
"ext-openssl": "*",
Expand All @@ -13,6 +13,7 @@
"robrichards/wse-php":"2.0.3",
"firebase/php-jwt":">=5.0.0"
},

"require-dev": {
"phpunit/phpunit":">=5.7.20",
"phpdocumentor/phpdocumentor": "2.8.0",
Expand Down

0 comments on commit 7e29861

Please sign in to comment.