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.

493 lines
16 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": "887779f2c9c5c0c3cbf524a606a776c2",
  8. "content-hash": "b26a0c76296b944624f36bbb163392ae",
  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": "mf2/mf2",
  222. "version": "v0.2.12",
  223. "source": {
  224. "type": "git",
  225. "url": "https://github.com/indieweb/php-mf2.git",
  226. "reference": "6701504876d6c9242eb310b35f41d40d9785ab4e"
  227. },
  228. "dist": {
  229. "type": "zip",
  230. "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/6701504876d6c9242eb310b35f41d40d9785ab4e",
  231. "reference": "6701504876d6c9242eb310b35f41d40d9785ab4e",
  232. "shasum": ""
  233. },
  234. "require": {
  235. "php": ">=5.3.0"
  236. },
  237. "require-dev": {
  238. "phpunit/phpunit": "3.7.*"
  239. },
  240. "suggest": {
  241. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you"
  242. },
  243. "bin": [
  244. "bin/fetch-mf2",
  245. "bin/parse-mf2"
  246. ],
  247. "type": "library",
  248. "autoload": {
  249. "files": [
  250. "Mf2/Parser.php"
  251. ]
  252. },
  253. "notification-url": "https://packagist.org/downloads/",
  254. "license": [
  255. "MIT"
  256. ],
  257. "authors": [
  258. {
  259. "name": "Barnaby Walters",
  260. "homepage": "http://waterpigs.co.uk"
  261. }
  262. ],
  263. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  264. "keywords": [
  265. "html",
  266. "microformats",
  267. "microformats 2",
  268. "parser",
  269. "semantic"
  270. ],
  271. "time": "2015-07-12 14:10:01"
  272. },
  273. {
  274. "name": "nikic/fast-route",
  275. "version": "v0.7.0",
  276. "source": {
  277. "type": "git",
  278. "url": "https://github.com/nikic/FastRoute.git",
  279. "reference": "8164b4a0d8afde4eae5f1bfc39084972ba23ad36"
  280. },
  281. "dist": {
  282. "type": "zip",
  283. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/8164b4a0d8afde4eae5f1bfc39084972ba23ad36",
  284. "reference": "8164b4a0d8afde4eae5f1bfc39084972ba23ad36",
  285. "shasum": ""
  286. },
  287. "require": {
  288. "php": ">=5.4.0"
  289. },
  290. "type": "library",
  291. "autoload": {
  292. "psr-4": {
  293. "FastRoute\\": "src/"
  294. },
  295. "files": [
  296. "src/functions.php"
  297. ]
  298. },
  299. "notification-url": "https://packagist.org/downloads/",
  300. "license": [
  301. "BSD-3-Clause"
  302. ],
  303. "authors": [
  304. {
  305. "name": "Nikita Popov",
  306. "email": "nikic@php.net"
  307. }
  308. ],
  309. "description": "Fast request router for PHP",
  310. "keywords": [
  311. "router",
  312. "routing"
  313. ],
  314. "time": "2015-12-20 19:50:12"
  315. },
  316. {
  317. "name": "symfony/http-foundation",
  318. "version": "v2.8.2",
  319. "source": {
  320. "type": "git",
  321. "url": "https://github.com/symfony/http-foundation.git",
  322. "reference": "9194b33c71da8ef4d05d22964376f2f9c95a1bfd"
  323. },
  324. "dist": {
  325. "type": "zip",
  326. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9194b33c71da8ef4d05d22964376f2f9c95a1bfd",
  327. "reference": "9194b33c71da8ef4d05d22964376f2f9c95a1bfd",
  328. "shasum": ""
  329. },
  330. "require": {
  331. "php": ">=5.3.9",
  332. "symfony/polyfill-php54": "~1.0",
  333. "symfony/polyfill-php55": "~1.0"
  334. },
  335. "require-dev": {
  336. "symfony/expression-language": "~2.4|~3.0.0"
  337. },
  338. "type": "library",
  339. "extra": {
  340. "branch-alias": {
  341. "dev-master": "2.8-dev"
  342. }
  343. },
  344. "autoload": {
  345. "psr-4": {
  346. "Symfony\\Component\\HttpFoundation\\": ""
  347. },
  348. "exclude-from-classmap": [
  349. "/Tests/"
  350. ]
  351. },
  352. "notification-url": "https://packagist.org/downloads/",
  353. "license": [
  354. "MIT"
  355. ],
  356. "authors": [
  357. {
  358. "name": "Fabien Potencier",
  359. "email": "fabien@symfony.com"
  360. },
  361. {
  362. "name": "Symfony Community",
  363. "homepage": "https://symfony.com/contributors"
  364. }
  365. ],
  366. "description": "Symfony HttpFoundation Component",
  367. "homepage": "https://symfony.com",
  368. "time": "2016-01-13 10:28:07"
  369. },
  370. {
  371. "name": "symfony/polyfill-php54",
  372. "version": "v1.1.0",
  373. "source": {
  374. "type": "git",
  375. "url": "https://github.com/symfony/polyfill-php54.git",
  376. "reference": "74663d5a2ff3c530c1bc0571500e0feec9094054"
  377. },
  378. "dist": {
  379. "type": "zip",
  380. "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/74663d5a2ff3c530c1bc0571500e0feec9094054",
  381. "reference": "74663d5a2ff3c530c1bc0571500e0feec9094054",
  382. "shasum": ""
  383. },
  384. "require": {
  385. "php": ">=5.3.3"
  386. },
  387. "type": "library",
  388. "extra": {
  389. "branch-alias": {
  390. "dev-master": "1.1-dev"
  391. }
  392. },
  393. "autoload": {
  394. "psr-4": {
  395. "Symfony\\Polyfill\\Php54\\": ""
  396. },
  397. "files": [
  398. "bootstrap.php"
  399. ],
  400. "classmap": [
  401. "Resources/stubs"
  402. ]
  403. },
  404. "notification-url": "https://packagist.org/downloads/",
  405. "license": [
  406. "MIT"
  407. ],
  408. "authors": [
  409. {
  410. "name": "Nicolas Grekas",
  411. "email": "p@tchwork.com"
  412. },
  413. {
  414. "name": "Symfony Community",
  415. "homepage": "https://symfony.com/contributors"
  416. }
  417. ],
  418. "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
  419. "homepage": "https://symfony.com",
  420. "keywords": [
  421. "compatibility",
  422. "polyfill",
  423. "portable",
  424. "shim"
  425. ],
  426. "time": "2016-01-20 09:13:37"
  427. },
  428. {
  429. "name": "symfony/polyfill-php55",
  430. "version": "v1.1.0",
  431. "source": {
  432. "type": "git",
  433. "url": "https://github.com/symfony/polyfill-php55.git",
  434. "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6"
  435. },
  436. "dist": {
  437. "type": "zip",
  438. "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
  439. "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
  440. "shasum": ""
  441. },
  442. "require": {
  443. "ircmaxell/password-compat": "~1.0",
  444. "php": ">=5.3.3"
  445. },
  446. "type": "library",
  447. "extra": {
  448. "branch-alias": {
  449. "dev-master": "1.1-dev"
  450. }
  451. },
  452. "autoload": {
  453. "psr-4": {
  454. "Symfony\\Polyfill\\Php55\\": ""
  455. },
  456. "files": [
  457. "bootstrap.php"
  458. ]
  459. },
  460. "notification-url": "https://packagist.org/downloads/",
  461. "license": [
  462. "MIT"
  463. ],
  464. "authors": [
  465. {
  466. "name": "Nicolas Grekas",
  467. "email": "p@tchwork.com"
  468. },
  469. {
  470. "name": "Symfony Community",
  471. "homepage": "https://symfony.com/contributors"
  472. }
  473. ],
  474. "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
  475. "homepage": "https://symfony.com",
  476. "keywords": [
  477. "compatibility",
  478. "polyfill",
  479. "portable",
  480. "shim"
  481. ],
  482. "time": "2016-01-20 09:13:37"
  483. }
  484. ],
  485. "packages-dev": [],
  486. "aliases": [],
  487. "minimum-stability": "stable",
  488. "stability-flags": [],
  489. "prefer-stable": false,
  490. "prefer-lowest": false,
  491. "platform": [],
  492. "platform-dev": []
  493. }