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

Commit

Permalink
Merge pull request #31 from boxuk/composer-support
Browse files Browse the repository at this point in the history
Looks good - apologies for the delay - this went onto my 'TODO' pile during the run up to Dreamforce.
  • Loading branch information
Pat Patterson committed Dec 18, 2013
2 parents 00cde8d + efba2fa commit 364cb9a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "developerforce/force.com-toolkit-for-php",
"description": "A wrapper for the Force.com Web Services SOAP API",
"license": "BSD-3-Clause",
"autoload": {
"classmap": [
"soapclient"
]
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit 364cb9a

Please sign in to comment.