Skip to content

Commit 7eb734b

Browse files
AC-3195: Missing dependency in Magento/Framework
* Add composer dependencies
1 parent 1090911 commit 7eb734b

File tree

2 files changed

+4005
-3
lines changed

2 files changed

+4005
-3
lines changed

lib/internal/Magento/Framework/composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"AFL-3.0"
88
],
99
"config": {
10-
"sort-packages": true
10+
"sort-packages": true,
11+
"allow-plugins": {
12+
"magento/composer-dependency-version-audit-plugin": true
13+
}
1114
},
1215
"require": {
1316
"php": "~7.4.0||~8.1.0",
@@ -25,6 +28,7 @@
2528
"lib-libxml": "*",
2629
"colinmollenhour/php-redis-session-abstract": "~1.4.5",
2730
"composer/composer": "^1.9 || ^2.0",
31+
"ezyang/htmlpurifier": "^4.14",
2832
"guzzlehttp/guzzle": "^7.4.2",
2933
"laminas/laminas-code": "~4.5.0",
3034
"laminas/laminas-escaper": "~2.10.0",
@@ -34,15 +38,15 @@
3438
"laminas/laminas-stdlib": "^3.7.1",
3539
"laminas/laminas-uri": "^2.9.1",
3640
"laminas/laminas-validator": "^2.17.0",
41+
"magento/composer-dependency-version-audit-plugin": "~0.1",
3742
"magento/zendframework1": "~1.15.0",
3843
"monolog/monolog": "^2.6",
3944
"ramsey/uuid": "~4.2.0",
4045
"symfony/console": "~4.4.0",
4146
"symfony/process": "~4.4.0",
4247
"tedivm/jshrink": "~1.4.0",
4348
"webonyx/graphql-php": "~14.11.6",
44-
"wikimedia/less.php": "^3.0.0",
45-
"magento/composer-dependency-version-audit-plugin": "~0.1"
49+
"wikimedia/less.php": "^3.0.0"
4650
},
4751
"archive": {
4852
"exclude": [

0 commit comments

Comments
 (0)