You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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