Skip to content

Commit

Permalink
composer test
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay Loveless committed Aug 14, 2012
1 parent 78d6804 commit fa01b8a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions composer.json
@@ -0,0 +1,26 @@
{
"name": "phpunit/phpunit",
"description": "The PHP Unit Testing framework. (composer fork)",
"type": "library",
"require": {
"php": ">=5.3.3"
},
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"homepage": "http://www.phpunit.de/"
}
],
"repositories": [
{ "type": "git", "url": "http://github.com/sebastianbergmann/phpunit.git" }
],
"config": {
"bin-dir": "bin"
},
"extra": {
"branch-alias": {
"dev-master": "3.7.0-dev"
}
}
}

0 comments on commit fa01b8a

Please sign in to comment.