Tessier d8b9162932 update drupal преди 3 години
..
Annotation 3a082e23cc update преди 4 години
Assertion 6277454f7a first commit преди 4 години
Bridge 6277454f7a first commit преди 4 години
ClassFinder 6277454f7a first commit преди 4 години
Datetime d8b9162932 update drupal преди 3 години
DependencyInjection 6277454f7a first commit преди 4 години
Diff 6277454f7a first commit преди 4 години
Discovery 6277454f7a first commit преди 4 години
EventDispatcher 6277454f7a first commit преди 4 години
FileCache 6277454f7a first commit преди 4 години
FileSecurity 3a082e23cc update преди 4 години
FileSystem 6277454f7a first commit преди 4 години
Gettext 6277454f7a first commit преди 4 години
Graph 6277454f7a first commit преди 4 години
HttpFoundation 6277454f7a first commit преди 4 години
PhpStorage 3a082e23cc update преди 4 години
Plugin 3a082e23cc update преди 4 години
ProxyBuilder 6277454f7a first commit преди 4 години
Render 6277454f7a first commit преди 4 години
Serialization 6277454f7a first commit преди 4 години
Transliteration d8b9162932 update drupal преди 3 години
Utility d8b9162932 update drupal преди 3 години
Uuid 6277454f7a first commit преди 4 години
Version 6277454f7a first commit преди 4 години
README.txt 6277454f7a first commit преди 4 години

README.txt

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.