mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-05 00:54:12 +01:00
* Update Symfony lib to version ~6.4.0 * Update code missing return type * Add an iTop general configuration entry to store application secret (Symfony mandatory parameter) * Use dependency injection in ExceptionListener & UserProvider classes
10 lines
326 B
Markdown
10 lines
326 B
Markdown
Symfony Cache 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.
|