Dependencies Update

This commit is contained in:
Christer Warén
2026-03-26 06:05:09 +02:00
parent 32996bafbc
commit 7cd13e1c79
5 changed files with 46 additions and 41 deletions

6
system/libs.sh Executable file
View File

@@ -0,0 +1,6 @@
podman run --rm --interactive --tty \
--volume "$PWD/libs/composer.json":/app/composer.json \
--volume "$PWD/libs/composer.lock":/app/composer.lock \
--volume "$PWD/libs":/app/libs \
docker.io/composer \
update