Skip to content

Commit

Permalink
Revert back to using ondrej/php
Browse files Browse the repository at this point in the history
  • Loading branch information
florentdestremau committed Jun 13, 2024
1 parent 9f711e6 commit c3f0e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/php.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# install php with basic extensions
sudo add-apt-repository -y ppa:ondrej/php
sudo apt -y install php php-{curl,apcu,intl,mbstring,opcache,pgsql,mysql,sqlite3,redis,xml,zip}
sudo apt -y install php8.3 php8.3-{curl,apcu,intl,mbstring,opcache,pgsql,mysql,sqlite3,redis,xml,zip}

# install composer, the PHP package manager
EXPECTED_CHECKSUM="$(php -r 'copy("https://composer.github.io/installer.sig", "php://stdout");')"
Expand Down
2 changes: 1 addition & 1 deletion uninstall/php.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo apt -y purge "php*"
sudo apt -y purge "php8.3*"
sudo add-apt-repository -y --remove ppa:ondrej/php

sudo rm /usr/local/bin/composer

0 comments on commit c3f0e14

Please sign in to comment.