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.

22 lines
469 B

3 years ago
  1. {
  2. "name": "tentakelfabrik/pirectus",
  3. "version": "0.1.0",
  4. "type": "library",
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "Björn Hase",
  9. "email": "me@tentakelfabrik.de",
  10. "homepage": "https://tentakelfabrik.de"
  11. }
  12. ],
  13. "minimum-stability": "stable",
  14. "autoload": {
  15. "psr-4": {
  16. "Pirectus\\": "src/"
  17. }
  18. },
  19. "require": {
  20. "guzzlehttp/guzzle": "^7.0"
  21. }
  22. }