mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 04:58:46 +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
11 lines
321 B
YAML
11 lines
321 B
YAML
services:
|
|
# This definition is valid and should not raise any deprecation notice
|
|
foo:
|
|
class: stdClass
|
|
arguments: [ 'foo', 'bar' ]
|
|
|
|
# This definition is invalid and must raise a deprecation notice
|
|
bar:
|
|
class: stdClass
|
|
private: true # the "private" keyword is invalid
|