wiki-grav/plugins/email/vendor/symfony/service-contracts
2023-05-12 15:06:01 +02:00
..
Attribute (Grav GitSync) Automatic Commit from RealStickman 2023-05-12 15:06:01 +02:00
Test (Grav GitSync) Automatic Commit from RealStickman 2023-05-12 15:06:01 +02:00
.gitignore (Grav GitSync) Automatic Commit from RealStickman 2023-05-12 15:06:01 +02:00
CHANGELOG.md (Grav GitSync) Automatic Commit from RealStickman 2023-05-12 15:06:01 +02:00
composer.json (Grav GitSync) Automatic Commit from RealStickman 2023-05-12 15:06:01 +02:00
LICENSE (Grav GitSync) Automatic Commit from RealStickman 2023-05-12 15:06:01 +02:00
README.md (Grav GitSync) Automatic Commit from RealStickman 2023-05-12 15:06:01 +02:00
ResetInterface.php (Grav GitSync) Automatic Commit from RealStickman 2023-05-12 15:06:01 +02:00
ServiceLocatorTrait.php (Grav GitSync) Automatic Commit from RealStickman 2023-05-12 15:06:01 +02:00
ServiceProviderInterface.php (Grav GitSync) Automatic Commit from RealStickman 2023-05-12 15:06:01 +02:00
ServiceSubscriberInterface.php (Grav GitSync) Automatic Commit from RealStickman 2023-05-12 15:06:01 +02:00
ServiceSubscriberTrait.php (Grav GitSync) Automatic Commit from RealStickman 2023-05-12 15:06:01 +02:00

Symfony Service Contracts

A set of abstractions extracted out of the Symfony components.

Can be used to build on semantics that the Symfony components proved useful - and that already have battle tested implementations.

See https://github.com/symfony/contracts/blob/main/README.md for more information.