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.

308 lines
10 KiB

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