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:
@@ -19,6 +19,11 @@ services:
|
||||
ext.manager:
|
||||
class: phpbb\extension\manager_mock
|
||||
|
||||
config:
|
||||
class: phpbb\config\config
|
||||
arguments:
|
||||
- []
|
||||
|
||||
template.twig.environment:
|
||||
class: Exception
|
||||
arguments:
|
||||
|
@@ -16,6 +16,11 @@ services:
|
||||
dispatcher:
|
||||
class: phpbb\db\driver\container_mock
|
||||
|
||||
config:
|
||||
class: phpbb\config\config
|
||||
arguments:
|
||||
- []
|
||||
|
||||
template.twig.environment:
|
||||
class: Exception
|
||||
arguments:
|
||||
|
@@ -19,6 +19,11 @@ services:
|
||||
ext.manager:
|
||||
class: phpbb\extension\manager_mock
|
||||
|
||||
config:
|
||||
class: phpbb\config\config
|
||||
arguments:
|
||||
- []
|
||||
|
||||
template.twig.environment:
|
||||
class: Exception
|
||||
arguments:
|
||||
|
Reference in New Issue
Block a user