1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
Christer Warén
266f1d8b12 Dependencies Update 2024-01-29 15:58:15 +02:00
Christer Warén
99ecf7b08f Use podman in composer.js 2024-01-29 15:57:35 +02:00
2 changed files with 9 additions and 9 deletions

12
composer.lock generated
View File

@ -537,16 +537,16 @@
},
{
"name": "scssphp/scssphp",
"version": "v1.12.0",
"version": "v1.12.1",
"source": {
"type": "git",
"url": "https://github.com/scssphp/scssphp.git",
"reference": "a6b20c170ddb95f116b3d148a466a7bed1e85c35"
"reference": "394ed1e960138710a60d035c1a85d43d0bf0faeb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/a6b20c170ddb95f116b3d148a466a7bed1e85c35",
"reference": "a6b20c170ddb95f116b3d148a466a7bed1e85c35",
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/394ed1e960138710a60d035c1a85d43d0bf0faeb",
"reference": "394ed1e960138710a60d035c1a85d43d0bf0faeb",
"shasum": ""
},
"require": {
@ -611,9 +611,9 @@
],
"support": {
"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",

View File

@ -1,4 +1,4 @@
docker run --rm --interactive --tty \
podman run --rm --interactive --tty \
--volume "$PWD":/app \
--user $(id -u):$(id -g) \
composer update
docker.io/composer \
update