installed.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. [
  2. {
  3. "name": "lucatume/di52",
  4. "version": "2.0.9",
  5. "version_normalized": "2.0.9.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/lucatume/di52.git",
  9. "reference": "dd12c213578f8fc503c79ff2689de9aa8167d9f1"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/lucatume/di52/zipball/dd12c213578f8fc503c79ff2689de9aa8167d9f1",
  14. "reference": "dd12c213578f8fc503c79ff2689de9aa8167d9f1",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.2",
  19. "xrstf/composer-php52": "1.*"
  20. },
  21. "require-dev": {
  22. "phpunit/phpunit-mock-objects-php52": "dev-1.1.0-php52",
  23. "phpunit/phpunit-php52": "dev-3.6.12-php52"
  24. },
  25. "time": "2017-09-26T10:10:26+00:00",
  26. "type": "library",
  27. "installation-source": "dist",
  28. "autoload": {
  29. "psr-0": {
  30. "tad_DI52_": [
  31. "src/"
  32. ]
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "GPL-3.0"
  38. ],
  39. "authors": [
  40. {
  41. "name": "Luca Tumedei",
  42. "email": "luca@theaveragedev.com"
  43. }
  44. ],
  45. "description": "A PHP 5.2 compatible dependency injection container."
  46. },
  47. {
  48. "name": "xrstf/composer-php52",
  49. "version": "v1.0.20",
  50. "version_normalized": "1.0.20.0",
  51. "source": {
  52. "type": "git",
  53. "url": "https://github.com/composer-php52/composer-php52.git",
  54. "reference": "bd41459d5e27df8d33057842b32377c39e97a5a8"
  55. },
  56. "dist": {
  57. "type": "zip",
  58. "url": "https://api.github.com/repos/composer-php52/composer-php52/zipball/bd41459d5e27df8d33057842b32377c39e97a5a8",
  59. "reference": "bd41459d5e27df8d33057842b32377c39e97a5a8",
  60. "shasum": ""
  61. },
  62. "time": "2016-04-16T21:52:24+00:00",
  63. "type": "library",
  64. "extra": {
  65. "branch-alias": {
  66. "dev-default": "1.x-dev"
  67. }
  68. },
  69. "installation-source": "dist",
  70. "autoload": {
  71. "psr-0": {
  72. "xrstf\\Composer52": "lib/"
  73. }
  74. },
  75. "notification-url": "https://packagist.org/downloads/",
  76. "license": [
  77. "MIT"
  78. ]
  79. }
  80. ]