Added FizzFuzz requirement

This commit is contained in:
Alex Bilbie 2014-08-04 09:11:19 +01:00
parent 7f75246619
commit c29340ae27

View File

@ -13,12 +13,16 @@
"mockery/mockery": "~0.9", "mockery/mockery": "~0.9",
"league/phpunit-coverage-listener": "~1.0", "league/phpunit-coverage-listener": "~1.0",
"squizlabs/php_codesniffer": "1.*", "squizlabs/php_codesniffer": "1.*",
"codeception/codeception": "2.0.*" "codeception/codeception": "2.0.*",
"alexbilbie/fizzfuzz": "dev-develop"
}, },
"repositories": [ "repositories": [
{ {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/oauth2-server.git" "url": "https://github.com/thephpleague/oauth2-server.git"
},{
"type": "git",
"url": "https://github.com/alexbilbie/fizzfuzz.git"
} }
], ],
"keywords": [ "keywords": [