Skip to content
Snippets Groups Projects
Commit 0096eb08 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2211633 by EclipseGc: Provide a composer.json file for Drupal\Component\Plugin.

parent ce7fefdb
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
{
"name": "drupal/plugin",
"description": "Base building block for a scalable and extensible plug-in system for PHP components and application framework extensions.",
"keywords": ["drupal", "plugin", "plugins"],
"homepage": "https://drupal.org/project/drupal",
"license": "GPL-2.0+",
"require": {
"php": ">=5.4.2",
},
"autoload": {
"psr-0": {
"Drupal\\Component\\Plugin\\": ""
}
}
"suggest": {
"symfony/validator": "Leveraged in the use of context aware plugins."
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment