composer.lock 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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": "d98fc6f44a6c19e5163a5436e223a8ca",
  8. "packages": [
  9. {
  10. "name": "phreeze/phreeze",
  11. "version": "dev-master",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/jasonhinkle/phreeze.git",
  15. "reference": "7610b34e24ca7cc6d368f7dcb212c8b64d76d6bf"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/jasonhinkle/phreeze/zipball/7610b34e24ca7cc6d368f7dcb212c8b64d76d6bf",
  20. "reference": "7610b34e24ca7cc6d368f7dcb212c8b64d76d6bf",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "type": "library",
  27. "notification-url": "https://packagist.org/downloads/",
  28. "license": [
  29. "LGPL-2.1"
  30. ],
  31. "description": "A lightweight ORM + MVC framework for PHP",
  32. "time": "2014-10-13 01:29:56"
  33. }
  34. ],
  35. "packages-dev": [],
  36. "aliases": [],
  37. "minimum-stability": "stable",
  38. "stability-flags": {
  39. "phreeze/phreeze": 20
  40. },
  41. "prefer-stable": false,
  42. "prefer-lowest": false,
  43. "platform": {
  44. "php": ">=5.3.0"
  45. },
  46. "platform-dev": []
  47. }