From ba67fcade2bfedee001315bd76ab51a5179d99fc Mon Sep 17 00:00:00 2001 From: Omar Kamel <30291302+TekExplorer@users.noreply.github.com> Date: Fri, 1 Jan 2021 02:20:03 -0500 Subject: [PATCH] Specify 0.7 composer version Been seeing many `undefined index: name` errors that could be quickly solved by adding this. yes, 0.7 deprecated, but there are many that install it anyway. let's save the headache. --- panel/0.7/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/0.7/getting_started.md b/panel/0.7/getting_started.md index 0a504458..6e4cb8a9 100644 --- a/panel/0.7/getting_started.md +++ b/panel/0.7/getting_started.md @@ -65,7 +65,7 @@ Composer is a dependency manager for PHP that allows us to ship everything you'l need composer installed before continuing in this process. ``` bash -curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer +curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer --version=1.10.16 ``` ## Download Files