From 249b40598cb09db4b8d23879f393687ebf0aeaab Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Tue, 6 Oct 2020 13:03:54 +0100 Subject: [PATCH] box: update to reference Box v3 changes (#4499) --- pages/common/box.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/common/box.md b/pages/common/box.md index 13eb4e2fe2..4b9a71f7fb 100644 --- a/pages/common/box.md +++ b/pages/common/box.md @@ -1,15 +1,15 @@ # box > A PHP application for building and managing Phars. -> More information: . +> More information: . -- Build a new Phar file: +- Compile a new Phar file: -`box build` +`box compile` -- Build a new Phar file using a specific config file: +- Compile a new Phar file using a specific config file: -`box build -c {{path/to/config}}` +`box compile -c {{path/to/config}}` - Display information about the PHAR PHP extension: