f307cb6adb9583144ebce30acbdffe6c992df7f3.svn-base 519 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "mazephp/library",
  3. "type": "library",
  4. "description": "mazephp library",
  5. "keywords": ["framework","library"],
  6. "homepage": "https://github.com/mazephp/library",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "Robin Josey",
  11. "email": "2934170@gmail.com"
  12. }
  13. ],
  14. "require": {
  15. "php": ">=5.0.0"
  16. },
  17. "autoload": {
  18. "files": [
  19. "autoload.php"
  20. ],
  21. "psr-0": {
  22. "Maze": "src/"
  23. }
  24. }
  25. }