composer.lock 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. ],
  6. "hash": "84b7123bdbbf9516c741d8e4be37a49f",
  7. "packages": [
  8. {
  9. "name": "illuminate/support",
  10. "version": "v4.1.25",
  11. "target-dir": "Illuminate/Support",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/illuminate/support.git",
  15. "reference": "69b248f240719e8d764ee6ec0384819fa57d60bb"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/illuminate/support/zipball/69b248f240719e8d764ee6ec0384819fa57d60bb",
  20. "reference": "69b248f240719e8d764ee6ec0384819fa57d60bb",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "require-dev": {
  27. "jeremeamia/superclosure": "1.0.*",
  28. "mockery/mockery": "0.9.*",
  29. "patchwork/utf8": "1.1.*",
  30. "phpunit/phpunit": "4.0.*"
  31. },
  32. "type": "library",
  33. "extra": {
  34. "branch-alias": {
  35. "dev-master": "4.1-dev"
  36. }
  37. },
  38. "autoload": {
  39. "psr-0": {
  40. "Illuminate\\Support": ""
  41. },
  42. "files": [
  43. "Illuminate/Support/helpers.php"
  44. ]
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "MIT"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Taylor Otwell",
  53. "email": "[email protected]",
  54. "homepage": "https://github.com/taylorotwell",
  55. "role": "Developer"
  56. }
  57. ],
  58. "time": "2014-03-22 20:29:54"
  59. }
  60. ],
  61. "packages-dev": [
  62. ],
  63. "aliases": [
  64. ],
  65. "minimum-stability": "stable",
  66. "stability-flags": [
  67. ],
  68. "platform": {
  69. "php": ">=5.3.0"
  70. },
  71. "platform-dev": [
  72. ]
  73. }