mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
[ticket/12783] Move phpbb requirement to extra->soft-require
PHPBB3-12783
This commit is contained in:
@@ -309,7 +309,9 @@ class phpbb_extension_metadata_manager_test extends phpbb_database_test_case
|
||||
'php' => $php_version,
|
||||
),
|
||||
'extra' => array(
|
||||
'phpbb/phpbb' => $phpbb_version, // config is set to 3.1.0
|
||||
'soft-require' => array(
|
||||
'phpbb/phpbb' => $phpbb_version, // config is set to 3.1.0
|
||||
),
|
||||
),
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user