composer.json 373 B

12345678910111213141516171819
  1. {
  2. "name": "topthink/think-mongo",
  3. "description": "mongodb driver for thinkphp5",
  4. "license": "Apache-2.0",
  5. "authors": [
  6. {
  7. "name": "liu21st",
  8. "email": "liu21st@gmail.com"
  9. }
  10. ],
  11. "require": {},
  12. "autoload": {
  13. "psr-4": {
  14. "think\\mongo\\": "src"
  15. },
  16. "files": [
  17. ]
  18. }
  19. }