You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

183 lines
6.1 KiB

  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": "89fae6b20014c572693b23303e9a22ee",
  8. "packages": [
  9. {
  10. "name": "p3k/slim-savant",
  11. "version": "0.1.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/aaronpk/Slim-Savant.git",
  15. "reference": "129291da1223f5c95ad8f4e1bca21901ae45e53e"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/aaronpk/Slim-Savant/zipball/129291da1223f5c95ad8f4e1bca21901ae45e53e",
  20. "reference": "129291da1223f5c95ad8f4e1bca21901ae45e53e",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">5.3.0",
  25. "saltybeagle/savant3": "dev-master",
  26. "slim/slim": ">=2.4.0"
  27. },
  28. "type": "library",
  29. "autoload": {
  30. "files": [
  31. "Savant.php",
  32. "SlimSavant.php"
  33. ]
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "Apache 2.0"
  38. ],
  39. "authors": [
  40. {
  41. "name": "Aaron Parecki",
  42. "homepage": "http://aaronparecki.com"
  43. }
  44. ],
  45. "description": "Savant renderer for Slim",
  46. "time": "2015-07-21T01:40:52+00:00"
  47. },
  48. {
  49. "name": "p3k/timezone",
  50. "version": "0.1.0",
  51. "source": {
  52. "type": "git",
  53. "url": "https://github.com/aaronpk/p3k-timezone.git",
  54. "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83"
  55. },
  56. "dist": {
  57. "type": "zip",
  58. "url": "https://api.github.com/repos/aaronpk/p3k-timezone/zipball/68d3490d896f98cf0727dc937f0bb6b045050c83",
  59. "reference": "68d3490d896f98cf0727dc937f0bb6b045050c83",
  60. "shasum": ""
  61. },
  62. "require": {
  63. "php": ">=5.4.0"
  64. },
  65. "type": "library",
  66. "autoload": {
  67. "files": [
  68. "src/p3k/Timezone.php"
  69. ]
  70. },
  71. "notification-url": "https://packagist.org/downloads/",
  72. "license": [
  73. "Apache-2.0"
  74. ],
  75. "authors": [
  76. {
  77. "name": "Aaron Parecki",
  78. "homepage": "https://aaronparecki.com"
  79. }
  80. ],
  81. "description": "Find the timezone of a given location",
  82. "homepage": "https://github.com/aaronpk/p3k-timezone",
  83. "keywords": [
  84. "date",
  85. "p3k",
  86. "timezone"
  87. ],
  88. "time": "2017-01-12T17:30:08+00:00"
  89. },
  90. {
  91. "name": "saltybeagle/savant3",
  92. "version": "dev-master",
  93. "source": {
  94. "type": "git",
  95. "url": "https://github.com/saltybeagle/Savant3.git",
  96. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466"
  97. },
  98. "dist": {
  99. "type": "zip",
  100. "url": "https://api.github.com/repos/saltybeagle/Savant3/zipball/ebf4385bf44bec8c7a169571ac178f626017c466",
  101. "reference": "ebf4385bf44bec8c7a169571ac178f626017c466",
  102. "shasum": ""
  103. },
  104. "type": "library",
  105. "autoload": {
  106. "classmap": [
  107. "Savant3.php",
  108. "Savant3",
  109. "Savant3/resources"
  110. ]
  111. },
  112. "notification-url": "https://packagist.org/downloads/",
  113. "license": [
  114. "LGPL"
  115. ],
  116. "authors": [
  117. {
  118. "name": "Brett Bieber",
  119. "email": "brett.bieber@gmail.com"
  120. }
  121. ],
  122. "description": "Savant3 template engine",
  123. "time": "2014-01-07 17:10:32"
  124. },
  125. {
  126. "name": "slim/slim",
  127. "version": "2.6.3",
  128. "source": {
  129. "type": "git",
  130. "url": "https://github.com/slimphp/Slim.git",
  131. "reference": "9224ed81ac1c412881e8d762755e3d76ebf580c0"
  132. },
  133. "dist": {
  134. "type": "zip",
  135. "url": "https://api.github.com/repos/slimphp/Slim/zipball/9224ed81ac1c412881e8d762755e3d76ebf580c0",
  136. "reference": "9224ed81ac1c412881e8d762755e3d76ebf580c0",
  137. "shasum": ""
  138. },
  139. "require": {
  140. "php": ">=5.3.0"
  141. },
  142. "suggest": {
  143. "ext-mcrypt": "Required for HTTP cookie encryption",
  144. "phpseclib/mcrypt_compat": "Polyfil for mcrypt extension"
  145. },
  146. "type": "library",
  147. "autoload": {
  148. "psr-0": {
  149. "Slim": "."
  150. }
  151. },
  152. "notification-url": "https://packagist.org/downloads/",
  153. "license": [
  154. "MIT"
  155. ],
  156. "authors": [
  157. {
  158. "name": "Josh Lockhart",
  159. "email": "info@joshlockhart.com",
  160. "homepage": "http://www.joshlockhart.com/"
  161. }
  162. ],
  163. "description": "Slim Framework, a PHP micro framework",
  164. "homepage": "http://github.com/codeguy/Slim",
  165. "keywords": [
  166. "microframework",
  167. "rest",
  168. "router"
  169. ],
  170. "time": "2017-01-07T12:21:41+00:00"
  171. }
  172. ],
  173. "packages-dev": [],
  174. "aliases": [],
  175. "minimum-stability": "stable",
  176. "stability-flags": {
  177. "saltybeagle/savant3": 20
  178. },
  179. "prefer-stable": false,
  180. "prefer-lowest": false,
  181. "platform": [],
  182. "platform-dev": []
  183. }