Skip to content

Commit 2b0a043

Browse files
committed
[Pimcore] allow proprietary licenses from vendor pimcore
1 parent a7ed632 commit 2b0a043

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.allowed-licenses.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
'OSL-3.0',
1414
'Artistic-1.0',
1515
'ISC',
16-
1716
)
18-
->addAllowedPackage('pimcore/admin-ui-classic-bundle')
19-
->addAllowedPackage('pimcore/google-marketing-bundle')
20-
->addAllowedPackage('pimcore/newsletter-bundle')
21-
->addAllowedPackage('pimcore/opensearch-client')
22-
->addAllowedPackage('pimcore/pimcore')
17+
->addAllowedVendor('pimcore')
2318
->build();

0 commit comments

Comments
 (0)