Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.

Commit

Permalink
Merge pull request #2 from rdohms/composer-support
Browse files Browse the repository at this point in the history
[WiP] Adding Composer Support
  • Loading branch information
elynde committed Jan 23, 2013
2 parents 2c7b945 + 822d250 commit dba6f00
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": "facebook/fbmock",
"description": "FBMock is a PHP mocking framework designed to be simple and easy to use.",
"authors": [
{
"name": "Facebook"
}
],
"type": "library",
"minimum-stability": "dev",
"autoload": {
"classmap": ["./"],
"files": ["Mock.php"]
}
}

0 comments on commit dba6f00

Please sign in to comment.