Skip to content

Instantly share code, notes, and snippets.

@devdrops
Last active December 23, 2015 05:49
Show Gist options
  • Save devdrops/6589283 to your computer and use it in GitHub Desktop.
Save devdrops/6589283 to your computer and use it in GitHub Desktop.
Added phpunit/phpunit to composer.json file. Trying to solve PHPUnit issues on a ZF2 project (see http://www.zfnapratica.com.br/ for details)
{
"name": "zendframework/skeleton-application",
"description": "Skeleton Application for ZF2",
"license": "BSD-3-Clause",
"keywords": [
"framework",
"zf2"
],
"homepage": "http://framework.zend.com/",
"require": {
"php": ">=5.3.3",
"zendframework/zendframework": "2.*",
"phpunit/phpunit": "3.7.*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment