greg-1-anderson / core-component
Drupal is an open source content management platform powering millions of websites and applications.
Installs: 6
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
pkg:composer/greg-1-anderson/core-component
Requires
- php: >=7.0.8
 - ext-date: *
 - ext-dom: *
 - ext-filter: *
 - ext-gd: *
 - ext-hash: *
 - ext-json: *
 - ext-pcre: *
 - ext-pdo: *
 - ext-session: *
 - ext-simplexml: *
 - ext-spl: *
 - ext-tokenizer: *
 - ext-xml: *
 - asm89/stack-cors: ^1.1
 - composer/semver: ^1.0
 - doctrine/annotations: ^1.2
 - doctrine/common: ^2.5
 - easyrdf/easyrdf: ^0.9
 - egulias/email-validator: ^2.0
 - guzzlehttp/guzzle: ^6.2.1
 - masterminds/html5: ^2.1
 - pear/archive_tar: ^1.4
 - stack/builder: ^1.0
 - symfony-cmf/routing: ^1.4
 - symfony/class-loader: ~3.4.0
 - symfony/console: ~3.4.0
 - symfony/dependency-injection: ~3.4.26
 - symfony/event-dispatcher: ~3.4.0
 - symfony/http-foundation: ~3.4.27
 - symfony/http-kernel: ~3.4.14
 - symfony/polyfill-iconv: ^1.0
 - symfony/process: ~3.4.0
 - symfony/psr-http-message-bridge: ^1.0
 - symfony/routing: ~3.4.0
 - symfony/serializer: ~3.4.0
 - symfony/translation: ~3.4.0
 - symfony/validator: ~3.4.0
 - symfony/yaml: ~3.4.5
 - twig/twig: ^1.38.2
 - typo3/phar-stream-wrapper: ^2.1.1
 - zendframework/zend-diactoros: ^1.1
 - zendframework/zend-feed: ^2.4
 
Replaces
- drupal/core-annotation: 8.8.x-dev
 - drupal/core-assertion: 8.8.x-dev
 - drupal/core-bridge: 8.8.x-dev
 - drupal/core-class-finder: 8.8.x-dev
 - drupal/core-datetime: 8.8.x-dev
 - drupal/core-dependency-injection: 8.8.x-dev
 - drupal/core-diff: 8.8.x-dev
 - drupal/core-discovery: 8.8.x-dev
 - drupal/core-event-dispatcher: 8.8.x-dev
 - drupal/core-file-cache: 8.8.x-dev
 - drupal/core-file-security: 8.8.x-dev
 - drupal/core-filesystem: 8.8.x-dev
 - drupal/core-gettext: 8.8.x-dev
 - drupal/core-graph: 8.8.x-dev
 - drupal/core-http-foundation: 8.8.x-dev
 - drupal/core-php-storage: 8.8.x-dev
 - drupal/core-plugin: 8.8.x-dev
 - drupal/core-proxy-builder: 8.8.x-dev
 - drupal/core-render: 8.8.x-dev
 - drupal/core-serialization: 8.8.x-dev
 - drupal/core-transliteration: 8.8.x-dev
 - drupal/core-utility: 8.8.x-dev
 - drupal/core-uuid: 8.8.x-dev
 - drupal/core-version: 8.8.x-dev
 
This package is auto-updated.
Last update: 2025-10-29 02:49:41 UTC
README
Drupal Components are independent libraries that do not depend on the rest of Drupal in order to function. Components MAY depend on other Drupal Components or external libraries/packages, but MUST NOT depend on any other Drupal code. In other words, only dependencies that can be specified in a composer.json file of the Component are acceptable dependencies. Every Drupal Component presents a valid dependency, because it is assumed to contain a composer.json file (even if it may not exist yet). Each Component should be in its own namespace, and should be as self-contained as possible. It should be possible to split a Component off to its own repository and use as a stand-alone library, independently of Drupal.