I've installed composer via windows installer, and set the correct path variables for php to wamp's php, now I created a composer.json( and later .phar) file
and attempt to install dependencies listed there
{
"name": "phpunit/php-unit",
"require": {
"php": ">5.4.12",
"phpunit/phpunit": "3.7.28"
}
}
this comes out of almost every command, including
php composer.phar install
php composer.json install
i did ran this in windows cmd so im not sure if that affects anything.