Skip to content

Commit

Permalink
ajout du script de changement de version de composer
Browse files Browse the repository at this point in the history
  • Loading branch information
agallou committed Jan 6, 2024
1 parent 83acb57 commit 6cd5ae2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions clevercloud/scripts/change_composer_version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

# Cela permer d'éviter cette erreur
# Composer 2.3.0 dropped support for PHP <7.2.5 and you are running 7.0.33, please upgrade PHP or use Composer 2.2 LTS via "composer self-update --2.2". Aborting.
# une fois migré sur une version >7.2 on pourra supprimer cela

curl https://getcomposer.org/download/2.2.22/composer.phar -o /usr/bin/composer.phar

0 comments on commit 6cd5ae2

Please sign in to comment.