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.

255 lines
8.6 KiB

8 years ago
  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. "hash": "6f5d3d05d70b58db9144bb1ca70c8698",
  8. "content-hash": "3b0766dbcef4dfb1a4a2012fef8611d8",
  9. "packages": [
  10. {
  11. "name": "container-interop/container-interop",
  12. "version": "1.1.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/container-interop/container-interop.git",
  16. "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
  21. "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
  22. "shasum": ""
  23. },
  24. "type": "library",
  25. "autoload": {
  26. "psr-4": {
  27. "Interop\\Container\\": "src/Interop/Container/"
  28. }
  29. },
  30. "notification-url": "https://packagist.org/downloads/",
  31. "license": [
  32. "MIT"
  33. ],
  34. "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
  35. "time": "2014-12-30 15:22:37"
  36. },
  37. {
  38. "name": "nikic/fast-route",
  39. "version": "v1.0.1",
  40. "source": {
  41. "type": "git",
  42. "url": "https://github.com/nikic/FastRoute.git",
  43. "reference": "8ea928195fa9b907f0d6e48312d323c1a13cc2af"
  44. },
  45. "dist": {
  46. "type": "zip",
  47. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/8ea928195fa9b907f0d6e48312d323c1a13cc2af",
  48. "reference": "8ea928195fa9b907f0d6e48312d323c1a13cc2af",
  49. "shasum": ""
  50. },
  51. "require": {
  52. "php": ">=5.4.0"
  53. },
  54. "type": "library",
  55. "autoload": {
  56. "psr-4": {
  57. "FastRoute\\": "src/"
  58. },
  59. "files": [
  60. "src/functions.php"
  61. ]
  62. },
  63. "notification-url": "https://packagist.org/downloads/",
  64. "license": [
  65. "BSD-3-Clause"
  66. ],
  67. "authors": [
  68. {
  69. "name": "Nikita Popov",
  70. "email": "nikic@php.net"
  71. }
  72. ],
  73. "description": "Fast request router for PHP",
  74. "keywords": [
  75. "router",
  76. "routing"
  77. ],
  78. "time": "2016-06-12 19:08:51"
  79. },
  80. {
  81. "name": "pimple/pimple",
  82. "version": "v3.0.2",
  83. "source": {
  84. "type": "git",
  85. "url": "https://github.com/silexphp/Pimple.git",
  86. "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
  87. },
  88. "dist": {
  89. "type": "zip",
  90. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
  91. "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
  92. "shasum": ""
  93. },
  94. "require": {
  95. "php": ">=5.3.0"
  96. },
  97. "type": "library",
  98. "extra": {
  99. "branch-alias": {
  100. "dev-master": "3.0.x-dev"
  101. }
  102. },
  103. "autoload": {
  104. "psr-0": {
  105. "Pimple": "src/"
  106. }
  107. },
  108. "notification-url": "https://packagist.org/downloads/",
  109. "license": [
  110. "MIT"
  111. ],
  112. "authors": [
  113. {
  114. "name": "Fabien Potencier",
  115. "email": "fabien@symfony.com"
  116. }
  117. ],
  118. "description": "Pimple, a simple Dependency Injection Container",
  119. "homepage": "http://pimple.sensiolabs.org",
  120. "keywords": [
  121. "container",
  122. "dependency injection"
  123. ],
  124. "time": "2015-09-11 15:10:35"
  125. },
  126. {
  127. "name": "psr/http-message",
  128. "version": "1.0.1",
  129. "source": {
  130. "type": "git",
  131. "url": "https://github.com/php-fig/http-message.git",
  132. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  133. },
  134. "dist": {
  135. "type": "zip",
  136. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  137. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  138. "shasum": ""
  139. },
  140. "require": {
  141. "php": ">=5.3.0"
  142. },
  143. "type": "library",
  144. "extra": {
  145. "branch-alias": {
  146. "dev-master": "1.0.x-dev"
  147. }
  148. },
  149. "autoload": {
  150. "psr-4": {
  151. "Psr\\Http\\Message\\": "src/"
  152. }
  153. },
  154. "notification-url": "https://packagist.org/downloads/",
  155. "license": [
  156. "MIT"
  157. ],
  158. "authors": [
  159. {
  160. "name": "PHP-FIG",
  161. "homepage": "http://www.php-fig.org/"
  162. }
  163. ],
  164. "description": "Common interface for HTTP messages",
  165. "homepage": "https://github.com/php-fig/http-message",
  166. "keywords": [
  167. "http",
  168. "http-message",
  169. "psr",
  170. "psr-7",
  171. "request",
  172. "response"
  173. ],
  174. "time": "2016-08-06 14:39:51"
  175. },
  176. {
  177. "name": "slim/slim",
  178. "version": "3.5.0",
  179. "source": {
  180. "type": "git",
  181. "url": "https://github.com/slimphp/Slim.git",
  182. "reference": "184352bc1913d7ba552ab4131d62f4730ddb0893"
  183. },
  184. "dist": {
  185. "type": "zip",
  186. "url": "https://api.github.com/repos/slimphp/Slim/zipball/184352bc1913d7ba552ab4131d62f4730ddb0893",
  187. "reference": "184352bc1913d7ba552ab4131d62f4730ddb0893",
  188. "shasum": ""
  189. },
  190. "require": {
  191. "container-interop/container-interop": "^1.1",
  192. "nikic/fast-route": "^1.0",
  193. "php": ">=5.5.0",
  194. "pimple/pimple": "^3.0",
  195. "psr/http-message": "^1.0"
  196. },
  197. "provide": {
  198. "psr/http-message-implementation": "1.0"
  199. },
  200. "require-dev": {
  201. "phpunit/phpunit": "^4.0",
  202. "squizlabs/php_codesniffer": "^2.5"
  203. },
  204. "type": "library",
  205. "autoload": {
  206. "psr-4": {
  207. "Slim\\": "Slim"
  208. }
  209. },
  210. "notification-url": "https://packagist.org/downloads/",
  211. "license": [
  212. "MIT"
  213. ],
  214. "authors": [
  215. {
  216. "name": "Rob Allen",
  217. "email": "rob@akrabat.com",
  218. "homepage": "http://akrabat.com"
  219. },
  220. {
  221. "name": "Josh Lockhart",
  222. "email": "hello@joshlockhart.com",
  223. "homepage": "https://joshlockhart.com"
  224. },
  225. {
  226. "name": "Gabriel Manricks",
  227. "email": "gmanricks@me.com",
  228. "homepage": "http://gabrielmanricks.com"
  229. },
  230. {
  231. "name": "Andrew Smith",
  232. "email": "a.smith@silentworks.co.uk",
  233. "homepage": "http://silentworks.co.uk"
  234. }
  235. ],
  236. "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
  237. "homepage": "http://slimframework.com",
  238. "keywords": [
  239. "api",
  240. "framework",
  241. "micro",
  242. "router"
  243. ],
  244. "time": "2016-07-26 15:12:13"
  245. }
  246. ],
  247. "packages-dev": [],
  248. "aliases": [],
  249. "minimum-stability": "stable",
  250. "stability-flags": [],
  251. "prefer-stable": false,
  252. "prefer-lowest": false,
  253. "platform": [],
  254. "platform-dev": []
  255. }