composer-suite

Generates Composer JSON files with different set of dependencies

Downloads
5.5K
Stars
2
Committers
1

Bot releases are visible (Hide)

composer-suite - Latest Release

Published by Sweetchuck over 1 year ago

composer-suite - v1.3.0

Published by Sweetchuck almost 3 years ago

What's Changed

  • Issue #4 - External file support
  • Issue #10 - New command suite:list
  • Issue #12 - Provide JSON Schema for suite definition

Full Changelog: https://github.com/Sweetchuck/composer-suite/compare/v1.2.0...v1.3.0

Sorry for that, but the „External file support” feature uses a different configuration schema.

old:

{

    "composer-suite": {
        "my_suite_01": [
            {
                "type": "prepend",
                "config": {
                    "parents": ["foo"],
                    "items": {
                        "bar": 42
                    }
                }
            }
        ]
    }
}

new:

{

    "composer-suite": {
        "my_suite_01": {
            "description": "my description",
            "actions": [
                {
                    "type": "prepend",
                    "config": {
                        "parents": ["foo"],
                        "items": {
                            "bar": 42
                        }
                    }
                }
            ]
        }
    }
}
composer-suite -

Published by Sweetchuck over 3 years ago

composer-suite -

Published by Sweetchuck over 3 years ago

composer-suite -

Published by Sweetchuck almost 4 years ago