Skip to content

Commit

Permalink
Merge pull request komarserjio#68 from xlilien/symfony-phpunit
Browse files Browse the repository at this point in the history
symfony: added missing phpunit dependecy
  • Loading branch information
komarserjio committed Jan 14, 2016
2 parents 541c575 + 0eb5805 commit 608d300
Show file tree
Hide file tree
Showing 2 changed files with 852 additions and 2 deletions.
3 changes: 2 additions & 1 deletion symfony/notejam/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"require-dev": {
"sensio/generator-bundle": "~2.3",
"liip/functional-test-bundle": "^1.2",
"doctrine/doctrine-fixtures-bundle": "^2.3"
"doctrine/doctrine-fixtures-bundle": "^2.3",
"phpunit/phpunit": "^4.8"
},
"scripts": {
"post-install-cmd": [
Expand Down
Loading

0 comments on commit 608d300

Please sign in to comment.