eaad9423dd
Now the code is following most of PSR Various changes from various branches (some testing will be required) Fixed various issues
26 lines
548 B
JSON
26 lines
548 B
JSON
{
|
|
"name": "dansup/activity-pub",
|
|
"description": "ActivityPub plugin for GNU/Social",
|
|
"type": "gnusocial-plugin",
|
|
"require": {},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.2"
|
|
},
|
|
"license": "AGPL",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Supernault",
|
|
"email": "danielsupernault@gmail.com"
|
|
},
|
|
{
|
|
"name": "Diogo Cordeiro",
|
|
"email": "diogo@fc.up.pt"
|
|
}
|
|
]
|
|
}
|