composer.json 516 B

12345678910111213141516171819202122
  1. {
  2. "name": "UnionOfRAD/lithium",
  3. "type": "lithium-library",
  4. "description": "The core library of the Lithium PHP framework",
  5. "keywords": ["lithium", "framework"],
  6. "homepage": "http://lithify.me",
  7. "license": "BSD-3-Clause",
  8. "authors": [
  9. {
  10. "name": "Union of RAD",
  11. "homepage": "http://union-of-rad.org"
  12. },
  13. {
  14. "name": "The Lithium Community",
  15. "homepage": "http://github.com/UnionOfRAD/lithium/graphs/contributors"
  16. }
  17. ],
  18. "require": {
  19. "php": ">=5.3.6",
  20. "composer/installers": "dev-master"
  21. }
  22. }