bolt cms - Composer install: your requirements could not be resolved to an installable set of packages -


trying install bolt v2.2.4 following commands:

git clone git://github.com/bolt/bolt.git bolt cd bolt git checkout v2.2.4 composer install 

then following error:

$ composer install loading composer repositories package information installing dependencies (including require-dev) requirements not resolved installable set of packages.    problem 1     - installation request m6web/symfony2-coding-standard dev-master@dev -> satisfiable m6web/symfony2-coding-standard[dev-master].     - m6web/symfony2-coding-standard dev-master requires squizlabs/php_codesniffer ~1.0 -> no matching package found.  potential causes:  - typo in package name  - package not available in stable-enough version according minimum-stability setting    see <https://groups.google.com/d/topic/composer-dev/_g3aseiflrc/discussion> more details.  read <https://getcomposer.org/doc/articles/troubleshooting.md> further common problems. 

i ran same issue under bolt 2.1.9

i 'fixed' me moment changing 1.5.* ~2 squizlabs/php_codesniffer in composer.json


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -