Skip to content

Commit

Permalink
use phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Sep 25, 2012
1 parent 06bf118 commit 471de35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
@@ -1,8 +1,10 @@
{
"name": "jlipps/paraunit",
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"phpunit/phpunit": "dev-master"
},
"minimum-stability": "dev",
"type": "library",
"description": "A parallel execution wrapper for PHPUnit",
"keywords": ["testing","PHPUnit"],
Expand Down

0 comments on commit 471de35

Please sign in to comment.