Kanboard-Prod/vendor/symfony/service-contracts
Frédéric Guillot 22f3b03830 Update Composer dependencies to be able to run tests with PHP 8.2 2023-06-30 21:06:22 -07:00
..
Attribute Update Composer dependencies to be able to run tests with PHP 8.2 2023-06-30 21:06:22 -07:00
Test Update Composer dependencies to be able to run tests with PHP 8.2 2023-06-30 21:06:22 -07:00
.gitignore Update Composer dependencies to be able to run tests with PHP 8.2 2023-06-30 21:06:22 -07:00
CHANGELOG.md Update Composer dependencies to be able to run tests with PHP 8.2 2023-06-30 21:06:22 -07:00
LICENSE Update Composer dependencies to be able to run tests with PHP 8.2 2023-06-30 21:06:22 -07:00
README.md Update Composer dependencies to be able to run tests with PHP 8.2 2023-06-30 21:06:22 -07:00
ResetInterface.php PHP 8 Compatibility 2022-02-05 11:49:03 -08:00
ServiceLocatorTrait.php Update Composer dependencies to be able to run tests with PHP 8.2 2023-06-30 21:06:22 -07:00
ServiceProviderInterface.php PHP 8 Compatibility 2022-02-05 11:49:03 -08:00
ServiceSubscriberInterface.php Update Composer dependencies to be able to run tests with PHP 8.2 2023-06-30 21:06:22 -07:00
ServiceSubscriberTrait.php Update Composer dependencies to be able to run tests with PHP 8.2 2023-06-30 21:06:22 -07:00
composer.json Update Composer dependencies to be able to run tests with PHP 8.2 2023-06-30 21:06:22 -07:00

README.md

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.