mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 12:38:44 +02:00
- Autoloader for portal files in the itop-portal-base module - Dependencies moved to root composer.json - Add autoloader for /core and /application content
8 lines
438 B
Plaintext
8 lines
438 B
Plaintext
digraph sc {
|
|
ratio="compress"
|
|
node [fontsize="11" fontname="Arial" shape="record"];
|
|
edge [fontsize="9" fontname="Arial" color="grey" arrowhead="open" arrowsize="0.5"];
|
|
|
|
node_service_container [label="service_container (Psr\Container\ContainerInterface, Symfony\Component\DependencyInjection\ContainerInterface)\nSymfony\\Component\\DependencyInjection\\ContainerInterface\n", shape=record, fillcolor="#eeeeee", style="filled"];
|
|
}
|