diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2014-04-20 16:16:42 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2014-04-20 16:16:42 +0200 |
| commit | c31ea7af66d3c38072de2fe6788c8d5d4c5d93f5 (patch) | |
| tree | 15c128303987fcf366bfa5cb2e8fcf81b171b17b /phpBB | |
| parent | 6f41e7a98ba3c7060c9ad1636165aade4054e872 (diff) | |
| parent | 1757fdd4b7b1f8c461e1d4bbc949eb6eb35c3fe8 (diff) | |
| download | forums-c31ea7af66d3c38072de2fe6788c8d5d4c5d93f5.tar forums-c31ea7af66d3c38072de2fe6788c8d5d4c5d93f5.tar.gz forums-c31ea7af66d3c38072de2fe6788c8d5d4c5d93f5.tar.bz2 forums-c31ea7af66d3c38072de2fe6788c8d5d4c5d93f5.tar.xz forums-c31ea7af66d3c38072de2fe6788c8d5d4c5d93f5.zip | |
Merge pull request #2299 from nickvergessen/ticket/12390
[ticket/12390] Remove documentation, tests and other files from vendor/
* nickvergessen/ticket/12390:
[ticket/12390] Add comment to composer.json to update the build target
[ticket/12390] Move cleaning of vendor into it's own target
[ticket/12390] Remove documentation, tests and other files from vendor/
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.*", |
