composer.lock 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637
  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#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "a0aecdedb609da9aabf86d497d300e3d",
  8. "packages": [
  9. {
  10. "name": "firebase/php-jwt",
  11. "version": "v5.0.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/firebase/php-jwt.git",
  15. "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
  20. "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": " 4.8.35"
  28. },
  29. "type": "library",
  30. "autoload": {
  31. "psr-4": {
  32. "Firebase\\JWT\\": "src"
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "BSD-3-Clause"
  38. ],
  39. "authors": [
  40. {
  41. "name": "Neuman Vong",
  42. "email": "neuman+pear@twilio.com",
  43. "role": "Developer"
  44. },
  45. {
  46. "name": "Anant Narayanan",
  47. "email": "anant@php.net",
  48. "role": "Developer"
  49. }
  50. ],
  51. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  52. "homepage": "https://github.com/firebase/php-jwt",
  53. "time": "2017-06-27T22:17:23+00:00"
  54. },
  55. {
  56. "name": "moontoast/math",
  57. "version": "1.1.2",
  58. "source": {
  59. "type": "git",
  60. "url": "https://github.com/ramsey/moontoast-math.git",
  61. "reference": "c2792a25df5cad4ff3d760dd37078fc5b6fccc79"
  62. },
  63. "dist": {
  64. "type": "zip",
  65. "url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/c2792a25df5cad4ff3d760dd37078fc5b6fccc79",
  66. "reference": "c2792a25df5cad4ff3d760dd37078fc5b6fccc79",
  67. "shasum": ""
  68. },
  69. "require": {
  70. "ext-bcmath": "*",
  71. "php": ">=5.3.3"
  72. },
  73. "require-dev": {
  74. "jakub-onderka/php-parallel-lint": "^0.9.0",
  75. "phpunit/phpunit": "^4.7|>=5.0 <5.4",
  76. "satooshi/php-coveralls": "^0.6.1",
  77. "squizlabs/php_codesniffer": "^2.3"
  78. },
  79. "type": "library",
  80. "autoload": {
  81. "psr-4": {
  82. "Moontoast\\Math\\": "src/Moontoast/Math/"
  83. }
  84. },
  85. "notification-url": "https://packagist.org/downloads/",
  86. "license": [
  87. "Apache-2.0"
  88. ],
  89. "authors": [
  90. {
  91. "name": "Ben Ramsey",
  92. "email": "ben@benramsey.com",
  93. "homepage": "https://benramsey.com"
  94. }
  95. ],
  96. "description": "A mathematics library, providing functionality for large numbers",
  97. "homepage": "https://github.com/ramsey/moontoast-math",
  98. "keywords": [
  99. "bcmath",
  100. "math"
  101. ],
  102. "time": "2017-02-16T16:54:46+00:00"
  103. },
  104. {
  105. "name": "paragonie/random_compat",
  106. "version": "v2.0.17",
  107. "source": {
  108. "type": "git",
  109. "url": "https://github.com/paragonie/random_compat.git",
  110. "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
  111. },
  112. "dist": {
  113. "type": "zip",
  114. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
  115. "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
  116. "shasum": ""
  117. },
  118. "require": {
  119. "php": ">=5.2.0"
  120. },
  121. "require-dev": {
  122. "phpunit/phpunit": "4.*|5.*"
  123. },
  124. "suggest": {
  125. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  126. },
  127. "type": "library",
  128. "autoload": {
  129. "files": [
  130. "lib/random.php"
  131. ]
  132. },
  133. "notification-url": "https://packagist.org/downloads/",
  134. "license": [
  135. "MIT"
  136. ],
  137. "authors": [
  138. {
  139. "name": "Paragon Initiative Enterprises",
  140. "email": "security@paragonie.com",
  141. "homepage": "https://paragonie.com"
  142. }
  143. ],
  144. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  145. "keywords": [
  146. "csprng",
  147. "polyfill",
  148. "pseudorandom",
  149. "random"
  150. ],
  151. "time": "2018-07-04T16:31:37+00:00"
  152. },
  153. {
  154. "name": "ramsey/uuid",
  155. "version": "3.7.3",
  156. "source": {
  157. "type": "git",
  158. "url": "https://github.com/ramsey/uuid.git",
  159. "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
  160. },
  161. "dist": {
  162. "type": "zip",
  163. "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
  164. "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
  165. "shasum": ""
  166. },
  167. "require": {
  168. "paragonie/random_compat": "^1.0|^2.0",
  169. "php": "^5.4 || ^7.0"
  170. },
  171. "replace": {
  172. "rhumsaa/uuid": "self.version"
  173. },
  174. "require-dev": {
  175. "codeception/aspect-mock": "^1.0 | ~2.0.0",
  176. "doctrine/annotations": "~1.2.0",
  177. "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
  178. "ircmaxell/random-lib": "^1.1",
  179. "jakub-onderka/php-parallel-lint": "^0.9.0",
  180. "mockery/mockery": "^0.9.9",
  181. "moontoast/math": "^1.1",
  182. "php-mock/php-mock-phpunit": "^0.3|^1.1",
  183. "phpunit/phpunit": "^4.7|^5.0",
  184. "squizlabs/php_codesniffer": "^2.3"
  185. },
  186. "suggest": {
  187. "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
  188. "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
  189. "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  190. "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
  191. "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
  192. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  193. },
  194. "type": "library",
  195. "extra": {
  196. "branch-alias": {
  197. "dev-master": "3.x-dev"
  198. }
  199. },
  200. "autoload": {
  201. "psr-4": {
  202. "Ramsey\\Uuid\\": "src/"
  203. }
  204. },
  205. "notification-url": "https://packagist.org/downloads/",
  206. "license": [
  207. "MIT"
  208. ],
  209. "authors": [
  210. {
  211. "name": "Marijn Huizendveld",
  212. "email": "marijn.huizendveld@gmail.com"
  213. },
  214. {
  215. "name": "Thibaud Fabre",
  216. "email": "thibaud@aztech.io"
  217. },
  218. {
  219. "name": "Ben Ramsey",
  220. "email": "ben@benramsey.com",
  221. "homepage": "https://benramsey.com"
  222. }
  223. ],
  224. "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
  225. "homepage": "https://github.com/ramsey/uuid",
  226. "keywords": [
  227. "guid",
  228. "identifier",
  229. "uuid"
  230. ],
  231. "time": "2018-01-20T00:28:24+00:00"
  232. },
  233. {
  234. "name": "symfony/css-selector",
  235. "version": "v3.4.17",
  236. "source": {
  237. "type": "git",
  238. "url": "https://github.com/symfony/css-selector.git",
  239. "reference": "3503415d4aafabc31cd08c3a4ebac7f43fde8feb"
  240. },
  241. "dist": {
  242. "type": "zip",
  243. "url": "https://api.github.com/repos/symfony/css-selector/zipball/3503415d4aafabc31cd08c3a4ebac7f43fde8feb",
  244. "reference": "3503415d4aafabc31cd08c3a4ebac7f43fde8feb",
  245. "shasum": ""
  246. },
  247. "require": {
  248. "php": "^5.5.9|>=7.0.8"
  249. },
  250. "type": "library",
  251. "extra": {
  252. "branch-alias": {
  253. "dev-master": "3.4-dev"
  254. }
  255. },
  256. "autoload": {
  257. "psr-4": {
  258. "Symfony\\Component\\CssSelector\\": ""
  259. },
  260. "exclude-from-classmap": [
  261. "/Tests/"
  262. ]
  263. },
  264. "notification-url": "https://packagist.org/downloads/",
  265. "license": [
  266. "MIT"
  267. ],
  268. "authors": [
  269. {
  270. "name": "Jean-François Simon",
  271. "email": "jeanfrancois.simon@sensiolabs.com"
  272. },
  273. {
  274. "name": "Fabien Potencier",
  275. "email": "fabien@symfony.com"
  276. },
  277. {
  278. "name": "Symfony Community",
  279. "homepage": "https://symfony.com/contributors"
  280. }
  281. ],
  282. "description": "Symfony CssSelector Component",
  283. "homepage": "https://symfony.com",
  284. "time": "2018-10-02T16:33:53+00:00"
  285. },
  286. {
  287. "name": "symfony/dom-crawler",
  288. "version": "v3.4.17",
  289. "source": {
  290. "type": "git",
  291. "url": "https://github.com/symfony/dom-crawler.git",
  292. "reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722"
  293. },
  294. "dist": {
  295. "type": "zip",
  296. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c705bee03ade5b47c087807dd9ffaaec8dda2722",
  297. "reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722",
  298. "shasum": ""
  299. },
  300. "require": {
  301. "php": "^5.5.9|>=7.0.8",
  302. "symfony/polyfill-ctype": "~1.8",
  303. "symfony/polyfill-mbstring": "~1.0"
  304. },
  305. "require-dev": {
  306. "symfony/css-selector": "~2.8|~3.0|~4.0"
  307. },
  308. "suggest": {
  309. "symfony/css-selector": ""
  310. },
  311. "type": "library",
  312. "extra": {
  313. "branch-alias": {
  314. "dev-master": "3.4-dev"
  315. }
  316. },
  317. "autoload": {
  318. "psr-4": {
  319. "Symfony\\Component\\DomCrawler\\": ""
  320. },
  321. "exclude-from-classmap": [
  322. "/Tests/"
  323. ]
  324. },
  325. "notification-url": "https://packagist.org/downloads/",
  326. "license": [
  327. "MIT"
  328. ],
  329. "authors": [
  330. {
  331. "name": "Fabien Potencier",
  332. "email": "fabien@symfony.com"
  333. },
  334. {
  335. "name": "Symfony Community",
  336. "homepage": "https://symfony.com/contributors"
  337. }
  338. ],
  339. "description": "Symfony DomCrawler Component",
  340. "homepage": "https://symfony.com",
  341. "time": "2018-10-02T12:28:39+00:00"
  342. },
  343. {
  344. "name": "symfony/filesystem",
  345. "version": "v3.4.17",
  346. "source": {
  347. "type": "git",
  348. "url": "https://github.com/symfony/filesystem.git",
  349. "reference": "d69930fc337d767607267d57c20a7403d0a822a4"
  350. },
  351. "dist": {
  352. "type": "zip",
  353. "url": "https://api.github.com/repos/symfony/filesystem/zipball/d69930fc337d767607267d57c20a7403d0a822a4",
  354. "reference": "d69930fc337d767607267d57c20a7403d0a822a4",
  355. "shasum": ""
  356. },
  357. "require": {
  358. "php": "^5.5.9|>=7.0.8",
  359. "symfony/polyfill-ctype": "~1.8"
  360. },
  361. "type": "library",
  362. "extra": {
  363. "branch-alias": {
  364. "dev-master": "3.4-dev"
  365. }
  366. },
  367. "autoload": {
  368. "psr-4": {
  369. "Symfony\\Component\\Filesystem\\": ""
  370. },
  371. "exclude-from-classmap": [
  372. "/Tests/"
  373. ]
  374. },
  375. "notification-url": "https://packagist.org/downloads/",
  376. "license": [
  377. "MIT"
  378. ],
  379. "authors": [
  380. {
  381. "name": "Fabien Potencier",
  382. "email": "fabien@symfony.com"
  383. },
  384. {
  385. "name": "Symfony Community",
  386. "homepage": "https://symfony.com/contributors"
  387. }
  388. ],
  389. "description": "Symfony Filesystem Component",
  390. "homepage": "https://symfony.com",
  391. "time": "2018-10-02T12:28:39+00:00"
  392. },
  393. {
  394. "name": "symfony/polyfill-ctype",
  395. "version": "v1.10.0",
  396. "source": {
  397. "type": "git",
  398. "url": "https://github.com/symfony/polyfill-ctype.git",
  399. "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
  400. },
  401. "dist": {
  402. "type": "zip",
  403. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
  404. "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
  405. "shasum": ""
  406. },
  407. "require": {
  408. "php": ">=5.3.3"
  409. },
  410. "suggest": {
  411. "ext-ctype": "For best performance"
  412. },
  413. "type": "library",
  414. "extra": {
  415. "branch-alias": {
  416. "dev-master": "1.9-dev"
  417. }
  418. },
  419. "autoload": {
  420. "psr-4": {
  421. "Symfony\\Polyfill\\Ctype\\": ""
  422. },
  423. "files": [
  424. "bootstrap.php"
  425. ]
  426. },
  427. "notification-url": "https://packagist.org/downloads/",
  428. "license": [
  429. "MIT"
  430. ],
  431. "authors": [
  432. {
  433. "name": "Symfony Community",
  434. "homepage": "https://symfony.com/contributors"
  435. },
  436. {
  437. "name": "Gert de Pagter",
  438. "email": "BackEndTea@gmail.com"
  439. }
  440. ],
  441. "description": "Symfony polyfill for ctype functions",
  442. "homepage": "https://symfony.com",
  443. "keywords": [
  444. "compatibility",
  445. "ctype",
  446. "polyfill",
  447. "portable"
  448. ],
  449. "time": "2018-08-06T14:22:27+00:00"
  450. },
  451. {
  452. "name": "symfony/polyfill-mbstring",
  453. "version": "v1.10.0",
  454. "source": {
  455. "type": "git",
  456. "url": "https://github.com/symfony/polyfill-mbstring.git",
  457. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
  458. },
  459. "dist": {
  460. "type": "zip",
  461. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
  462. "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
  463. "shasum": ""
  464. },
  465. "require": {
  466. "php": ">=5.3.3"
  467. },
  468. "suggest": {
  469. "ext-mbstring": "For best performance"
  470. },
  471. "type": "library",
  472. "extra": {
  473. "branch-alias": {
  474. "dev-master": "1.9-dev"
  475. }
  476. },
  477. "autoload": {
  478. "psr-4": {
  479. "Symfony\\Polyfill\\Mbstring\\": ""
  480. },
  481. "files": [
  482. "bootstrap.php"
  483. ]
  484. },
  485. "notification-url": "https://packagist.org/downloads/",
  486. "license": [
  487. "MIT"
  488. ],
  489. "authors": [
  490. {
  491. "name": "Nicolas Grekas",
  492. "email": "p@tchwork.com"
  493. },
  494. {
  495. "name": "Symfony Community",
  496. "homepage": "https://symfony.com/contributors"
  497. }
  498. ],
  499. "description": "Symfony polyfill for the Mbstring extension",
  500. "homepage": "https://symfony.com",
  501. "keywords": [
  502. "compatibility",
  503. "mbstring",
  504. "polyfill",
  505. "portable",
  506. "shim"
  507. ],
  508. "time": "2018-09-21T13:07:52+00:00"
  509. },
  510. {
  511. "name": "twig/twig",
  512. "version": "v1.35.4",
  513. "source": {
  514. "type": "git",
  515. "url": "https://github.com/twigphp/Twig.git",
  516. "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a"
  517. },
  518. "dist": {
  519. "type": "zip",
  520. "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
  521. "reference": "7e081e98378a1e78c29cc9eba4aefa5d78a05d2a",
  522. "shasum": ""
  523. },
  524. "require": {
  525. "php": ">=5.3.3",
  526. "symfony/polyfill-ctype": "^1.8"
  527. },
  528. "require-dev": {
  529. "psr/container": "^1.0",
  530. "symfony/debug": "^2.7",
  531. "symfony/phpunit-bridge": "^3.3"
  532. },
  533. "type": "library",
  534. "extra": {
  535. "branch-alias": {
  536. "dev-master": "1.35-dev"
  537. }
  538. },
  539. "autoload": {
  540. "psr-0": {
  541. "Twig_": "lib/"
  542. },
  543. "psr-4": {
  544. "Twig\\": "src/"
  545. }
  546. },
  547. "notification-url": "https://packagist.org/downloads/",
  548. "license": [
  549. "BSD-3-Clause"
  550. ],
  551. "authors": [
  552. {
  553. "name": "Fabien Potencier",
  554. "email": "fabien@symfony.com",
  555. "homepage": "http://fabien.potencier.org",
  556. "role": "Lead Developer"
  557. },
  558. {
  559. "name": "Armin Ronacher",
  560. "email": "armin.ronacher@active-4.com",
  561. "role": "Project Founder"
  562. },
  563. {
  564. "name": "Twig Team",
  565. "homepage": "https://twig.symfony.com/contributors",
  566. "role": "Contributors"
  567. }
  568. ],
  569. "description": "Twig, the flexible, fast, and secure template language for PHP",
  570. "homepage": "https://twig.symfony.com",
  571. "keywords": [
  572. "templating"
  573. ],
  574. "time": "2018-07-13T07:12:17+00:00"
  575. },
  576. {
  577. "name": "wa72/htmlpagedom",
  578. "version": "v1.3.1",
  579. "source": {
  580. "type": "git",
  581. "url": "https://github.com/wasinger/htmlpagedom.git",
  582. "reference": "509520415f7f0cb1d3a4a0d3fd1b8eb4bab527a1"
  583. },
  584. "dist": {
  585. "type": "zip",
  586. "url": "https://api.github.com/repos/wasinger/htmlpagedom/zipball/509520415f7f0cb1d3a4a0d3fd1b8eb4bab527a1",
  587. "reference": "509520415f7f0cb1d3a4a0d3fd1b8eb4bab527a1",
  588. "shasum": ""
  589. },
  590. "require": {
  591. "php": ">=5.4.0",
  592. "symfony/css-selector": ">=2.3",
  593. "symfony/dom-crawler": "^2.3 <2.8 | ^2.8.3 | ^3.0.1 | ^4"
  594. },
  595. "require-dev": {
  596. "phpunit/phpunit": "^4|^5|^6|^7",
  597. "wa72/html-pretty-min": "~0.1"
  598. },
  599. "suggest": {
  600. "wa72/html-pretty-min": "Minify or indent HTML documents"
  601. },
  602. "type": "library",
  603. "autoload": {
  604. "psr-4": {
  605. "Wa72\\HtmlPageDom\\": "src/"
  606. }
  607. },
  608. "notification-url": "https://packagist.org/downloads/",
  609. "license": [
  610. "MIT"
  611. ],
  612. "authors": [
  613. {
  614. "name": "Christoph Singer",
  615. "email": "singer@webagentur72.de",
  616. "homepage": "http://www.webagentur72.de"
  617. }
  618. ],
  619. "description": "PHP implementation of the jQuery DOM manipulation API for HTML documents",
  620. "homepage": "http://github.com/wasinger/htmlpagedom",
  621. "keywords": [
  622. "crawler",
  623. "dom",
  624. "html"
  625. ],
  626. "time": "2018-03-08T21:15:06+00:00"
  627. }
  628. ],
  629. "packages-dev": [],
  630. "aliases": [],
  631. "minimum-stability": "stable",
  632. "stability-flags": [],
  633. "prefer-stable": false,
  634. "prefer-lowest": false,
  635. "platform": [],
  636. "platform-dev": []
  637. }