…and then run "composer install". Here is the output :
Loading composer repositories with package information
Installing dependencies (including require-dev)
- Installing yiisoft/yii (1.1.14-rc)
Downloading: 100%
[ErrorException]
ZipArchive::extractTo(vendor/composer/43053e11/yiisoft-yii-3431553\framewor
k\vendors\htmlpurifier\standalone\HTMLPurifier\ConfigSchema\schema/AutoForm
at.RemoveEmpty.RemoveNbsp.Exceptions.txt): failed to open stream: No such f
ile or directory
My expectation was that yii-1.1.14 was going to be downloaded into the vender folder … but something wrong happened.
I did the modification and it works fine, however 2 points still confuse me.
[size=“5”]1.[/size] If I want to use 1.1.14-rc, and no other version, now and in the future, isn’t it an error to use “dev-master” ? I mean ok, today dev-master is the same as 1.1.14 because this version is the latest one to be released, but what about in some month, when 1.1.15 is released ?
[size="5"]2.[/size] in the Packagist repository, it is clearly written to use "1.1.14-rc"