Last active
December 23, 2015 05:49
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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