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.

composer.json 885B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "authors": [
  3. {
  4. "email": "andrei@php.net",
  5. "name": "Andrei Zmievski",
  6. "role": "Lead"
  7. },
  8. {
  9. "email": "stig@php.net",
  10. "name": "Stig Bakken",
  11. "role": "Developer"
  12. },
  13. {
  14. "email": "cellog@php.net",
  15. "name": "Greg Beaver",
  16. "role": "Helper"
  17. }
  18. ],
  19. "autoload": {
  20. "psr-0": {
  21. "Console": "./"
  22. }
  23. },
  24. "description": "More info available on: http://pear.php.net/package/Console_Getopt",
  25. "include-path": [
  26. "./"
  27. ],
  28. "license": "BSD-2-Clause",
  29. "name": "pear/console_getopt",
  30. "support": {
  31. "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
  32. "source": "https://github.com/pear/Console_Getopt"
  33. },
  34. "type": "library"
  35. }