Skip to content

Manifest in Composer Tree JSON format

Important

These commands and results are applied from examples/app-fixtures immutable demo folder. Must be your current working directory.

Note

Available since version 4.4.0

With pipeline command

box-manifest make -r manifest.composer.json build
{
    "installed": [
        {
            "name": "psr/log",
            "version": "3.0.0",
            "description": "Common interface for logging libraries",
            "requires": [
                {
                    "name": "php",
                    "version": ">=8.0.0"
                }
            ]
        }
    ]
}