From 01d51ad4dd3aab8c88c533cc178c5139c63a3aa9 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 21 Nov 2023 02:00:23 -0800 Subject: [PATCH] :memo: Made note to install php-composer --- updates.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/updates.txt b/updates.txt index 7f334bc0..bd143339 100644 --- a/updates.txt +++ b/updates.txt @@ -370,3 +370,7 @@ https://www.linode.com/docs/guides/install-php-8-for-apache-and-nginx-on-ubuntu/ 11/19/2023 Install csvkit (for csvparsing from terminal): doas pacman -S csvkit + +11/21/2023 +Install php-composer (depenedency manager): +doas pacman -S composer