Skip to content

Commit 12803aa

Browse files
committed
Add Symfony 3 support
By updating the service definition to a symfony 3 supported format.
1 parent b9be093 commit 12803aa

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
VERSION 1 RELEASE OF A NEW VERSION
3+
===================================
4+
5+
Version 1.0.0 - Release of a new version
6+
07/12/2017 14:41 1.0.0 initial release
7+
11/12/2017 11:16 1.0.1 Symfony 3 support

src/Resources/config/services.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ services:
22
openconext.monitor.controller.info:
33
class: OpenConext\MonitorBundle\Controller\InfoController
44
arguments:
5-
- ~
6-
- %kernel.environment%
7-
- %kernel.debug%
5+
- '~'
6+
- '%kernel.environment%'
7+
- '%kernel.debug%'
88

99
openconext.monitor.controller.health:
1010
class: OpenConext\MonitorBundle\Controller\HealthController
1111
arguments:
12-
- @openconext.monitor.health_check_chain
12+
- '@openconext.monitor.health_check_chain'
1313

1414
openconext.monitor.health_check_chain:
1515
class: OpenConext\MonitorBundle\HealthCheck\HealthCheckChain

0 commit comments

Comments
 (0)