diff options
Diffstat (limited to 'tests/functional')
-rw-r--r-- | tests/functional/fixtures/ext/foo/bar/composer.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/functional/fixtures/ext/foo/bar/composer.json b/tests/functional/fixtures/ext/foo/bar/composer.json index 3e8e98e9bd..f0c7f0e6c1 100644 --- a/tests/functional/fixtures/ext/foo/bar/composer.json +++ b/tests/functional/fixtures/ext/foo/bar/composer.json @@ -17,6 +17,8 @@ }, "extra": { "display-name": "phpBB 3.1 Extension Testing", - "phpbb/phpbb": "3.1.*@dev" + "soft-require": { + "phpbb/phpbb": "3.1.*@dev" + } } } |