leviathanutils/composer.json
2023-11-24 23:02:05 +01:00

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"
}
}