Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
- Added missing dependency for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Feb 27, 2015
1 parent b50d1ef commit f712822
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@
},

"require-dev": {
"nette/bootstrap" : "~2.2",
"nette/forms" : "~2.2",
"nette/mail" : "~2.2",
"nette/safe-stream" : "~2.2",
"nette/tester" : "@dev",
"tracy/tracy" : "@dev",
"janmarek/mockista" : "@dev"
"nette/bootstrap" : "~2.2",
"nette/forms" : "~2.2",
"nette/mail" : "~2.2",
"nette/robot-loader" : "~2.2",
"nette/safe-stream" : "~2.2",
"nette/tester" : "@dev",
"tracy/tracy" : "@dev",
"janmarek/mockista" : "@dev"
},

"autoload": {
Expand Down

0 comments on commit f712822

Please sign in to comment.