diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-16 20:25:45 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-20 12:41:19 +0200 |
| commit | 1757fdd4b7b1f8c461e1d4bbc949eb6eb35c3fe8 (patch) | |
| tree | b096aaee9f3c49b86a5963be91452fdd09cb7763 /phpBB | |
| parent | 013cc2c66f4ca594e8ffa09511d054604ac615e5 (diff) | |
| download | forums-1757fdd4b7b1f8c461e1d4bbc949eb6eb35c3fe8.tar forums-1757fdd4b7b1f8c461e1d4bbc949eb6eb35c3fe8.tar.gz forums-1757fdd4b7b1f8c461e1d4bbc949eb6eb35c3fe8.tar.bz2 forums-1757fdd4b7b1f8c461e1d4bbc949eb6eb35c3fe8.tar.xz forums-1757fdd4b7b1f8c461e1d4bbc949eb6eb35c3fe8.zip | |
[ticket/12390] Add comment to composer.json to update the build target
PHPBB3-12390
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/composer.json | 4 |
1 files changed, 4 insertions, 0 deletions
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.*", |
