fixed composer.json to download the same set of vendors as with use of...
fixed composer.json to download the same set of vendors as with use of composer.lock. that way Piwik can be also installed with Composer as dependency along with its dependencies
parent
0610a6d4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Affichage de
... | @@ -33,7 +33,7 @@ | ... | @@ -33,7 +33,7 @@ |
"require": { | "require": { | ||
"php": ">=5.3.2", | "php": ">=5.3.2", | ||
"twig/twig": "1.*", | "twig/twig": "1.*", | ||
"leafo/lessphp": "~0.3", | "leafo/lessphp": "0.4", | ||
"symfony/console": ">=v2.3.5", | "symfony/console": ">=v2.3.5", | ||
"tedivm/jshrink": "v0.5.1", | "tedivm/jshrink": "v0.5.1", | ||
"mustangostang/spyc": "0.5.*", | "mustangostang/spyc": "0.5.*", | ||
... | ... |
Veuillez vous inscrire ou vous se connecter pour commenter