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.
|
{
|
|
"name": "p3k/http",
|
|
"type": "library",
|
|
"description": "A simple wrapper API around the PHP curl functions",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/aaronpk/p3k-http",
|
|
"authors": [
|
|
{
|
|
"name": "Aaron Parecki",
|
|
"homepage": "https://aaronparecki.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"indieweb/link-rel-parser": "0.1.*",
|
|
"mf2/mf2": "0.3.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"p3k\\": "src/p3k"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
}
|
|
}
|