add files

This commit is contained in:
Andrey Kuvshinov
2025-10-17 12:23:41 +03:00
commit 84f7b44926
7 changed files with 706 additions and 0 deletions

5
composer.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
docker run --rm --interactive --tty \
--volume $PWD:/app \
composer update