Skip to content

Commit

Permalink
update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Apr 7, 2016
1 parent 72f21b2 commit 83ac7ad
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,14 @@
"php": ">=5.5",
"psx/framework": "^0.1"
},
"bin": ["bin/psx"]
"require-dev": {
"phpunit/phpunit": "^4.8",
"phpunit/dbunit": "^2.0"
},
"bin": ["bin/psx"],
"autoload-dev": {
"psr-4": {
"PSX\\Project\\Tests\\": "tests/"
}
}
}

0 comments on commit 83ac7ad

Please sign in to comment.