From 6c8589775b8df2b6fbeffbe594d9279ae90e85ba Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Wed, 19 Feb 2014 16:11:40 -0600 Subject: [ticket/9871] Update version check file to use json format PHPBB3-9871 --- phpBB/config/services.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'phpBB/config') diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index 735626810f..ad70927522 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -315,3 +315,10 @@ services: - %core.root_path% - %core.php_ext% - %tables.users% + + version_helper: + class: phpbb\version_helper + arguments: + - @cache + - @config + - @user -- cgit v1.2.1