1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11150] Display and translate composer output

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-09-12 11:05:35 +02:00
committed by Tristan Darricau
parent 00229c20f0
commit e3fadc1fc7
10 changed files with 311 additions and 39 deletions

View File

@@ -154,6 +154,7 @@ services:
arguments:
- @user
- @ext.composer.manager
- @language
tags:
- { name: console.command }
@@ -171,6 +172,7 @@ services:
arguments:
- @user
- @ext.composer.manager
- @language
tags:
- { name: console.command }
@@ -188,6 +190,7 @@ services:
arguments:
- @user
- @ext.composer.manager
- @language
tags:
- { name: console.command }