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

[ticket/11150] Add extension:start-managing command

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-09-11 18:01:56 +02:00
committed by Tristan Darricau
parent 779c9c8552
commit 00229c20f0
12 changed files with 331 additions and 32 deletions

View File

@@ -183,6 +183,14 @@ services:
tags:
- { name: console.command }
console.command.extension.start_managing:
class: phpbb\console\command\extension\start_managing
arguments:
- @user
- @ext.composer.manager
tags:
- { name: console.command }
console.command.extension.update:
class: phpbb\console\command\extension\update
arguments:

View File

@@ -22,6 +22,7 @@ services:
arguments:
- @ext.composer.installer
- @ext.manager
- @filesystem
- phpbb-extension
- EXTENSIONS_