forked from grumpydevelop/federator

- added php-resque for queue job and worker support - removed all document_root dependencies (as that doesn't work in the queue-environment - added project_root global variable for more robust setup - some file-constistency fixed - config referring paths are now starting in project-root - inbox now does the heavy-duty on a queue
24 lines
528 B
JSON
24 lines
528 B
JSON
{
|
|
"name": "contentnation/federator",
|
|
"description": "A federation service",
|
|
"type": "project",
|
|
"require": {
|
|
"smarty/smarty": "^5.3",
|
|
"resque/php-resque": "^1.3.6"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Sascha Nitsch",
|
|
"email": "grumpydevelop@contentnation.net"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phan/phan": "^5.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Federator\\": "php/federator/"
|
|
}
|
|
}
|
|
}
|