Skip to content

Commit

Permalink
add phpunit as require-dev in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bmanolov committed May 4, 2014
1 parent 467a8dc commit 6ede6f4
Show file tree
Hide file tree
Showing 2 changed files with 723 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.1.*"
},
"autoload": {
"psr-4": { "Sfblib\\": "lib/" }
}
Expand Down
Loading

0 comments on commit 6ede6f4

Please sign in to comment.