Added files

This commit is contained in:
absurdo 2023-11-24 23:02:05 +01:00
commit fdc8852fcd
5 changed files with 219 additions and 0 deletions

16
composer.json Normal file
View file

@ -0,0 +1,16 @@
{
"repositories": [
{
"type": "path",
"url": "./vendor/phangoapp/leviathanutils"
}
],
"require": {
"phangoapp/leviathanutils": "dev-main",
"symfony/process": "^6.3"
},
"require-dev": {
"phpunit/phpunit": "^10.4"
}
}