composer.lock 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "a6ffc1631ba60673e4f6c924935d9f68",
  8. "packages": [
  9. {
  10. "name": "php-activerecord/php-activerecord",
  11. "version": "v1.2.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/jpfuentes2/php-activerecord.git",
  15. "reference": "e6d2dad090617336dee730190be0294c5f132c69"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/jpfuentes2/php-activerecord/zipball/e6d2dad090617336dee730190be0294c5f132c69",
  20. "reference": "e6d2dad090617336dee730190be0294c5f132c69",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "require-dev": {
  27. "pear/log": "~1.12",
  28. "pear/pear_exception": "1.0-beta1",
  29. "phpunit/phpunit": "4.*"
  30. },
  31. "type": "library",
  32. "autoload": {
  33. "files": [
  34. "ActiveRecord.php"
  35. ]
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "description": "php-activerecord is an open source ORM library based on the ActiveRecord pattern.",
  42. "homepage": "http://www.phpactiverecord.org/",
  43. "keywords": [
  44. "activerecord",
  45. "orm"
  46. ],
  47. "time": "2017-06-11T22:05:37+00:00"
  48. }
  49. ],
  50. "packages-dev": [],
  51. "aliases": [],
  52. "minimum-stability": "stable",
  53. "stability-flags": [],
  54. "prefer-stable": false,
  55. "prefer-lowest": false,
  56. "platform": [],
  57. "platform-dev": []
  58. }