Skip to content

Commit

Permalink
Basic functionality done
Browse files Browse the repository at this point in the history
  • Loading branch information
nulpunkt committed Oct 4, 2013
1 parent 779381b commit aa54f72
Show file tree
Hide file tree
Showing 8 changed files with 691 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
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "nulpunkt/php-stub",
"type": "library",
"description": "Small stubbing library for making dumb colaborators.",
"keywords": ["stubs"],
"homepage": "http://github.com/nulpunkt/php-stub",
"license": "MIT",
"authors": [
{
"name": "Jesper Skovgård Nielsen",
"email": "[email protected]",
"homepage": "http://runlevel0.dk",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"squizlabs/php_codesniffer": "1.*"
},
"autoload": {
"psr-0": {
"Nulpunkt": "src"
}
}
}
Loading

0 comments on commit aa54f72

Please sign in to comment.