Skip to content

Commit

Permalink
Install PHPUnit via Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
tanakahisateru committed Jun 25, 2014
1 parent 090948f commit a57060b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ build
/composer.lock
/doc/temp/
/docs/
/tools/phpunit
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -25,6 +25,9 @@
"require": {
"php": ">=5.1.2"
},
"require-dev": {
"phpunit/phpunit": "~3.7.0"
},
"autoload": {
"psr-0": {
"PHPTAL": "classes/"
Expand Down

0 comments on commit a57060b

Please sign in to comment.