Box v2.7.0 Release Notes

Release Date: 2016-02-25 // about 8 years ago
  • 🔧 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"
    }