composer.lock 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "a02f5d3508c98b7d3c22c2750bde1aba",
  8. "packages": [
  9. {
  10. "name": "illuminate/support",
  11. "version": "v4.2.6",
  12. "target-dir": "Illuminate/Support",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/illuminate/support.git",
  16. "reference": "d59811c8d3e0b7c2b9ffd2c480e698b3352472d0"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/illuminate/support/zipball/d59811c8d3e0b7c2b9ffd2c480e698b3352472d0",
  21. "reference": "d59811c8d3e0b7c2b9ffd2c480e698b3352472d0",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.4.0"
  26. },
  27. "require-dev": {
  28. "jeremeamia/superclosure": "~1.0",
  29. "patchwork/utf8": "1.1.*"
  30. },
  31. "type": "library",
  32. "extra": {
  33. "branch-alias": {
  34. "dev-master": "4.2-dev"
  35. }
  36. },
  37. "autoload": {
  38. "psr-0": {
  39. "Illuminate\\Support": ""
  40. },
  41. "files": [
  42. "Illuminate/Support/helpers.php"
  43. ]
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "MIT"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Taylor Otwell",
  52. "email": "[email protected]",
  53. "homepage": "https://github.com/taylorotwell",
  54. "role": "Creator of Laravel"
  55. }
  56. ],
  57. "time": "2014-06-29 00:06:59"
  58. }
  59. ],
  60. "packages-dev": [
  61. ],
  62. "aliases": [
  63. ],
  64. "minimum-stability": "stable",
  65. "stability-flags": [
  66. ],
  67. "platform": {
  68. "php": ">=5.3.0"
  69. },
  70. "platform-dev": [
  71. ]
  72. }