From 0b7686ec4a7d9262570c9ed091c79917466dd5a0 Mon Sep 17 00:00:00 2001 From: HDVinnie Date: Wed, 19 Jan 2022 22:09:51 -0500 Subject: [PATCH] update: dependencies --- composer.json | 1 + composer.lock | 5 +++-- ubuntu.sh | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b1e7b68..c47fb53 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,7 @@ "type": "project", "require": { "php": ">=8.0", + "ext-dom": "*", "symfony/console": "^4.1", "symfony/process": "^4.1", "symfony/yaml": "^4.1", diff --git a/composer.lock b/composer.lock index f827b02..6ad9544 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "448ab3b3ed3cb1cb7bccf22f0f407c7e", + "content-hash": "1bc662e4490a0042aa07f3406e613eb2", "packages": [ { "name": "psr/container", @@ -2942,7 +2942,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=8.0" + "php": ">=8.0", + "ext-dom": "*" }, "platform-dev": [], "plugin-api-version": "2.1.0" diff --git a/ubuntu.sh b/ubuntu.sh index 04ddfe8..0511849 100755 --- a/ubuntu.sh +++ b/ubuntu.sh @@ -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!"