installed.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489
  1. [
  2. {
  3. "name": "doctrine/lexer",
  4. "version": "1.2.0",
  5. "version_normalized": "1.2.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/doctrine/lexer.git",
  9. "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
  14. "reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": "^7.2"
  19. },
  20. "require-dev": {
  21. "doctrine/coding-standard": "^6.0",
  22. "phpstan/phpstan": "^0.11.8",
  23. "phpunit/phpunit": "^8.2"
  24. },
  25. "time": "2019-10-30T14:39:59+00:00",
  26. "type": "library",
  27. "extra": {
  28. "branch-alias": {
  29. "dev-master": "1.2.x-dev"
  30. }
  31. },
  32. "installation-source": "dist",
  33. "autoload": {
  34. "psr-4": {
  35. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "MIT"
  41. ],
  42. "authors": [
  43. {
  44. "name": "Guilherme Blanco",
  45. "email": "guilhermeblanco@gmail.com"
  46. },
  47. {
  48. "name": "Roman Borschel",
  49. "email": "roman@code-factory.org"
  50. },
  51. {
  52. "name": "Johannes Schmitt",
  53. "email": "schmittjoh@gmail.com"
  54. }
  55. ],
  56. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  57. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  58. "keywords": [
  59. "annotations",
  60. "docblock",
  61. "lexer",
  62. "parser",
  63. "php"
  64. ]
  65. },
  66. {
  67. "name": "egulias/email-validator",
  68. "version": "2.1.17",
  69. "version_normalized": "2.1.17.0",
  70. "source": {
  71. "type": "git",
  72. "url": "https://github.com/egulias/EmailValidator.git",
  73. "reference": "ade6887fd9bd74177769645ab5c474824f8a418a"
  74. },
  75. "dist": {
  76. "type": "zip",
  77. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a",
  78. "reference": "ade6887fd9bd74177769645ab5c474824f8a418a",
  79. "shasum": ""
  80. },
  81. "require": {
  82. "doctrine/lexer": "^1.0.1",
  83. "php": ">=5.5",
  84. "symfony/polyfill-intl-idn": "^1.10"
  85. },
  86. "require-dev": {
  87. "dominicsayers/isemail": "^3.0.7",
  88. "phpunit/phpunit": "^4.8.36|^7.5.15",
  89. "satooshi/php-coveralls": "^1.0.1"
  90. },
  91. "suggest": {
  92. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  93. },
  94. "time": "2020-02-13T22:36:52+00:00",
  95. "type": "library",
  96. "extra": {
  97. "branch-alias": {
  98. "dev-master": "2.1.x-dev"
  99. }
  100. },
  101. "installation-source": "dist",
  102. "autoload": {
  103. "psr-4": {
  104. "Egulias\\EmailValidator\\": "EmailValidator"
  105. }
  106. },
  107. "notification-url": "https://packagist.org/downloads/",
  108. "license": [
  109. "MIT"
  110. ],
  111. "authors": [
  112. {
  113. "name": "Eduardo Gulias Davis"
  114. }
  115. ],
  116. "description": "A library for validating emails against several RFCs",
  117. "homepage": "https://github.com/egulias/EmailValidator",
  118. "keywords": [
  119. "email",
  120. "emailvalidation",
  121. "emailvalidator",
  122. "validation",
  123. "validator"
  124. ]
  125. },
  126. {
  127. "name": "swiftmailer/swiftmailer",
  128. "version": "v6.2.3",
  129. "version_normalized": "6.2.3.0",
  130. "source": {
  131. "type": "git",
  132. "url": "https://github.com/swiftmailer/swiftmailer.git",
  133. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
  134. },
  135. "dist": {
  136. "type": "zip",
  137. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  138. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  139. "shasum": ""
  140. },
  141. "require": {
  142. "egulias/email-validator": "~2.0",
  143. "php": ">=7.0.0",
  144. "symfony/polyfill-iconv": "^1.0",
  145. "symfony/polyfill-intl-idn": "^1.10",
  146. "symfony/polyfill-mbstring": "^1.0"
  147. },
  148. "require-dev": {
  149. "mockery/mockery": "~0.9.1",
  150. "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
  151. },
  152. "suggest": {
  153. "ext-intl": "Needed to support internationalized email addresses",
  154. "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
  155. },
  156. "time": "2019-11-12T09:31:26+00:00",
  157. "type": "library",
  158. "extra": {
  159. "branch-alias": {
  160. "dev-master": "6.2-dev"
  161. }
  162. },
  163. "installation-source": "dist",
  164. "autoload": {
  165. "files": [
  166. "lib/swift_required.php"
  167. ]
  168. },
  169. "notification-url": "https://packagist.org/downloads/",
  170. "license": [
  171. "MIT"
  172. ],
  173. "authors": [
  174. {
  175. "name": "Chris Corbyn"
  176. },
  177. {
  178. "name": "Fabien Potencier",
  179. "email": "fabien@symfony.com"
  180. }
  181. ],
  182. "description": "Swiftmailer, free feature-rich PHP mailer",
  183. "homepage": "https://swiftmailer.symfony.com",
  184. "keywords": [
  185. "email",
  186. "mail",
  187. "mailer"
  188. ]
  189. },
  190. {
  191. "name": "symfony/polyfill-iconv",
  192. "version": "v1.15.0",
  193. "version_normalized": "1.15.0.0",
  194. "source": {
  195. "type": "git",
  196. "url": "https://github.com/symfony/polyfill-iconv.git",
  197. "reference": "ad6d62792bfbcfc385dd34b424d4fcf9712a32c8"
  198. },
  199. "dist": {
  200. "type": "zip",
  201. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/ad6d62792bfbcfc385dd34b424d4fcf9712a32c8",
  202. "reference": "ad6d62792bfbcfc385dd34b424d4fcf9712a32c8",
  203. "shasum": ""
  204. },
  205. "require": {
  206. "php": ">=5.3.3"
  207. },
  208. "suggest": {
  209. "ext-iconv": "For best performance"
  210. },
  211. "time": "2020-03-09T19:04:49+00:00",
  212. "type": "library",
  213. "extra": {
  214. "branch-alias": {
  215. "dev-master": "1.15-dev"
  216. }
  217. },
  218. "installation-source": "dist",
  219. "autoload": {
  220. "psr-4": {
  221. "Symfony\\Polyfill\\Iconv\\": ""
  222. },
  223. "files": [
  224. "bootstrap.php"
  225. ]
  226. },
  227. "notification-url": "https://packagist.org/downloads/",
  228. "license": [
  229. "MIT"
  230. ],
  231. "authors": [
  232. {
  233. "name": "Nicolas Grekas",
  234. "email": "p@tchwork.com"
  235. },
  236. {
  237. "name": "Symfony Community",
  238. "homepage": "https://symfony.com/contributors"
  239. }
  240. ],
  241. "description": "Symfony polyfill for the Iconv extension",
  242. "homepage": "https://symfony.com",
  243. "keywords": [
  244. "compatibility",
  245. "iconv",
  246. "polyfill",
  247. "portable",
  248. "shim"
  249. ],
  250. "funding": [
  251. {
  252. "url": "https://symfony.com/sponsor",
  253. "type": "custom"
  254. },
  255. {
  256. "url": "https://github.com/fabpot",
  257. "type": "github"
  258. },
  259. {
  260. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  261. "type": "tidelift"
  262. }
  263. ]
  264. },
  265. {
  266. "name": "symfony/polyfill-intl-idn",
  267. "version": "v1.15.0",
  268. "version_normalized": "1.15.0.0",
  269. "source": {
  270. "type": "git",
  271. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  272. "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf"
  273. },
  274. "dist": {
  275. "type": "zip",
  276. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
  277. "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
  278. "shasum": ""
  279. },
  280. "require": {
  281. "php": ">=5.3.3",
  282. "symfony/polyfill-mbstring": "^1.3",
  283. "symfony/polyfill-php72": "^1.10"
  284. },
  285. "suggest": {
  286. "ext-intl": "For best performance"
  287. },
  288. "time": "2020-03-09T19:04:49+00:00",
  289. "type": "library",
  290. "extra": {
  291. "branch-alias": {
  292. "dev-master": "1.15-dev"
  293. }
  294. },
  295. "installation-source": "dist",
  296. "autoload": {
  297. "psr-4": {
  298. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  299. },
  300. "files": [
  301. "bootstrap.php"
  302. ]
  303. },
  304. "notification-url": "https://packagist.org/downloads/",
  305. "license": [
  306. "MIT"
  307. ],
  308. "authors": [
  309. {
  310. "name": "Laurent Bassin",
  311. "email": "laurent@bassin.info"
  312. },
  313. {
  314. "name": "Symfony Community",
  315. "homepage": "https://symfony.com/contributors"
  316. }
  317. ],
  318. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  319. "homepage": "https://symfony.com",
  320. "keywords": [
  321. "compatibility",
  322. "idn",
  323. "intl",
  324. "polyfill",
  325. "portable",
  326. "shim"
  327. ],
  328. "funding": [
  329. {
  330. "url": "https://symfony.com/sponsor",
  331. "type": "custom"
  332. },
  333. {
  334. "url": "https://github.com/fabpot",
  335. "type": "github"
  336. },
  337. {
  338. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  339. "type": "tidelift"
  340. }
  341. ]
  342. },
  343. {
  344. "name": "symfony/polyfill-mbstring",
  345. "version": "v1.15.0",
  346. "version_normalized": "1.15.0.0",
  347. "source": {
  348. "type": "git",
  349. "url": "https://github.com/symfony/polyfill-mbstring.git",
  350. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
  351. },
  352. "dist": {
  353. "type": "zip",
  354. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  355. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  356. "shasum": ""
  357. },
  358. "require": {
  359. "php": ">=5.3.3"
  360. },
  361. "suggest": {
  362. "ext-mbstring": "For best performance"
  363. },
  364. "time": "2020-03-09T19:04:49+00:00",
  365. "type": "library",
  366. "extra": {
  367. "branch-alias": {
  368. "dev-master": "1.15-dev"
  369. }
  370. },
  371. "installation-source": "dist",
  372. "autoload": {
  373. "psr-4": {
  374. "Symfony\\Polyfill\\Mbstring\\": ""
  375. },
  376. "files": [
  377. "bootstrap.php"
  378. ]
  379. },
  380. "notification-url": "https://packagist.org/downloads/",
  381. "license": [
  382. "MIT"
  383. ],
  384. "authors": [
  385. {
  386. "name": "Nicolas Grekas",
  387. "email": "p@tchwork.com"
  388. },
  389. {
  390. "name": "Symfony Community",
  391. "homepage": "https://symfony.com/contributors"
  392. }
  393. ],
  394. "description": "Symfony polyfill for the Mbstring extension",
  395. "homepage": "https://symfony.com",
  396. "keywords": [
  397. "compatibility",
  398. "mbstring",
  399. "polyfill",
  400. "portable",
  401. "shim"
  402. ],
  403. "funding": [
  404. {
  405. "url": "https://symfony.com/sponsor",
  406. "type": "custom"
  407. },
  408. {
  409. "url": "https://github.com/fabpot",
  410. "type": "github"
  411. },
  412. {
  413. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  414. "type": "tidelift"
  415. }
  416. ]
  417. },
  418. {
  419. "name": "symfony/polyfill-php72",
  420. "version": "v1.15.0",
  421. "version_normalized": "1.15.0.0",
  422. "source": {
  423. "type": "git",
  424. "url": "https://github.com/symfony/polyfill-php72.git",
  425. "reference": "37b0976c78b94856543260ce09b460a7bc852747"
  426. },
  427. "dist": {
  428. "type": "zip",
  429. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
  430. "reference": "37b0976c78b94856543260ce09b460a7bc852747",
  431. "shasum": ""
  432. },
  433. "require": {
  434. "php": ">=5.3.3"
  435. },
  436. "time": "2020-02-27T09:26:54+00:00",
  437. "type": "library",
  438. "extra": {
  439. "branch-alias": {
  440. "dev-master": "1.15-dev"
  441. }
  442. },
  443. "installation-source": "dist",
  444. "autoload": {
  445. "psr-4": {
  446. "Symfony\\Polyfill\\Php72\\": ""
  447. },
  448. "files": [
  449. "bootstrap.php"
  450. ]
  451. },
  452. "notification-url": "https://packagist.org/downloads/",
  453. "license": [
  454. "MIT"
  455. ],
  456. "authors": [
  457. {
  458. "name": "Nicolas Grekas",
  459. "email": "p@tchwork.com"
  460. },
  461. {
  462. "name": "Symfony Community",
  463. "homepage": "https://symfony.com/contributors"
  464. }
  465. ],
  466. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  467. "homepage": "https://symfony.com",
  468. "keywords": [
  469. "compatibility",
  470. "polyfill",
  471. "portable",
  472. "shim"
  473. ],
  474. "funding": [
  475. {
  476. "url": "https://symfony.com/sponsor",
  477. "type": "custom"
  478. },
  479. {
  480. "url": "https://github.com/fabpot",
  481. "type": "github"
  482. },
  483. {
  484. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  485. "type": "tidelift"
  486. }
  487. ]
  488. }
  489. ]