Compare commits
No commits in common. "266f1d8b126e6a987a5831a5e53e4533a6c7d122" and "0ceb1982c86fc3a74140b6ba97579f082c2297b5" have entirely different histories.
266f1d8b12
...
0ceb1982c8
12
composer.lock
generated
12
composer.lock
generated
@ -537,16 +537,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "scssphp/scssphp",
|
"name": "scssphp/scssphp",
|
||||||
"version": "v1.12.1",
|
"version": "v1.12.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/scssphp/scssphp.git",
|
"url": "https://github.com/scssphp/scssphp.git",
|
||||||
"reference": "394ed1e960138710a60d035c1a85d43d0bf0faeb"
|
"reference": "a6b20c170ddb95f116b3d148a466a7bed1e85c35"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/394ed1e960138710a60d035c1a85d43d0bf0faeb",
|
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/a6b20c170ddb95f116b3d148a466a7bed1e85c35",
|
||||||
"reference": "394ed1e960138710a60d035c1a85d43d0bf0faeb",
|
"reference": "a6b20c170ddb95f116b3d148a466a7bed1e85c35",
|
||||||
"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.1"
|
"source": "https://github.com/scssphp/scssphp/tree/v1.12.0"
|
||||||
},
|
},
|
||||||
"time": "2024-01-13T12:36:40+00:00"
|
"time": "2023-11-14T14:56:09+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/deprecation-contracts",
|
"name": "symfony/deprecation-contracts",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
podman run --rm --interactive --tty \
|
docker run --rm --interactive --tty \
|
||||||
--volume "$PWD":/app \
|
--volume "$PWD":/app \
|
||||||
docker.io/composer \
|
--user $(id -u):$(id -g) \
|
||||||
update
|
composer update
|
||||||
|
Loading…
Reference in New Issue
Block a user