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.

248 lines
7.5 KiB

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