Skip to content

Conversation

@Nikita20010
Copy link

Summary

This pull request adds Composer support to the wp-graphql-custom-post-type-ui plugin. It introduces a composer.json file that allows the plugin to be installed and managed via Composer in WordPress projects.

Details

  • Added composer.json with the following metadata:
    • name: wp-graphql/wp-graphql-custom-post-type-ui
    • type: wordpress-plugin
    • description: WPGraphQL integration for Custom Post Type UI
    • autoload: Configured PSR-4 autoloading for the plugin's PHP classes under the src/ directory.

Motivation

Composer is widely used for managing WordPress plugins in modern development workflows. Adding Composer support will allow developers to include this plugin in their projects more easily and reliably.

Related Issue

Closes #2


Please let me know if you'd like any updates or changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Composer Support

1 participant