symfony.lock 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744
  1. {
  2. "behat/gherkin": {
  3. "version": "v4.8.0"
  4. },
  5. "codeception/codeception": {
  6. "version": "2.3",
  7. "recipe": {
  8. "repo": "github.com/symfony/recipes-contrib",
  9. "branch": "master",
  10. "version": "2.3",
  11. "ref": "5d3fec49d4a7ecb411c417fc51cf48b06a86946d"
  12. },
  13. "files": [
  14. "codeception.yml",
  15. "tests/_data/.gitignore",
  16. "tests/_output/.gitignore",
  17. "tests/_support/AcceptanceTester.php",
  18. "tests/_support/FunctionalTester.php",
  19. "tests/_support/Helper/Acceptance.php",
  20. "tests/_support/Helper/Functional.php",
  21. "tests/_support/Helper/Unit.php",
  22. "tests/_support/UnitTester.php",
  23. "tests/_support/_generated/.gitignore",
  24. "tests/acceptance/.gitignore",
  25. "tests/functional/.gitignore",
  26. "tests/unit/.gitignore",
  27. "tests/acceptance.suite.yml",
  28. "tests/functional.suite.yml",
  29. "tests/unit.suite.yml"
  30. ]
  31. },
  32. "codeception/lib-asserts": {
  33. "version": "1.13.2"
  34. },
  35. "codeception/lib-innerbrowser": {
  36. "version": "1.4.2"
  37. },
  38. "codeception/module-asserts": {
  39. "version": "1.3.1"
  40. },
  41. "codeception/module-doctrine2": {
  42. "version": "1.1.1"
  43. },
  44. "codeception/module-phpbrowser": {
  45. "version": "1.0.2"
  46. },
  47. "codeception/module-symfony": {
  48. "version": "2.0.2"
  49. },
  50. "codeception/phpunit-wrapper": {
  51. "version": "9.0.6"
  52. },
  53. "codeception/stub": {
  54. "version": "3.7.0"
  55. },
  56. "doctrine/annotations": {
  57. "version": "1.0",
  58. "recipe": {
  59. "repo": "github.com/symfony/recipes",
  60. "branch": "master",
  61. "version": "1.0",
  62. "ref": "a2759dd6123694c8d901d0ec80006e044c2e6457"
  63. },
  64. "files": [
  65. "config/routes/annotations.yaml"
  66. ]
  67. },
  68. "doctrine/cache": {
  69. "version": "1.10.0"
  70. },
  71. "doctrine/collections": {
  72. "version": "1.6.4"
  73. },
  74. "doctrine/common": {
  75. "version": "2.12.0"
  76. },
  77. "doctrine/data-fixtures": {
  78. "version": "1.4.2"
  79. },
  80. "doctrine/dbal": {
  81. "version": "v2.10.1"
  82. },
  83. "doctrine/deprecations": {
  84. "version": "v0.5.3"
  85. },
  86. "doctrine/doctrine-bundle": {
  87. "version": "2.0",
  88. "recipe": {
  89. "repo": "github.com/symfony/recipes",
  90. "branch": "master",
  91. "version": "2.0",
  92. "ref": "a9f2463b9f73efe74482f831f03a204a41328555"
  93. },
  94. "files": [
  95. "config/packages/doctrine.yaml",
  96. "config/packages/prod/doctrine.yaml",
  97. "src/Entity/.gitignore",
  98. "src/Repository/.gitignore"
  99. ]
  100. },
  101. "doctrine/doctrine-fixtures-bundle": {
  102. "version": "3.0",
  103. "recipe": {
  104. "repo": "github.com/symfony/recipes",
  105. "branch": "master",
  106. "version": "3.0",
  107. "ref": "fc52d86631a6dfd9fdf3381d0b7e3df2069e51b3"
  108. },
  109. "files": [
  110. "src/DataFixtures/AppFixtures.php"
  111. ]
  112. },
  113. "doctrine/doctrine-migrations-bundle": {
  114. "version": "1.2",
  115. "recipe": {
  116. "repo": "github.com/symfony/recipes",
  117. "branch": "master",
  118. "version": "1.2",
  119. "ref": "c1431086fec31f17fbcfe6d6d7e92059458facc1"
  120. },
  121. "files": [
  122. "config/packages/doctrine_migrations.yaml",
  123. "src/Migrations/.gitignore"
  124. ]
  125. },
  126. "doctrine/event-manager": {
  127. "version": "1.1.0"
  128. },
  129. "doctrine/inflector": {
  130. "version": "1.3.1"
  131. },
  132. "doctrine/instantiator": {
  133. "version": "1.3.0"
  134. },
  135. "doctrine/lexer": {
  136. "version": "1.2.0"
  137. },
  138. "doctrine/migrations": {
  139. "version": "2.2.1"
  140. },
  141. "doctrine/orm": {
  142. "version": "v2.7.2"
  143. },
  144. "doctrine/persistence": {
  145. "version": "1.3.7"
  146. },
  147. "doctrine/reflection": {
  148. "version": "1.2.1"
  149. },
  150. "doctrine/sql-formatter": {
  151. "version": "1.1.0"
  152. },
  153. "egulias/email-validator": {
  154. "version": "2.1.17"
  155. },
  156. "friendsofphp/proxy-manager-lts": {
  157. "version": "v1.0.1"
  158. },
  159. "friendsofsymfony/ckeditor-bundle": {
  160. "version": "2.0",
  161. "recipe": {
  162. "repo": "github.com/symfony/recipes-contrib",
  163. "branch": "master",
  164. "version": "2.0",
  165. "ref": "8eb1cd0962ded6a6d6e1e5a9b6d3e888f9f94ff6"
  166. },
  167. "files": [
  168. "config/packages/fos_ckeditor.yaml"
  169. ]
  170. },
  171. "google/apiclient": {
  172. "version": "2.0",
  173. "recipe": {
  174. "repo": "github.com/symfony/recipes-contrib",
  175. "branch": "master",
  176. "version": "2.0",
  177. "ref": "49c5d7a66d863d28513979bf0666dc77599100c0"
  178. },
  179. "files": [
  180. "config/packages/google_apiclient.yaml"
  181. ]
  182. },
  183. "google/apiclient-services": {
  184. "version": "v0.147"
  185. },
  186. "google/auth": {
  187. "version": "v1.13.0"
  188. },
  189. "laminas/laminas-code": {
  190. "version": "4.0.0"
  191. },
  192. "laminas/laminas-eventmanager": {
  193. "version": "3.3.0"
  194. },
  195. "laminas/laminas-zendframework-bridge": {
  196. "version": "1.1.1"
  197. },
  198. "monolog/monolog": {
  199. "version": "2.0.2"
  200. },
  201. "myclabs/deep-copy": {
  202. "version": "1.10.2"
  203. },
  204. "nikic/php-parser": {
  205. "version": "v4.4.0"
  206. },
  207. "ocramius/package-versions": {
  208. "version": "1.5.1"
  209. },
  210. "ocramius/proxy-manager": {
  211. "version": "2.2.3"
  212. },
  213. "paragonie/constant_time_encoding": {
  214. "version": "v2.4.0"
  215. },
  216. "phar-io/manifest": {
  217. "version": "2.0.1"
  218. },
  219. "phar-io/version": {
  220. "version": "3.1.0"
  221. },
  222. "php": {
  223. "version": "7.2"
  224. },
  225. "phpdocumentor/reflection-common": {
  226. "version": "2.0.0"
  227. },
  228. "phpdocumentor/reflection-docblock": {
  229. "version": "5.1.0"
  230. },
  231. "phpdocumentor/type-resolver": {
  232. "version": "1.1.0"
  233. },
  234. "phpspec/prophecy": {
  235. "version": "1.13.0"
  236. },
  237. "phpunit/php-code-coverage": {
  238. "version": "9.2.6"
  239. },
  240. "phpunit/php-file-iterator": {
  241. "version": "3.0.5"
  242. },
  243. "phpunit/php-invoker": {
  244. "version": "3.1.1"
  245. },
  246. "phpunit/php-text-template": {
  247. "version": "2.0.4"
  248. },
  249. "phpunit/php-timer": {
  250. "version": "5.0.3"
  251. },
  252. "phpunit/phpunit": {
  253. "version": "4.7",
  254. "recipe": {
  255. "repo": "github.com/symfony/recipes",
  256. "branch": "master",
  257. "version": "4.7",
  258. "ref": "fc18a41d910bd168b6d83b09330d3dd892ddbcdd"
  259. },
  260. "files": [
  261. ".env.test",
  262. "phpunit.xml.dist",
  263. "tests/bootstrap.php"
  264. ]
  265. },
  266. "psr/cache": {
  267. "version": "1.0.1"
  268. },
  269. "psr/container": {
  270. "version": "1.0.0"
  271. },
  272. "psr/event-dispatcher": {
  273. "version": "1.0.0"
  274. },
  275. "psr/link": {
  276. "version": "1.0.0"
  277. },
  278. "psr/log": {
  279. "version": "1.1.3"
  280. },
  281. "sebastian/cli-parser": {
  282. "version": "1.0.1"
  283. },
  284. "sebastian/code-unit": {
  285. "version": "1.0.8"
  286. },
  287. "sebastian/code-unit-reverse-lookup": {
  288. "version": "2.0.3"
  289. },
  290. "sebastian/comparator": {
  291. "version": "4.0.6"
  292. },
  293. "sebastian/complexity": {
  294. "version": "2.0.2"
  295. },
  296. "sebastian/diff": {
  297. "version": "4.0.4"
  298. },
  299. "sebastian/environment": {
  300. "version": "5.1.3"
  301. },
  302. "sebastian/exporter": {
  303. "version": "4.0.3"
  304. },
  305. "sebastian/global-state": {
  306. "version": "5.0.2"
  307. },
  308. "sebastian/lines-of-code": {
  309. "version": "1.0.3"
  310. },
  311. "sebastian/object-enumerator": {
  312. "version": "4.0.4"
  313. },
  314. "sebastian/object-reflector": {
  315. "version": "2.0.4"
  316. },
  317. "sebastian/recursion-context": {
  318. "version": "4.0.4"
  319. },
  320. "sebastian/resource-operations": {
  321. "version": "3.0.3"
  322. },
  323. "sebastian/type": {
  324. "version": "2.3.1"
  325. },
  326. "sebastian/version": {
  327. "version": "3.0.2"
  328. },
  329. "sensio/framework-extra-bundle": {
  330. "version": "5.2",
  331. "recipe": {
  332. "repo": "github.com/symfony/recipes",
  333. "branch": "master",
  334. "version": "5.2",
  335. "ref": "fb7e19da7f013d0d422fa9bce16f5c510e27609b"
  336. },
  337. "files": [
  338. "config/packages/sensio_framework_extra.yaml"
  339. ]
  340. },
  341. "studio-42/elfinder": {
  342. "version": "2.1.57"
  343. },
  344. "symfony/amqp-messenger": {
  345. "version": "v5.1.5"
  346. },
  347. "symfony/asset": {
  348. "version": "v5.0.7"
  349. },
  350. "symfony/browser-kit": {
  351. "version": "v5.0.7"
  352. },
  353. "symfony/cache": {
  354. "version": "v5.0.7"
  355. },
  356. "symfony/cache-contracts": {
  357. "version": "v2.0.1"
  358. },
  359. "symfony/config": {
  360. "version": "v5.0.7"
  361. },
  362. "symfony/console": {
  363. "version": "4.4",
  364. "recipe": {
  365. "repo": "github.com/symfony/recipes",
  366. "branch": "master",
  367. "version": "4.4",
  368. "ref": "ea8c0eda34fda57e7d5cd8cbd889e2a387e3472c"
  369. },
  370. "files": [
  371. "bin/console",
  372. "config/bootstrap.php"
  373. ]
  374. },
  375. "symfony/css-selector": {
  376. "version": "v5.0.7"
  377. },
  378. "symfony/debug-bundle": {
  379. "version": "4.1",
  380. "recipe": {
  381. "repo": "github.com/symfony/recipes",
  382. "branch": "master",
  383. "version": "4.1",
  384. "ref": "f8863cbad2f2e58c4b65fa1eac892ab189971bea"
  385. },
  386. "files": [
  387. "config/packages/dev/debug.yaml"
  388. ]
  389. },
  390. "symfony/debug-pack": {
  391. "version": "v1.0.8"
  392. },
  393. "symfony/dependency-injection": {
  394. "version": "v5.0.7"
  395. },
  396. "symfony/deprecation-contracts": {
  397. "version": "v2.1.2"
  398. },
  399. "symfony/doctrine-bridge": {
  400. "version": "v5.0.7"
  401. },
  402. "symfony/doctrine-messenger": {
  403. "version": "v5.1.5"
  404. },
  405. "symfony/dom-crawler": {
  406. "version": "v5.0.7"
  407. },
  408. "symfony/dotenv": {
  409. "version": "v5.0.7"
  410. },
  411. "symfony/error-handler": {
  412. "version": "v5.0.7"
  413. },
  414. "symfony/event-dispatcher": {
  415. "version": "v5.0.7"
  416. },
  417. "symfony/event-dispatcher-contracts": {
  418. "version": "v2.0.1"
  419. },
  420. "symfony/expression-language": {
  421. "version": "v5.0.7"
  422. },
  423. "symfony/filesystem": {
  424. "version": "v5.0.7"
  425. },
  426. "symfony/finder": {
  427. "version": "v5.0.7"
  428. },
  429. "symfony/flex": {
  430. "version": "1.0",
  431. "recipe": {
  432. "repo": "github.com/symfony/recipes",
  433. "branch": "master",
  434. "version": "1.0",
  435. "ref": "c0eeb50665f0f77226616b6038a9b06c03752d8e"
  436. },
  437. "files": [
  438. ".env"
  439. ]
  440. },
  441. "symfony/form": {
  442. "version": "v5.0.7"
  443. },
  444. "symfony/framework-bundle": {
  445. "version": "4.4",
  446. "recipe": {
  447. "repo": "github.com/symfony/recipes",
  448. "branch": "master",
  449. "version": "4.4",
  450. "ref": "23ecaccc551fe2f74baf613811ae529eb07762fa"
  451. },
  452. "files": [
  453. "config/bootstrap.php",
  454. "config/packages/cache.yaml",
  455. "config/packages/framework.yaml",
  456. "config/packages/test/framework.yaml",
  457. "config/routes/dev/framework.yaml",
  458. "config/services.yaml",
  459. "public/index.php",
  460. "src/Controller/.gitignore",
  461. "src/Kernel.php"
  462. ]
  463. },
  464. "symfony/http-client": {
  465. "version": "v5.0.7"
  466. },
  467. "symfony/http-client-contracts": {
  468. "version": "v2.0.1"
  469. },
  470. "symfony/http-foundation": {
  471. "version": "v5.0.7"
  472. },
  473. "symfony/http-kernel": {
  474. "version": "v5.0.7"
  475. },
  476. "symfony/intl": {
  477. "version": "v5.0.7"
  478. },
  479. "symfony/mailer": {
  480. "version": "4.3",
  481. "recipe": {
  482. "repo": "github.com/symfony/recipes",
  483. "branch": "master",
  484. "version": "4.3",
  485. "ref": "15658c2a0176cda2e7dba66276a2030b52bd81b2"
  486. },
  487. "files": [
  488. "config/packages/mailer.yaml"
  489. ]
  490. },
  491. "symfony/maker-bundle": {
  492. "version": "1.0",
  493. "recipe": {
  494. "repo": "github.com/symfony/recipes",
  495. "branch": "master",
  496. "version": "1.0",
  497. "ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
  498. }
  499. },
  500. "symfony/messenger": {
  501. "version": "4.3",
  502. "recipe": {
  503. "repo": "github.com/symfony/recipes",
  504. "branch": "master",
  505. "version": "4.3",
  506. "ref": "8a2675c061737658bed85102e9241c752620e575"
  507. },
  508. "files": [
  509. "config/packages/messenger.yaml"
  510. ]
  511. },
  512. "symfony/mime": {
  513. "version": "v5.0.7"
  514. },
  515. "symfony/monolog-bridge": {
  516. "version": "v5.0.7"
  517. },
  518. "symfony/monolog-bundle": {
  519. "version": "3.3",
  520. "recipe": {
  521. "repo": "github.com/symfony/recipes",
  522. "branch": "master",
  523. "version": "3.3",
  524. "ref": "a89f4cd8a232563707418eea6c2da36acd36a917"
  525. },
  526. "files": [
  527. "config/packages/dev/monolog.yaml",
  528. "config/packages/prod/monolog.yaml",
  529. "config/packages/test/monolog.yaml"
  530. ]
  531. },
  532. "symfony/options-resolver": {
  533. "version": "v5.0.7"
  534. },
  535. "symfony/orm-pack": {
  536. "version": "v1.0.8"
  537. },
  538. "symfony/phpunit-bridge": {
  539. "version": "4.3",
  540. "recipe": {
  541. "repo": "github.com/symfony/recipes",
  542. "branch": "master",
  543. "version": "4.3",
  544. "ref": "6d0e35f749d5f4bfe1f011762875275cd3f9874f"
  545. },
  546. "files": [
  547. ".env.test",
  548. "bin/phpunit",
  549. "phpunit.xml.dist",
  550. "tests/bootstrap.php"
  551. ]
  552. },
  553. "symfony/polyfill-intl-grapheme": {
  554. "version": "v1.15.0"
  555. },
  556. "symfony/polyfill-intl-icu": {
  557. "version": "v1.15.0"
  558. },
  559. "symfony/polyfill-intl-idn": {
  560. "version": "v1.15.0"
  561. },
  562. "symfony/polyfill-intl-normalizer": {
  563. "version": "v1.15.0"
  564. },
  565. "symfony/polyfill-mbstring": {
  566. "version": "v1.15.0"
  567. },
  568. "symfony/polyfill-php73": {
  569. "version": "v1.15.0"
  570. },
  571. "symfony/polyfill-php80": {
  572. "version": "v1.17.0"
  573. },
  574. "symfony/process": {
  575. "version": "v5.0.7"
  576. },
  577. "symfony/profiler-pack": {
  578. "version": "v1.0.4"
  579. },
  580. "symfony/property-access": {
  581. "version": "v5.0.7"
  582. },
  583. "symfony/property-info": {
  584. "version": "v5.0.7"
  585. },
  586. "symfony/redis-messenger": {
  587. "version": "v5.1.5"
  588. },
  589. "symfony/routing": {
  590. "version": "4.2",
  591. "recipe": {
  592. "repo": "github.com/symfony/recipes",
  593. "branch": "master",
  594. "version": "4.2",
  595. "ref": "683dcb08707ba8d41b7e34adb0344bfd68d248a7"
  596. },
  597. "files": [
  598. "config/packages/prod/routing.yaml",
  599. "config/packages/routing.yaml",
  600. "config/routes.yaml"
  601. ]
  602. },
  603. "symfony/security-bundle": {
  604. "version": "4.4",
  605. "recipe": {
  606. "repo": "github.com/symfony/recipes",
  607. "branch": "master",
  608. "version": "4.4",
  609. "ref": "7b4408dc203049666fe23fabed23cbadc6d8440f"
  610. },
  611. "files": [
  612. "config/packages/security.yaml"
  613. ]
  614. },
  615. "symfony/security-core": {
  616. "version": "v5.0.7"
  617. },
  618. "symfony/security-csrf": {
  619. "version": "v5.0.7"
  620. },
  621. "symfony/security-guard": {
  622. "version": "v5.0.7"
  623. },
  624. "symfony/security-http": {
  625. "version": "v5.0.7"
  626. },
  627. "symfony/serializer": {
  628. "version": "v5.0.7"
  629. },
  630. "symfony/serializer-pack": {
  631. "version": "v1.0.3"
  632. },
  633. "symfony/service-contracts": {
  634. "version": "v2.0.1"
  635. },
  636. "symfony/stopwatch": {
  637. "version": "v5.0.7"
  638. },
  639. "symfony/string": {
  640. "version": "v5.0.7"
  641. },
  642. "symfony/test-pack": {
  643. "version": "v1.0.6"
  644. },
  645. "symfony/translation": {
  646. "version": "3.3",
  647. "recipe": {
  648. "repo": "github.com/symfony/recipes",
  649. "branch": "master",
  650. "version": "3.3",
  651. "ref": "2ad9d2545bce8ca1a863e50e92141f0b9d87ffcd"
  652. },
  653. "files": [
  654. "config/packages/translation.yaml",
  655. "translations/.gitignore"
  656. ]
  657. },
  658. "symfony/translation-contracts": {
  659. "version": "v2.0.1"
  660. },
  661. "symfony/twig-bridge": {
  662. "version": "v5.0.7"
  663. },
  664. "symfony/twig-bundle": {
  665. "version": "5.0",
  666. "recipe": {
  667. "repo": "github.com/symfony/recipes",
  668. "branch": "master",
  669. "version": "5.0",
  670. "ref": "fab9149bbaa4d5eca054ed93f9e1b66cc500895d"
  671. },
  672. "files": [
  673. "config/packages/test/twig.yaml",
  674. "config/packages/twig.yaml",
  675. "templates/base.html.twig"
  676. ]
  677. },
  678. "symfony/twig-pack": {
  679. "version": "v1.0.0"
  680. },
  681. "symfony/validator": {
  682. "version": "4.3",
  683. "recipe": {
  684. "repo": "github.com/symfony/recipes",
  685. "branch": "master",
  686. "version": "4.3",
  687. "ref": "d902da3e4952f18d3bf05aab29512eb61cabd869"
  688. },
  689. "files": [
  690. "config/packages/test/validator.yaml",
  691. "config/packages/validator.yaml"
  692. ]
  693. },
  694. "symfony/var-dumper": {
  695. "version": "v5.0.7"
  696. },
  697. "symfony/var-exporter": {
  698. "version": "v5.0.7"
  699. },
  700. "symfony/web-link": {
  701. "version": "v5.0.7"
  702. },
  703. "symfony/web-profiler-bundle": {
  704. "version": "3.3",
  705. "recipe": {
  706. "repo": "github.com/symfony/recipes",
  707. "branch": "master",
  708. "version": "3.3",
  709. "ref": "6bdfa1a95f6b2e677ab985cd1af2eae35d62e0f6"
  710. },
  711. "files": [
  712. "config/packages/dev/web_profiler.yaml",
  713. "config/packages/test/web_profiler.yaml",
  714. "config/routes/dev/web_profiler.yaml"
  715. ]
  716. },
  717. "symfony/yaml": {
  718. "version": "v5.0.7"
  719. },
  720. "theseer/tokenizer": {
  721. "version": "1.2.0"
  722. },
  723. "twig/extra-bundle": {
  724. "version": "v3.0.3"
  725. },
  726. "twig/intl-extra": {
  727. "version": "v3.1.1"
  728. },
  729. "twig/string-extra": {
  730. "version": "v3.1.1"
  731. },
  732. "twig/twig": {
  733. "version": "v3.0.3"
  734. },
  735. "webmozart/assert": {
  736. "version": "1.8.0"
  737. },
  738. "zendframework/zend-code": {
  739. "version": "3.4.1"
  740. },
  741. "zendframework/zend-eventmanager": {
  742. "version": "3.2.1"
  743. }
  744. }