From 93ae9bb0da0d03fa7e4841c63fb4fb17b84145c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Parafi=C5=84ski?= Date: Tue, 5 Mar 2019 09:22:38 +0100 Subject: [PATCH] Change next version number in service.yml comment --- Resources/config/services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/config/services.yml b/Resources/config/services.yml index 9ce27adf..369f5fef 100644 --- a/Resources/config/services.yml +++ b/Resources/config/services.yml @@ -54,7 +54,7 @@ services: arguments: - "@support_tools.system_info.collector.composer.lock_file" - "%kernel.debug%" - # Can't tag this before v0.3 (2.5?) as it will blow up in admin UI for missing templates there + # Can't tag this before v1.0 (2.5?) as it will blow up in admin UI for missing templates there # And it does not look like there is anway to add it from this package, so maybe it needs to be made extensible(?) #tags: [{ name: "support_tools.system_info.collector", identifier: "ez" }]