diff --git a/phpBB/composer.json b/phpBB/composer.json index 862c54ab8b..6c4e8fe480 100644 --- a/phpBB/composer.json +++ b/phpBB/composer.json @@ -29,7 +29,7 @@ "ext-json": "*", "ext-mbstring": "*", "bantu/ini-get-wrapper": "~1.0", - "composer/package-versions-deprecated": "1.11.99.1", + "composer/package-versions-deprecated": "^1.11", "google/recaptcha": "~1.1", "guzzlehttp/guzzle": "~6.3", "lusitanian/oauth": "^0.8.1", diff --git a/phpBB/composer.lock b/phpBB/composer.lock index a39aaa1652..6c47b3b934 100644 --- a/phpBB/composer.lock +++ b/phpBB/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e36bdcfaea05e3ade011d47e5dddb296", + "content-hash": "9367d08e4ad0603b78fc41ddaa20ea2a", "packages": [ { "name": "bantu/ini-get-wrapper",