composer.lock 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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": "4dc10bace84773a626fd0a0d9bbb62de",
  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. "name": "sofadesign/limonade",
  51. "version": "dev-master",
  52. "source": {
  53. "type": "git",
  54. "url": "https://github.com/sofadesign/limonade.git",
  55. "reference": "be59a72cb47e68eb54971f7b90eca24314a227a8"
  56. },
  57. "dist": {
  58. "type": "zip",
  59. "url": "https://api.github.com/repos/sofadesign/limonade/zipball/be59a72cb47e68eb54971f7b90eca24314a227a8",
  60. "reference": "be59a72cb47e68eb54971f7b90eca24314a227a8",
  61. "shasum": ""
  62. },
  63. "type": "library",
  64. "autoload": {
  65. "files": [
  66. "lib/limonade.php"
  67. ]
  68. },
  69. "notification-url": "https://packagist.org/downloads/",
  70. "description": "a PHP micro-framework",
  71. "homepage": "https://github.com/sofadesign/limonade",
  72. "keywords": [
  73. "microframework"
  74. ],
  75. "time": "2015-09-21T13:22:06+00:00"
  76. }
  77. ],
  78. "packages-dev": [],
  79. "aliases": [],
  80. "minimum-stability": "stable",
  81. "stability-flags": {
  82. "sofadesign/limonade": 20
  83. },
  84. "prefer-stable": false,
  85. "prefer-lowest": false,
  86. "platform": [],
  87. "platform-dev": []
  88. }