Skip to content
A set of service abstractions extracted out of the Symfony components
PHP
Branch: master
Clone or download

Latest commit

nicolas-grekas Merge branch '5.0' into 5.1
* 5.0:
  [PhpUnitBridge] fix leftover
  [PhpUnitBridge] fix installing under PHP >= 8
  Use ">=" for the "php" requirement
  bump icu 67.1
Latest commit 66a8f09 May 20, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Test
.gitignore Add gitignore file for Symfony 4.3 Sep 17, 2019
CHANGELOG.md
LICENSE Update year in license files Jan 1, 2020
README.md [Contracts] split in one package per sub-contracts May 22, 2019
ResetInterface.php renamed Contract to Contracts Jul 13, 2018
ServiceLocatorTrait.php [DI] fix preloading script generation Mar 17, 2020
ServiceProviderInterface.php
ServiceSubscriberInterface.php fixed CS Jan 16, 2019
ServiceSubscriberTrait.php Fixed incompatibility between ServiceSubscriberTrait and classes with… Sep 11, 2019
composer.json

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/master/README.md for more information.

You can’t perform that action at this time.