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.

29 lines
557 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",
"j4mie/idiorm": "1.5.*"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"autoload": {
"files": [
"lib/helpers.php",
"lib/HTTP.php",
"controllers/Controller.php",
"controllers/Auth.php",
"controllers/API.php"
]
},
"autoload-dev": {
"files": [
"lib/HTTPTest.php"
]
}
}