allmon2-last-heard/composer.json

18 lines
364 B
JSON
Raw Normal View History

{
"name": "robvella/winsystem-whos-talking",
"type": "project",
2021-03-21 20:20:07 -04:00
"license": "AGPL-3.0-only",
"authors": [
{
"name": "Rob Vella",
"email": "me@robvella.com"
}
],
"require": {
"ext-json": "*",
"symfony/var-dumper": "^5.1",
"nesbot/carbon": "^2.37"
},
"require-dev": {}
}