Ich versuche, Komponist für ein Skript für mich zu installieren. Die Anforderung des Skripts ist jedoch min php 5.6, ich habe meine PHP-Version zu PHP 7, und Composer immer noch zeigte mir die alte Version, so dass ich es neu installiert und manuell auf die neueste php.exe hingewiesen. Es bis zeigt den gleichen Fehler.Composer zeigt keine aktualisierte PHP-Version
Problem 1
- graphaware/neo4j-php-client 4.0.0-alpha7 requires php >= 5.6 -> your PHP v
ersion (5.5.8) does not satisfy that requirement.
- graphaware/neo4j-php-client 4.0.0-alpha6 requires php >= 5.6 -> your PHP v
ersion (5.5.8) does not satisfy that requirement.
- graphaware/neo4j-php-client 4.0.0-alpha5 requires php >= 5.6 -> your PHP v
ersion (5.5.8) does not satisfy that requirement.
- graphaware/neo4j-php-client 4.0.0-alpha4 requires php >= 5.6 -> your PHP v
ersion (5.5.8) does not satisfy that requirement.
- graphaware/neo4j-php-client 4.0.0-alpha3 requires php >= 5.6 -> your PHP v
ersion (5.5.8) does not satisfy that requirement.
- graphaware/neo4j-php-client 4.0.0-alpha2 requires php >= 5.6 -> your PHP v
ersion (5.5.8) does not satisfy that requirement.
- graphaware/neo4j-php-client 4.0.0-alpha1 requires php >= 5.6 -> your PHP v
ersion (5.5.8) does not satisfy that requirement.
- Installation request for graphaware/neo4j-php-client ^[email protected] -> satisfi
able by graphaware/neo4j-php-client[4.0.0-alpha1, 4.0.0-alpha2, 4.0.0-alpha3, 4.
0.0-alpha4, 4.0.0-alpha5, 4.0.0-alpha6, 4.0.0-alpha7].
Was ist der eigentliche Befehl, den Sie ausführen? Wird die richtige 'composer.bat' aufgerufen? Probieren Sie 'where composer' in einer Windows-Befehlszeile aus, um herauszufinden, was gerade ausgeführt wird. –
Ich verwende die Datei composer.json von neo4j. – chandan