I'm trying to install the Parse SDK for PHP. I've followed all the steps in the Quick Start manual, PHP runtime is installed (PHP 5.5.9-1ubuntu4.14), Composer is installed (1.0-dev), and I've created a file named composer.json in my project dir with the content specified in the manual, but when I run php composer.phar install its giving me this:
[UnexpectedValueException]
Could not parse version constraint ~1.1.*: Invalid version string "~1.1.*"
I'm not familiar with PHP so its probably something stupid but I can't find anything online about this error that could send me in the right direction. Ideas?
.but same error.