1
0
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:
Joas Schilling
2014-07-02 16:23:20 +02:00
parent 07cb08fd18
commit 3f0dec4ce6
7 changed files with 20 additions and 8 deletions

View File

@@ -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
),
),
));