composer.lock 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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": "cca4d6bbcfee431c6347433af401c186",
  8. "packages": [
  9. {
  10. "name": "unionofrad/lithium",
  11. "version": "dev-master",
  12. "target-dir": "lithium",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/UnionOfRAD/lithium.git",
  16. "reference": "791c2ce345b63cd47f067cdebccb6497a35de014"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/UnionOfRAD/lithium/zipball/791c2ce345b63cd47f067cdebccb6497a35de014",
  21. "reference": "791c2ce345b63cd47f067cdebccb6497a35de014",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.3.6"
  26. },
  27. "bin": [
  28. "console/li3"
  29. ],
  30. "type": "library",
  31. "autoload": {
  32. "psr-0": {
  33. "lithium": ""
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "BSD-3-Clause"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Union of RAD",
  43. "homepage": "http://union-of-rad.org"
  44. },
  45. {
  46. "name": "The Lithium Community",
  47. "homepage": "http://github.com/UnionOfRAD/lithium/graphs/contributors"
  48. }
  49. ],
  50. "description": "The core library of the Lithium PHP framework",
  51. "homepage": "http://lithify.me",
  52. "keywords": [
  53. "framework",
  54. "lithium"
  55. ],
  56. "time": "2014-01-04 19:49:26"
  57. }
  58. ],
  59. "packages-dev": [],
  60. "aliases": [],
  61. "minimum-stability": "stable",
  62. "stability-flags": {
  63. "unionofrad/lithium": 20
  64. },
  65. "prefer-stable": false,
  66. "prefer-lowest": false,
  67. "platform": {
  68. "php": ">=5.3.0"
  69. },
  70. "platform-dev": []
  71. }