I tried to install phpunit
through composer
in Windows 7, but it is not allowing.
Neither phpunit
nor any other tool / package / framework.
The error you're experiencing is this:
Andmyfileofjson
isthis:
{"require-dev": {
"phpunit/phpunit" : "*"
},
"autoload" :{
"psr-0":{
"Example":"lib"
}
}
}
command to "roll" composer
composer install
Below are the details of composer