moxio / composer-svn-export-plugin
Installs: 95
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 14
Forks: 1
Open Issues: 1
Type:composer-plugin
Requires
- php: >=7.0
- composer-plugin-api: ^1.1
Requires (Dev)
- composer/composer: ^1.6
- phpunit/phpunit: ^6.5.7
This package is auto-updated.
Last update: 2024-11-07 21:30:17 UTC
README
Configures composer to use svn export
when retrieving packages from svn repositories (which is much faster than a full checkout).
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).