From 1757fdd4b7b1f8c461e1d4bbc949eb6eb35c3fe8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 16 Apr 2014 20:25:45 +0200 Subject: [PATCH] [ticket/12390] Add comment to composer.json to update the build target PHPBB3-12390 --- phpBB/composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpBB/composer.json b/phpBB/composer.json index 3cf83a8fe9..2941293e81 100644 --- a/phpBB/composer.json +++ b/phpBB/composer.json @@ -1,4 +1,8 @@ { + "_readme": [ + "You MUST update the clean-vendor-dir target in build/build.xml", + "accordingly when adding or upgrading dependencies." + ], "minimum-stability": "beta", "require": { "lusitanian/oauth": "0.2.*",