Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
dev-master composer.json draft
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay Loveless committed Aug 14, 2012
1 parent c25ce5a commit fffbf60
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions composer.json
@@ -0,0 +1,39 @@
{
"name": "phpunit/phpunit-mock-objects",
"description": "Mock Object library for PHPUnit",
"type": "library",
"keywords": [
"mocks",
"phpunit",
"xunit",
"testing"
],
"homepage": "http://www.phpunit.de/",
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"homepage": "http://www.phpunit.de/"
}
],
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"ext-reflection": "*",
"ext-spl": "*",
"phpunit/php-text-template": ">=1.1.1"
},
"suggest": {
"ext-soap": "ext/SOAP"
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "1.2.0-dev"
}
}

}

0 comments on commit fffbf60

Please sign in to comment.