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.

24 lines
476 B

  1. {
  2. "name": "p3k/http",
  3. "type": "library",
  4. "description": "A simple wrapper API around the PHP curl functions",
  5. "license": "MIT",
  6. "homepage": "https://github.com/aaronpk/p3k-http",
  7. "authors": [
  8. {
  9. "name": "Aaron Parecki",
  10. "homepage": "https://aaronparecki.com"
  11. }
  12. ],
  13. "require": {
  14. "indieweb/link-rel-parser": "0.1.*",
  15. "mf2/mf2": ">=0.3.2"
  16. },
  17. "autoload": {
  18. "psr-4": {
  19. "p3k\\": "src/p3k"
  20. }
  21. },
  22. "autoload-dev": {
  23. }
  24. }