installed.json 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319
  1. [
  2. {
  3. "name": "doctrine/annotations",
  4. "version": "v1.6.1",
  5. "version_normalized": "1.6.1.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/doctrine/annotations.git",
  9. "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/doctrine/annotations/zipball/53120e0eb10355388d6ccbe462f1fea34ddadb24",
  14. "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "doctrine/lexer": "1.*",
  19. "php": "^7.1"
  20. },
  21. "require-dev": {
  22. "doctrine/cache": "1.*",
  23. "phpunit/phpunit": "^6.4"
  24. },
  25. "time": "2019-03-25T19:12:02+00:00",
  26. "type": "library",
  27. "extra": {
  28. "branch-alias": {
  29. "dev-master": "1.6.x-dev"
  30. }
  31. },
  32. "installation-source": "dist",
  33. "autoload": {
  34. "psr-4": {
  35. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  36. }
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "MIT"
  41. ],
  42. "authors": [
  43. {
  44. "name": "Roman Borschel",
  45. "email": "roman@code-factory.org"
  46. },
  47. {
  48. "name": "Benjamin Eberlei",
  49. "email": "kontakt@beberlei.de"
  50. },
  51. {
  52. "name": "Guilherme Blanco",
  53. "email": "guilhermeblanco@gmail.com"
  54. },
  55. {
  56. "name": "Jonathan Wage",
  57. "email": "jonwage@gmail.com"
  58. },
  59. {
  60. "name": "Johannes Schmitt",
  61. "email": "schmittjoh@gmail.com"
  62. }
  63. ],
  64. "description": "Docblock Annotations Parser",
  65. "homepage": "http://www.doctrine-project.org",
  66. "keywords": [
  67. "annotations",
  68. "docblock",
  69. "parser"
  70. ]
  71. },
  72. {
  73. "name": "doctrine/cache",
  74. "version": "v1.8.0",
  75. "version_normalized": "1.8.0.0",
  76. "source": {
  77. "type": "git",
  78. "url": "https://github.com/doctrine/cache.git",
  79. "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
  80. },
  81. "dist": {
  82. "type": "zip",
  83. "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
  84. "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
  85. "shasum": ""
  86. },
  87. "require": {
  88. "php": "~7.1"
  89. },
  90. "conflict": {
  91. "doctrine/common": ">2.2,<2.4"
  92. },
  93. "require-dev": {
  94. "alcaeus/mongo-php-adapter": "^1.1",
  95. "doctrine/coding-standard": "^4.0",
  96. "mongodb/mongodb": "^1.1",
  97. "phpunit/phpunit": "^7.0",
  98. "predis/predis": "~1.0"
  99. },
  100. "suggest": {
  101. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  102. },
  103. "time": "2018-08-21T18:01:43+00:00",
  104. "type": "library",
  105. "extra": {
  106. "branch-alias": {
  107. "dev-master": "1.8.x-dev"
  108. }
  109. },
  110. "installation-source": "dist",
  111. "autoload": {
  112. "psr-4": {
  113. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  114. }
  115. },
  116. "notification-url": "https://packagist.org/downloads/",
  117. "license": [
  118. "MIT"
  119. ],
  120. "authors": [
  121. {
  122. "name": "Roman Borschel",
  123. "email": "roman@code-factory.org"
  124. },
  125. {
  126. "name": "Benjamin Eberlei",
  127. "email": "kontakt@beberlei.de"
  128. },
  129. {
  130. "name": "Guilherme Blanco",
  131. "email": "guilhermeblanco@gmail.com"
  132. },
  133. {
  134. "name": "Jonathan Wage",
  135. "email": "jonwage@gmail.com"
  136. },
  137. {
  138. "name": "Johannes Schmitt",
  139. "email": "schmittjoh@gmail.com"
  140. }
  141. ],
  142. "description": "Caching library offering an object-oriented API for many cache backends",
  143. "homepage": "https://www.doctrine-project.org",
  144. "keywords": [
  145. "cache",
  146. "caching"
  147. ]
  148. },
  149. {
  150. "name": "doctrine/collections",
  151. "version": "v1.6.2",
  152. "version_normalized": "1.6.2.0",
  153. "source": {
  154. "type": "git",
  155. "url": "https://github.com/doctrine/collections.git",
  156. "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be"
  157. },
  158. "dist": {
  159. "type": "zip",
  160. "url": "https://api.github.com/repos/doctrine/collections/zipball/c5e0bc17b1620e97c968ac409acbff28b8b850be",
  161. "reference": "c5e0bc17b1620e97c968ac409acbff28b8b850be",
  162. "shasum": ""
  163. },
  164. "require": {
  165. "php": "^7.1.3"
  166. },
  167. "require-dev": {
  168. "doctrine/coding-standard": "^6.0",
  169. "phpstan/phpstan-shim": "^0.9.2",
  170. "phpunit/phpunit": "^7.0",
  171. "vimeo/psalm": "^3.2.2"
  172. },
  173. "time": "2019-06-09T13:48:14+00:00",
  174. "type": "library",
  175. "extra": {
  176. "branch-alias": {
  177. "dev-master": "1.6.x-dev"
  178. }
  179. },
  180. "installation-source": "dist",
  181. "autoload": {
  182. "psr-4": {
  183. "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
  184. }
  185. },
  186. "notification-url": "https://packagist.org/downloads/",
  187. "license": [
  188. "MIT"
  189. ],
  190. "authors": [
  191. {
  192. "name": "Roman Borschel",
  193. "email": "roman@code-factory.org"
  194. },
  195. {
  196. "name": "Benjamin Eberlei",
  197. "email": "kontakt@beberlei.de"
  198. },
  199. {
  200. "name": "Guilherme Blanco",
  201. "email": "guilhermeblanco@gmail.com"
  202. },
  203. {
  204. "name": "Jonathan Wage",
  205. "email": "jonwage@gmail.com"
  206. },
  207. {
  208. "name": "Johannes Schmitt",
  209. "email": "schmittjoh@gmail.com"
  210. }
  211. ],
  212. "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
  213. "homepage": "https://www.doctrine-project.org/projects/collections.html",
  214. "keywords": [
  215. "array",
  216. "collections",
  217. "iterators",
  218. "php"
  219. ]
  220. },
  221. {
  222. "name": "doctrine/common",
  223. "version": "v2.10.0",
  224. "version_normalized": "2.10.0.0",
  225. "source": {
  226. "type": "git",
  227. "url": "https://github.com/doctrine/common.git",
  228. "reference": "30e33f60f64deec87df728c02b107f82cdafad9d"
  229. },
  230. "dist": {
  231. "type": "zip",
  232. "url": "https://api.github.com/repos/doctrine/common/zipball/30e33f60f64deec87df728c02b107f82cdafad9d",
  233. "reference": "30e33f60f64deec87df728c02b107f82cdafad9d",
  234. "shasum": ""
  235. },
  236. "require": {
  237. "doctrine/annotations": "^1.0",
  238. "doctrine/cache": "^1.0",
  239. "doctrine/collections": "^1.0",
  240. "doctrine/event-manager": "^1.0",
  241. "doctrine/inflector": "^1.0",
  242. "doctrine/lexer": "^1.0",
  243. "doctrine/persistence": "^1.1",
  244. "doctrine/reflection": "^1.0",
  245. "php": "^7.1"
  246. },
  247. "require-dev": {
  248. "doctrine/coding-standard": "^1.0",
  249. "phpunit/phpunit": "^6.3",
  250. "squizlabs/php_codesniffer": "^3.0",
  251. "symfony/phpunit-bridge": "^4.0.5"
  252. },
  253. "time": "2018-11-21T01:24:55+00:00",
  254. "type": "library",
  255. "extra": {
  256. "branch-alias": {
  257. "dev-master": "2.10.x-dev"
  258. }
  259. },
  260. "installation-source": "dist",
  261. "autoload": {
  262. "psr-4": {
  263. "Doctrine\\Common\\": "lib/Doctrine/Common"
  264. }
  265. },
  266. "notification-url": "https://packagist.org/downloads/",
  267. "license": [
  268. "MIT"
  269. ],
  270. "authors": [
  271. {
  272. "name": "Roman Borschel",
  273. "email": "roman@code-factory.org"
  274. },
  275. {
  276. "name": "Benjamin Eberlei",
  277. "email": "kontakt@beberlei.de"
  278. },
  279. {
  280. "name": "Guilherme Blanco",
  281. "email": "guilhermeblanco@gmail.com"
  282. },
  283. {
  284. "name": "Jonathan Wage",
  285. "email": "jonwage@gmail.com"
  286. },
  287. {
  288. "name": "Johannes Schmitt",
  289. "email": "schmittjoh@gmail.com"
  290. },
  291. {
  292. "name": "Marco Pivetta",
  293. "email": "ocramius@gmail.com"
  294. }
  295. ],
  296. "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
  297. "homepage": "https://www.doctrine-project.org/projects/common.html",
  298. "keywords": [
  299. "common",
  300. "doctrine",
  301. "php"
  302. ]
  303. },
  304. {
  305. "name": "doctrine/dbal",
  306. "version": "v2.9.2",
  307. "version_normalized": "2.9.2.0",
  308. "source": {
  309. "type": "git",
  310. "url": "https://github.com/doctrine/dbal.git",
  311. "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
  312. },
  313. "dist": {
  314. "type": "zip",
  315. "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
  316. "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
  317. "shasum": ""
  318. },
  319. "require": {
  320. "doctrine/cache": "^1.0",
  321. "doctrine/event-manager": "^1.0",
  322. "ext-pdo": "*",
  323. "php": "^7.1"
  324. },
  325. "require-dev": {
  326. "doctrine/coding-standard": "^5.0",
  327. "jetbrains/phpstorm-stubs": "^2018.1.2",
  328. "phpstan/phpstan": "^0.10.1",
  329. "phpunit/phpunit": "^7.4",
  330. "symfony/console": "^2.0.5|^3.0|^4.0",
  331. "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
  332. },
  333. "suggest": {
  334. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  335. },
  336. "time": "2018-12-31T03:27:51+00:00",
  337. "bin": [
  338. "bin/doctrine-dbal"
  339. ],
  340. "type": "library",
  341. "extra": {
  342. "branch-alias": {
  343. "dev-master": "2.9.x-dev",
  344. "dev-develop": "3.0.x-dev"
  345. }
  346. },
  347. "installation-source": "dist",
  348. "autoload": {
  349. "psr-4": {
  350. "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
  351. }
  352. },
  353. "notification-url": "https://packagist.org/downloads/",
  354. "license": [
  355. "MIT"
  356. ],
  357. "authors": [
  358. {
  359. "name": "Roman Borschel",
  360. "email": "roman@code-factory.org"
  361. },
  362. {
  363. "name": "Benjamin Eberlei",
  364. "email": "kontakt@beberlei.de"
  365. },
  366. {
  367. "name": "Guilherme Blanco",
  368. "email": "guilhermeblanco@gmail.com"
  369. },
  370. {
  371. "name": "Jonathan Wage",
  372. "email": "jonwage@gmail.com"
  373. }
  374. ],
  375. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  376. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  377. "keywords": [
  378. "abstraction",
  379. "database",
  380. "dbal",
  381. "mysql",
  382. "persistence",
  383. "pgsql",
  384. "php",
  385. "queryobject"
  386. ]
  387. },
  388. {
  389. "name": "doctrine/event-manager",
  390. "version": "v1.0.0",
  391. "version_normalized": "1.0.0.0",
  392. "source": {
  393. "type": "git",
  394. "url": "https://github.com/doctrine/event-manager.git",
  395. "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
  396. },
  397. "dist": {
  398. "type": "zip",
  399. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
  400. "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
  401. "shasum": ""
  402. },
  403. "require": {
  404. "php": "^7.1"
  405. },
  406. "conflict": {
  407. "doctrine/common": "<2.9@dev"
  408. },
  409. "require-dev": {
  410. "doctrine/coding-standard": "^4.0",
  411. "phpunit/phpunit": "^7.0"
  412. },
  413. "time": "2018-06-11T11:59:03+00:00",
  414. "type": "library",
  415. "extra": {
  416. "branch-alias": {
  417. "dev-master": "1.0.x-dev"
  418. }
  419. },
  420. "installation-source": "dist",
  421. "autoload": {
  422. "psr-4": {
  423. "Doctrine\\Common\\": "lib/Doctrine/Common"
  424. }
  425. },
  426. "notification-url": "https://packagist.org/downloads/",
  427. "license": [
  428. "MIT"
  429. ],
  430. "authors": [
  431. {
  432. "name": "Roman Borschel",
  433. "email": "roman@code-factory.org"
  434. },
  435. {
  436. "name": "Benjamin Eberlei",
  437. "email": "kontakt@beberlei.de"
  438. },
  439. {
  440. "name": "Guilherme Blanco",
  441. "email": "guilhermeblanco@gmail.com"
  442. },
  443. {
  444. "name": "Jonathan Wage",
  445. "email": "jonwage@gmail.com"
  446. },
  447. {
  448. "name": "Johannes Schmitt",
  449. "email": "schmittjoh@gmail.com"
  450. },
  451. {
  452. "name": "Marco Pivetta",
  453. "email": "ocramius@gmail.com"
  454. }
  455. ],
  456. "description": "Doctrine Event Manager component",
  457. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  458. "keywords": [
  459. "event",
  460. "eventdispatcher",
  461. "eventmanager"
  462. ]
  463. },
  464. {
  465. "name": "doctrine/inflector",
  466. "version": "v1.3.0",
  467. "version_normalized": "1.3.0.0",
  468. "source": {
  469. "type": "git",
  470. "url": "https://github.com/doctrine/inflector.git",
  471. "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
  472. },
  473. "dist": {
  474. "type": "zip",
  475. "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
  476. "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
  477. "shasum": ""
  478. },
  479. "require": {
  480. "php": "^7.1"
  481. },
  482. "require-dev": {
  483. "phpunit/phpunit": "^6.2"
  484. },
  485. "time": "2018-01-09T20:05:19+00:00",
  486. "type": "library",
  487. "extra": {
  488. "branch-alias": {
  489. "dev-master": "1.3.x-dev"
  490. }
  491. },
  492. "installation-source": "dist",
  493. "autoload": {
  494. "psr-4": {
  495. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  496. }
  497. },
  498. "notification-url": "https://packagist.org/downloads/",
  499. "license": [
  500. "MIT"
  501. ],
  502. "authors": [
  503. {
  504. "name": "Roman Borschel",
  505. "email": "roman@code-factory.org"
  506. },
  507. {
  508. "name": "Benjamin Eberlei",
  509. "email": "kontakt@beberlei.de"
  510. },
  511. {
  512. "name": "Guilherme Blanco",
  513. "email": "guilhermeblanco@gmail.com"
  514. },
  515. {
  516. "name": "Jonathan Wage",
  517. "email": "jonwage@gmail.com"
  518. },
  519. {
  520. "name": "Johannes Schmitt",
  521. "email": "schmittjoh@gmail.com"
  522. }
  523. ],
  524. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  525. "homepage": "http://www.doctrine-project.org",
  526. "keywords": [
  527. "inflection",
  528. "pluralize",
  529. "singularize",
  530. "string"
  531. ]
  532. },
  533. {
  534. "name": "doctrine/instantiator",
  535. "version": "1.2.0",
  536. "version_normalized": "1.2.0.0",
  537. "source": {
  538. "type": "git",
  539. "url": "https://github.com/doctrine/instantiator.git",
  540. "reference": "a2c590166b2133a4633738648b6b064edae0814a"
  541. },
  542. "dist": {
  543. "type": "zip",
  544. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
  545. "reference": "a2c590166b2133a4633738648b6b064edae0814a",
  546. "shasum": ""
  547. },
  548. "require": {
  549. "php": "^7.1"
  550. },
  551. "require-dev": {
  552. "doctrine/coding-standard": "^6.0",
  553. "ext-pdo": "*",
  554. "ext-phar": "*",
  555. "phpbench/phpbench": "^0.13",
  556. "phpstan/phpstan-phpunit": "^0.11",
  557. "phpstan/phpstan-shim": "^0.11",
  558. "phpunit/phpunit": "^7.0"
  559. },
  560. "time": "2019-03-17T17:37:11+00:00",
  561. "type": "library",
  562. "extra": {
  563. "branch-alias": {
  564. "dev-master": "1.2.x-dev"
  565. }
  566. },
  567. "installation-source": "dist",
  568. "autoload": {
  569. "psr-4": {
  570. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  571. }
  572. },
  573. "notification-url": "https://packagist.org/downloads/",
  574. "license": [
  575. "MIT"
  576. ],
  577. "authors": [
  578. {
  579. "name": "Marco Pivetta",
  580. "email": "ocramius@gmail.com",
  581. "homepage": "http://ocramius.github.com/"
  582. }
  583. ],
  584. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  585. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  586. "keywords": [
  587. "constructor",
  588. "instantiate"
  589. ]
  590. },
  591. {
  592. "name": "doctrine/lexer",
  593. "version": "1.0.2",
  594. "version_normalized": "1.0.2.0",
  595. "source": {
  596. "type": "git",
  597. "url": "https://github.com/doctrine/lexer.git",
  598. "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
  599. },
  600. "dist": {
  601. "type": "zip",
  602. "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
  603. "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
  604. "shasum": ""
  605. },
  606. "require": {
  607. "php": ">=5.3.2"
  608. },
  609. "require-dev": {
  610. "phpunit/phpunit": "^4.5"
  611. },
  612. "time": "2019-06-08T11:03:04+00:00",
  613. "type": "library",
  614. "extra": {
  615. "branch-alias": {
  616. "dev-master": "1.0.x-dev"
  617. }
  618. },
  619. "installation-source": "dist",
  620. "autoload": {
  621. "psr-4": {
  622. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  623. }
  624. },
  625. "notification-url": "https://packagist.org/downloads/",
  626. "license": [
  627. "MIT"
  628. ],
  629. "authors": [
  630. {
  631. "name": "Roman Borschel",
  632. "email": "roman@code-factory.org"
  633. },
  634. {
  635. "name": "Guilherme Blanco",
  636. "email": "guilhermeblanco@gmail.com"
  637. },
  638. {
  639. "name": "Johannes Schmitt",
  640. "email": "schmittjoh@gmail.com"
  641. }
  642. ],
  643. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  644. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  645. "keywords": [
  646. "annotations",
  647. "docblock",
  648. "lexer",
  649. "parser",
  650. "php"
  651. ]
  652. },
  653. {
  654. "name": "doctrine/orm",
  655. "version": "v2.6.3",
  656. "version_normalized": "2.6.3.0",
  657. "source": {
  658. "type": "git",
  659. "url": "https://github.com/doctrine/orm.git",
  660. "reference": "434820973cadf2da2d66e7184be370084cc32ca8"
  661. },
  662. "dist": {
  663. "type": "zip",
  664. "url": "https://api.github.com/repos/doctrine/orm/zipball/434820973cadf2da2d66e7184be370084cc32ca8",
  665. "reference": "434820973cadf2da2d66e7184be370084cc32ca8",
  666. "shasum": ""
  667. },
  668. "require": {
  669. "doctrine/annotations": "~1.5",
  670. "doctrine/cache": "~1.6",
  671. "doctrine/collections": "^1.4",
  672. "doctrine/common": "^2.7.1",
  673. "doctrine/dbal": "^2.6",
  674. "doctrine/instantiator": "~1.1",
  675. "ext-pdo": "*",
  676. "php": "^7.1",
  677. "symfony/console": "~3.0|~4.0"
  678. },
  679. "require-dev": {
  680. "doctrine/coding-standard": "^1.0",
  681. "phpunit/phpunit": "^6.5",
  682. "squizlabs/php_codesniffer": "^3.2",
  683. "symfony/yaml": "~3.4|~4.0"
  684. },
  685. "suggest": {
  686. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  687. },
  688. "time": "2018-11-20T23:46:46+00:00",
  689. "bin": [
  690. "bin/doctrine"
  691. ],
  692. "type": "library",
  693. "extra": {
  694. "branch-alias": {
  695. "dev-master": "2.6.x-dev"
  696. }
  697. },
  698. "installation-source": "dist",
  699. "autoload": {
  700. "psr-4": {
  701. "Doctrine\\ORM\\": "lib/Doctrine/ORM"
  702. }
  703. },
  704. "notification-url": "https://packagist.org/downloads/",
  705. "license": [
  706. "MIT"
  707. ],
  708. "authors": [
  709. {
  710. "name": "Roman Borschel",
  711. "email": "roman@code-factory.org"
  712. },
  713. {
  714. "name": "Benjamin Eberlei",
  715. "email": "kontakt@beberlei.de"
  716. },
  717. {
  718. "name": "Guilherme Blanco",
  719. "email": "guilhermeblanco@gmail.com"
  720. },
  721. {
  722. "name": "Jonathan Wage",
  723. "email": "jonwage@gmail.com"
  724. },
  725. {
  726. "name": "Marco Pivetta",
  727. "email": "ocramius@gmail.com"
  728. }
  729. ],
  730. "description": "Object-Relational-Mapper for PHP",
  731. "homepage": "http://www.doctrine-project.org",
  732. "keywords": [
  733. "database",
  734. "orm"
  735. ]
  736. },
  737. {
  738. "name": "doctrine/persistence",
  739. "version": "1.1.1",
  740. "version_normalized": "1.1.1.0",
  741. "source": {
  742. "type": "git",
  743. "url": "https://github.com/doctrine/persistence.git",
  744. "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48"
  745. },
  746. "dist": {
  747. "type": "zip",
  748. "url": "https://api.github.com/repos/doctrine/persistence/zipball/3da7c9d125591ca83944f477e65ed3d7b4617c48",
  749. "reference": "3da7c9d125591ca83944f477e65ed3d7b4617c48",
  750. "shasum": ""
  751. },
  752. "require": {
  753. "doctrine/annotations": "^1.0",
  754. "doctrine/cache": "^1.0",
  755. "doctrine/collections": "^1.0",
  756. "doctrine/event-manager": "^1.0",
  757. "doctrine/reflection": "^1.0",
  758. "php": "^7.1"
  759. },
  760. "conflict": {
  761. "doctrine/common": "<2.10@dev"
  762. },
  763. "require-dev": {
  764. "doctrine/coding-standard": "^5.0",
  765. "phpstan/phpstan": "^0.8",
  766. "phpunit/phpunit": "^7.0"
  767. },
  768. "time": "2019-04-23T08:28:24+00:00",
  769. "type": "library",
  770. "extra": {
  771. "branch-alias": {
  772. "dev-master": "1.1.x-dev"
  773. }
  774. },
  775. "installation-source": "dist",
  776. "autoload": {
  777. "psr-4": {
  778. "Doctrine\\Common\\": "lib/Doctrine/Common"
  779. }
  780. },
  781. "notification-url": "https://packagist.org/downloads/",
  782. "license": [
  783. "MIT"
  784. ],
  785. "authors": [
  786. {
  787. "name": "Roman Borschel",
  788. "email": "roman@code-factory.org"
  789. },
  790. {
  791. "name": "Benjamin Eberlei",
  792. "email": "kontakt@beberlei.de"
  793. },
  794. {
  795. "name": "Guilherme Blanco",
  796. "email": "guilhermeblanco@gmail.com"
  797. },
  798. {
  799. "name": "Jonathan Wage",
  800. "email": "jonwage@gmail.com"
  801. },
  802. {
  803. "name": "Johannes Schmitt",
  804. "email": "schmittjoh@gmail.com"
  805. },
  806. {
  807. "name": "Marco Pivetta",
  808. "email": "ocramius@gmail.com"
  809. }
  810. ],
  811. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  812. "homepage": "https://doctrine-project.org/projects/persistence.html",
  813. "keywords": [
  814. "mapper",
  815. "object",
  816. "odm",
  817. "orm",
  818. "persistence"
  819. ]
  820. },
  821. {
  822. "name": "doctrine/reflection",
  823. "version": "v1.0.0",
  824. "version_normalized": "1.0.0.0",
  825. "source": {
  826. "type": "git",
  827. "url": "https://github.com/doctrine/reflection.git",
  828. "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
  829. },
  830. "dist": {
  831. "type": "zip",
  832. "url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
  833. "reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
  834. "shasum": ""
  835. },
  836. "require": {
  837. "doctrine/annotations": "^1.0",
  838. "ext-tokenizer": "*",
  839. "php": "^7.1"
  840. },
  841. "require-dev": {
  842. "doctrine/coding-standard": "^4.0",
  843. "doctrine/common": "^2.8",
  844. "phpstan/phpstan": "^0.9.2",
  845. "phpstan/phpstan-phpunit": "^0.9.4",
  846. "phpunit/phpunit": "^7.0",
  847. "squizlabs/php_codesniffer": "^3.0"
  848. },
  849. "time": "2018-06-14T14:45:07+00:00",
  850. "type": "library",
  851. "extra": {
  852. "branch-alias": {
  853. "dev-master": "1.0.x-dev"
  854. }
  855. },
  856. "installation-source": "dist",
  857. "autoload": {
  858. "psr-4": {
  859. "Doctrine\\Common\\": "lib/Doctrine/Common"
  860. }
  861. },
  862. "notification-url": "https://packagist.org/downloads/",
  863. "license": [
  864. "MIT"
  865. ],
  866. "authors": [
  867. {
  868. "name": "Roman Borschel",
  869. "email": "roman@code-factory.org"
  870. },
  871. {
  872. "name": "Benjamin Eberlei",
  873. "email": "kontakt@beberlei.de"
  874. },
  875. {
  876. "name": "Guilherme Blanco",
  877. "email": "guilhermeblanco@gmail.com"
  878. },
  879. {
  880. "name": "Jonathan Wage",
  881. "email": "jonwage@gmail.com"
  882. },
  883. {
  884. "name": "Johannes Schmitt",
  885. "email": "schmittjoh@gmail.com"
  886. },
  887. {
  888. "name": "Marco Pivetta",
  889. "email": "ocramius@gmail.com"
  890. }
  891. ],
  892. "description": "Doctrine Reflection component",
  893. "homepage": "https://www.doctrine-project.org/projects/reflection.html",
  894. "keywords": [
  895. "reflection"
  896. ]
  897. },
  898. {
  899. "name": "psr/container",
  900. "version": "1.0.0",
  901. "version_normalized": "1.0.0.0",
  902. "source": {
  903. "type": "git",
  904. "url": "https://github.com/php-fig/container.git",
  905. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  906. },
  907. "dist": {
  908. "type": "zip",
  909. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  910. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  911. "shasum": ""
  912. },
  913. "require": {
  914. "php": ">=5.3.0"
  915. },
  916. "time": "2017-02-14T16:28:37+00:00",
  917. "type": "library",
  918. "extra": {
  919. "branch-alias": {
  920. "dev-master": "1.0.x-dev"
  921. }
  922. },
  923. "installation-source": "dist",
  924. "autoload": {
  925. "psr-4": {
  926. "Psr\\Container\\": "src/"
  927. }
  928. },
  929. "notification-url": "https://packagist.org/downloads/",
  930. "license": [
  931. "MIT"
  932. ],
  933. "authors": [
  934. {
  935. "name": "PHP-FIG",
  936. "homepage": "http://www.php-fig.org/"
  937. }
  938. ],
  939. "description": "Common Container Interface (PHP FIG PSR-11)",
  940. "homepage": "https://github.com/php-fig/container",
  941. "keywords": [
  942. "PSR-11",
  943. "container",
  944. "container-interface",
  945. "container-interop",
  946. "psr"
  947. ]
  948. },
  949. {
  950. "name": "symfony/console",
  951. "version": "v4.3.2",
  952. "version_normalized": "4.3.2.0",
  953. "source": {
  954. "type": "git",
  955. "url": "https://github.com/symfony/console.git",
  956. "reference": "b592b26a24265a35172d8a2094d8b10f22b7cc39"
  957. },
  958. "dist": {
  959. "type": "zip",
  960. "url": "https://api.github.com/repos/symfony/console/zipball/b592b26a24265a35172d8a2094d8b10f22b7cc39",
  961. "reference": "b592b26a24265a35172d8a2094d8b10f22b7cc39",
  962. "shasum": ""
  963. },
  964. "require": {
  965. "php": "^7.1.3",
  966. "symfony/polyfill-mbstring": "~1.0",
  967. "symfony/polyfill-php73": "^1.8",
  968. "symfony/service-contracts": "^1.1"
  969. },
  970. "conflict": {
  971. "symfony/dependency-injection": "<3.4",
  972. "symfony/event-dispatcher": "<4.3",
  973. "symfony/process": "<3.3"
  974. },
  975. "provide": {
  976. "psr/log-implementation": "1.0"
  977. },
  978. "require-dev": {
  979. "psr/log": "~1.0",
  980. "symfony/config": "~3.4|~4.0",
  981. "symfony/dependency-injection": "~3.4|~4.0",
  982. "symfony/event-dispatcher": "^4.3",
  983. "symfony/lock": "~3.4|~4.0",
  984. "symfony/process": "~3.4|~4.0",
  985. "symfony/var-dumper": "^4.3"
  986. },
  987. "suggest": {
  988. "psr/log": "For using the console logger",
  989. "symfony/event-dispatcher": "",
  990. "symfony/lock": "",
  991. "symfony/process": ""
  992. },
  993. "time": "2019-06-13T11:03:18+00:00",
  994. "type": "library",
  995. "extra": {
  996. "branch-alias": {
  997. "dev-master": "4.3-dev"
  998. }
  999. },
  1000. "installation-source": "dist",
  1001. "autoload": {
  1002. "psr-4": {
  1003. "Symfony\\Component\\Console\\": ""
  1004. },
  1005. "exclude-from-classmap": [
  1006. "/Tests/"
  1007. ]
  1008. },
  1009. "notification-url": "https://packagist.org/downloads/",
  1010. "license": [
  1011. "MIT"
  1012. ],
  1013. "authors": [
  1014. {
  1015. "name": "Fabien Potencier",
  1016. "email": "fabien@symfony.com"
  1017. },
  1018. {
  1019. "name": "Symfony Community",
  1020. "homepage": "https://symfony.com/contributors"
  1021. }
  1022. ],
  1023. "description": "Symfony Console Component",
  1024. "homepage": "https://symfony.com"
  1025. },
  1026. {
  1027. "name": "symfony/polyfill-ctype",
  1028. "version": "v1.11.0",
  1029. "version_normalized": "1.11.0.0",
  1030. "source": {
  1031. "type": "git",
  1032. "url": "https://github.com/symfony/polyfill-ctype.git",
  1033. "reference": "82ebae02209c21113908c229e9883c419720738a"
  1034. },
  1035. "dist": {
  1036. "type": "zip",
  1037. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
  1038. "reference": "82ebae02209c21113908c229e9883c419720738a",
  1039. "shasum": ""
  1040. },
  1041. "require": {
  1042. "php": ">=5.3.3"
  1043. },
  1044. "suggest": {
  1045. "ext-ctype": "For best performance"
  1046. },
  1047. "time": "2019-02-06T07:57:58+00:00",
  1048. "type": "library",
  1049. "extra": {
  1050. "branch-alias": {
  1051. "dev-master": "1.11-dev"
  1052. }
  1053. },
  1054. "installation-source": "dist",
  1055. "autoload": {
  1056. "psr-4": {
  1057. "Symfony\\Polyfill\\Ctype\\": ""
  1058. },
  1059. "files": [
  1060. "bootstrap.php"
  1061. ]
  1062. },
  1063. "notification-url": "https://packagist.org/downloads/",
  1064. "license": [
  1065. "MIT"
  1066. ],
  1067. "authors": [
  1068. {
  1069. "name": "Symfony Community",
  1070. "homepage": "https://symfony.com/contributors"
  1071. },
  1072. {
  1073. "name": "Gert de Pagter",
  1074. "email": "BackEndTea@gmail.com"
  1075. }
  1076. ],
  1077. "description": "Symfony polyfill for ctype functions",
  1078. "homepage": "https://symfony.com",
  1079. "keywords": [
  1080. "compatibility",
  1081. "ctype",
  1082. "polyfill",
  1083. "portable"
  1084. ]
  1085. },
  1086. {
  1087. "name": "symfony/polyfill-mbstring",
  1088. "version": "v1.11.0",
  1089. "version_normalized": "1.11.0.0",
  1090. "source": {
  1091. "type": "git",
  1092. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1093. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
  1094. },
  1095. "dist": {
  1096. "type": "zip",
  1097. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
  1098. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
  1099. "shasum": ""
  1100. },
  1101. "require": {
  1102. "php": ">=5.3.3"
  1103. },
  1104. "suggest": {
  1105. "ext-mbstring": "For best performance"
  1106. },
  1107. "time": "2019-02-06T07:57:58+00:00",
  1108. "type": "library",
  1109. "extra": {
  1110. "branch-alias": {
  1111. "dev-master": "1.11-dev"
  1112. }
  1113. },
  1114. "installation-source": "dist",
  1115. "autoload": {
  1116. "psr-4": {
  1117. "Symfony\\Polyfill\\Mbstring\\": ""
  1118. },
  1119. "files": [
  1120. "bootstrap.php"
  1121. ]
  1122. },
  1123. "notification-url": "https://packagist.org/downloads/",
  1124. "license": [
  1125. "MIT"
  1126. ],
  1127. "authors": [
  1128. {
  1129. "name": "Nicolas Grekas",
  1130. "email": "p@tchwork.com"
  1131. },
  1132. {
  1133. "name": "Symfony Community",
  1134. "homepage": "https://symfony.com/contributors"
  1135. }
  1136. ],
  1137. "description": "Symfony polyfill for the Mbstring extension",
  1138. "homepage": "https://symfony.com",
  1139. "keywords": [
  1140. "compatibility",
  1141. "mbstring",
  1142. "polyfill",
  1143. "portable",
  1144. "shim"
  1145. ]
  1146. },
  1147. {
  1148. "name": "symfony/polyfill-php73",
  1149. "version": "v1.11.0",
  1150. "version_normalized": "1.11.0.0",
  1151. "source": {
  1152. "type": "git",
  1153. "url": "https://github.com/symfony/polyfill-php73.git",
  1154. "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd"
  1155. },
  1156. "dist": {
  1157. "type": "zip",
  1158. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
  1159. "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
  1160. "shasum": ""
  1161. },
  1162. "require": {
  1163. "php": ">=5.3.3"
  1164. },
  1165. "time": "2019-02-06T07:57:58+00:00",
  1166. "type": "library",
  1167. "extra": {
  1168. "branch-alias": {
  1169. "dev-master": "1.11-dev"
  1170. }
  1171. },
  1172. "installation-source": "dist",
  1173. "autoload": {
  1174. "psr-4": {
  1175. "Symfony\\Polyfill\\Php73\\": ""
  1176. },
  1177. "files": [
  1178. "bootstrap.php"
  1179. ],
  1180. "classmap": [
  1181. "Resources/stubs"
  1182. ]
  1183. },
  1184. "notification-url": "https://packagist.org/downloads/",
  1185. "license": [
  1186. "MIT"
  1187. ],
  1188. "authors": [
  1189. {
  1190. "name": "Nicolas Grekas",
  1191. "email": "p@tchwork.com"
  1192. },
  1193. {
  1194. "name": "Symfony Community",
  1195. "homepage": "https://symfony.com/contributors"
  1196. }
  1197. ],
  1198. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  1199. "homepage": "https://symfony.com",
  1200. "keywords": [
  1201. "compatibility",
  1202. "polyfill",
  1203. "portable",
  1204. "shim"
  1205. ]
  1206. },
  1207. {
  1208. "name": "symfony/service-contracts",
  1209. "version": "v1.1.5",
  1210. "version_normalized": "1.1.5.0",
  1211. "source": {
  1212. "type": "git",
  1213. "url": "https://github.com/symfony/service-contracts.git",
  1214. "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d"
  1215. },
  1216. "dist": {
  1217. "type": "zip",
  1218. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d",
  1219. "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d",
  1220. "shasum": ""
  1221. },
  1222. "require": {
  1223. "php": "^7.1.3",
  1224. "psr/container": "^1.0"
  1225. },
  1226. "suggest": {
  1227. "symfony/service-implementation": ""
  1228. },
  1229. "time": "2019-06-13T11:15:36+00:00",
  1230. "type": "library",
  1231. "extra": {
  1232. "branch-alias": {
  1233. "dev-master": "1.1-dev"
  1234. }
  1235. },
  1236. "installation-source": "dist",
  1237. "autoload": {
  1238. "psr-4": {
  1239. "Symfony\\Contracts\\Service\\": ""
  1240. }
  1241. },
  1242. "notification-url": "https://packagist.org/downloads/",
  1243. "license": [
  1244. "MIT"
  1245. ],
  1246. "authors": [
  1247. {
  1248. "name": "Nicolas Grekas",
  1249. "email": "p@tchwork.com"
  1250. },
  1251. {
  1252. "name": "Symfony Community",
  1253. "homepage": "https://symfony.com/contributors"
  1254. }
  1255. ],
  1256. "description": "Generic abstractions related to writing services",
  1257. "homepage": "https://symfony.com",
  1258. "keywords": [
  1259. "abstractions",
  1260. "contracts",
  1261. "decoupling",
  1262. "interfaces",
  1263. "interoperability",
  1264. "standards"
  1265. ]
  1266. },
  1267. {
  1268. "name": "symfony/yaml",
  1269. "version": "v2.8.50",
  1270. "version_normalized": "2.8.50.0",
  1271. "source": {
  1272. "type": "git",
  1273. "url": "https://github.com/symfony/yaml.git",
  1274. "reference": "02c1859112aa779d9ab394ae4f3381911d84052b"
  1275. },
  1276. "dist": {
  1277. "type": "zip",
  1278. "url": "https://api.github.com/repos/symfony/yaml/zipball/02c1859112aa779d9ab394ae4f3381911d84052b",
  1279. "reference": "02c1859112aa779d9ab394ae4f3381911d84052b",
  1280. "shasum": ""
  1281. },
  1282. "require": {
  1283. "php": ">=5.3.9",
  1284. "symfony/polyfill-ctype": "~1.8"
  1285. },
  1286. "time": "2018-11-11T11:18:13+00:00",
  1287. "type": "library",
  1288. "extra": {
  1289. "branch-alias": {
  1290. "dev-master": "2.8-dev"
  1291. }
  1292. },
  1293. "installation-source": "dist",
  1294. "autoload": {
  1295. "psr-4": {
  1296. "Symfony\\Component\\Yaml\\": ""
  1297. },
  1298. "exclude-from-classmap": [
  1299. "/Tests/"
  1300. ]
  1301. },
  1302. "notification-url": "https://packagist.org/downloads/",
  1303. "license": [
  1304. "MIT"
  1305. ],
  1306. "authors": [
  1307. {
  1308. "name": "Fabien Potencier",
  1309. "email": "fabien@symfony.com"
  1310. },
  1311. {
  1312. "name": "Symfony Community",
  1313. "homepage": "https://symfony.com/contributors"
  1314. }
  1315. ],
  1316. "description": "Symfony Yaml Component",
  1317. "homepage": "https://symfony.com"
  1318. }
  1319. ]