composer.lock 12 KB

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