installed.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [
  2. {
  3. "name": "topthink/think-image",
  4. "version": "v1.0.7",
  5. "version_normalized": "1.0.7.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/top-think/think-image.git",
  9. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://files.phpcomposer.com/files/top-think/think-image/8586cf47f117481c6d415b20f7dedf62e79d5512.zip",
  14. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "ext-gd": "*"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "4.8.*",
  22. "topthink/framework": "^5.0"
  23. },
  24. "time": "2016-09-29T06:05:43+00:00",
  25. "type": "library",
  26. "installation-source": "dist",
  27. "autoload": {
  28. "psr-4": {
  29. "think\\": "src"
  30. }
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "Apache-2.0"
  35. ],
  36. "authors": [
  37. {
  38. "name": "yunwuxin",
  39. "email": "448901948@qq.com"
  40. }
  41. ],
  42. "description": "The ThinkPHP5 Image Package"
  43. }
  44. ]