16 lines
303 B
JSON
16 lines
303 B
JSON
{
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "./vendor/phangoapp/leviathanutils"
|
|
}
|
|
|
|
],
|
|
"require": {
|
|
"phangoapp/leviathanutils": "dev-main",
|
|
"symfony/process": "^6.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^10.4"
|
|
}
|
|
}
|