From 187fc495d3e0c0f8a30a3d86fff1af7b4cf7a141 Mon Sep 17 00:00:00 2001 From: tommic Date: Thu, 20 Feb 2020 18:20:47 +0100 Subject: [PATCH 1/2] Adding command to update autoloader files --- composer.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.md b/composer.md index 52d2132b5..5fa46b008 100644 --- a/composer.md +++ b/composer.md @@ -39,6 +39,11 @@ local dependencies to the last committed state. If that file is modified on the This command changes only the `composer.lock` file. +### Updating autoloader +| Command | Description | +| --- | --- | +| `composer dumpautoload -o` | Generates optimized autoload files | + ### Adding packages | Command | Description | From a2019a2aa16ca96aed82bab35393e80c357d0a5e Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sun, 23 Feb 2020 20:37:33 +1100 Subject: [PATCH 2/2] Update composer.md --- composer.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.md b/composer.md index 5fa46b008..8dd22a5fc 100644 --- a/composer.md +++ b/composer.md @@ -40,9 +40,10 @@ local dependencies to the last committed state. If that file is modified on the This command changes only the `composer.lock` file. ### Updating autoloader -| Command | Description | -| --- | --- | -| `composer dumpautoload -o` | Generates optimized autoload files | + +| Command | Description | +| --- | --- | +| `composer dumpautoload -o` | Generates optimized autoload files | ### Adding packages