Skip to content

Commit

Permalink
update: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HDVinnie committed Jan 20, 2022
1 parent f244e1e commit 0b7686e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"type": "project",
"require": {
"php": ">=8.0",
"ext-dom": "*",
"symfony/console": "^4.1",
"symfony/process": "^4.1",
"symfony/yaml": "^4.1",
Expand Down
5 changes: 3 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ add_pkgs() {
# PHP
echo -e "\n$Cyan Installing PHP ... $Color_Off"

apt-get install -qq curl debconf-utils php-pear php8.0-curl php8.0-dev php8.0-gd php8.0-mbstring php8.0-zip php8.0-mysql php8.0-xml php8.0-fpm php8.0-intl php8.0-bcmath php-redis > /dev/null
apt-get install -qq curl debconf-utils php-pear php8.1-curl php8.1-dev php8.1-gd php8.1-mbstring php8.1-zip php8.1-mysql php8.1-xml php8.1-fpm php8.1-intl php8.1-bcmath php-redis > /dev/null
apt-get purge -y '^php7.4.*' > /dev/null
check $? "Installing PHP Failed!"

Expand Down

0 comments on commit 0b7686e

Please sign in to comment.