Skip to content

Commit de30ecd

Browse files
committed
AC-6762-v1::Update the wikimedia/less.php
1 parent 0cb3243 commit de30ecd

File tree

3 files changed

+13
-44
lines changed

3 files changed

+13
-44
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
"preferred-install": "dist",
1515
"sort-packages": true
1616
},
17-
"repositories": [
18-
{
19-
"type": "vcs",
20-
"url": "https://github.com/wikimedia/less.php"
21-
}
22-
],
2317
"require": {
2418
"php": "~8.1.0||~8.2.0",
2519
"ext-bcmath": "*",
@@ -92,7 +86,7 @@
9286
"tubalmartin/cssmin": "^4.1",
9387
"web-token/jwt-framework": "^3.1",
9488
"webonyx/graphql-php": "^14.11",
95-
"wikimedia/less.php": "dev-main"
89+
"wikimedia/less.php": "^3.2"
9690
},
9791
"require-dev": {
9892
"allure-framework/allure-phpunit": "^2",

composer.lock

Lines changed: 11 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/internal/Magento/Framework/composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99
"config": {
1010
"sort-packages": true
1111
},
12-
"repositories": [
13-
{
14-
"type": "vcs",
15-
"url": "https://github.com/wikimedia/less.php"
16-
}
17-
],
1812
"require": {
1913
"php": "~8.1.0||~8.2.0",
2014
"ext-bcmath": "*",
@@ -57,7 +51,7 @@
5751
"symfony/process": "^5.4",
5852
"tedivm/jshrink": "^1.4",
5953
"webonyx/graphql-php": "^14.11",
60-
"wikimedia/less.php": "dev-main"
54+
"wikimedia/less.php": "^3.2"
6155
},
6256
"archive": {
6357
"exclude": [

0 commit comments

Comments
 (0)