composer.lock 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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": "29f9d390a88d12067cd7e982e14e8cff",
  8. "packages": [
  9. {
  10. "name": "php-activerecord/php-activerecord",
  11. "version": "v1.1.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/jpfuentes2/php-activerecord.git",
  15. "reference": "5a957483801ecc41d95381e9868de7bb08f9be3a"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/jpfuentes2/php-activerecord/zipball/5a957483801ecc41d95381e9868de7bb08f9be3a",
  20. "reference": "5a957483801ecc41d95381e9868de7bb08f9be3a",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "type": "library",
  27. "autoload": {
  28. "files": [
  29. "ActiveRecord.php"
  30. ]
  31. },
  32. "notification-url": "https://packagist.org/downloads/",
  33. "license": [
  34. "MIT"
  35. ],
  36. "description": "php-activerecord is an open source ORM library based on the ActiveRecord pattern.",
  37. "homepage": "http://www.phpactiverecord.org/",
  38. "keywords": [
  39. "activerecord",
  40. "orm"
  41. ],
  42. "time": "2013-04-26 21:01:08"
  43. }
  44. ],
  45. "packages-dev": [],
  46. "aliases": [],
  47. "minimum-stability": "stable",
  48. "stability-flags": [],
  49. "prefer-stable": false,
  50. "prefer-lowest": false,
  51. "platform": [],
  52. "platform-dev": []
  53. }