1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

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/
This commit is contained in:
Andreas Fischer
2014-04-20 16:16:42 +02:00
2 changed files with 93 additions and 0 deletions

View File

@@ -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.*",