mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11150] Disable packagist and add titania
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
7958dca09d
commit
8ea2ecf835
@@ -144,26 +144,27 @@ services:
|
||||
console.command.extension.install:
|
||||
class: phpbb\console\command\extension\install
|
||||
arguments:
|
||||
- @user
|
||||
- @ext.composer.manager
|
||||
- '@user'
|
||||
- '@ext.composer.manager'
|
||||
- '@language'
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
console.command.extension.list_available:
|
||||
class: phpbb\console\command\extension\list_available
|
||||
arguments:
|
||||
- @user
|
||||
- @ext.composer.manager
|
||||
- @language
|
||||
- '@user'
|
||||
- '@ext.composer.manager'
|
||||
- '@language'
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
console.command.extension.manage:
|
||||
class: phpbb\console\command\extension\manage
|
||||
arguments:
|
||||
- @user
|
||||
- @ext.composer.manager
|
||||
- @language
|
||||
- '@user'
|
||||
- '@ext.composer.manager'
|
||||
- '@language'
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
@@ -179,9 +180,9 @@ services:
|
||||
console.command.extension.remove:
|
||||
class: phpbb\console\command\extension\remove
|
||||
arguments:
|
||||
- @user
|
||||
- @ext.composer.manager
|
||||
- @language
|
||||
- '@user'
|
||||
- '@ext.composer.manager'
|
||||
- '@language'
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
@@ -197,8 +198,9 @@ services:
|
||||
console.command.extension.update:
|
||||
class: phpbb\console\command\extension\update
|
||||
arguments:
|
||||
- @user
|
||||
- @ext.composer.manager
|
||||
- '@user'
|
||||
- '@ext.composer.manager'
|
||||
- '@language'
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
|
@@ -2,45 +2,45 @@ services:
|
||||
ext.manager:
|
||||
class: phpbb\extension\manager
|
||||
arguments:
|
||||
- @service_container
|
||||
- @dbal.conn
|
||||
- @config
|
||||
- @filesystem
|
||||
- %tables.ext%
|
||||
- %core.root_path%
|
||||
- %core.php_ext%
|
||||
- @cache
|
||||
- '@service_container'
|
||||
- '@dbal.conn'
|
||||
- '@config'
|
||||
- '@filesystem'
|
||||
- '%tables.ext%'
|
||||
- '%core.root_path%'
|
||||
- '%core.php_ext%'
|
||||
- '@cache'
|
||||
|
||||
ext.composer.installer:
|
||||
class: phpbb\composer\installer
|
||||
arguments:
|
||||
- %core.root_path%
|
||||
- @config
|
||||
- '%core.root_path%'
|
||||
- '@config'
|
||||
|
||||
ext.composer.manager:
|
||||
class: phpbb\composer\extension_manager
|
||||
arguments:
|
||||
- @ext.composer.installer
|
||||
- @cache.driver
|
||||
- @ext.manager
|
||||
- @filesystem
|
||||
- '@ext.composer.installer'
|
||||
- '@cache.driver'
|
||||
- '@ext.manager'
|
||||
- '@filesystem'
|
||||
- phpbb-extension
|
||||
- EXTENSIONS_
|
||||
- %core.root_path%
|
||||
- @config
|
||||
- '%core.root_path%'
|
||||
- '@config'
|
||||
|
||||
style.composer.manager:
|
||||
class: phpbb\composer\manager
|
||||
arguments:
|
||||
- @ext.composer.installer
|
||||
- @cache.driver
|
||||
- '@ext.composer.installer'
|
||||
- '@cache.driver'
|
||||
- phpbb-style
|
||||
- STYLES_
|
||||
|
||||
lang.composer.manager:
|
||||
class: phpbb\composer\manager
|
||||
arguments:
|
||||
- @ext.composer.installer
|
||||
- @cache.driver
|
||||
- '@ext.composer.installer'
|
||||
- '@cache.driver'
|
||||
- phpbb-language
|
||||
- LANGUAGES_
|
||||
|
Reference in New Issue
Block a user