Skip to content

Commit

Permalink
Merge branch 'master' of github.com:comsave/salesforce-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaidas Bagdonas committed Jul 11, 2017
2 parents 96e4abc + 6a4e94c commit 10dbfd5
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.idea/
/.idea/
/vendor/
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "comsavewebservice/salesforce-bundle",
"name": "comsave/salesforce-bundle",
"type": "symfony-bundle",
"description": "A Symfony2 bundle for the PHPForce Salesforce library.",
"keywords": [ "salesforce", "crm", "soap" ],
Expand All @@ -14,7 +14,7 @@
],
"require": {
"php": ">=5.3.0",
"phpforce/soap-client": "*"
"comsave/soap-client": "~0.1.0"
},
"suggest": {
"guzzle/http": "For fetching the latest WSDL from Salesforce"
Expand All @@ -25,4 +25,4 @@
}
},
"target-dir": "Phpforce/SalesforceBundle"
}
}
225 changes: 225 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10dbfd5

Please sign in to comment.