Compare commits
2 Commits
0ceb1982c8
...
266f1d8b12
Author | SHA1 | Date | |
---|---|---|---|
|
266f1d8b12 | ||
|
99ecf7b08f |
12
composer.lock
generated
12
composer.lock
generated
@ -537,16 +537,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "scssphp/scssphp",
|
"name": "scssphp/scssphp",
|
||||||
"version": "v1.12.0",
|
"version": "v1.12.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/scssphp/scssphp.git",
|
"url": "https://github.com/scssphp/scssphp.git",
|
||||||
"reference": "a6b20c170ddb95f116b3d148a466a7bed1e85c35"
|
"reference": "394ed1e960138710a60d035c1a85d43d0bf0faeb"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/a6b20c170ddb95f116b3d148a466a7bed1e85c35",
|
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/394ed1e960138710a60d035c1a85d43d0bf0faeb",
|
||||||
"reference": "a6b20c170ddb95f116b3d148a466a7bed1e85c35",
|
"reference": "394ed1e960138710a60d035c1a85d43d0bf0faeb",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -611,9 +611,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/scssphp/scssphp/issues",
|
"issues": "https://github.com/scssphp/scssphp/issues",
|
||||||
"source": "https://github.com/scssphp/scssphp/tree/v1.12.0"
|
"source": "https://github.com/scssphp/scssphp/tree/v1.12.1"
|
||||||
},
|
},
|
||||||
"time": "2023-11-14T14:56:09+00:00"
|
"time": "2024-01-13T12:36:40+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/deprecation-contracts",
|
"name": "symfony/deprecation-contracts",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
docker run --rm --interactive --tty \
|
podman run --rm --interactive --tty \
|
||||||
--volume "$PWD":/app \
|
--volume "$PWD":/app \
|
||||||
--user $(id -u):$(id -g) \
|
docker.io/composer \
|
||||||
composer update
|
update
|
||||||
|
Loading…
Reference in New Issue
Block a user