19 lines
391 B
JSON
19 lines
391 B
JSON
{
|
|
"name": "contentnation/federator",
|
|
"description": "A federation service",
|
|
"type": "project",
|
|
"require": {
|
|
"smarty/smarty": "^5.3"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Sascha Nitsch",
|
|
"email": "grumpydevelop@contentnation.net"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phan/phan": "^5.4"
|
|
}
|
|
}
|