parent
77e3f3d23f
commit
4826be297c
@ -0,0 +1,15 @@ |
|||||||
|
<?php |
||||||
|
|
||||||
|
/** |
||||||
|
* SPDX-License-Identifier: EUPL-1.2 |
||||||
|
* Authors: see /README.md |
||||||
|
*/ |
||||||
|
|
||||||
|
namespace Seacms\ComposerInstaller; |
||||||
|
|
||||||
|
use Composer\Installer\LibraryInstaller; |
||||||
|
|
||||||
|
class LocalInstaller extends LibraryInstaller |
||||||
|
{ |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue