cakephp / docs

CakePHP CookBook
http://book.cakephp.org
Other
679 stars 2.58k forks source link

Update installation.rst (es, ja lang) #7846

Closed Arhell closed 7 months ago

Arhell commented 7 months ago

ref en version https://github.com/cakephp/docs/commit/a0b9db252fe20a7c8513523e8e315e315804ad44

ndm2 commented 7 months ago

This will always install version 5.0.0. OP from https://github.com/cakephp/docs/pull/7845 was probably using zsh (or similar) where parameters are expanded to regular expressions. The proper fix for this would be to put the package/constraint in quotes.

php composer.phar create-project --prefer-dist "cakephp/app:5.*" cms
othercorey commented 7 months ago

Hmm, that's true. It's a little disappointing it works that way for templates.