composer.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "authors": [
  3. {
  4. "name": "Sergey Alexeev"
  5. },
  6. {
  7. "name": "Sebastian Bergmann"
  8. },
  9. {
  10. "name": "Jan Borsodi"
  11. },
  12. {
  13. "name": "Raymond Bosman"
  14. },
  15. {
  16. "name": "Frederik Holljen"
  17. },
  18. {
  19. "name": "Kore Nordmann"
  20. },
  21. {
  22. "name": "Derick Rethans"
  23. },
  24. {
  25. "name": "Vadym Savchuk"
  26. },
  27. {
  28. "name": "Tobias Schlitt"
  29. },
  30. {
  31. "name": "Alexandru Stanoi"
  32. }
  33. ],
  34. "autoload": {
  35. "classmap": [
  36. "src"
  37. ]
  38. },
  39. "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.",
  40. "homepage": "https://github.com/zetacomponents",
  41. "license": "Apache-2.0",
  42. "name": "zetacomponents/base",
  43. "type": "library",
  44. "require-dev": {
  45. "phpunit/phpunit": "~5.7",
  46. "zetacomponents/unit-test": "*"
  47. }
  48. }