N°7178 Update scssphp/scssphp from 1.10.5 to 1.12.1

This commit is contained in:
Pierre Goiffon
2024-01-30 11:04:34 +01:00
parent 87b08669d7
commit 272d6e9b66
13 changed files with 288 additions and 88 deletions

View File

@@ -2058,17 +2058,17 @@
},
{
"name": "scssphp/scssphp",
"version": "v1.10.5",
"version_normalized": "1.10.5.0",
"version": "v1.12.1",
"version_normalized": "1.12.1.0",
"source": {
"type": "git",
"url": "https://github.com/scssphp/scssphp.git",
"reference": "6d44282ccf283e133ab70b6282f8e068ff2f9bf9"
"reference": "394ed1e960138710a60d035c1a85d43d0bf0faeb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/6d44282ccf283e133ab70b6282f8e068ff2f9bf9",
"reference": "6d44282ccf283e133ab70b6282f8e068ff2f9bf9",
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/394ed1e960138710a60d035c1a85d43d0bf0faeb",
"reference": "394ed1e960138710a60d035c1a85d43d0bf0faeb",
"shasum": ""
},
"require": {
@@ -2085,13 +2085,13 @@
"thoughtbot/bourbon": "^7.0",
"twbs/bootstrap": "~5.0",
"twbs/bootstrap4": "4.6.1",
"zurb/foundation": "~6.5"
"zurb/foundation": "~6.7.0"
},
"suggest": {
"ext-iconv": "Can be used as fallback when ext-mbstring is not available",
"ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv"
},
"time": "2022-07-27T15:52:39+00:00",
"time": "2024-01-13T12:36:40+00:00",
"bin": [
"bin/pscss"
],
@@ -2135,7 +2135,7 @@
],
"support": {
"issues": "https://github.com/scssphp/scssphp/issues",
"source": "https://github.com/scssphp/scssphp/tree/v1.10.5"
"source": "https://github.com/scssphp/scssphp/tree/v1.12.1"
},
"install-path": "../scssphp/scssphp"
},

View File

@@ -3,7 +3,7 @@
'name' => 'combodo/itop',
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => 'befb061f0ddb07527ed1d1fb0dde21e29428db75',
'reference' => '25c2e34eed5a10c142c237a61a06b6845bb9031c',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -22,7 +22,7 @@
'combodo/itop' => array(
'pretty_version' => 'dev-develop',
'version' => 'dev-develop',
'reference' => 'befb061f0ddb07527ed1d1fb0dde21e29428db75',
'reference' => '25c2e34eed5a10c142c237a61a06b6845bb9031c',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -351,9 +351,9 @@
'dev_requirement' => false,
),
'scssphp/scssphp' => array(
'pretty_version' => 'v1.10.5',
'version' => '1.10.5.0',
'reference' => '6d44282ccf283e133ab70b6282f8e068ff2f9bf9',
'pretty_version' => 'v1.12.1',
'version' => '1.12.1.0',
'reference' => '394ed1e960138710a60d035c1a85d43d0bf0faeb',
'type' => 'library',
'install_path' => __DIR__ . '/../scssphp/scssphp',
'aliases' => array(),