Added files
This commit is contained in:
commit
fdc8852fcd
5 changed files with 219 additions and 0 deletions
16
composer.json
Normal file
16
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue