Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

installed.json 26KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843
  1. [
  2. {
  3. "name": "doctrine/inflector",
  4. "version": "v1.3.0",
  5. "version_normalized": "1.3.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/doctrine/inflector.git",
  9. "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
  14. "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": "^7.1"
  19. },
  20. "require-dev": {
  21. "phpunit/phpunit": "^6.2"
  22. },
  23. "time": "2018-01-09T20:05:19+00:00",
  24. "type": "library",
  25. "extra": {
  26. "branch-alias": {
  27. "dev-master": "1.3.x-dev"
  28. }
  29. },
  30. "installation-source": "dist",
  31. "autoload": {
  32. "psr-4": {
  33. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  34. }
  35. },
  36. "notification-url": "https://packagist.org/downloads/",
  37. "license": [
  38. "MIT"
  39. ],
  40. "authors": [
  41. {
  42. "name": "Roman Borschel",
  43. "email": "roman@code-factory.org"
  44. },
  45. {
  46. "name": "Benjamin Eberlei",
  47. "email": "kontakt@beberlei.de"
  48. },
  49. {
  50. "name": "Guilherme Blanco",
  51. "email": "guilhermeblanco@gmail.com"
  52. },
  53. {
  54. "name": "Jonathan Wage",
  55. "email": "jonwage@gmail.com"
  56. },
  57. {
  58. "name": "Johannes Schmitt",
  59. "email": "schmittjoh@gmail.com"
  60. }
  61. ],
  62. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  63. "homepage": "http://www.doctrine-project.org",
  64. "keywords": [
  65. "inflection",
  66. "pluralize",
  67. "singularize",
  68. "string"
  69. ]
  70. },
  71. {
  72. "name": "illuminate/container",
  73. "version": "v5.8.11",
  74. "version_normalized": "5.8.11.0",
  75. "source": {
  76. "type": "git",
  77. "url": "https://github.com/illuminate/container.git",
  78. "reference": "b984960d2634c6be97b0dd368a8953e8c4e06ec7"
  79. },
  80. "dist": {
  81. "type": "zip",
  82. "url": "https://api.github.com/repos/illuminate/container/zipball/b984960d2634c6be97b0dd368a8953e8c4e06ec7",
  83. "reference": "b984960d2634c6be97b0dd368a8953e8c4e06ec7",
  84. "shasum": ""
  85. },
  86. "require": {
  87. "illuminate/contracts": "5.8.*",
  88. "illuminate/support": "5.8.*",
  89. "php": "^7.1.3",
  90. "psr/container": "^1.0"
  91. },
  92. "time": "2019-03-03T15:13:35+00:00",
  93. "type": "library",
  94. "extra": {
  95. "branch-alias": {
  96. "dev-master": "5.8-dev"
  97. }
  98. },
  99. "installation-source": "dist",
  100. "autoload": {
  101. "psr-4": {
  102. "Illuminate\\Container\\": ""
  103. }
  104. },
  105. "notification-url": "https://packagist.org/downloads/",
  106. "license": [
  107. "MIT"
  108. ],
  109. "authors": [
  110. {
  111. "name": "Taylor Otwell",
  112. "email": "taylor@laravel.com"
  113. }
  114. ],
  115. "description": "The Illuminate Container package.",
  116. "homepage": "https://laravel.com"
  117. },
  118. {
  119. "name": "illuminate/contracts",
  120. "version": "v5.8.11",
  121. "version_normalized": "5.8.11.0",
  122. "source": {
  123. "type": "git",
  124. "url": "https://github.com/illuminate/contracts.git",
  125. "reference": "384b4daa2c738455f249c7f6f368197a5118ec43"
  126. },
  127. "dist": {
  128. "type": "zip",
  129. "url": "https://api.github.com/repos/illuminate/contracts/zipball/384b4daa2c738455f249c7f6f368197a5118ec43",
  130. "reference": "384b4daa2c738455f249c7f6f368197a5118ec43",
  131. "shasum": ""
  132. },
  133. "require": {
  134. "php": "^7.1.3",
  135. "psr/container": "^1.0",
  136. "psr/simple-cache": "^1.0"
  137. },
  138. "time": "2019-04-03T08:58:07+00:00",
  139. "type": "library",
  140. "extra": {
  141. "branch-alias": {
  142. "dev-master": "5.8-dev"
  143. }
  144. },
  145. "installation-source": "dist",
  146. "autoload": {
  147. "psr-4": {
  148. "Illuminate\\Contracts\\": ""
  149. }
  150. },
  151. "notification-url": "https://packagist.org/downloads/",
  152. "license": [
  153. "MIT"
  154. ],
  155. "authors": [
  156. {
  157. "name": "Taylor Otwell",
  158. "email": "taylor@laravel.com"
  159. }
  160. ],
  161. "description": "The Illuminate Contracts package.",
  162. "homepage": "https://laravel.com"
  163. },
  164. {
  165. "name": "illuminate/database",
  166. "version": "v5.8.11",
  167. "version_normalized": "5.8.11.0",
  168. "source": {
  169. "type": "git",
  170. "url": "https://github.com/illuminate/database.git",
  171. "reference": "78ba623ea60a93a4f33aa4fbbe003b79445444b7"
  172. },
  173. "dist": {
  174. "type": "zip",
  175. "url": "https://api.github.com/repos/illuminate/database/zipball/78ba623ea60a93a4f33aa4fbbe003b79445444b7",
  176. "reference": "78ba623ea60a93a4f33aa4fbbe003b79445444b7",
  177. "shasum": ""
  178. },
  179. "require": {
  180. "ext-json": "*",
  181. "illuminate/container": "5.8.*",
  182. "illuminate/contracts": "5.8.*",
  183. "illuminate/support": "5.8.*",
  184. "php": "^7.1.3"
  185. },
  186. "suggest": {
  187. "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
  188. "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
  189. "illuminate/console": "Required to use the database commands (5.8.*).",
  190. "illuminate/events": "Required to use the observers with Eloquent (5.8.*).",
  191. "illuminate/filesystem": "Required to use the migrations (5.8.*).",
  192. "illuminate/pagination": "Required to paginate the result set (5.8.*)."
  193. },
  194. "time": "2019-04-10T10:42:53+00:00",
  195. "type": "library",
  196. "extra": {
  197. "branch-alias": {
  198. "dev-master": "5.8-dev"
  199. }
  200. },
  201. "installation-source": "dist",
  202. "autoload": {
  203. "psr-4": {
  204. "Illuminate\\Database\\": ""
  205. }
  206. },
  207. "notification-url": "https://packagist.org/downloads/",
  208. "license": [
  209. "MIT"
  210. ],
  211. "authors": [
  212. {
  213. "name": "Taylor Otwell",
  214. "email": "taylor@laravel.com"
  215. }
  216. ],
  217. "description": "The Illuminate Database package.",
  218. "homepage": "https://laravel.com",
  219. "keywords": [
  220. "database",
  221. "laravel",
  222. "orm",
  223. "sql"
  224. ]
  225. },
  226. {
  227. "name": "illuminate/events",
  228. "version": "v5.8.11",
  229. "version_normalized": "5.8.11.0",
  230. "source": {
  231. "type": "git",
  232. "url": "https://github.com/illuminate/events.git",
  233. "reference": "a85d7c273bc4e3357000c5fc4812374598515de3"
  234. },
  235. "dist": {
  236. "type": "zip",
  237. "url": "https://api.github.com/repos/illuminate/events/zipball/a85d7c273bc4e3357000c5fc4812374598515de3",
  238. "reference": "a85d7c273bc4e3357000c5fc4812374598515de3",
  239. "shasum": ""
  240. },
  241. "require": {
  242. "illuminate/container": "5.8.*",
  243. "illuminate/contracts": "5.8.*",
  244. "illuminate/support": "5.8.*",
  245. "php": "^7.1.3"
  246. },
  247. "time": "2019-02-18T18:37:54+00:00",
  248. "type": "library",
  249. "extra": {
  250. "branch-alias": {
  251. "dev-master": "5.8-dev"
  252. }
  253. },
  254. "installation-source": "dist",
  255. "autoload": {
  256. "psr-4": {
  257. "Illuminate\\Events\\": ""
  258. }
  259. },
  260. "notification-url": "https://packagist.org/downloads/",
  261. "license": [
  262. "MIT"
  263. ],
  264. "authors": [
  265. {
  266. "name": "Taylor Otwell",
  267. "email": "taylor@laravel.com"
  268. }
  269. ],
  270. "description": "The Illuminate Events package.",
  271. "homepage": "https://laravel.com"
  272. },
  273. {
  274. "name": "illuminate/support",
  275. "version": "v5.8.11",
  276. "version_normalized": "5.8.11.0",
  277. "source": {
  278. "type": "git",
  279. "url": "https://github.com/illuminate/support.git",
  280. "reference": "601ca709bb612482848a9f330aa66490b5d85fef"
  281. },
  282. "dist": {
  283. "type": "zip",
  284. "url": "https://api.github.com/repos/illuminate/support/zipball/601ca709bb612482848a9f330aa66490b5d85fef",
  285. "reference": "601ca709bb612482848a9f330aa66490b5d85fef",
  286. "shasum": ""
  287. },
  288. "require": {
  289. "doctrine/inflector": "^1.1",
  290. "ext-json": "*",
  291. "ext-mbstring": "*",
  292. "illuminate/contracts": "5.8.*",
  293. "nesbot/carbon": "^1.26.3 || ^2.0",
  294. "php": "^7.1.3"
  295. },
  296. "conflict": {
  297. "tightenco/collect": "<5.5.33"
  298. },
  299. "suggest": {
  300. "illuminate/filesystem": "Required to use the composer class (5.8.*).",
  301. "moontoast/math": "Required to use ordered UUIDs (^1.1).",
  302. "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
  303. "symfony/process": "Required to use the composer class (^4.2).",
  304. "symfony/var-dumper": "Required to use the dd function (^4.2).",
  305. "vlucas/phpdotenv": "Required to use the env helper (^3.3)."
  306. },
  307. "time": "2019-04-08T12:54:41+00:00",
  308. "type": "library",
  309. "extra": {
  310. "branch-alias": {
  311. "dev-master": "5.8-dev"
  312. }
  313. },
  314. "installation-source": "dist",
  315. "autoload": {
  316. "psr-4": {
  317. "Illuminate\\Support\\": ""
  318. },
  319. "files": [
  320. "helpers.php"
  321. ]
  322. },
  323. "notification-url": "https://packagist.org/downloads/",
  324. "license": [
  325. "MIT"
  326. ],
  327. "authors": [
  328. {
  329. "name": "Taylor Otwell",
  330. "email": "taylor@laravel.com"
  331. }
  332. ],
  333. "description": "The Illuminate Support package.",
  334. "homepage": "https://laravel.com"
  335. },
  336. {
  337. "name": "jenssegers/mongodb",
  338. "version": "v3.5.1",
  339. "version_normalized": "3.5.1.0",
  340. "source": {
  341. "type": "git",
  342. "url": "https://github.com/jenssegers/laravel-mongodb.git",
  343. "reference": "bdb15c948cb1f3d703df0996753d7e5336950bee"
  344. },
  345. "dist": {
  346. "type": "zip",
  347. "url": "https://api.github.com/repos/jenssegers/laravel-mongodb/zipball/bdb15c948cb1f3d703df0996753d7e5336950bee",
  348. "reference": "bdb15c948cb1f3d703df0996753d7e5336950bee",
  349. "shasum": ""
  350. },
  351. "require": {
  352. "illuminate/container": "^5.8",
  353. "illuminate/database": "^5.8",
  354. "illuminate/events": "^5.8",
  355. "illuminate/support": "^5.8",
  356. "mongodb/mongodb": "^1.0.0"
  357. },
  358. "require-dev": {
  359. "doctrine/dbal": "^2.5",
  360. "mockery/mockery": "^1.0",
  361. "orchestra/testbench": "^3.1",
  362. "phpunit/phpunit": "^6.0|^7.0",
  363. "satooshi/php-coveralls": "^2.0"
  364. },
  365. "suggest": {
  366. "jenssegers/mongodb-sentry": "Add Sentry support to Laravel-MongoDB",
  367. "jenssegers/mongodb-session": "Add MongoDB session support to Laravel-MongoDB"
  368. },
  369. "time": "2019-03-12T06:49:10+00:00",
  370. "type": "library",
  371. "extra": {
  372. "laravel": {
  373. "providers": [
  374. "Jenssegers\\Mongodb\\MongodbServiceProvider",
  375. "Jenssegers\\Mongodb\\MongodbQueueServiceProvider"
  376. ]
  377. }
  378. },
  379. "installation-source": "dist",
  380. "autoload": {
  381. "psr-0": {
  382. "Jenssegers\\Mongodb": "src/"
  383. }
  384. },
  385. "notification-url": "https://packagist.org/downloads/",
  386. "license": [
  387. "MIT"
  388. ],
  389. "authors": [
  390. {
  391. "name": "Jens Segers",
  392. "homepage": "https://jenssegers.com"
  393. }
  394. ],
  395. "description": "A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)",
  396. "homepage": "https://github.com/jenssegers/laravel-mongodb",
  397. "keywords": [
  398. "database",
  399. "eloquent",
  400. "laravel",
  401. "model",
  402. "moloquent",
  403. "mongo",
  404. "mongodb"
  405. ]
  406. },
  407. {
  408. "name": "mongodb/mongodb",
  409. "version": "1.4.2",
  410. "version_normalized": "1.4.2.0",
  411. "source": {
  412. "type": "git",
  413. "url": "https://github.com/mongodb/mongo-php-library.git",
  414. "reference": "bd148eab0493e38354e45e2cd7db59b90fdcad79"
  415. },
  416. "dist": {
  417. "type": "zip",
  418. "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/bd148eab0493e38354e45e2cd7db59b90fdcad79",
  419. "reference": "bd148eab0493e38354e45e2cd7db59b90fdcad79",
  420. "shasum": ""
  421. },
  422. "require": {
  423. "ext-hash": "*",
  424. "ext-json": "*",
  425. "ext-mongodb": "^1.5.0",
  426. "php": ">=5.5"
  427. },
  428. "require-dev": {
  429. "phpunit/phpunit": "^4.8.36 || ^6.4"
  430. },
  431. "time": "2018-07-18T14:33:41+00:00",
  432. "type": "library",
  433. "extra": {
  434. "branch-alias": {
  435. "dev-master": "1.4.x-dev"
  436. }
  437. },
  438. "installation-source": "dist",
  439. "autoload": {
  440. "psr-4": {
  441. "MongoDB\\": "src/"
  442. },
  443. "files": [
  444. "src/functions.php"
  445. ]
  446. },
  447. "notification-url": "https://packagist.org/downloads/",
  448. "license": [
  449. "Apache-2.0"
  450. ],
  451. "authors": [
  452. {
  453. "name": "Jeremy Mikola",
  454. "email": "jmikola@gmail.com"
  455. },
  456. {
  457. "name": "Derick Rethans",
  458. "email": "github@derickrethans.nl"
  459. },
  460. {
  461. "name": "Katherine Walker",
  462. "email": "katherine.walker@mongodb.com"
  463. }
  464. ],
  465. "description": "MongoDB driver library",
  466. "homepage": "https://jira.mongodb.org/browse/PHPLIB",
  467. "keywords": [
  468. "database",
  469. "driver",
  470. "mongodb",
  471. "persistence"
  472. ]
  473. },
  474. {
  475. "name": "nesbot/carbon",
  476. "version": "2.16.3",
  477. "version_normalized": "2.16.3.0",
  478. "source": {
  479. "type": "git",
  480. "url": "https://github.com/briannesbitt/Carbon.git",
  481. "reference": "373d9f0d58651af366435148c39beb702c2b7ef4"
  482. },
  483. "dist": {
  484. "type": "zip",
  485. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/373d9f0d58651af366435148c39beb702c2b7ef4",
  486. "reference": "373d9f0d58651af366435148c39beb702c2b7ef4",
  487. "shasum": ""
  488. },
  489. "require": {
  490. "ext-json": "*",
  491. "php": "^7.1.8 || ^8.0",
  492. "symfony/translation": "^3.4 || ^4.0"
  493. },
  494. "require-dev": {
  495. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  496. "kylekatarnls/multi-tester": "^0.1",
  497. "phpmd/phpmd": "^2.6",
  498. "phpstan/phpstan": "^0.10.8",
  499. "phpunit/phpunit": "^7.5 || ^8.0",
  500. "squizlabs/php_codesniffer": "^3.4"
  501. },
  502. "time": "2019-04-06T17:09:23+00:00",
  503. "type": "library",
  504. "extra": {
  505. "laravel": {
  506. "providers": [
  507. "Carbon\\Laravel\\ServiceProvider"
  508. ]
  509. }
  510. },
  511. "installation-source": "dist",
  512. "autoload": {
  513. "psr-4": {
  514. "Carbon\\": "src/Carbon/"
  515. }
  516. },
  517. "notification-url": "https://packagist.org/downloads/",
  518. "license": [
  519. "MIT"
  520. ],
  521. "authors": [
  522. {
  523. "name": "Brian Nesbitt",
  524. "email": "brian@nesbot.com",
  525. "homepage": "http://nesbot.com"
  526. }
  527. ],
  528. "description": "A simple API extension for DateTime.",
  529. "homepage": "http://carbon.nesbot.com",
  530. "keywords": [
  531. "date",
  532. "datetime",
  533. "time"
  534. ]
  535. },
  536. {
  537. "name": "psr/container",
  538. "version": "1.0.0",
  539. "version_normalized": "1.0.0.0",
  540. "source": {
  541. "type": "git",
  542. "url": "https://github.com/php-fig/container.git",
  543. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  544. },
  545. "dist": {
  546. "type": "zip",
  547. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  548. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  549. "shasum": ""
  550. },
  551. "require": {
  552. "php": ">=5.3.0"
  553. },
  554. "time": "2017-02-14T16:28:37+00:00",
  555. "type": "library",
  556. "extra": {
  557. "branch-alias": {
  558. "dev-master": "1.0.x-dev"
  559. }
  560. },
  561. "installation-source": "dist",
  562. "autoload": {
  563. "psr-4": {
  564. "Psr\\Container\\": "src/"
  565. }
  566. },
  567. "notification-url": "https://packagist.org/downloads/",
  568. "license": [
  569. "MIT"
  570. ],
  571. "authors": [
  572. {
  573. "name": "PHP-FIG",
  574. "homepage": "http://www.php-fig.org/"
  575. }
  576. ],
  577. "description": "Common Container Interface (PHP FIG PSR-11)",
  578. "homepage": "https://github.com/php-fig/container",
  579. "keywords": [
  580. "PSR-11",
  581. "container",
  582. "container-interface",
  583. "container-interop",
  584. "psr"
  585. ]
  586. },
  587. {
  588. "name": "psr/simple-cache",
  589. "version": "1.0.1",
  590. "version_normalized": "1.0.1.0",
  591. "source": {
  592. "type": "git",
  593. "url": "https://github.com/php-fig/simple-cache.git",
  594. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  595. },
  596. "dist": {
  597. "type": "zip",
  598. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  599. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  600. "shasum": ""
  601. },
  602. "require": {
  603. "php": ">=5.3.0"
  604. },
  605. "time": "2017-10-23T01:57:42+00:00",
  606. "type": "library",
  607. "extra": {
  608. "branch-alias": {
  609. "dev-master": "1.0.x-dev"
  610. }
  611. },
  612. "installation-source": "dist",
  613. "autoload": {
  614. "psr-4": {
  615. "Psr\\SimpleCache\\": "src/"
  616. }
  617. },
  618. "notification-url": "https://packagist.org/downloads/",
  619. "license": [
  620. "MIT"
  621. ],
  622. "authors": [
  623. {
  624. "name": "PHP-FIG",
  625. "homepage": "http://www.php-fig.org/"
  626. }
  627. ],
  628. "description": "Common interfaces for simple caching",
  629. "keywords": [
  630. "cache",
  631. "caching",
  632. "psr",
  633. "psr-16",
  634. "simple-cache"
  635. ]
  636. },
  637. {
  638. "name": "symfony/contracts",
  639. "version": "v1.0.2",
  640. "version_normalized": "1.0.2.0",
  641. "source": {
  642. "type": "git",
  643. "url": "https://github.com/symfony/contracts.git",
  644. "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
  645. },
  646. "dist": {
  647. "type": "zip",
  648. "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
  649. "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
  650. "shasum": ""
  651. },
  652. "require": {
  653. "php": "^7.1.3"
  654. },
  655. "require-dev": {
  656. "psr/cache": "^1.0",
  657. "psr/container": "^1.0"
  658. },
  659. "suggest": {
  660. "psr/cache": "When using the Cache contracts",
  661. "psr/container": "When using the Service contracts",
  662. "symfony/cache-contracts-implementation": "",
  663. "symfony/service-contracts-implementation": "",
  664. "symfony/translation-contracts-implementation": ""
  665. },
  666. "time": "2018-12-05T08:06:11+00:00",
  667. "type": "library",
  668. "extra": {
  669. "branch-alias": {
  670. "dev-master": "1.0-dev"
  671. }
  672. },
  673. "installation-source": "dist",
  674. "autoload": {
  675. "psr-4": {
  676. "Symfony\\Contracts\\": ""
  677. },
  678. "exclude-from-classmap": [
  679. "**/Tests/"
  680. ]
  681. },
  682. "notification-url": "https://packagist.org/downloads/",
  683. "license": [
  684. "MIT"
  685. ],
  686. "authors": [
  687. {
  688. "name": "Nicolas Grekas",
  689. "email": "p@tchwork.com"
  690. },
  691. {
  692. "name": "Symfony Community",
  693. "homepage": "https://symfony.com/contributors"
  694. }
  695. ],
  696. "description": "A set of abstractions extracted out of the Symfony components",
  697. "homepage": "https://symfony.com",
  698. "keywords": [
  699. "abstractions",
  700. "contracts",
  701. "decoupling",
  702. "interfaces",
  703. "interoperability",
  704. "standards"
  705. ]
  706. },
  707. {
  708. "name": "symfony/polyfill-mbstring",
  709. "version": "v1.11.0",
  710. "version_normalized": "1.11.0.0",
  711. "source": {
  712. "type": "git",
  713. "url": "https://github.com/symfony/polyfill-mbstring.git",
  714. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
  715. },
  716. "dist": {
  717. "type": "zip",
  718. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
  719. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
  720. "shasum": ""
  721. },
  722. "require": {
  723. "php": ">=5.3.3"
  724. },
  725. "suggest": {
  726. "ext-mbstring": "For best performance"
  727. },
  728. "time": "2019-02-06T07:57:58+00:00",
  729. "type": "library",
  730. "extra": {
  731. "branch-alias": {
  732. "dev-master": "1.11-dev"
  733. }
  734. },
  735. "installation-source": "dist",
  736. "autoload": {
  737. "psr-4": {
  738. "Symfony\\Polyfill\\Mbstring\\": ""
  739. },
  740. "files": [
  741. "bootstrap.php"
  742. ]
  743. },
  744. "notification-url": "https://packagist.org/downloads/",
  745. "license": [
  746. "MIT"
  747. ],
  748. "authors": [
  749. {
  750. "name": "Nicolas Grekas",
  751. "email": "p@tchwork.com"
  752. },
  753. {
  754. "name": "Symfony Community",
  755. "homepage": "https://symfony.com/contributors"
  756. }
  757. ],
  758. "description": "Symfony polyfill for the Mbstring extension",
  759. "homepage": "https://symfony.com",
  760. "keywords": [
  761. "compatibility",
  762. "mbstring",
  763. "polyfill",
  764. "portable",
  765. "shim"
  766. ]
  767. },
  768. {
  769. "name": "symfony/translation",
  770. "version": "v4.2.5",
  771. "version_normalized": "4.2.5.0",
  772. "source": {
  773. "type": "git",
  774. "url": "https://github.com/symfony/translation.git",
  775. "reference": "e46933cc31b68f51f7fc5470fb55550407520f56"
  776. },
  777. "dist": {
  778. "type": "zip",
  779. "url": "https://api.github.com/repos/symfony/translation/zipball/e46933cc31b68f51f7fc5470fb55550407520f56",
  780. "reference": "e46933cc31b68f51f7fc5470fb55550407520f56",
  781. "shasum": ""
  782. },
  783. "require": {
  784. "php": "^7.1.3",
  785. "symfony/contracts": "^1.0.2",
  786. "symfony/polyfill-mbstring": "~1.0"
  787. },
  788. "conflict": {
  789. "symfony/config": "<3.4",
  790. "symfony/dependency-injection": "<3.4",
  791. "symfony/yaml": "<3.4"
  792. },
  793. "provide": {
  794. "symfony/translation-contracts-implementation": "1.0"
  795. },
  796. "require-dev": {
  797. "psr/log": "~1.0",
  798. "symfony/config": "~3.4|~4.0",
  799. "symfony/console": "~3.4|~4.0",
  800. "symfony/dependency-injection": "~3.4|~4.0",
  801. "symfony/finder": "~2.8|~3.0|~4.0",
  802. "symfony/intl": "~3.4|~4.0",
  803. "symfony/yaml": "~3.4|~4.0"
  804. },
  805. "suggest": {
  806. "psr/log-implementation": "To use logging capability in translator",
  807. "symfony/config": "",
  808. "symfony/yaml": ""
  809. },
  810. "time": "2019-04-01T14:13:08+00:00",
  811. "type": "library",
  812. "extra": {
  813. "branch-alias": {
  814. "dev-master": "4.2-dev"
  815. }
  816. },
  817. "installation-source": "dist",
  818. "autoload": {
  819. "psr-4": {
  820. "Symfony\\Component\\Translation\\": ""
  821. },
  822. "exclude-from-classmap": [
  823. "/Tests/"
  824. ]
  825. },
  826. "notification-url": "https://packagist.org/downloads/",
  827. "license": [
  828. "MIT"
  829. ],
  830. "authors": [
  831. {
  832. "name": "Fabien Potencier",
  833. "email": "fabien@symfony.com"
  834. },
  835. {
  836. "name": "Symfony Community",
  837. "homepage": "https://symfony.com/contributors"
  838. }
  839. ],
  840. "description": "Symfony Translation Component",
  841. "homepage": "https://symfony.com"
  842. }
  843. ]