You've already forked Traefik-Redis-Api
done. going to bed now.
This commit is contained in:
14
.allowed-licenses.php
Normal file
14
.allowed-licenses.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Lendable\ComposerLicenseChecker\LicenseConfigurationBuilder;
|
||||
|
||||
return new LicenseConfigurationBuilder()
|
||||
->addLicenses(
|
||||
'MIT',
|
||||
'BSD-2-Clause',
|
||||
'BSD-3-Clause',
|
||||
'Apache-2.0',
|
||||
)
|
||||
->build();
|
||||
Reference in New Issue
Block a user