1
0

Update Dependencies

This commit is contained in:
Christer Warén 2022-08-01 10:42:46 +03:00
parent 4b2b3d654a
commit bec25bfa5d

18
composer.lock generated
View File

@ -535,16 +535,16 @@
},
{
"name": "scssphp/scssphp",
"version": "v1.10.3",
"version": "v1.10.5",
"source": {
"type": "git",
"url": "https://github.com/scssphp/scssphp.git",
"reference": "0f1e1516ed2412ad43e42a6a319e77624ba1f713"
"reference": "6d44282ccf283e133ab70b6282f8e068ff2f9bf9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/0f1e1516ed2412ad43e42a6a319e77624ba1f713",
"reference": "0f1e1516ed2412ad43e42a6a319e77624ba1f713",
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/6d44282ccf283e133ab70b6282f8e068ff2f9bf9",
"reference": "6d44282ccf283e133ab70b6282f8e068ff2f9bf9",
"shasum": ""
},
"require": {
@ -571,6 +571,12 @@
"bin/pscss"
],
"type": "library",
"extra": {
"bamarni-bin": {
"forward-command": false,
"bin-links": false
}
},
"autoload": {
"psr-4": {
"ScssPhp\\ScssPhp\\": "src/"
@ -603,9 +609,9 @@
],
"support": {
"issues": "https://github.com/scssphp/scssphp/issues",
"source": "https://github.com/scssphp/scssphp/tree/v1.10.3"
"source": "https://github.com/scssphp/scssphp/tree/v1.10.5"
},
"time": "2022-05-16T07:22:18+00:00"
"time": "2022-07-27T15:52:39+00:00"
},
{
"name": "symfony/deprecation-contracts",