Navigation Menu

Skip to content

Commit

Permalink
Add PHPUnit as a dev dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 28, 2012
1 parent dcd975b commit 1e2bff6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions App/composer.json
Expand Up @@ -7,6 +7,9 @@
"cakephp/framework": "dev-3.0",
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
}
"autoload": {
"psr-0": {
"App\\": "."
Expand Down
3 changes: 3 additions & 0 deletions lib/composer.json
Expand Up @@ -20,6 +20,9 @@
"require": {
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
}
"autoload": {
"psr-0": {
"Cake\\": "Cake/"
Expand Down

0 comments on commit 1e2bff6

Please sign in to comment.