Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add composer install support #3

Open
8ctopus opened this issue Jan 30, 2025 · 0 comments
Open

Add composer install support #3

8ctopus opened this issue Jan 30, 2025 · 0 comments

Comments

@8ctopus
Copy link

8ctopus commented Jan 30, 2025

Currently it's not possible to install the plugin using composer, because the plugin doesn't have a composer.json file.
Here's an example:

{
    "name": "littlebizzy/disable-gutenberg",
    "description": "Disable Gutenberg blocks",
    "type": "wordpress-plugin",
    "authors": [
        {
            "name": "Littlebizzy",
            "email": "[email protected]"
        }
    ],
    "license": "MIT",
    "require": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant