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.

440 lines
15 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. "hash": "3924a49472678c285aa91232b1137536",
  8. "content-hash": "4498762edbdd47db9c5dabf888687ed0",
  9. "packages": [
  10. {
  11. "name": "ircmaxell/password-compat",
  12. "version": "v1.0.4",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/ircmaxell/password_compat.git",
  16. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
  21. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
  22. "shasum": ""
  23. },
  24. "require-dev": {
  25. "phpunit/phpunit": "4.*"
  26. },
  27. "type": "library",
  28. "autoload": {
  29. "files": [
  30. "lib/password.php"
  31. ]
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "MIT"
  36. ],
  37. "authors": [
  38. {
  39. "name": "Anthony Ferrara",
  40. "email": "ircmaxell@php.net",
  41. "homepage": "http://blog.ircmaxell.com"
  42. }
  43. ],
  44. "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
  45. "homepage": "https://github.com/ircmaxell/password_compat",
  46. "keywords": [
  47. "hashing",
  48. "password"
  49. ],
  50. "time": "2014-11-20 16:49:30"
  51. },
  52. {
  53. "name": "league/container",
  54. "version": "1.3.2",
  55. "source": {
  56. "type": "git",
  57. "url": "https://github.com/thephpleague/container.git",
  58. "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15"
  59. },
  60. "dist": {
  61. "type": "zip",
  62. "url": "https://api.github.com/repos/thephpleague/container/zipball/7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
  63. "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
  64. "shasum": ""
  65. },
  66. "require": {
  67. "php": ">=5.4.0"
  68. },
  69. "replace": {
  70. "orno/di": "~2.0"
  71. },
  72. "require-dev": {
  73. "phpunit/phpunit": "4.*"
  74. },
  75. "type": "library",
  76. "extra": {
  77. "branch-alias": {
  78. "dev-master": "2.0-dev",
  79. "dev-1.x": "1.3-dev"
  80. }
  81. },
  82. "autoload": {
  83. "psr-4": {
  84. "League\\Container\\": "src"
  85. }
  86. },
  87. "notification-url": "https://packagist.org/downloads/",
  88. "license": [
  89. "MIT"
  90. ],
  91. "authors": [
  92. {
  93. "name": "Phil Bennett",
  94. "email": "philipobenito@gmail.com",
  95. "homepage": "http://philipobenito.github.io",
  96. "role": "Developer"
  97. }
  98. ],
  99. "description": "A fast and intuitive dependency injection container.",
  100. "homepage": "https://github.com/thephpleague/container",
  101. "keywords": [
  102. "container",
  103. "dependency",
  104. "di",
  105. "injection",
  106. "league"
  107. ],
  108. "time": "2015-04-05 17:14:48"
  109. },
  110. {
  111. "name": "league/plates",
  112. "version": "3.1.1",
  113. "source": {
  114. "type": "git",
  115. "url": "https://github.com/thephpleague/plates.git",
  116. "reference": "2d8569e9f140a70d6a05db38006926f7547cb802"
  117. },
  118. "dist": {
  119. "type": "zip",
  120. "url": "https://api.github.com/repos/thephpleague/plates/zipball/2d8569e9f140a70d6a05db38006926f7547cb802",
  121. "reference": "2d8569e9f140a70d6a05db38006926f7547cb802",
  122. "shasum": ""
  123. },
  124. "require-dev": {
  125. "mikey179/vfsstream": "~1.4.0",
  126. "phpunit/phpunit": "~4.0",
  127. "squizlabs/php_codesniffer": "~1.5"
  128. },
  129. "type": "library",
  130. "extra": {
  131. "branch-alias": {
  132. "dev-master": "3.0-dev"
  133. }
  134. },
  135. "autoload": {
  136. "psr-4": {
  137. "League\\Plates\\": "src"
  138. }
  139. },
  140. "notification-url": "https://packagist.org/downloads/",
  141. "license": [
  142. "MIT"
  143. ],
  144. "authors": [
  145. {
  146. "name": "Jonathan Reinink",
  147. "email": "jonathan@reinink.ca",
  148. "role": "Developer"
  149. }
  150. ],
  151. "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
  152. "homepage": "http://platesphp.com",
  153. "keywords": [
  154. "league",
  155. "package",
  156. "templates",
  157. "templating",
  158. "views"
  159. ],
  160. "time": "2015-07-09 02:14:40"
  161. },
  162. {
  163. "name": "league/route",
  164. "version": "1.2.3",
  165. "source": {
  166. "type": "git",
  167. "url": "https://github.com/thephpleague/route.git",
  168. "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8"
  169. },
  170. "dist": {
  171. "type": "zip",
  172. "url": "https://api.github.com/repos/thephpleague/route/zipball/079e87a4653b43e2cba47b9e0563179c1c49fcf8",
  173. "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8",
  174. "shasum": ""
  175. },
  176. "require": {
  177. "league/container": "~1.0",
  178. "nikic/fast-route": "~0.3",
  179. "php": ">=5.4.0",
  180. "symfony/http-foundation": "~2.6"
  181. },
  182. "replace": {
  183. "orno/http": "~1.0",
  184. "orno/route": "~1.0"
  185. },
  186. "require-dev": {
  187. "phpunit/phpunit": "4.*"
  188. },
  189. "type": "library",
  190. "extra": {
  191. "branch-alias": {
  192. "dev-master": "1.0-dev"
  193. }
  194. },
  195. "autoload": {
  196. "psr-4": {
  197. "League\\Route\\": "src"
  198. }
  199. },
  200. "notification-url": "https://packagist.org/downloads/",
  201. "license": [
  202. "MIT"
  203. ],
  204. "authors": [
  205. {
  206. "name": "Phil Bennett",
  207. "email": "philipobenito@gmail.com",
  208. "homepage": "http://philipobenito.github.io",
  209. "role": "Developer"
  210. }
  211. ],
  212. "description": "A fast routing and dispatch package built on top of FastRoute.",
  213. "homepage": "https://github.com/thephpleague/route",
  214. "keywords": [
  215. "league",
  216. "route"
  217. ],
  218. "time": "2015-09-11 07:40:31"
  219. },
  220. {
  221. "name": "nikic/fast-route",
  222. "version": "v0.7.0",
  223. "source": {
  224. "type": "git",
  225. "url": "https://github.com/nikic/FastRoute.git",
  226. "reference": "8164b4a0d8afde4eae5f1bfc39084972ba23ad36"
  227. },
  228. "dist": {
  229. "type": "zip",
  230. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/8164b4a0d8afde4eae5f1bfc39084972ba23ad36",
  231. "reference": "8164b4a0d8afde4eae5f1bfc39084972ba23ad36",
  232. "shasum": ""
  233. },
  234. "require": {
  235. "php": ">=5.4.0"
  236. },
  237. "type": "library",
  238. "autoload": {
  239. "psr-4": {
  240. "FastRoute\\": "src/"
  241. },
  242. "files": [
  243. "src/functions.php"
  244. ]
  245. },
  246. "notification-url": "https://packagist.org/downloads/",
  247. "license": [
  248. "BSD-3-Clause"
  249. ],
  250. "authors": [
  251. {
  252. "name": "Nikita Popov",
  253. "email": "nikic@php.net"
  254. }
  255. ],
  256. "description": "Fast request router for PHP",
  257. "keywords": [
  258. "router",
  259. "routing"
  260. ],
  261. "time": "2015-12-20 19:50:12"
  262. },
  263. {
  264. "name": "symfony/http-foundation",
  265. "version": "v2.8.2",
  266. "source": {
  267. "type": "git",
  268. "url": "https://github.com/symfony/http-foundation.git",
  269. "reference": "9194b33c71da8ef4d05d22964376f2f9c95a1bfd"
  270. },
  271. "dist": {
  272. "type": "zip",
  273. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9194b33c71da8ef4d05d22964376f2f9c95a1bfd",
  274. "reference": "9194b33c71da8ef4d05d22964376f2f9c95a1bfd",
  275. "shasum": ""
  276. },
  277. "require": {
  278. "php": ">=5.3.9",
  279. "symfony/polyfill-php54": "~1.0",
  280. "symfony/polyfill-php55": "~1.0"
  281. },
  282. "require-dev": {
  283. "symfony/expression-language": "~2.4|~3.0.0"
  284. },
  285. "type": "library",
  286. "extra": {
  287. "branch-alias": {
  288. "dev-master": "2.8-dev"
  289. }
  290. },
  291. "autoload": {
  292. "psr-4": {
  293. "Symfony\\Component\\HttpFoundation\\": ""
  294. },
  295. "exclude-from-classmap": [
  296. "/Tests/"
  297. ]
  298. },
  299. "notification-url": "https://packagist.org/downloads/",
  300. "license": [
  301. "MIT"
  302. ],
  303. "authors": [
  304. {
  305. "name": "Fabien Potencier",
  306. "email": "fabien@symfony.com"
  307. },
  308. {
  309. "name": "Symfony Community",
  310. "homepage": "https://symfony.com/contributors"
  311. }
  312. ],
  313. "description": "Symfony HttpFoundation Component",
  314. "homepage": "https://symfony.com",
  315. "time": "2016-01-13 10:28:07"
  316. },
  317. {
  318. "name": "symfony/polyfill-php54",
  319. "version": "v1.1.0",
  320. "source": {
  321. "type": "git",
  322. "url": "https://github.com/symfony/polyfill-php54.git",
  323. "reference": "74663d5a2ff3c530c1bc0571500e0feec9094054"
  324. },
  325. "dist": {
  326. "type": "zip",
  327. "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/74663d5a2ff3c530c1bc0571500e0feec9094054",
  328. "reference": "74663d5a2ff3c530c1bc0571500e0feec9094054",
  329. "shasum": ""
  330. },
  331. "require": {
  332. "php": ">=5.3.3"
  333. },
  334. "type": "library",
  335. "extra": {
  336. "branch-alias": {
  337. "dev-master": "1.1-dev"
  338. }
  339. },
  340. "autoload": {
  341. "psr-4": {
  342. "Symfony\\Polyfill\\Php54\\": ""
  343. },
  344. "files": [
  345. "bootstrap.php"
  346. ],
  347. "classmap": [
  348. "Resources/stubs"
  349. ]
  350. },
  351. "notification-url": "https://packagist.org/downloads/",
  352. "license": [
  353. "MIT"
  354. ],
  355. "authors": [
  356. {
  357. "name": "Nicolas Grekas",
  358. "email": "p@tchwork.com"
  359. },
  360. {
  361. "name": "Symfony Community",
  362. "homepage": "https://symfony.com/contributors"
  363. }
  364. ],
  365. "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
  366. "homepage": "https://symfony.com",
  367. "keywords": [
  368. "compatibility",
  369. "polyfill",
  370. "portable",
  371. "shim"
  372. ],
  373. "time": "2016-01-20 09:13:37"
  374. },
  375. {
  376. "name": "symfony/polyfill-php55",
  377. "version": "v1.1.0",
  378. "source": {
  379. "type": "git",
  380. "url": "https://github.com/symfony/polyfill-php55.git",
  381. "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6"
  382. },
  383. "dist": {
  384. "type": "zip",
  385. "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
  386. "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
  387. "shasum": ""
  388. },
  389. "require": {
  390. "ircmaxell/password-compat": "~1.0",
  391. "php": ">=5.3.3"
  392. },
  393. "type": "library",
  394. "extra": {
  395. "branch-alias": {
  396. "dev-master": "1.1-dev"
  397. }
  398. },
  399. "autoload": {
  400. "psr-4": {
  401. "Symfony\\Polyfill\\Php55\\": ""
  402. },
  403. "files": [
  404. "bootstrap.php"
  405. ]
  406. },
  407. "notification-url": "https://packagist.org/downloads/",
  408. "license": [
  409. "MIT"
  410. ],
  411. "authors": [
  412. {
  413. "name": "Nicolas Grekas",
  414. "email": "p@tchwork.com"
  415. },
  416. {
  417. "name": "Symfony Community",
  418. "homepage": "https://symfony.com/contributors"
  419. }
  420. ],
  421. "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
  422. "homepage": "https://symfony.com",
  423. "keywords": [
  424. "compatibility",
  425. "polyfill",
  426. "portable",
  427. "shim"
  428. ],
  429. "time": "2016-01-20 09:13:37"
  430. }
  431. ],
  432. "packages-dev": [],
  433. "aliases": [],
  434. "minimum-stability": "stable",
  435. "stability-flags": [],
  436. "prefer-stable": false,
  437. "prefer-lowest": false,
  438. "platform": [],
  439. "platform-dev": []
  440. }