2017 © Pedro Peláez
 

composer-plugin composer-svn-export-plugin

image

moxio/composer-svn-export-plugin

  • Monday, March 12, 2018
  • by mwijngaard
  • Repository
  • 3 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

composer-svn-export-plugin

Configures composer to use svn export when retrieving packages from svn repositories (which is much faster than a full checkout)., (*1)

How it works

The SvnExportDownloader replaces the normal composer SvnDownloader. This means that you do not have to change your composer.json to use it. The use of svn export is, unfortunately, not configurable at runtime (composer makes this very hard to do right), so you should probably only install the plugin in an environment where you regularly do clean installs (i.e. on a build server)., (*2)

The Versions

12/03 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1.1
  • php >=7.0

 

The Development Requires

by Merijn Wijngaard