Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Import Configuration

Compare
Choose a tag to compare
@kherge kherge released this 25 Feb 03:50
· 18 commits to 2.0 since this release

You can now import another configuration file.

box.json

{
    "import": "box.json.dist",
    "alias": "non-dist.phar"
}

box.json.dist

{
    "alias": "dist.phar",
    "output": "example.phar"
}