composer.lock 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862
  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": "1a919d78132911bf998de295e13bd8cc",
  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.34",
  79. "source": {
  80. "type": "git",
  81. "url": "https://github.com/illuminate/container.git",
  82. "reference": "b42e5ef939144b77f78130918da0ce2d9ee16574"
  83. },
  84. "dist": {
  85. "type": "zip",
  86. "url": "https://api.github.com/repos/illuminate/container/zipball/b42e5ef939144b77f78130918da0ce2d9ee16574",
  87. "reference": "b42e5ef939144b77f78130918da0ce2d9ee16574",
  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-08-20T02:00:23+00:00"
  120. },
  121. {
  122. "name": "illuminate/contracts",
  123. "version": "v5.8.34",
  124. "source": {
  125. "type": "git",
  126. "url": "https://github.com/illuminate/contracts.git",
  127. "reference": "00fc6afee788fa07c311b0650ad276585f8aef96"
  128. },
  129. "dist": {
  130. "type": "zip",
  131. "url": "https://api.github.com/repos/illuminate/contracts/zipball/00fc6afee788fa07c311b0650ad276585f8aef96",
  132. "reference": "00fc6afee788fa07c311b0650ad276585f8aef96",
  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-07-30T13:57:21+00:00"
  164. },
  165. {
  166. "name": "illuminate/database",
  167. "version": "v5.8.34",
  168. "source": {
  169. "type": "git",
  170. "url": "https://github.com/illuminate/database.git",
  171. "reference": "3ec7b1fe3877792711a77358d1ef0ae000f07b77"
  172. },
  173. "dist": {
  174. "type": "zip",
  175. "url": "https://api.github.com/repos/illuminate/database/zipball/3ec7b1fe3877792711a77358d1ef0ae000f07b77",
  176. "reference": "3ec7b1fe3877792711a77358d1ef0ae000f07b77",
  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-08-25T08:12:42+00:00"
  224. },
  225. {
  226. "name": "illuminate/log",
  227. "version": "v5.8.34",
  228. "source": {
  229. "type": "git",
  230. "url": "https://github.com/illuminate/log.git",
  231. "reference": "1dd80d69c00bfc77b8d33a88065df04c2f6c6b83"
  232. },
  233. "dist": {
  234. "type": "zip",
  235. "url": "https://api.github.com/repos/illuminate/log/zipball/1dd80d69c00bfc77b8d33a88065df04c2f6c6b83",
  236. "reference": "1dd80d69c00bfc77b8d33a88065df04c2f6c6b83",
  237. "shasum": ""
  238. },
  239. "require": {
  240. "illuminate/contracts": "5.8.*",
  241. "illuminate/support": "5.8.*",
  242. "monolog/monolog": "^1.11",
  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\\Log\\": ""
  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 Log package.",
  267. "homepage": "https://laravel.com",
  268. "time": "2019-08-15T09:04:54+00:00"
  269. },
  270. {
  271. "name": "illuminate/support",
  272. "version": "v5.8.34",
  273. "source": {
  274. "type": "git",
  275. "url": "https://github.com/illuminate/support.git",
  276. "reference": "7aabcab4634a1c7865fa6acb6b1b810cf4b699ea"
  277. },
  278. "dist": {
  279. "type": "zip",
  280. "url": "https://api.github.com/repos/illuminate/support/zipball/7aabcab4634a1c7865fa6acb6b1b810cf4b699ea",
  281. "reference": "7aabcab4634a1c7865fa6acb6b1b810cf4b699ea",
  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-08-11T12:48:29+00:00"
  330. },
  331. {
  332. "name": "monolog/monolog",
  333. "version": "1.24.0",
  334. "source": {
  335. "type": "git",
  336. "url": "https://github.com/Seldaek/monolog.git",
  337. "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
  338. },
  339. "dist": {
  340. "type": "zip",
  341. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
  342. "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
  343. "shasum": ""
  344. },
  345. "require": {
  346. "php": ">=5.3.0",
  347. "psr/log": "~1.0"
  348. },
  349. "provide": {
  350. "psr/log-implementation": "1.0.0"
  351. },
  352. "require-dev": {
  353. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  354. "doctrine/couchdb": "~1.0@dev",
  355. "graylog2/gelf-php": "~1.0",
  356. "jakub-onderka/php-parallel-lint": "0.9",
  357. "php-amqplib/php-amqplib": "~2.4",
  358. "php-console/php-console": "^3.1.3",
  359. "phpunit/phpunit": "~4.5",
  360. "phpunit/phpunit-mock-objects": "2.3.0",
  361. "ruflin/elastica": ">=0.90 <3.0",
  362. "sentry/sentry": "^0.13",
  363. "swiftmailer/swiftmailer": "^5.3|^6.0"
  364. },
  365. "suggest": {
  366. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  367. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  368. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  369. "ext-mongo": "Allow sending log messages to a MongoDB server",
  370. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  371. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  372. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  373. "php-console/php-console": "Allow sending log messages to Google Chrome",
  374. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  375. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  376. "sentry/sentry": "Allow sending log messages to a Sentry server"
  377. },
  378. "type": "library",
  379. "extra": {
  380. "branch-alias": {
  381. "dev-master": "2.0.x-dev"
  382. }
  383. },
  384. "autoload": {
  385. "psr-4": {
  386. "Monolog\\": "src/Monolog"
  387. }
  388. },
  389. "notification-url": "https://packagist.org/downloads/",
  390. "license": [
  391. "MIT"
  392. ],
  393. "authors": [
  394. {
  395. "name": "Jordi Boggiano",
  396. "email": "j.boggiano@seld.be",
  397. "homepage": "http://seld.be"
  398. }
  399. ],
  400. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  401. "homepage": "http://github.com/Seldaek/monolog",
  402. "keywords": [
  403. "log",
  404. "logging",
  405. "psr-3"
  406. ],
  407. "time": "2018-11-05T09:00:11+00:00"
  408. },
  409. {
  410. "name": "nesbot/carbon",
  411. "version": "2.23.1",
  412. "source": {
  413. "type": "git",
  414. "url": "https://github.com/briannesbitt/Carbon.git",
  415. "reference": "767617a047e5b8b8b3b0b6023a2650847ed7df02"
  416. },
  417. "dist": {
  418. "type": "zip",
  419. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/767617a047e5b8b8b3b0b6023a2650847ed7df02",
  420. "reference": "767617a047e5b8b8b3b0b6023a2650847ed7df02",
  421. "shasum": ""
  422. },
  423. "require": {
  424. "ext-json": "*",
  425. "php": "^7.1.8 || ^8.0",
  426. "symfony/translation": "^3.4 || ^4.0"
  427. },
  428. "require-dev": {
  429. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  430. "kylekatarnls/multi-tester": "^1.1",
  431. "phpmd/phpmd": "dev-php-7.1-compatibility",
  432. "phpstan/phpstan": "^0.11",
  433. "phpunit/phpunit": "^7.5 || ^8.0",
  434. "squizlabs/php_codesniffer": "^3.4"
  435. },
  436. "bin": [
  437. "bin/carbon"
  438. ],
  439. "type": "library",
  440. "extra": {
  441. "laravel": {
  442. "providers": [
  443. "Carbon\\Laravel\\ServiceProvider"
  444. ]
  445. }
  446. },
  447. "autoload": {
  448. "psr-4": {
  449. "Carbon\\": "src/Carbon/"
  450. }
  451. },
  452. "notification-url": "https://packagist.org/downloads/",
  453. "license": [
  454. "MIT"
  455. ],
  456. "authors": [
  457. {
  458. "name": "Brian Nesbitt",
  459. "email": "brian@nesbot.com",
  460. "homepage": "http://nesbot.com"
  461. },
  462. {
  463. "name": "kylekatarnls",
  464. "homepage": "http://github.com/kylekatarnls"
  465. }
  466. ],
  467. "description": "A API extension for DateTime that supports 281 different languages.",
  468. "homepage": "http://carbon.nesbot.com",
  469. "keywords": [
  470. "date",
  471. "datetime",
  472. "time"
  473. ],
  474. "time": "2019-08-17T13:57:34+00:00"
  475. },
  476. {
  477. "name": "psr/container",
  478. "version": "1.0.0",
  479. "source": {
  480. "type": "git",
  481. "url": "https://github.com/php-fig/container.git",
  482. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  483. },
  484. "dist": {
  485. "type": "zip",
  486. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  487. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  488. "shasum": ""
  489. },
  490. "require": {
  491. "php": ">=5.3.0"
  492. },
  493. "type": "library",
  494. "extra": {
  495. "branch-alias": {
  496. "dev-master": "1.0.x-dev"
  497. }
  498. },
  499. "autoload": {
  500. "psr-4": {
  501. "Psr\\Container\\": "src/"
  502. }
  503. },
  504. "notification-url": "https://packagist.org/downloads/",
  505. "license": [
  506. "MIT"
  507. ],
  508. "authors": [
  509. {
  510. "name": "PHP-FIG",
  511. "homepage": "http://www.php-fig.org/"
  512. }
  513. ],
  514. "description": "Common Container Interface (PHP FIG PSR-11)",
  515. "homepage": "https://github.com/php-fig/container",
  516. "keywords": [
  517. "PSR-11",
  518. "container",
  519. "container-interface",
  520. "container-interop",
  521. "psr"
  522. ],
  523. "time": "2017-02-14T16:28:37+00:00"
  524. },
  525. {
  526. "name": "psr/log",
  527. "version": "1.1.0",
  528. "source": {
  529. "type": "git",
  530. "url": "https://github.com/php-fig/log.git",
  531. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  532. },
  533. "dist": {
  534. "type": "zip",
  535. "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  536. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  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\\Log\\": "Psr/Log/"
  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 interface for logging libraries",
  564. "homepage": "https://github.com/php-fig/log",
  565. "keywords": [
  566. "log",
  567. "psr",
  568. "psr-3"
  569. ],
  570. "time": "2018-11-20T15:27:04+00:00"
  571. },
  572. {
  573. "name": "psr/simple-cache",
  574. "version": "1.0.1",
  575. "source": {
  576. "type": "git",
  577. "url": "https://github.com/php-fig/simple-cache.git",
  578. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  579. },
  580. "dist": {
  581. "type": "zip",
  582. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  583. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  584. "shasum": ""
  585. },
  586. "require": {
  587. "php": ">=5.3.0"
  588. },
  589. "type": "library",
  590. "extra": {
  591. "branch-alias": {
  592. "dev-master": "1.0.x-dev"
  593. }
  594. },
  595. "autoload": {
  596. "psr-4": {
  597. "Psr\\SimpleCache\\": "src/"
  598. }
  599. },
  600. "notification-url": "https://packagist.org/downloads/",
  601. "license": [
  602. "MIT"
  603. ],
  604. "authors": [
  605. {
  606. "name": "PHP-FIG",
  607. "homepage": "http://www.php-fig.org/"
  608. }
  609. ],
  610. "description": "Common interfaces for simple caching",
  611. "keywords": [
  612. "cache",
  613. "caching",
  614. "psr",
  615. "psr-16",
  616. "simple-cache"
  617. ],
  618. "time": "2017-10-23T01:57:42+00:00"
  619. },
  620. {
  621. "name": "symfony/polyfill-mbstring",
  622. "version": "v1.12.0",
  623. "source": {
  624. "type": "git",
  625. "url": "https://github.com/symfony/polyfill-mbstring.git",
  626. "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
  627. },
  628. "dist": {
  629. "type": "zip",
  630. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
  631. "reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
  632. "shasum": ""
  633. },
  634. "require": {
  635. "php": ">=5.3.3"
  636. },
  637. "suggest": {
  638. "ext-mbstring": "For best performance"
  639. },
  640. "type": "library",
  641. "extra": {
  642. "branch-alias": {
  643. "dev-master": "1.12-dev"
  644. }
  645. },
  646. "autoload": {
  647. "psr-4": {
  648. "Symfony\\Polyfill\\Mbstring\\": ""
  649. },
  650. "files": [
  651. "bootstrap.php"
  652. ]
  653. },
  654. "notification-url": "https://packagist.org/downloads/",
  655. "license": [
  656. "MIT"
  657. ],
  658. "authors": [
  659. {
  660. "name": "Nicolas Grekas",
  661. "email": "p@tchwork.com"
  662. },
  663. {
  664. "name": "Symfony Community",
  665. "homepage": "https://symfony.com/contributors"
  666. }
  667. ],
  668. "description": "Symfony polyfill for the Mbstring extension",
  669. "homepage": "https://symfony.com",
  670. "keywords": [
  671. "compatibility",
  672. "mbstring",
  673. "polyfill",
  674. "portable",
  675. "shim"
  676. ],
  677. "time": "2019-08-06T08:03:45+00:00"
  678. },
  679. {
  680. "name": "symfony/translation",
  681. "version": "v4.3.4",
  682. "source": {
  683. "type": "git",
  684. "url": "https://github.com/symfony/translation.git",
  685. "reference": "28498169dd334095fa981827992f3a24d50fed0f"
  686. },
  687. "dist": {
  688. "type": "zip",
  689. "url": "https://api.github.com/repos/symfony/translation/zipball/28498169dd334095fa981827992f3a24d50fed0f",
  690. "reference": "28498169dd334095fa981827992f3a24d50fed0f",
  691. "shasum": ""
  692. },
  693. "require": {
  694. "php": "^7.1.3",
  695. "symfony/polyfill-mbstring": "~1.0",
  696. "symfony/translation-contracts": "^1.1.6"
  697. },
  698. "conflict": {
  699. "symfony/config": "<3.4",
  700. "symfony/dependency-injection": "<3.4",
  701. "symfony/yaml": "<3.4"
  702. },
  703. "provide": {
  704. "symfony/translation-implementation": "1.0"
  705. },
  706. "require-dev": {
  707. "psr/log": "~1.0",
  708. "symfony/config": "~3.4|~4.0",
  709. "symfony/console": "~3.4|~4.0",
  710. "symfony/dependency-injection": "~3.4|~4.0",
  711. "symfony/finder": "~2.8|~3.0|~4.0",
  712. "symfony/http-kernel": "~3.4|~4.0",
  713. "symfony/intl": "~3.4|~4.0",
  714. "symfony/service-contracts": "^1.1.2",
  715. "symfony/var-dumper": "~3.4|~4.0",
  716. "symfony/yaml": "~3.4|~4.0"
  717. },
  718. "suggest": {
  719. "psr/log-implementation": "To use logging capability in translator",
  720. "symfony/config": "",
  721. "symfony/yaml": ""
  722. },
  723. "type": "library",
  724. "extra": {
  725. "branch-alias": {
  726. "dev-master": "4.3-dev"
  727. }
  728. },
  729. "autoload": {
  730. "psr-4": {
  731. "Symfony\\Component\\Translation\\": ""
  732. },
  733. "exclude-from-classmap": [
  734. "/Tests/"
  735. ]
  736. },
  737. "notification-url": "https://packagist.org/downloads/",
  738. "license": [
  739. "MIT"
  740. ],
  741. "authors": [
  742. {
  743. "name": "Fabien Potencier",
  744. "email": "fabien@symfony.com"
  745. },
  746. {
  747. "name": "Symfony Community",
  748. "homepage": "https://symfony.com/contributors"
  749. }
  750. ],
  751. "description": "Symfony Translation Component",
  752. "homepage": "https://symfony.com",
  753. "time": "2019-08-26T08:55:16+00:00"
  754. },
  755. {
  756. "name": "symfony/translation-contracts",
  757. "version": "v1.1.6",
  758. "source": {
  759. "type": "git",
  760. "url": "https://github.com/symfony/translation-contracts.git",
  761. "reference": "325b17c24f3ee23cbecfa63ba809c6d89b5fa04a"
  762. },
  763. "dist": {
  764. "type": "zip",
  765. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/325b17c24f3ee23cbecfa63ba809c6d89b5fa04a",
  766. "reference": "325b17c24f3ee23cbecfa63ba809c6d89b5fa04a",
  767. "shasum": ""
  768. },
  769. "require": {
  770. "php": "^7.1.3"
  771. },
  772. "suggest": {
  773. "symfony/translation-implementation": ""
  774. },
  775. "type": "library",
  776. "extra": {
  777. "branch-alias": {
  778. "dev-master": "1.1-dev"
  779. }
  780. },
  781. "autoload": {
  782. "psr-4": {
  783. "Symfony\\Contracts\\Translation\\": ""
  784. }
  785. },
  786. "notification-url": "https://packagist.org/downloads/",
  787. "license": [
  788. "MIT"
  789. ],
  790. "authors": [
  791. {
  792. "name": "Nicolas Grekas",
  793. "email": "p@tchwork.com"
  794. },
  795. {
  796. "name": "Symfony Community",
  797. "homepage": "https://symfony.com/contributors"
  798. }
  799. ],
  800. "description": "Generic abstractions related to translation",
  801. "homepage": "https://symfony.com",
  802. "keywords": [
  803. "abstractions",
  804. "contracts",
  805. "decoupling",
  806. "interfaces",
  807. "interoperability",
  808. "standards"
  809. ],
  810. "time": "2019-08-02T12:15:04+00:00"
  811. },
  812. {
  813. "name": "textalk/websocket",
  814. "version": "1.2.0",
  815. "source": {
  816. "type": "git",
  817. "url": "https://github.com/Textalk/websocket-php.git",
  818. "reference": "bfa18bb6bf523680c7803f6b04694fbbf2f67bbf"
  819. },
  820. "dist": {
  821. "type": "zip",
  822. "url": "https://api.github.com/repos/Textalk/websocket-php/zipball/bfa18bb6bf523680c7803f6b04694fbbf2f67bbf",
  823. "reference": "bfa18bb6bf523680c7803f6b04694fbbf2f67bbf",
  824. "shasum": ""
  825. },
  826. "require-dev": {
  827. "cboden/ratchet": "0.3.*",
  828. "phpunit/phpunit": "4.1.*",
  829. "phpunit/phpunit-selenium": "1.3.3",
  830. "satooshi/php-coveralls": "dev-master"
  831. },
  832. "type": "library",
  833. "autoload": {
  834. "psr-4": {
  835. "WebSocket\\": "lib"
  836. }
  837. },
  838. "notification-url": "https://packagist.org/downloads/",
  839. "license": [
  840. "MIT"
  841. ],
  842. "authors": [
  843. {
  844. "name": "Fredrik Liljegren",
  845. "email": "fredrik.liljegren@textalk.se"
  846. }
  847. ],
  848. "description": "WebSocket client and server",
  849. "time": "2015-10-09T07:32:42+00:00"
  850. }
  851. ],
  852. "packages-dev": [],
  853. "aliases": [],
  854. "minimum-stability": "stable",
  855. "stability-flags": [],
  856. "prefer-stable": false,
  857. "prefer-lowest": false,
  858. "platform": {
  859. "php": ">=7.0.0"
  860. },
  861. "platform-dev": []
  862. }