More tests

This commit is contained in:
Alex Bilbie
2014-07-12 12:07:46 +01:00
parent b694cca743
commit 20032f33a2
3 changed files with 15 additions and 4 deletions

View File

@@ -6,13 +6,14 @@
"require": {
"php": ">=5.4.0",
"symfony/http-foundation": "~2.1",
"league/event": "0.1"
"league/event": "0.2.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"mockery/mockery": "~0.9",
"league/phpunit-coverage-listener": "~1.0",
"squizlabs/php_codesniffer": "1.*"
"squizlabs/php_codesniffer": "1.*",
"codeception/codeception": "2.0.2"
},
"repositories": [
{