Skip to content

Commit 2b0627f

Browse files
PB-416: Phpgt/Dom does not support PHP 7.1.0
- add whitelist support for redundant dependencies
1 parent 1af9f31 commit 2b0627f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
declare(strict_types=1);
7+
8+
return [
9+
'Magento\PageBuilder' => [
10+
'magento/dom'
11+
]
12+
];

0 commit comments

Comments
 (0)