Changes between Initial Version and Version 1 of Ticket #47256, comment 5
- Timestamp:
- 05/14/2019 05:21:03 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47256, comment 5
initial v1 5 5 {{{#!php 6 6 <?php 7 use Composer\Config; 8 use Composer\Installer\LibraryInstaller; 9 use Composer\Package\PackageInterface; 10 7 11 class WordPressLibInstaller extends LibraryInstaller 8 12 {