cagov / ca-design-system-gutenberg-blocks

DEPRECATED: CA Design System Gutenberg blocks for WordPress.
MIT License
4 stars 5 forks source link

Create composer.json file for whole odi-publishing WP build #54

Closed chachasikes closed 2 years ago

chachasikes commented 2 years ago

We have several plugins, need to get their package names & turn this into an installer.

{
    "name": "cagov/odi-publishing",
    "description": "WordPress installation and configurations for ODI Publishing",
    "require-dev": {
    },
    "scripts": {        
    },
    "require": {
        "cagov/ca-design-system-gutenberg-blocks": "1.1.10"
    }
}
chachasikes commented 2 years ago

This is a duplicate, closing.