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.

539 lines
18 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": "9aca2f5dc097a03c196b7c2b4e771ade",
  8. "content-hash": "ccf2adf6d508929e3d329fe3d2adaaef",
  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": "dev-master",
  267. "source": {
  268. "type": "git",
  269. "url": "https://github.com/aaronpk/php-mf2.git",
  270. "reference": "bb02f0ee92de17975da1eec738d75ed0dfb68027"
  271. },
  272. "dist": {
  273. "type": "zip",
  274. "url": "https://api.github.com/repos/aaronpk/php-mf2/zipball/bb02f0ee92de17975da1eec738d75ed0dfb68027",
  275. "reference": "bb02f0ee92de17975da1eec738d75ed0dfb68027",
  276. "shasum": ""
  277. },
  278. "require": {
  279. "php": ">=5.3.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-02-29 01:39:53"
  316. },
  317. {
  318. "name": "nikic/fast-route",
  319. "version": "v0.7.0",
  320. "source": {
  321. "type": "git",
  322. "url": "https://github.com/nikic/FastRoute.git",
  323. "reference": "8164b4a0d8afde4eae5f1bfc39084972ba23ad36"
  324. },
  325. "dist": {
  326. "type": "zip",
  327. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/8164b4a0d8afde4eae5f1bfc39084972ba23ad36",
  328. "reference": "8164b4a0d8afde4eae5f1bfc39084972ba23ad36",
  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": "2015-12-20 19:50:12"
  359. },
  360. {
  361. "name": "symfony/http-foundation",
  362. "version": "v2.8.3",
  363. "source": {
  364. "type": "git",
  365. "url": "https://github.com/symfony/http-foundation.git",
  366. "reference": "6f4e41c41e7d352ed9adf71ff6f2ec1756490a1b"
  367. },
  368. "dist": {
  369. "type": "zip",
  370. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6f4e41c41e7d352ed9adf71ff6f2ec1756490a1b",
  371. "reference": "6f4e41c41e7d352ed9adf71ff6f2ec1756490a1b",
  372. "shasum": ""
  373. },
  374. "require": {
  375. "php": ">=5.3.9",
  376. "symfony/polyfill-php54": "~1.0",
  377. "symfony/polyfill-php55": "~1.0"
  378. },
  379. "require-dev": {
  380. "symfony/expression-language": "~2.4|~3.0.0"
  381. },
  382. "type": "library",
  383. "extra": {
  384. "branch-alias": {
  385. "dev-master": "2.8-dev"
  386. }
  387. },
  388. "autoload": {
  389. "psr-4": {
  390. "Symfony\\Component\\HttpFoundation\\": ""
  391. },
  392. "exclude-from-classmap": [
  393. "/Tests/"
  394. ]
  395. },
  396. "notification-url": "https://packagist.org/downloads/",
  397. "license": [
  398. "MIT"
  399. ],
  400. "authors": [
  401. {
  402. "name": "Fabien Potencier",
  403. "email": "fabien@symfony.com"
  404. },
  405. {
  406. "name": "Symfony Community",
  407. "homepage": "https://symfony.com/contributors"
  408. }
  409. ],
  410. "description": "Symfony HttpFoundation Component",
  411. "homepage": "https://symfony.com",
  412. "time": "2016-02-28 16:20:50"
  413. },
  414. {
  415. "name": "symfony/polyfill-php54",
  416. "version": "v1.1.0",
  417. "source": {
  418. "type": "git",
  419. "url": "https://github.com/symfony/polyfill-php54.git",
  420. "reference": "74663d5a2ff3c530c1bc0571500e0feec9094054"
  421. },
  422. "dist": {
  423. "type": "zip",
  424. "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/74663d5a2ff3c530c1bc0571500e0feec9094054",
  425. "reference": "74663d5a2ff3c530c1bc0571500e0feec9094054",
  426. "shasum": ""
  427. },
  428. "require": {
  429. "php": ">=5.3.3"
  430. },
  431. "type": "library",
  432. "extra": {
  433. "branch-alias": {
  434. "dev-master": "1.1-dev"
  435. }
  436. },
  437. "autoload": {
  438. "psr-4": {
  439. "Symfony\\Polyfill\\Php54\\": ""
  440. },
  441. "files": [
  442. "bootstrap.php"
  443. ],
  444. "classmap": [
  445. "Resources/stubs"
  446. ]
  447. },
  448. "notification-url": "https://packagist.org/downloads/",
  449. "license": [
  450. "MIT"
  451. ],
  452. "authors": [
  453. {
  454. "name": "Nicolas Grekas",
  455. "email": "p@tchwork.com"
  456. },
  457. {
  458. "name": "Symfony Community",
  459. "homepage": "https://symfony.com/contributors"
  460. }
  461. ],
  462. "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
  463. "homepage": "https://symfony.com",
  464. "keywords": [
  465. "compatibility",
  466. "polyfill",
  467. "portable",
  468. "shim"
  469. ],
  470. "time": "2016-01-20 09:13:37"
  471. },
  472. {
  473. "name": "symfony/polyfill-php55",
  474. "version": "v1.1.0",
  475. "source": {
  476. "type": "git",
  477. "url": "https://github.com/symfony/polyfill-php55.git",
  478. "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6"
  479. },
  480. "dist": {
  481. "type": "zip",
  482. "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
  483. "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
  484. "shasum": ""
  485. },
  486. "require": {
  487. "ircmaxell/password-compat": "~1.0",
  488. "php": ">=5.3.3"
  489. },
  490. "type": "library",
  491. "extra": {
  492. "branch-alias": {
  493. "dev-master": "1.1-dev"
  494. }
  495. },
  496. "autoload": {
  497. "psr-4": {
  498. "Symfony\\Polyfill\\Php55\\": ""
  499. },
  500. "files": [
  501. "bootstrap.php"
  502. ]
  503. },
  504. "notification-url": "https://packagist.org/downloads/",
  505. "license": [
  506. "MIT"
  507. ],
  508. "authors": [
  509. {
  510. "name": "Nicolas Grekas",
  511. "email": "p@tchwork.com"
  512. },
  513. {
  514. "name": "Symfony Community",
  515. "homepage": "https://symfony.com/contributors"
  516. }
  517. ],
  518. "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
  519. "homepage": "https://symfony.com",
  520. "keywords": [
  521. "compatibility",
  522. "polyfill",
  523. "portable",
  524. "shim"
  525. ],
  526. "time": "2016-01-20 09:13:37"
  527. }
  528. ],
  529. "packages-dev": [],
  530. "aliases": [],
  531. "minimum-stability": "stable",
  532. "stability-flags": {
  533. "mf2/mf2": 20
  534. },
  535. "prefer-stable": false,
  536. "prefer-lowest": false,
  537. "platform": [],
  538. "platform-dev": []
  539. }