box: update to reference Box v3 changes (#4499)

This commit is contained in:
Owen Voke
2020-10-06 13:03:54 +01:00
committed by GitHub
parent 68015e4699
commit 249b40598c

View File

@@ -1,15 +1,15 @@
# box
> A PHP application for building and managing Phars.
> More information: <https://box-project.github.io/box2>.
> More information: <https://github.com/box-project/box>.
- 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: