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 1016B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "authors": [
  3. {
  4. "email": "chuck@horde.org",
  5. "name": "Chuck Hagenbuch",
  6. "role": "Lead"
  7. },
  8. {
  9. "email": "stig@php.net",
  10. "name": "Stig Bakken",
  11. "role": "Lead"
  12. },
  13. {
  14. "email": "alec@php.net",
  15. "name": "Aleksander Machniak",
  16. "role": "Lead"
  17. }
  18. ],
  19. "autoload": {
  20. "psr-0": {
  21. "Net": "./"
  22. }
  23. },
  24. "description": "More info available on: http://pear.php.net/package/Net_Socket",
  25. "include-path": [
  26. "./"
  27. ],
  28. "license": "BSD-2-Clause",
  29. "name": "pear/net_socket",
  30. "support": {
  31. "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Net_Socket",
  32. "source": "https://github.com/pear/Net_Socket"
  33. },
  34. "type": "library",
  35. "require": {
  36. "php": ">=5.4.0",
  37. "pear/pear_exception": "@stable"
  38. },
  39. "require-dev": {
  40. "phpunit/phpunit": "^4"
  41. }
  42. }