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.

597 lines
20 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": "76c19995b1b2f77725f5a3cc13022004",
  8. "content-hash": "010ed2acde68ceaa42fb406d3b9bc80e",
  9. "packages": [
  10. {
  11. "name": "ezyang/htmlpurifier",
  12. "version": "v4.7.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/ezyang/htmlpurifier.git",
  16. "reference": "ae1828d955112356f7677c465f94f7deb7d27a40"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40",
  21. "reference": "ae1828d955112356f7677c465f94f7deb7d27a40",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.2"
  26. },
  27. "type": "library",
  28. "autoload": {
  29. "psr-0": {
  30. "HTMLPurifier": "library/"
  31. },
  32. "files": [
  33. "library/HTMLPurifier.composer.php"
  34. ]
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "LGPL"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Edward Z. Yang",
  43. "email": "admin@htmlpurifier.org",
  44. "homepage": "http://ezyang.com"
  45. }
  46. ],
  47. "description": "Standards compliant HTML filter written in PHP",
  48. "homepage": "http://htmlpurifier.org/",
  49. "keywords": [
  50. "html"
  51. ],
  52. "time": "2015-08-05 01:03:42"
  53. },
  54. {
  55. "name": "ircmaxell/password-compat",
  56. "version": "v1.0.4",
  57. "source": {
  58. "type": "git",
  59. "url": "https://github.com/ircmaxell/password_compat.git",
  60. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
  61. },
  62. "dist": {
  63. "type": "zip",
  64. "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
  65. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
  66. "shasum": ""
  67. },
  68. "require-dev": {
  69. "phpunit/phpunit": "4.*"
  70. },
  71. "type": "library",
  72. "autoload": {
  73. "files": [
  74. "lib/password.php"
  75. ]
  76. },
  77. "notification-url": "https://packagist.org/downloads/",
  78. "license": [
  79. "MIT"
  80. ],
  81. "authors": [
  82. {
  83. "name": "Anthony Ferrara",
  84. "email": "ircmaxell@php.net",
  85. "homepage": "http://blog.ircmaxell.com"
  86. }
  87. ],
  88. "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
  89. "homepage": "https://github.com/ircmaxell/password_compat",
  90. "keywords": [
  91. "hashing",
  92. "password"
  93. ],
  94. "time": "2014-11-20 16:49:30"
  95. },
  96. {
  97. "name": "league/container",
  98. "version": "1.3.2",
  99. "source": {
  100. "type": "git",
  101. "url": "https://github.com/thephpleague/container.git",
  102. "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15"
  103. },
  104. "dist": {
  105. "type": "zip",
  106. "url": "https://api.github.com/repos/thephpleague/container/zipball/7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
  107. "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
  108. "shasum": ""
  109. },
  110. "require": {
  111. "php": ">=5.4.0"
  112. },
  113. "replace": {
  114. "orno/di": "~2.0"
  115. },
  116. "require-dev": {
  117. "phpunit/phpunit": "4.*"
  118. },
  119. "type": "library",
  120. "extra": {
  121. "branch-alias": {
  122. "dev-master": "2.0-dev",
  123. "dev-1.x": "1.3-dev"
  124. }
  125. },
  126. "autoload": {
  127. "psr-4": {
  128. "League\\Container\\": "src"
  129. }
  130. },
  131. "notification-url": "https://packagist.org/downloads/",
  132. "license": [
  133. "MIT"
  134. ],
  135. "authors": [
  136. {
  137. "name": "Phil Bennett",
  138. "email": "philipobenito@gmail.com",
  139. "homepage": "http://philipobenito.github.io",
  140. "role": "Developer"
  141. }
  142. ],
  143. "description": "A fast and intuitive dependency injection container.",
  144. "homepage": "https://github.com/thephpleague/container",
  145. "keywords": [
  146. "container",
  147. "dependency",
  148. "di",
  149. "injection",
  150. "league"
  151. ],
  152. "time": "2015-04-05 17:14:48"
  153. },
  154. {
  155. "name": "league/plates",
  156. "version": "3.1.1",
  157. "source": {
  158. "type": "git",
  159. "url": "https://github.com/thephpleague/plates.git",
  160. "reference": "2d8569e9f140a70d6a05db38006926f7547cb802"
  161. },
  162. "dist": {
  163. "type": "zip",
  164. "url": "https://api.github.com/repos/thephpleague/plates/zipball/2d8569e9f140a70d6a05db38006926f7547cb802",
  165. "reference": "2d8569e9f140a70d6a05db38006926f7547cb802",
  166. "shasum": ""
  167. },
  168. "require-dev": {
  169. "mikey179/vfsstream": "~1.4.0",
  170. "phpunit/phpunit": "~4.0",
  171. "squizlabs/php_codesniffer": "~1.5"
  172. },
  173. "type": "library",
  174. "extra": {
  175. "branch-alias": {
  176. "dev-master": "3.0-dev"
  177. }
  178. },
  179. "autoload": {
  180. "psr-4": {
  181. "League\\Plates\\": "src"
  182. }
  183. },
  184. "notification-url": "https://packagist.org/downloads/",
  185. "license": [
  186. "MIT"
  187. ],
  188. "authors": [
  189. {
  190. "name": "Jonathan Reinink",
  191. "email": "jonathan@reinink.ca",
  192. "role": "Developer"
  193. }
  194. ],
  195. "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
  196. "homepage": "http://platesphp.com",
  197. "keywords": [
  198. "league",
  199. "package",
  200. "templates",
  201. "templating",
  202. "views"
  203. ],
  204. "time": "2015-07-09 02:14:40"
  205. },
  206. {
  207. "name": "league/route",
  208. "version": "1.2.3",
  209. "source": {
  210. "type": "git",
  211. "url": "https://github.com/thephpleague/route.git",
  212. "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8"
  213. },
  214. "dist": {
  215. "type": "zip",
  216. "url": "https://api.github.com/repos/thephpleague/route/zipball/079e87a4653b43e2cba47b9e0563179c1c49fcf8",
  217. "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8",
  218. "shasum": ""
  219. },
  220. "require": {
  221. "league/container": "~1.0",
  222. "nikic/fast-route": "~0.3",
  223. "php": ">=5.4.0",
  224. "symfony/http-foundation": "~2.6"
  225. },
  226. "replace": {
  227. "orno/http": "~1.0",
  228. "orno/route": "~1.0"
  229. },
  230. "require-dev": {
  231. "phpunit/phpunit": "4.*"
  232. },
  233. "type": "library",
  234. "extra": {
  235. "branch-alias": {
  236. "dev-master": "1.0-dev"
  237. }
  238. },
  239. "autoload": {
  240. "psr-4": {
  241. "League\\Route\\": "src"
  242. }
  243. },
  244. "notification-url": "https://packagist.org/downloads/",
  245. "license": [
  246. "MIT"
  247. ],
  248. "authors": [
  249. {
  250. "name": "Phil Bennett",
  251. "email": "philipobenito@gmail.com",
  252. "homepage": "http://philipobenito.github.io",
  253. "role": "Developer"
  254. }
  255. ],
  256. "description": "A fast routing and dispatch package built on top of FastRoute.",
  257. "homepage": "https://github.com/thephpleague/route",
  258. "keywords": [
  259. "league",
  260. "route"
  261. ],
  262. "time": "2015-09-11 07:40:31"
  263. },
  264. {
  265. "name": "mf2/mf2",
  266. "version": "v0.3.0",
  267. "source": {
  268. "type": "git",
  269. "url": "https://github.com/indieweb/php-mf2.git",
  270. "reference": "4fb2eb5365cbc0fd2e0c26ca748777d6c2539763"
  271. },
  272. "dist": {
  273. "type": "zip",
  274. "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/4fb2eb5365cbc0fd2e0c26ca748777d6c2539763",
  275. "reference": "4fb2eb5365cbc0fd2e0c26ca748777d6c2539763",
  276. "shasum": ""
  277. },
  278. "require": {
  279. "php": ">=5.4.0"
  280. },
  281. "require-dev": {
  282. "phpunit/phpunit": "3.7.*"
  283. },
  284. "suggest": {
  285. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you"
  286. },
  287. "bin": [
  288. "bin/fetch-mf2",
  289. "bin/parse-mf2"
  290. ],
  291. "type": "library",
  292. "autoload": {
  293. "files": [
  294. "Mf2/Parser.php"
  295. ]
  296. },
  297. "notification-url": "https://packagist.org/downloads/",
  298. "license": [
  299. "CC0"
  300. ],
  301. "authors": [
  302. {
  303. "name": "Barnaby Walters",
  304. "homepage": "http://waterpigs.co.uk"
  305. }
  306. ],
  307. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  308. "keywords": [
  309. "html",
  310. "microformats",
  311. "microformats 2",
  312. "parser",
  313. "semantic"
  314. ],
  315. "time": "2016-03-14 12:13:34"
  316. },
  317. {
  318. "name": "nikic/fast-route",
  319. "version": "v0.8.0",
  320. "source": {
  321. "type": "git",
  322. "url": "https://github.com/nikic/FastRoute.git",
  323. "reference": "5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6"
  324. },
  325. "dist": {
  326. "type": "zip",
  327. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6",
  328. "reference": "5e1f431ed2afe2be5d2bd97fa69b0e99b9ba45e6",
  329. "shasum": ""
  330. },
  331. "require": {
  332. "php": ">=5.4.0"
  333. },
  334. "type": "library",
  335. "autoload": {
  336. "psr-4": {
  337. "FastRoute\\": "src/"
  338. },
  339. "files": [
  340. "src/functions.php"
  341. ]
  342. },
  343. "notification-url": "https://packagist.org/downloads/",
  344. "license": [
  345. "BSD-3-Clause"
  346. ],
  347. "authors": [
  348. {
  349. "name": "Nikita Popov",
  350. "email": "nikic@php.net"
  351. }
  352. ],
  353. "description": "Fast request router for PHP",
  354. "keywords": [
  355. "router",
  356. "routing"
  357. ],
  358. "time": "2016-03-25 23:46:52"
  359. },
  360. {
  361. "name": "symfony/http-foundation",
  362. "version": "v2.8.4",
  363. "source": {
  364. "type": "git",
  365. "url": "https://github.com/symfony/http-foundation.git",
  366. "reference": "06d6b2c755b2f34ce21e688b62072e9c625709c4"
  367. },
  368. "dist": {
  369. "type": "zip",
  370. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/06d6b2c755b2f34ce21e688b62072e9c625709c4",
  371. "reference": "06d6b2c755b2f34ce21e688b62072e9c625709c4",
  372. "shasum": ""
  373. },
  374. "require": {
  375. "php": ">=5.3.9",
  376. "symfony/polyfill-mbstring": "~1.1",
  377. "symfony/polyfill-php54": "~1.0",
  378. "symfony/polyfill-php55": "~1.0"
  379. },
  380. "require-dev": {
  381. "symfony/expression-language": "~2.4|~3.0.0"
  382. },
  383. "type": "library",
  384. "extra": {
  385. "branch-alias": {
  386. "dev-master": "2.8-dev"
  387. }
  388. },
  389. "autoload": {
  390. "psr-4": {
  391. "Symfony\\Component\\HttpFoundation\\": ""
  392. },
  393. "exclude-from-classmap": [
  394. "/Tests/"
  395. ]
  396. },
  397. "notification-url": "https://packagist.org/downloads/",
  398. "license": [
  399. "MIT"
  400. ],
  401. "authors": [
  402. {
  403. "name": "Fabien Potencier",
  404. "email": "fabien@symfony.com"
  405. },
  406. {
  407. "name": "Symfony Community",
  408. "homepage": "https://symfony.com/contributors"
  409. }
  410. ],
  411. "description": "Symfony HttpFoundation Component",
  412. "homepage": "https://symfony.com",
  413. "time": "2016-03-27 12:57:53"
  414. },
  415. {
  416. "name": "symfony/polyfill-mbstring",
  417. "version": "v1.1.1",
  418. "source": {
  419. "type": "git",
  420. "url": "https://github.com/symfony/polyfill-mbstring.git",
  421. "reference": "1289d16209491b584839022f29257ad859b8532d"
  422. },
  423. "dist": {
  424. "type": "zip",
  425. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
  426. "reference": "1289d16209491b584839022f29257ad859b8532d",
  427. "shasum": ""
  428. },
  429. "require": {
  430. "php": ">=5.3.3"
  431. },
  432. "suggest": {
  433. "ext-mbstring": "For best performance"
  434. },
  435. "type": "library",
  436. "extra": {
  437. "branch-alias": {
  438. "dev-master": "1.1-dev"
  439. }
  440. },
  441. "autoload": {
  442. "psr-4": {
  443. "Symfony\\Polyfill\\Mbstring\\": ""
  444. },
  445. "files": [
  446. "bootstrap.php"
  447. ]
  448. },
  449. "notification-url": "https://packagist.org/downloads/",
  450. "license": [
  451. "MIT"
  452. ],
  453. "authors": [
  454. {
  455. "name": "Nicolas Grekas",
  456. "email": "p@tchwork.com"
  457. },
  458. {
  459. "name": "Symfony Community",
  460. "homepage": "https://symfony.com/contributors"
  461. }
  462. ],
  463. "description": "Symfony polyfill for the Mbstring extension",
  464. "homepage": "https://symfony.com",
  465. "keywords": [
  466. "compatibility",
  467. "mbstring",
  468. "polyfill",
  469. "portable",
  470. "shim"
  471. ],
  472. "time": "2016-01-20 09:13:37"
  473. },
  474. {
  475. "name": "symfony/polyfill-php54",
  476. "version": "v1.1.1",
  477. "source": {
  478. "type": "git",
  479. "url": "https://github.com/symfony/polyfill-php54.git",
  480. "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb"
  481. },
  482. "dist": {
  483. "type": "zip",
  484. "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/9ba741ca01c77282ecf5796c2c1d667f03454ffb",
  485. "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb",
  486. "shasum": ""
  487. },
  488. "require": {
  489. "php": ">=5.3.3"
  490. },
  491. "type": "library",
  492. "extra": {
  493. "branch-alias": {
  494. "dev-master": "1.1-dev"
  495. }
  496. },
  497. "autoload": {
  498. "psr-4": {
  499. "Symfony\\Polyfill\\Php54\\": ""
  500. },
  501. "files": [
  502. "bootstrap.php"
  503. ],
  504. "classmap": [
  505. "Resources/stubs"
  506. ]
  507. },
  508. "notification-url": "https://packagist.org/downloads/",
  509. "license": [
  510. "MIT"
  511. ],
  512. "authors": [
  513. {
  514. "name": "Nicolas Grekas",
  515. "email": "p@tchwork.com"
  516. },
  517. {
  518. "name": "Symfony Community",
  519. "homepage": "https://symfony.com/contributors"
  520. }
  521. ],
  522. "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
  523. "homepage": "https://symfony.com",
  524. "keywords": [
  525. "compatibility",
  526. "polyfill",
  527. "portable",
  528. "shim"
  529. ],
  530. "time": "2016-01-25 19:13:00"
  531. },
  532. {
  533. "name": "symfony/polyfill-php55",
  534. "version": "v1.1.1",
  535. "source": {
  536. "type": "git",
  537. "url": "https://github.com/symfony/polyfill-php55.git",
  538. "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6"
  539. },
  540. "dist": {
  541. "type": "zip",
  542. "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
  543. "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
  544. "shasum": ""
  545. },
  546. "require": {
  547. "ircmaxell/password-compat": "~1.0",
  548. "php": ">=5.3.3"
  549. },
  550. "type": "library",
  551. "extra": {
  552. "branch-alias": {
  553. "dev-master": "1.1-dev"
  554. }
  555. },
  556. "autoload": {
  557. "psr-4": {
  558. "Symfony\\Polyfill\\Php55\\": ""
  559. },
  560. "files": [
  561. "bootstrap.php"
  562. ]
  563. },
  564. "notification-url": "https://packagist.org/downloads/",
  565. "license": [
  566. "MIT"
  567. ],
  568. "authors": [
  569. {
  570. "name": "Nicolas Grekas",
  571. "email": "p@tchwork.com"
  572. },
  573. {
  574. "name": "Symfony Community",
  575. "homepage": "https://symfony.com/contributors"
  576. }
  577. ],
  578. "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
  579. "homepage": "https://symfony.com",
  580. "keywords": [
  581. "compatibility",
  582. "polyfill",
  583. "portable",
  584. "shim"
  585. ],
  586. "time": "2016-01-20 09:13:37"
  587. }
  588. ],
  589. "packages-dev": [],
  590. "aliases": [],
  591. "minimum-stability": "stable",
  592. "stability-flags": [],
  593. "prefer-stable": false,
  594. "prefer-lowest": false,
  595. "platform": [],
  596. "platform-dev": []
  597. }