When trying to install CakePHP with composer in Mac OS terminal and Mamp, I get this message :
[UnexpectedValueException]
Could not parse version constraint cakephp-3.x: Invalid version string “cak
ephp-3.x”
I tried this one :
composer create-project –prefer-dist cakephp/app whatever
(for “whatever”, I tried several strings, including your suggestion or “whatever”).
It shouldn’t be the reason why it doesn’t install…
An alternative way to install it would be to download the ZIP and just use that (it’s tbh the way I always roll).
Bravo ! Your eyes are better than mine. And Thank you.
But, as I guessed, I cannot install cake 3.x because the intl extension is missing.
If someone knows how to install this in Mac OS 10.14, let me know.