You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
455 B

{
"require": {
"php": ">=5.5",
"mf2/mf2": "0.2.*",
"indieweb/mention-client": "1.*",
"indieauth/client": "0.1.*",
"firebase/php-jwt": "~3.0",
"league/route": "~1.2",
"league/plates": "~3.1"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"autoload": {
"files": [
"config.php",
"lib/helpers.php",
"controllers/Controller.php",
"controllers/Auth.php",
"controllers/API.php"
]
}
}