Bonjour,
J'ai fait une nouvelle installe de wamp pour avoir la possibilité de jouer avec PHP7. J'ai donc voulu mettre à jour un projet Symfony2 avec composer, mais il me sort l'erreur suivante :
1 2 3 4 5 6 7 8 | C:\wamp\www\abc>php ../composer.phar update Loading composer repositories with package information Updating dependencies (including require-dev) Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 32 bytes) in phar://C:/wamp/www/composer.phar/src/Composer/DependencyResolver/RuleWatchGraph.php on line 52 Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors. |
Cependant la variable memory_limit dans mon php.ini est à -1 . Quelqu'un a déjà eu ce problème ?
- J'ai déjà redémarré wamp + mon pc
- Sur mon ancienne installe de wamp la commande marchait très bien.
- Et mon composer est à jour (v1.0.0)
Merci
+0
-0