1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 09:46:46 +02:00

Merge pull request #3909 from Nicofuma/ticket/11150

[ticket/11150] Install extensions through composer
This commit is contained in:
Marc Alexander
2017-04-26 09:49:37 -04:00
53 changed files with 3951 additions and 96 deletions

View File

@@ -19,6 +19,11 @@ services:
ext.manager:
class: phpbb\extension\manager_mock
config:
class: phpbb\config\config
arguments:
- []
template.twig.environment:
class: Exception
arguments:

View File

@@ -16,6 +16,11 @@ services:
dispatcher:
class: phpbb\db\driver\container_mock
config:
class: phpbb\config\config
arguments:
- []
template.twig.environment:
class: Exception
arguments:

View File

@@ -19,6 +19,11 @@ services:
ext.manager:
class: phpbb\extension\manager_mock
config:
class: phpbb\config\config
arguments:
- []
template.twig.environment:
class: Exception
arguments: