liip / LiipMonitorBundle

Integrates the LiipMonitor library into Symfony
http://liip.ch
467 stars 103 forks source link

fix deprecated bundle notation #178

Closed plaker closed 6 years ago

plaker commented 6 years ago

https://symfony.com/blog/new-in-symfony-4-1-deprecated-the-bundle-notation

plaker commented 6 years ago

its fixing deprecation notices from composer update: 1x: Referencing controllers with a single colon is deprecated since Symfony 4.1. Use liip_monitor.health_controller::indexAction instead.

lsmith77 commented 6 years ago

thx!