Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

6763 řádky
244 KiB

  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": "e6ce46380e36821c996b7d8429432fcb",
  8. "packages": [
  9. {
  10. "name": "composer/package-versions-deprecated",
  11. "version": "1.11.99.5",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer/package-versions-deprecated.git",
  15. "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
  20. "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "composer-plugin-api": "^1.1.0 || ^2.0",
  25. "php": "^7 || ^8"
  26. },
  27. "replace": {
  28. "ocramius/package-versions": "1.11.99"
  29. },
  30. "require-dev": {
  31. "composer/composer": "^1.9.3 || ^2.0@dev",
  32. "ext-zip": "^1.13",
  33. "phpunit/phpunit": "^6.5 || ^7"
  34. },
  35. "type": "composer-plugin",
  36. "extra": {
  37. "class": "PackageVersions\\Installer",
  38. "branch-alias": {
  39. "dev-master": "1.x-dev"
  40. }
  41. },
  42. "autoload": {
  43. "psr-4": {
  44. "PackageVersions\\": "src/PackageVersions"
  45. }
  46. },
  47. "notification-url": "https://packagist.org/downloads/",
  48. "license": [
  49. "MIT"
  50. ],
  51. "authors": [
  52. {
  53. "name": "Marco Pivetta",
  54. "email": "ocramius@gmail.com"
  55. },
  56. {
  57. "name": "Jordi Boggiano",
  58. "email": "j.boggiano@seld.be"
  59. }
  60. ],
  61. "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
  62. "support": {
  63. "issues": "https://github.com/composer/package-versions-deprecated/issues",
  64. "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5"
  65. },
  66. "funding": [
  67. {
  68. "url": "https://packagist.com",
  69. "type": "custom"
  70. },
  71. {
  72. "url": "https://github.com/composer",
  73. "type": "github"
  74. },
  75. {
  76. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  77. "type": "tidelift"
  78. }
  79. ],
  80. "time": "2022-01-17T14:14:24+00:00"
  81. },
  82. {
  83. "name": "doctrine/annotations",
  84. "version": "1.14.3",
  85. "source": {
  86. "type": "git",
  87. "url": "https://github.com/doctrine/annotations.git",
  88. "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af"
  89. },
  90. "dist": {
  91. "type": "zip",
  92. "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
  93. "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
  94. "shasum": ""
  95. },
  96. "require": {
  97. "doctrine/lexer": "^1 || ^2",
  98. "ext-tokenizer": "*",
  99. "php": "^7.1 || ^8.0",
  100. "psr/cache": "^1 || ^2 || ^3"
  101. },
  102. "require-dev": {
  103. "doctrine/cache": "^1.11 || ^2.0",
  104. "doctrine/coding-standard": "^9 || ^10",
  105. "phpstan/phpstan": "~1.4.10 || ^1.8.0",
  106. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  107. "symfony/cache": "^4.4 || ^5.4 || ^6",
  108. "vimeo/psalm": "^4.10"
  109. },
  110. "suggest": {
  111. "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
  112. },
  113. "type": "library",
  114. "autoload": {
  115. "psr-4": {
  116. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  117. }
  118. },
  119. "notification-url": "https://packagist.org/downloads/",
  120. "license": [
  121. "MIT"
  122. ],
  123. "authors": [
  124. {
  125. "name": "Guilherme Blanco",
  126. "email": "guilhermeblanco@gmail.com"
  127. },
  128. {
  129. "name": "Roman Borschel",
  130. "email": "roman@code-factory.org"
  131. },
  132. {
  133. "name": "Benjamin Eberlei",
  134. "email": "kontakt@beberlei.de"
  135. },
  136. {
  137. "name": "Jonathan Wage",
  138. "email": "jonwage@gmail.com"
  139. },
  140. {
  141. "name": "Johannes Schmitt",
  142. "email": "schmittjoh@gmail.com"
  143. }
  144. ],
  145. "description": "Docblock Annotations Parser",
  146. "homepage": "https://www.doctrine-project.org/projects/annotations.html",
  147. "keywords": [
  148. "annotations",
  149. "docblock",
  150. "parser"
  151. ],
  152. "support": {
  153. "issues": "https://github.com/doctrine/annotations/issues",
  154. "source": "https://github.com/doctrine/annotations/tree/1.14.3"
  155. },
  156. "time": "2023-02-01T09:20:38+00:00"
  157. },
  158. {
  159. "name": "doctrine/cache",
  160. "version": "1.13.0",
  161. "source": {
  162. "type": "git",
  163. "url": "https://github.com/doctrine/cache.git",
  164. "reference": "56cd022adb5514472cb144c087393c1821911d09"
  165. },
  166. "dist": {
  167. "type": "zip",
  168. "url": "https://api.github.com/repos/doctrine/cache/zipball/56cd022adb5514472cb144c087393c1821911d09",
  169. "reference": "56cd022adb5514472cb144c087393c1821911d09",
  170. "shasum": ""
  171. },
  172. "require": {
  173. "php": "~7.1 || ^8.0"
  174. },
  175. "conflict": {
  176. "doctrine/common": ">2.2,<2.4"
  177. },
  178. "require-dev": {
  179. "alcaeus/mongo-php-adapter": "^1.1",
  180. "cache/integration-tests": "dev-master",
  181. "doctrine/coding-standard": "^9",
  182. "mongodb/mongodb": "^1.1",
  183. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  184. "predis/predis": "~1.0",
  185. "psr/cache": "^1.0 || ^2.0 || ^3.0",
  186. "symfony/cache": "^4.4 || ^5.4 || ^6",
  187. "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
  188. },
  189. "suggest": {
  190. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  191. },
  192. "type": "library",
  193. "autoload": {
  194. "psr-4": {
  195. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  196. }
  197. },
  198. "notification-url": "https://packagist.org/downloads/",
  199. "license": [
  200. "MIT"
  201. ],
  202. "authors": [
  203. {
  204. "name": "Guilherme Blanco",
  205. "email": "guilhermeblanco@gmail.com"
  206. },
  207. {
  208. "name": "Roman Borschel",
  209. "email": "roman@code-factory.org"
  210. },
  211. {
  212. "name": "Benjamin Eberlei",
  213. "email": "kontakt@beberlei.de"
  214. },
  215. {
  216. "name": "Jonathan Wage",
  217. "email": "jonwage@gmail.com"
  218. },
  219. {
  220. "name": "Johannes Schmitt",
  221. "email": "schmittjoh@gmail.com"
  222. }
  223. ],
  224. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  225. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  226. "keywords": [
  227. "abstraction",
  228. "apcu",
  229. "cache",
  230. "caching",
  231. "couchdb",
  232. "memcached",
  233. "php",
  234. "redis",
  235. "xcache"
  236. ],
  237. "support": {
  238. "issues": "https://github.com/doctrine/cache/issues",
  239. "source": "https://github.com/doctrine/cache/tree/1.13.0"
  240. },
  241. "funding": [
  242. {
  243. "url": "https://www.doctrine-project.org/sponsorship.html",
  244. "type": "custom"
  245. },
  246. {
  247. "url": "https://www.patreon.com/phpdoctrine",
  248. "type": "patreon"
  249. },
  250. {
  251. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
  252. "type": "tidelift"
  253. }
  254. ],
  255. "time": "2022-05-20T20:06:54+00:00"
  256. },
  257. {
  258. "name": "doctrine/collections",
  259. "version": "1.8.0",
  260. "source": {
  261. "type": "git",
  262. "url": "https://github.com/doctrine/collections.git",
  263. "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e"
  264. },
  265. "dist": {
  266. "type": "zip",
  267. "url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
  268. "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
  269. "shasum": ""
  270. },
  271. "require": {
  272. "doctrine/deprecations": "^0.5.3 || ^1",
  273. "php": "^7.1.3 || ^8.0"
  274. },
  275. "require-dev": {
  276. "doctrine/coding-standard": "^9.0 || ^10.0",
  277. "phpstan/phpstan": "^1.4.8",
  278. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
  279. "vimeo/psalm": "^4.22"
  280. },
  281. "type": "library",
  282. "autoload": {
  283. "psr-4": {
  284. "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
  285. }
  286. },
  287. "notification-url": "https://packagist.org/downloads/",
  288. "license": [
  289. "MIT"
  290. ],
  291. "authors": [
  292. {
  293. "name": "Guilherme Blanco",
  294. "email": "guilhermeblanco@gmail.com"
  295. },
  296. {
  297. "name": "Roman Borschel",
  298. "email": "roman@code-factory.org"
  299. },
  300. {
  301. "name": "Benjamin Eberlei",
  302. "email": "kontakt@beberlei.de"
  303. },
  304. {
  305. "name": "Jonathan Wage",
  306. "email": "jonwage@gmail.com"
  307. },
  308. {
  309. "name": "Johannes Schmitt",
  310. "email": "schmittjoh@gmail.com"
  311. }
  312. ],
  313. "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
  314. "homepage": "https://www.doctrine-project.org/projects/collections.html",
  315. "keywords": [
  316. "array",
  317. "collections",
  318. "iterators",
  319. "php"
  320. ],
  321. "support": {
  322. "issues": "https://github.com/doctrine/collections/issues",
  323. "source": "https://github.com/doctrine/collections/tree/1.8.0"
  324. },
  325. "time": "2022-09-01T20:12:10+00:00"
  326. },
  327. {
  328. "name": "doctrine/common",
  329. "version": "2.13.3",
  330. "source": {
  331. "type": "git",
  332. "url": "https://github.com/doctrine/common.git",
  333. "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f"
  334. },
  335. "dist": {
  336. "type": "zip",
  337. "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f",
  338. "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f",
  339. "shasum": ""
  340. },
  341. "require": {
  342. "doctrine/annotations": "^1.0",
  343. "doctrine/cache": "^1.0",
  344. "doctrine/collections": "^1.0",
  345. "doctrine/event-manager": "^1.0",
  346. "doctrine/inflector": "^1.0",
  347. "doctrine/lexer": "^1.0",
  348. "doctrine/persistence": "^1.3.3",
  349. "doctrine/reflection": "^1.0",
  350. "php": "^7.1 || ^8.0"
  351. },
  352. "require-dev": {
  353. "doctrine/coding-standard": "^1.0",
  354. "phpstan/phpstan": "^0.11",
  355. "phpstan/phpstan-phpunit": "^0.11",
  356. "phpunit/phpunit": "^7.0",
  357. "squizlabs/php_codesniffer": "^3.0",
  358. "symfony/phpunit-bridge": "^4.0.5"
  359. },
  360. "type": "library",
  361. "extra": {
  362. "branch-alias": {
  363. "dev-master": "2.11.x-dev"
  364. }
  365. },
  366. "autoload": {
  367. "psr-4": {
  368. "Doctrine\\Common\\": "lib/Doctrine/Common"
  369. }
  370. },
  371. "notification-url": "https://packagist.org/downloads/",
  372. "license": [
  373. "MIT"
  374. ],
  375. "authors": [
  376. {
  377. "name": "Guilherme Blanco",
  378. "email": "guilhermeblanco@gmail.com"
  379. },
  380. {
  381. "name": "Roman Borschel",
  382. "email": "roman@code-factory.org"
  383. },
  384. {
  385. "name": "Benjamin Eberlei",
  386. "email": "kontakt@beberlei.de"
  387. },
  388. {
  389. "name": "Jonathan Wage",
  390. "email": "jonwage@gmail.com"
  391. },
  392. {
  393. "name": "Johannes Schmitt",
  394. "email": "schmittjoh@gmail.com"
  395. },
  396. {
  397. "name": "Marco Pivetta",
  398. "email": "ocramius@gmail.com"
  399. }
  400. ],
  401. "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
  402. "homepage": "https://www.doctrine-project.org/projects/common.html",
  403. "keywords": [
  404. "common",
  405. "doctrine",
  406. "php"
  407. ],
  408. "support": {
  409. "issues": "https://github.com/doctrine/common/issues",
  410. "source": "https://github.com/doctrine/common/tree/2.13.x"
  411. },
  412. "funding": [
  413. {
  414. "url": "https://www.doctrine-project.org/sponsorship.html",
  415. "type": "custom"
  416. },
  417. {
  418. "url": "https://www.patreon.com/phpdoctrine",
  419. "type": "patreon"
  420. },
  421. {
  422. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
  423. "type": "tidelift"
  424. }
  425. ],
  426. "time": "2020-06-05T16:46:05+00:00"
  427. },
  428. {
  429. "name": "doctrine/dbal",
  430. "version": "2.13.9",
  431. "source": {
  432. "type": "git",
  433. "url": "https://github.com/doctrine/dbal.git",
  434. "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8"
  435. },
  436. "dist": {
  437. "type": "zip",
  438. "url": "https://api.github.com/repos/doctrine/dbal/zipball/c480849ca3ad6706a39c970cdfe6888fa8a058b8",
  439. "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8",
  440. "shasum": ""
  441. },
  442. "require": {
  443. "doctrine/cache": "^1.0|^2.0",
  444. "doctrine/deprecations": "^0.5.3|^1",
  445. "doctrine/event-manager": "^1.0",
  446. "ext-pdo": "*",
  447. "php": "^7.1 || ^8"
  448. },
  449. "require-dev": {
  450. "doctrine/coding-standard": "9.0.0",
  451. "jetbrains/phpstorm-stubs": "2021.1",
  452. "phpstan/phpstan": "1.4.6",
  453. "phpunit/phpunit": "^7.5.20|^8.5|9.5.16",
  454. "psalm/plugin-phpunit": "0.16.1",
  455. "squizlabs/php_codesniffer": "3.6.2",
  456. "symfony/cache": "^4.4",
  457. "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
  458. "vimeo/psalm": "4.22.0"
  459. },
  460. "suggest": {
  461. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  462. },
  463. "bin": [
  464. "bin/doctrine-dbal"
  465. ],
  466. "type": "library",
  467. "autoload": {
  468. "psr-4": {
  469. "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
  470. }
  471. },
  472. "notification-url": "https://packagist.org/downloads/",
  473. "license": [
  474. "MIT"
  475. ],
  476. "authors": [
  477. {
  478. "name": "Guilherme Blanco",
  479. "email": "guilhermeblanco@gmail.com"
  480. },
  481. {
  482. "name": "Roman Borschel",
  483. "email": "roman@code-factory.org"
  484. },
  485. {
  486. "name": "Benjamin Eberlei",
  487. "email": "kontakt@beberlei.de"
  488. },
  489. {
  490. "name": "Jonathan Wage",
  491. "email": "jonwage@gmail.com"
  492. }
  493. ],
  494. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  495. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  496. "keywords": [
  497. "abstraction",
  498. "database",
  499. "db2",
  500. "dbal",
  501. "mariadb",
  502. "mssql",
  503. "mysql",
  504. "oci8",
  505. "oracle",
  506. "pdo",
  507. "pgsql",
  508. "postgresql",
  509. "queryobject",
  510. "sasql",
  511. "sql",
  512. "sqlanywhere",
  513. "sqlite",
  514. "sqlserver",
  515. "sqlsrv"
  516. ],
  517. "support": {
  518. "issues": "https://github.com/doctrine/dbal/issues",
  519. "source": "https://github.com/doctrine/dbal/tree/2.13.9"
  520. },
  521. "funding": [
  522. {
  523. "url": "https://www.doctrine-project.org/sponsorship.html",
  524. "type": "custom"
  525. },
  526. {
  527. "url": "https://www.patreon.com/phpdoctrine",
  528. "type": "patreon"
  529. },
  530. {
  531. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
  532. "type": "tidelift"
  533. }
  534. ],
  535. "time": "2022-05-02T20:28:55+00:00"
  536. },
  537. {
  538. "name": "doctrine/deprecations",
  539. "version": "v1.0.0",
  540. "source": {
  541. "type": "git",
  542. "url": "https://github.com/doctrine/deprecations.git",
  543. "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
  544. },
  545. "dist": {
  546. "type": "zip",
  547. "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
  548. "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
  549. "shasum": ""
  550. },
  551. "require": {
  552. "php": "^7.1|^8.0"
  553. },
  554. "require-dev": {
  555. "doctrine/coding-standard": "^9",
  556. "phpunit/phpunit": "^7.5|^8.5|^9.5",
  557. "psr/log": "^1|^2|^3"
  558. },
  559. "suggest": {
  560. "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
  561. },
  562. "type": "library",
  563. "autoload": {
  564. "psr-4": {
  565. "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
  566. }
  567. },
  568. "notification-url": "https://packagist.org/downloads/",
  569. "license": [
  570. "MIT"
  571. ],
  572. "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
  573. "homepage": "https://www.doctrine-project.org/",
  574. "support": {
  575. "issues": "https://github.com/doctrine/deprecations/issues",
  576. "source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
  577. },
  578. "time": "2022-05-02T15:47:09+00:00"
  579. },
  580. {
  581. "name": "doctrine/doctrine-bundle",
  582. "version": "2.3.0",
  583. "source": {
  584. "type": "git",
  585. "url": "https://github.com/doctrine/DoctrineBundle.git",
  586. "reference": "8b922578bdee2243a26202b13df795e170efaef8"
  587. },
  588. "dist": {
  589. "type": "zip",
  590. "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/8b922578bdee2243a26202b13df795e170efaef8",
  591. "reference": "8b922578bdee2243a26202b13df795e170efaef8",
  592. "shasum": ""
  593. },
  594. "require": {
  595. "doctrine/dbal": "^2.9.0|^3.0",
  596. "doctrine/persistence": "^1.3.3|^2.0",
  597. "doctrine/sql-formatter": "^1.0.1",
  598. "php": "^7.1 || ^8.0",
  599. "symfony/cache": "^4.3.3|^5.0",
  600. "symfony/config": "^4.3.3|^5.0",
  601. "symfony/console": "^3.4.30|^4.3.3|^5.0",
  602. "symfony/dependency-injection": "^4.3.3|^5.0",
  603. "symfony/doctrine-bridge": "^4.3.7|^5.0",
  604. "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0",
  605. "symfony/service-contracts": "^1.1.1|^2.0"
  606. },
  607. "conflict": {
  608. "doctrine/orm": "<2.6",
  609. "twig/twig": "<1.34|>=2.0,<2.4"
  610. },
  611. "require-dev": {
  612. "doctrine/coding-standard": "^8.0",
  613. "doctrine/orm": "^2.6",
  614. "friendsofphp/proxy-manager-lts": "^1.0",
  615. "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3",
  616. "symfony/phpunit-bridge": "^4.2",
  617. "symfony/property-info": "^4.3.3|^5.0",
  618. "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0",
  619. "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0",
  620. "symfony/validator": "^3.4.30|^4.3.3|^5.0",
  621. "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0",
  622. "symfony/yaml": "^3.4.30|^4.3.3|^5.0",
  623. "twig/twig": "^1.34|^2.12|^3.0"
  624. },
  625. "suggest": {
  626. "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
  627. "symfony/web-profiler-bundle": "To use the data collector."
  628. },
  629. "type": "symfony-bundle",
  630. "extra": {
  631. "branch-alias": {
  632. "dev-master": "2.3.x-dev"
  633. }
  634. },
  635. "autoload": {
  636. "psr-4": {
  637. "Doctrine\\Bundle\\DoctrineBundle\\": ""
  638. }
  639. },
  640. "notification-url": "https://packagist.org/downloads/",
  641. "license": [
  642. "MIT"
  643. ],
  644. "authors": [
  645. {
  646. "name": "Fabien Potencier",
  647. "email": "fabien@symfony.com"
  648. },
  649. {
  650. "name": "Benjamin Eberlei",
  651. "email": "kontakt@beberlei.de"
  652. },
  653. {
  654. "name": "Symfony Community",
  655. "homepage": "http://symfony.com/contributors"
  656. },
  657. {
  658. "name": "Doctrine Project",
  659. "homepage": "http://www.doctrine-project.org/"
  660. }
  661. ],
  662. "description": "Symfony DoctrineBundle",
  663. "homepage": "http://www.doctrine-project.org",
  664. "keywords": [
  665. "database",
  666. "dbal",
  667. "orm",
  668. "persistence"
  669. ],
  670. "support": {
  671. "issues": "https://github.com/doctrine/DoctrineBundle/issues",
  672. "source": "https://github.com/doctrine/DoctrineBundle/tree/2.3.0"
  673. },
  674. "funding": [
  675. {
  676. "url": "https://www.doctrine-project.org/sponsorship.html",
  677. "type": "custom"
  678. },
  679. {
  680. "url": "https://www.patreon.com/phpdoctrine",
  681. "type": "patreon"
  682. },
  683. {
  684. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
  685. "type": "tidelift"
  686. }
  687. ],
  688. "time": "2021-03-16T16:24:04+00:00"
  689. },
  690. {
  691. "name": "doctrine/doctrine-migrations-bundle",
  692. "version": "2.2.3",
  693. "source": {
  694. "type": "git",
  695. "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
  696. "reference": "0a081b55a88259a887af7be654743a8c5f703e99"
  697. },
  698. "dist": {
  699. "type": "zip",
  700. "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/0a081b55a88259a887af7be654743a8c5f703e99",
  701. "reference": "0a081b55a88259a887af7be654743a8c5f703e99",
  702. "shasum": ""
  703. },
  704. "require": {
  705. "doctrine/doctrine-bundle": "~1.0|~2.0",
  706. "doctrine/migrations": "^2.2",
  707. "php": "^7.1|^8.0",
  708. "symfony/framework-bundle": "~3.4|~4.0|~5.0"
  709. },
  710. "require-dev": {
  711. "doctrine/coding-standard": "^8.0",
  712. "mikey179/vfsstream": "^1.6",
  713. "phpstan/phpstan": "^0.12",
  714. "phpstan/phpstan-strict-rules": "^0.12",
  715. "phpunit/phpunit": "^7.0|^8.0|^9.0"
  716. },
  717. "type": "symfony-bundle",
  718. "autoload": {
  719. "psr-4": {
  720. "Doctrine\\Bundle\\MigrationsBundle\\": ""
  721. },
  722. "exclude-from-classmap": [
  723. "/Tests/"
  724. ]
  725. },
  726. "notification-url": "https://packagist.org/downloads/",
  727. "license": [
  728. "MIT"
  729. ],
  730. "authors": [
  731. {
  732. "name": "Fabien Potencier",
  733. "email": "fabien@symfony.com"
  734. },
  735. {
  736. "name": "Doctrine Project",
  737. "homepage": "http://www.doctrine-project.org"
  738. },
  739. {
  740. "name": "Symfony Community",
  741. "homepage": "http://symfony.com/contributors"
  742. }
  743. ],
  744. "description": "Symfony DoctrineMigrationsBundle",
  745. "homepage": "https://www.doctrine-project.org",
  746. "keywords": [
  747. "dbal",
  748. "migrations",
  749. "schema"
  750. ],
  751. "support": {
  752. "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
  753. "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/2.2.3"
  754. },
  755. "funding": [
  756. {
  757. "url": "https://www.doctrine-project.org/sponsorship.html",
  758. "type": "custom"
  759. },
  760. {
  761. "url": "https://www.patreon.com/phpdoctrine",
  762. "type": "patreon"
  763. },
  764. {
  765. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle",
  766. "type": "tidelift"
  767. }
  768. ],
  769. "time": "2021-03-18T20:55:50+00:00"
  770. },
  771. {
  772. "name": "doctrine/event-manager",
  773. "version": "1.2.0",
  774. "source": {
  775. "type": "git",
  776. "url": "https://github.com/doctrine/event-manager.git",
  777. "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520"
  778. },
  779. "dist": {
  780. "type": "zip",
  781. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520",
  782. "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520",
  783. "shasum": ""
  784. },
  785. "require": {
  786. "doctrine/deprecations": "^0.5.3 || ^1",
  787. "php": "^7.1 || ^8.0"
  788. },
  789. "conflict": {
  790. "doctrine/common": "<2.9"
  791. },
  792. "require-dev": {
  793. "doctrine/coding-standard": "^9 || ^10",
  794. "phpstan/phpstan": "~1.4.10 || ^1.8.8",
  795. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  796. "vimeo/psalm": "^4.24"
  797. },
  798. "type": "library",
  799. "autoload": {
  800. "psr-4": {
  801. "Doctrine\\Common\\": "src"
  802. }
  803. },
  804. "notification-url": "https://packagist.org/downloads/",
  805. "license": [
  806. "MIT"
  807. ],
  808. "authors": [
  809. {
  810. "name": "Guilherme Blanco",
  811. "email": "guilhermeblanco@gmail.com"
  812. },
  813. {
  814. "name": "Roman Borschel",
  815. "email": "roman@code-factory.org"
  816. },
  817. {
  818. "name": "Benjamin Eberlei",
  819. "email": "kontakt@beberlei.de"
  820. },
  821. {
  822. "name": "Jonathan Wage",
  823. "email": "jonwage@gmail.com"
  824. },
  825. {
  826. "name": "Johannes Schmitt",
  827. "email": "schmittjoh@gmail.com"
  828. },
  829. {
  830. "name": "Marco Pivetta",
  831. "email": "ocramius@gmail.com"
  832. }
  833. ],
  834. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  835. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  836. "keywords": [
  837. "event",
  838. "event dispatcher",
  839. "event manager",
  840. "event system",
  841. "events"
  842. ],
  843. "support": {
  844. "issues": "https://github.com/doctrine/event-manager/issues",
  845. "source": "https://github.com/doctrine/event-manager/tree/1.2.0"
  846. },
  847. "funding": [
  848. {
  849. "url": "https://www.doctrine-project.org/sponsorship.html",
  850. "type": "custom"
  851. },
  852. {
  853. "url": "https://www.patreon.com/phpdoctrine",
  854. "type": "patreon"
  855. },
  856. {
  857. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
  858. "type": "tidelift"
  859. }
  860. ],
  861. "time": "2022-10-12T20:51:15+00:00"
  862. },
  863. {
  864. "name": "doctrine/inflector",
  865. "version": "1.4.4",
  866. "source": {
  867. "type": "git",
  868. "url": "https://github.com/doctrine/inflector.git",
  869. "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9"
  870. },
  871. "dist": {
  872. "type": "zip",
  873. "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
  874. "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
  875. "shasum": ""
  876. },
  877. "require": {
  878. "php": "^7.1 || ^8.0"
  879. },
  880. "require-dev": {
  881. "doctrine/coding-standard": "^8.0",
  882. "phpstan/phpstan": "^0.12",
  883. "phpstan/phpstan-phpunit": "^0.12",
  884. "phpstan/phpstan-strict-rules": "^0.12",
  885. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  886. },
  887. "type": "library",
  888. "extra": {
  889. "branch-alias": {
  890. "dev-master": "2.0.x-dev"
  891. }
  892. },
  893. "autoload": {
  894. "psr-4": {
  895. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector",
  896. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  897. }
  898. },
  899. "notification-url": "https://packagist.org/downloads/",
  900. "license": [
  901. "MIT"
  902. ],
  903. "authors": [
  904. {
  905. "name": "Guilherme Blanco",
  906. "email": "guilhermeblanco@gmail.com"
  907. },
  908. {
  909. "name": "Roman Borschel",
  910. "email": "roman@code-factory.org"
  911. },
  912. {
  913. "name": "Benjamin Eberlei",
  914. "email": "kontakt@beberlei.de"
  915. },
  916. {
  917. "name": "Jonathan Wage",
  918. "email": "jonwage@gmail.com"
  919. },
  920. {
  921. "name": "Johannes Schmitt",
  922. "email": "schmittjoh@gmail.com"
  923. }
  924. ],
  925. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  926. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  927. "keywords": [
  928. "inflection",
  929. "inflector",
  930. "lowercase",
  931. "manipulation",
  932. "php",
  933. "plural",
  934. "singular",
  935. "strings",
  936. "uppercase",
  937. "words"
  938. ],
  939. "support": {
  940. "issues": "https://github.com/doctrine/inflector/issues",
  941. "source": "https://github.com/doctrine/inflector/tree/1.4.4"
  942. },
  943. "funding": [
  944. {
  945. "url": "https://www.doctrine-project.org/sponsorship.html",
  946. "type": "custom"
  947. },
  948. {
  949. "url": "https://www.patreon.com/phpdoctrine",
  950. "type": "patreon"
  951. },
  952. {
  953. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  954. "type": "tidelift"
  955. }
  956. ],
  957. "time": "2021-04-16T17:34:40+00:00"
  958. },
  959. {
  960. "name": "doctrine/instantiator",
  961. "version": "1.5.0",
  962. "source": {
  963. "type": "git",
  964. "url": "https://github.com/doctrine/instantiator.git",
  965. "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
  966. },
  967. "dist": {
  968. "type": "zip",
  969. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
  970. "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
  971. "shasum": ""
  972. },
  973. "require": {
  974. "php": "^7.1 || ^8.0"
  975. },
  976. "require-dev": {
  977. "doctrine/coding-standard": "^9 || ^11",
  978. "ext-pdo": "*",
  979. "ext-phar": "*",
  980. "phpbench/phpbench": "^0.16 || ^1",
  981. "phpstan/phpstan": "^1.4",
  982. "phpstan/phpstan-phpunit": "^1",
  983. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  984. "vimeo/psalm": "^4.30 || ^5.4"
  985. },
  986. "type": "library",
  987. "autoload": {
  988. "psr-4": {
  989. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  990. }
  991. },
  992. "notification-url": "https://packagist.org/downloads/",
  993. "license": [
  994. "MIT"
  995. ],
  996. "authors": [
  997. {
  998. "name": "Marco Pivetta",
  999. "email": "ocramius@gmail.com",
  1000. "homepage": "https://ocramius.github.io/"
  1001. }
  1002. ],
  1003. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1004. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  1005. "keywords": [
  1006. "constructor",
  1007. "instantiate"
  1008. ],
  1009. "support": {
  1010. "issues": "https://github.com/doctrine/instantiator/issues",
  1011. "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
  1012. },
  1013. "funding": [
  1014. {
  1015. "url": "https://www.doctrine-project.org/sponsorship.html",
  1016. "type": "custom"
  1017. },
  1018. {
  1019. "url": "https://www.patreon.com/phpdoctrine",
  1020. "type": "patreon"
  1021. },
  1022. {
  1023. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
  1024. "type": "tidelift"
  1025. }
  1026. ],
  1027. "time": "2022-12-30T00:15:36+00:00"
  1028. },
  1029. {
  1030. "name": "doctrine/lexer",
  1031. "version": "1.2.3",
  1032. "source": {
  1033. "type": "git",
  1034. "url": "https://github.com/doctrine/lexer.git",
  1035. "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
  1036. },
  1037. "dist": {
  1038. "type": "zip",
  1039. "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
  1040. "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
  1041. "shasum": ""
  1042. },
  1043. "require": {
  1044. "php": "^7.1 || ^8.0"
  1045. },
  1046. "require-dev": {
  1047. "doctrine/coding-standard": "^9.0",
  1048. "phpstan/phpstan": "^1.3",
  1049. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  1050. "vimeo/psalm": "^4.11"
  1051. },
  1052. "type": "library",
  1053. "autoload": {
  1054. "psr-4": {
  1055. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  1056. }
  1057. },
  1058. "notification-url": "https://packagist.org/downloads/",
  1059. "license": [
  1060. "MIT"
  1061. ],
  1062. "authors": [
  1063. {
  1064. "name": "Guilherme Blanco",
  1065. "email": "guilhermeblanco@gmail.com"
  1066. },
  1067. {
  1068. "name": "Roman Borschel",
  1069. "email": "roman@code-factory.org"
  1070. },
  1071. {
  1072. "name": "Johannes Schmitt",
  1073. "email": "schmittjoh@gmail.com"
  1074. }
  1075. ],
  1076. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  1077. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  1078. "keywords": [
  1079. "annotations",
  1080. "docblock",
  1081. "lexer",
  1082. "parser",
  1083. "php"
  1084. ],
  1085. "support": {
  1086. "issues": "https://github.com/doctrine/lexer/issues",
  1087. "source": "https://github.com/doctrine/lexer/tree/1.2.3"
  1088. },
  1089. "funding": [
  1090. {
  1091. "url": "https://www.doctrine-project.org/sponsorship.html",
  1092. "type": "custom"
  1093. },
  1094. {
  1095. "url": "https://www.patreon.com/phpdoctrine",
  1096. "type": "patreon"
  1097. },
  1098. {
  1099. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  1100. "type": "tidelift"
  1101. }
  1102. ],
  1103. "time": "2022-02-28T11:07:21+00:00"
  1104. },
  1105. {
  1106. "name": "doctrine/migrations",
  1107. "version": "2.3.0",
  1108. "source": {
  1109. "type": "git",
  1110. "url": "https://github.com/doctrine/migrations.git",
  1111. "reference": "100e85a8509b521f010901890f042e9401a3043b"
  1112. },
  1113. "dist": {
  1114. "type": "zip",
  1115. "url": "https://api.github.com/repos/doctrine/migrations/zipball/100e85a8509b521f010901890f042e9401a3043b",
  1116. "reference": "100e85a8509b521f010901890f042e9401a3043b",
  1117. "shasum": ""
  1118. },
  1119. "require": {
  1120. "composer/package-versions-deprecated": "^1.8",
  1121. "doctrine/dbal": "^2.9",
  1122. "ocramius/proxy-manager": "^2.0.2",
  1123. "php": "^7.1",
  1124. "symfony/console": "^3.4||^4.0||^5.0",
  1125. "symfony/stopwatch": "^3.4||^4.0||^5.0"
  1126. },
  1127. "require-dev": {
  1128. "doctrine/coding-standard": "^6.0",
  1129. "doctrine/orm": "^2.6",
  1130. "ext-pdo_sqlite": "*",
  1131. "jdorn/sql-formatter": "^1.1",
  1132. "mikey179/vfsstream": "^1.6",
  1133. "phpstan/phpstan": "^0.10",
  1134. "phpstan/phpstan-deprecation-rules": "^0.10",
  1135. "phpstan/phpstan-phpunit": "^0.10",
  1136. "phpstan/phpstan-strict-rules": "^0.10",
  1137. "phpunit/phpunit": "^7.0",
  1138. "symfony/process": "^3.4||^4.0||^5.0",
  1139. "symfony/yaml": "^3.4||^4.0||^5.0"
  1140. },
  1141. "suggest": {
  1142. "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
  1143. "symfony/yaml": "Allows the use of yaml for migration configuration files."
  1144. },
  1145. "bin": [
  1146. "bin/doctrine-migrations"
  1147. ],
  1148. "type": "library",
  1149. "extra": {
  1150. "branch-alias": {
  1151. "dev-master": "2.2.x-dev"
  1152. }
  1153. },
  1154. "autoload": {
  1155. "psr-4": {
  1156. "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
  1157. }
  1158. },
  1159. "notification-url": "https://packagist.org/downloads/",
  1160. "license": [
  1161. "MIT"
  1162. ],
  1163. "authors": [
  1164. {
  1165. "name": "Benjamin Eberlei",
  1166. "email": "kontakt@beberlei.de"
  1167. },
  1168. {
  1169. "name": "Jonathan Wage",
  1170. "email": "jonwage@gmail.com"
  1171. },
  1172. {
  1173. "name": "Michael Simonson",
  1174. "email": "contact@mikesimonson.com"
  1175. }
  1176. ],
  1177. "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.",
  1178. "homepage": "https://www.doctrine-project.org/projects/migrations.html",
  1179. "keywords": [
  1180. "database",
  1181. "dbal",
  1182. "migrations",
  1183. "php"
  1184. ],
  1185. "support": {
  1186. "issues": "https://github.com/doctrine/migrations/issues",
  1187. "source": "https://github.com/doctrine/migrations/tree/2.3.0"
  1188. },
  1189. "funding": [
  1190. {
  1191. "url": "https://www.doctrine-project.org/sponsorship.html",
  1192. "type": "custom"
  1193. },
  1194. {
  1195. "url": "https://www.patreon.com/phpdoctrine",
  1196. "type": "patreon"
  1197. },
  1198. {
  1199. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations",
  1200. "type": "tidelift"
  1201. }
  1202. ],
  1203. "time": "2020-07-04T16:28:35+00:00"
  1204. },
  1205. {
  1206. "name": "doctrine/orm",
  1207. "version": "2.7.5",
  1208. "source": {
  1209. "type": "git",
  1210. "url": "https://github.com/doctrine/orm.git",
  1211. "reference": "01187c9260cd085529ddd1273665217cae659640"
  1212. },
  1213. "dist": {
  1214. "type": "zip",
  1215. "url": "https://api.github.com/repos/doctrine/orm/zipball/01187c9260cd085529ddd1273665217cae659640",
  1216. "reference": "01187c9260cd085529ddd1273665217cae659640",
  1217. "shasum": ""
  1218. },
  1219. "require": {
  1220. "composer/package-versions-deprecated": "^1.8",
  1221. "doctrine/annotations": "^1.11.1",
  1222. "doctrine/cache": "^1.9.1",
  1223. "doctrine/collections": "^1.5",
  1224. "doctrine/common": "^2.11 || ^3.0",
  1225. "doctrine/dbal": "^2.9.3",
  1226. "doctrine/event-manager": "^1.1",
  1227. "doctrine/inflector": "^1.0",
  1228. "doctrine/instantiator": "^1.3",
  1229. "doctrine/lexer": "^1.0",
  1230. "doctrine/persistence": "^1.3.3 || ^2.0",
  1231. "ext-pdo": "*",
  1232. "php": "^7.1",
  1233. "symfony/console": "^3.0|^4.0|^5.0"
  1234. },
  1235. "require-dev": {
  1236. "doctrine/coding-standard": "^6.0",
  1237. "phpstan/phpstan": "^0.12.18",
  1238. "phpunit/phpunit": "^8.0",
  1239. "symfony/yaml": "^3.4|^4.0|^5.0",
  1240. "vimeo/psalm": "^3.11"
  1241. },
  1242. "suggest": {
  1243. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  1244. },
  1245. "bin": [
  1246. "bin/doctrine"
  1247. ],
  1248. "type": "library",
  1249. "extra": {
  1250. "branch-alias": {
  1251. "dev-master": "2.7.x-dev"
  1252. }
  1253. },
  1254. "autoload": {
  1255. "psr-4": {
  1256. "Doctrine\\ORM\\": "lib/Doctrine/ORM"
  1257. }
  1258. },
  1259. "notification-url": "https://packagist.org/downloads/",
  1260. "license": [
  1261. "MIT"
  1262. ],
  1263. "authors": [
  1264. {
  1265. "name": "Guilherme Blanco",
  1266. "email": "guilhermeblanco@gmail.com"
  1267. },
  1268. {
  1269. "name": "Roman Borschel",
  1270. "email": "roman@code-factory.org"
  1271. },
  1272. {
  1273. "name": "Benjamin Eberlei",
  1274. "email": "kontakt@beberlei.de"
  1275. },
  1276. {
  1277. "name": "Jonathan Wage",
  1278. "email": "jonwage@gmail.com"
  1279. },
  1280. {
  1281. "name": "Marco Pivetta",
  1282. "email": "ocramius@gmail.com"
  1283. }
  1284. ],
  1285. "description": "Object-Relational-Mapper for PHP",
  1286. "homepage": "https://www.doctrine-project.org/projects/orm.html",
  1287. "keywords": [
  1288. "database",
  1289. "orm"
  1290. ],
  1291. "support": {
  1292. "issues": "https://github.com/doctrine/orm/issues",
  1293. "source": "https://github.com/doctrine/orm/tree/2.7.5"
  1294. },
  1295. "time": "2020-12-03T08:52:14+00:00"
  1296. },
  1297. {
  1298. "name": "doctrine/persistence",
  1299. "version": "1.3.8",
  1300. "source": {
  1301. "type": "git",
  1302. "url": "https://github.com/doctrine/persistence.git",
  1303. "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288"
  1304. },
  1305. "dist": {
  1306. "type": "zip",
  1307. "url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288",
  1308. "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288",
  1309. "shasum": ""
  1310. },
  1311. "require": {
  1312. "doctrine/annotations": "^1.0",
  1313. "doctrine/cache": "^1.0",
  1314. "doctrine/collections": "^1.0",
  1315. "doctrine/event-manager": "^1.0",
  1316. "doctrine/reflection": "^1.2",
  1317. "php": "^7.1 || ^8.0"
  1318. },
  1319. "conflict": {
  1320. "doctrine/common": "<2.10@dev"
  1321. },
  1322. "require-dev": {
  1323. "doctrine/coding-standard": "^6.0",
  1324. "phpstan/phpstan": "^0.11",
  1325. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  1326. "vimeo/psalm": "^3.11"
  1327. },
  1328. "type": "library",
  1329. "extra": {
  1330. "branch-alias": {
  1331. "dev-master": "1.3.x-dev"
  1332. }
  1333. },
  1334. "autoload": {
  1335. "psr-4": {
  1336. "Doctrine\\Common\\": "lib/Doctrine/Common",
  1337. "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
  1338. }
  1339. },
  1340. "notification-url": "https://packagist.org/downloads/",
  1341. "license": [
  1342. "MIT"
  1343. ],
  1344. "authors": [
  1345. {
  1346. "name": "Guilherme Blanco",
  1347. "email": "guilhermeblanco@gmail.com"
  1348. },
  1349. {
  1350. "name": "Roman Borschel",
  1351. "email": "roman@code-factory.org"
  1352. },
  1353. {
  1354. "name": "Benjamin Eberlei",
  1355. "email": "kontakt@beberlei.de"
  1356. },
  1357. {
  1358. "name": "Jonathan Wage",
  1359. "email": "jonwage@gmail.com"
  1360. },
  1361. {
  1362. "name": "Johannes Schmitt",
  1363. "email": "schmittjoh@gmail.com"
  1364. },
  1365. {
  1366. "name": "Marco Pivetta",
  1367. "email": "ocramius@gmail.com"
  1368. }
  1369. ],
  1370. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  1371. "homepage": "https://doctrine-project.org/projects/persistence.html",
  1372. "keywords": [
  1373. "mapper",
  1374. "object",
  1375. "odm",
  1376. "orm",
  1377. "persistence"
  1378. ],
  1379. "support": {
  1380. "issues": "https://github.com/doctrine/persistence/issues",
  1381. "source": "https://github.com/doctrine/persistence/tree/1.3.x"
  1382. },
  1383. "funding": [
  1384. {
  1385. "url": "https://www.doctrine-project.org/sponsorship.html",
  1386. "type": "custom"
  1387. },
  1388. {
  1389. "url": "https://www.patreon.com/phpdoctrine",
  1390. "type": "patreon"
  1391. },
  1392. {
  1393. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
  1394. "type": "tidelift"
  1395. }
  1396. ],
  1397. "time": "2020-06-20T12:56:16+00:00"
  1398. },
  1399. {
  1400. "name": "doctrine/reflection",
  1401. "version": "1.2.3",
  1402. "source": {
  1403. "type": "git",
  1404. "url": "https://github.com/doctrine/reflection.git",
  1405. "reference": "1034e5e71f89978b80f9c1570e7226f6c3b9b6fb"
  1406. },
  1407. "dist": {
  1408. "type": "zip",
  1409. "url": "https://api.github.com/repos/doctrine/reflection/zipball/1034e5e71f89978b80f9c1570e7226f6c3b9b6fb",
  1410. "reference": "1034e5e71f89978b80f9c1570e7226f6c3b9b6fb",
  1411. "shasum": ""
  1412. },
  1413. "require": {
  1414. "doctrine/annotations": "^1.0",
  1415. "ext-tokenizer": "*",
  1416. "php": "^7.1 || ^8.0"
  1417. },
  1418. "conflict": {
  1419. "doctrine/common": "<2.9"
  1420. },
  1421. "require-dev": {
  1422. "doctrine/coding-standard": "^9",
  1423. "doctrine/common": "^3.3",
  1424. "phpstan/phpstan": "^1.4.10",
  1425. "phpstan/phpstan-phpunit": "^1",
  1426. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
  1427. },
  1428. "type": "library",
  1429. "autoload": {
  1430. "psr-4": {
  1431. "Doctrine\\Common\\": "lib/Doctrine/Common"
  1432. }
  1433. },
  1434. "notification-url": "https://packagist.org/downloads/",
  1435. "license": [
  1436. "MIT"
  1437. ],
  1438. "authors": [
  1439. {
  1440. "name": "Guilherme Blanco",
  1441. "email": "guilhermeblanco@gmail.com"
  1442. },
  1443. {
  1444. "name": "Roman Borschel",
  1445. "email": "roman@code-factory.org"
  1446. },
  1447. {
  1448. "name": "Benjamin Eberlei",
  1449. "email": "kontakt@beberlei.de"
  1450. },
  1451. {
  1452. "name": "Jonathan Wage",
  1453. "email": "jonwage@gmail.com"
  1454. },
  1455. {
  1456. "name": "Johannes Schmitt",
  1457. "email": "schmittjoh@gmail.com"
  1458. },
  1459. {
  1460. "name": "Marco Pivetta",
  1461. "email": "ocramius@gmail.com"
  1462. }
  1463. ],
  1464. "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
  1465. "homepage": "https://www.doctrine-project.org/projects/reflection.html",
  1466. "keywords": [
  1467. "reflection",
  1468. "static"
  1469. ],
  1470. "support": {
  1471. "issues": "https://github.com/doctrine/reflection/issues",
  1472. "source": "https://github.com/doctrine/reflection/tree/1.2.3"
  1473. },
  1474. "abandoned": "roave/better-reflection",
  1475. "time": "2022-05-31T18:46:25+00:00"
  1476. },
  1477. {
  1478. "name": "doctrine/sql-formatter",
  1479. "version": "1.1.3",
  1480. "source": {
  1481. "type": "git",
  1482. "url": "https://github.com/doctrine/sql-formatter.git",
  1483. "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5"
  1484. },
  1485. "dist": {
  1486. "type": "zip",
  1487. "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/25a06c7bf4c6b8218f47928654252863ffc890a5",
  1488. "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5",
  1489. "shasum": ""
  1490. },
  1491. "require": {
  1492. "php": "^7.1 || ^8.0"
  1493. },
  1494. "require-dev": {
  1495. "bamarni/composer-bin-plugin": "^1.4"
  1496. },
  1497. "bin": [
  1498. "bin/sql-formatter"
  1499. ],
  1500. "type": "library",
  1501. "autoload": {
  1502. "psr-4": {
  1503. "Doctrine\\SqlFormatter\\": "src"
  1504. }
  1505. },
  1506. "notification-url": "https://packagist.org/downloads/",
  1507. "license": [
  1508. "MIT"
  1509. ],
  1510. "authors": [
  1511. {
  1512. "name": "Jeremy Dorn",
  1513. "email": "jeremy@jeremydorn.com",
  1514. "homepage": "https://jeremydorn.com/"
  1515. }
  1516. ],
  1517. "description": "a PHP SQL highlighting library",
  1518. "homepage": "https://github.com/doctrine/sql-formatter/",
  1519. "keywords": [
  1520. "highlight",
  1521. "sql"
  1522. ],
  1523. "support": {
  1524. "issues": "https://github.com/doctrine/sql-formatter/issues",
  1525. "source": "https://github.com/doctrine/sql-formatter/tree/1.1.3"
  1526. },
  1527. "time": "2022-05-23T21:33:49+00:00"
  1528. },
  1529. {
  1530. "name": "dompdf/dompdf",
  1531. "version": "v0.8.6",
  1532. "source": {
  1533. "type": "git",
  1534. "url": "https://github.com/dompdf/dompdf.git",
  1535. "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5"
  1536. },
  1537. "dist": {
  1538. "type": "zip",
  1539. "url": "https://api.github.com/repos/dompdf/dompdf/zipball/db91d81866c69a42dad1d2926f61515a1e3f42c5",
  1540. "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5",
  1541. "shasum": ""
  1542. },
  1543. "require": {
  1544. "ext-dom": "*",
  1545. "ext-mbstring": "*",
  1546. "phenx/php-font-lib": "^0.5.2",
  1547. "phenx/php-svg-lib": "^0.3.3",
  1548. "php": "^7.1"
  1549. },
  1550. "require-dev": {
  1551. "mockery/mockery": "^1.3",
  1552. "phpunit/phpunit": "^7.5",
  1553. "squizlabs/php_codesniffer": "^3.5"
  1554. },
  1555. "suggest": {
  1556. "ext-gd": "Needed to process images",
  1557. "ext-gmagick": "Improves image processing performance",
  1558. "ext-imagick": "Improves image processing performance",
  1559. "ext-zlib": "Needed for pdf stream compression"
  1560. },
  1561. "type": "library",
  1562. "extra": {
  1563. "branch-alias": {
  1564. "dev-develop": "0.7-dev"
  1565. }
  1566. },
  1567. "autoload": {
  1568. "psr-4": {
  1569. "Dompdf\\": "src/"
  1570. },
  1571. "classmap": [
  1572. "lib/"
  1573. ]
  1574. },
  1575. "notification-url": "https://packagist.org/downloads/",
  1576. "license": [
  1577. "LGPL-2.1"
  1578. ],
  1579. "authors": [
  1580. {
  1581. "name": "Fabien Ménager",
  1582. "email": "fabien.menager@gmail.com"
  1583. },
  1584. {
  1585. "name": "Brian Sweeney",
  1586. "email": "eclecticgeek@gmail.com"
  1587. },
  1588. {
  1589. "name": "Gabriel Bull",
  1590. "email": "me@gabrielbull.com"
  1591. }
  1592. ],
  1593. "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
  1594. "homepage": "https://github.com/dompdf/dompdf",
  1595. "support": {
  1596. "issues": "https://github.com/dompdf/dompdf/issues",
  1597. "source": "https://github.com/dompdf/dompdf/tree/master"
  1598. },
  1599. "time": "2020-08-30T22:54:22+00:00"
  1600. },
  1601. {
  1602. "name": "egulias/email-validator",
  1603. "version": "3.2.5",
  1604. "source": {
  1605. "type": "git",
  1606. "url": "https://github.com/egulias/EmailValidator.git",
  1607. "reference": "b531a2311709443320c786feb4519cfaf94af796"
  1608. },
  1609. "dist": {
  1610. "type": "zip",
  1611. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b531a2311709443320c786feb4519cfaf94af796",
  1612. "reference": "b531a2311709443320c786feb4519cfaf94af796",
  1613. "shasum": ""
  1614. },
  1615. "require": {
  1616. "doctrine/lexer": "^1.2|^2",
  1617. "php": ">=7.2",
  1618. "symfony/polyfill-intl-idn": "^1.15"
  1619. },
  1620. "require-dev": {
  1621. "phpunit/phpunit": "^8.5.8|^9.3.3",
  1622. "vimeo/psalm": "^4"
  1623. },
  1624. "suggest": {
  1625. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  1626. },
  1627. "type": "library",
  1628. "extra": {
  1629. "branch-alias": {
  1630. "dev-master": "3.0.x-dev"
  1631. }
  1632. },
  1633. "autoload": {
  1634. "psr-4": {
  1635. "Egulias\\EmailValidator\\": "src"
  1636. }
  1637. },
  1638. "notification-url": "https://packagist.org/downloads/",
  1639. "license": [
  1640. "MIT"
  1641. ],
  1642. "authors": [
  1643. {
  1644. "name": "Eduardo Gulias Davis"
  1645. }
  1646. ],
  1647. "description": "A library for validating emails against several RFCs",
  1648. "homepage": "https://github.com/egulias/EmailValidator",
  1649. "keywords": [
  1650. "email",
  1651. "emailvalidation",
  1652. "emailvalidator",
  1653. "validation",
  1654. "validator"
  1655. ],
  1656. "support": {
  1657. "issues": "https://github.com/egulias/EmailValidator/issues",
  1658. "source": "https://github.com/egulias/EmailValidator/tree/3.2.5"
  1659. },
  1660. "funding": [
  1661. {
  1662. "url": "https://github.com/egulias",
  1663. "type": "github"
  1664. }
  1665. ],
  1666. "time": "2023-01-02T17:26:14+00:00"
  1667. },
  1668. {
  1669. "name": "ezyang/htmlpurifier",
  1670. "version": "v4.16.0",
  1671. "source": {
  1672. "type": "git",
  1673. "url": "https://github.com/ezyang/htmlpurifier.git",
  1674. "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
  1675. },
  1676. "dist": {
  1677. "type": "zip",
  1678. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
  1679. "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
  1680. "shasum": ""
  1681. },
  1682. "require": {
  1683. "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
  1684. },
  1685. "require-dev": {
  1686. "cerdic/css-tidy": "^1.7 || ^2.0",
  1687. "simpletest/simpletest": "dev-master"
  1688. },
  1689. "suggest": {
  1690. "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
  1691. "ext-bcmath": "Used for unit conversion and imagecrash protection",
  1692. "ext-iconv": "Converts text to and from non-UTF-8 encodings",
  1693. "ext-tidy": "Used for pretty-printing HTML"
  1694. },
  1695. "type": "library",
  1696. "autoload": {
  1697. "files": [
  1698. "library/HTMLPurifier.composer.php"
  1699. ],
  1700. "psr-0": {
  1701. "HTMLPurifier": "library/"
  1702. },
  1703. "exclude-from-classmap": [
  1704. "/library/HTMLPurifier/Language/"
  1705. ]
  1706. },
  1707. "notification-url": "https://packagist.org/downloads/",
  1708. "license": [
  1709. "LGPL-2.1-or-later"
  1710. ],
  1711. "authors": [
  1712. {
  1713. "name": "Edward Z. Yang",
  1714. "email": "admin@htmlpurifier.org",
  1715. "homepage": "http://ezyang.com"
  1716. }
  1717. ],
  1718. "description": "Standards compliant HTML filter written in PHP",
  1719. "homepage": "http://htmlpurifier.org/",
  1720. "keywords": [
  1721. "html"
  1722. ],
  1723. "support": {
  1724. "issues": "https://github.com/ezyang/htmlpurifier/issues",
  1725. "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
  1726. },
  1727. "time": "2022-09-18T07:06:19+00:00"
  1728. },
  1729. {
  1730. "name": "laminas/laminas-code",
  1731. "version": "4.7.1",
  1732. "source": {
  1733. "type": "git",
  1734. "url": "https://github.com/laminas/laminas-code.git",
  1735. "reference": "91aabc066d5620428120800c0eafc0411e441a62"
  1736. },
  1737. "dist": {
  1738. "type": "zip",
  1739. "url": "https://api.github.com/repos/laminas/laminas-code/zipball/91aabc066d5620428120800c0eafc0411e441a62",
  1740. "reference": "91aabc066d5620428120800c0eafc0411e441a62",
  1741. "shasum": ""
  1742. },
  1743. "require": {
  1744. "php": ">=7.4, <8.2"
  1745. },
  1746. "require-dev": {
  1747. "doctrine/annotations": "^1.13.2",
  1748. "ext-phar": "*",
  1749. "laminas/laminas-coding-standard": "^2.3.0",
  1750. "laminas/laminas-stdlib": "^3.6.1",
  1751. "phpunit/phpunit": "^9.5.10",
  1752. "psalm/plugin-phpunit": "^0.17.0",
  1753. "vimeo/psalm": "^4.13.1"
  1754. },
  1755. "suggest": {
  1756. "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
  1757. "laminas/laminas-stdlib": "Laminas\\Stdlib component"
  1758. },
  1759. "type": "library",
  1760. "autoload": {
  1761. "files": [
  1762. "polyfill/ReflectionEnumPolyfill.php"
  1763. ],
  1764. "psr-4": {
  1765. "Laminas\\Code\\": "src/"
  1766. }
  1767. },
  1768. "notification-url": "https://packagist.org/downloads/",
  1769. "license": [
  1770. "BSD-3-Clause"
  1771. ],
  1772. "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
  1773. "homepage": "https://laminas.dev",
  1774. "keywords": [
  1775. "code",
  1776. "laminas",
  1777. "laminasframework"
  1778. ],
  1779. "support": {
  1780. "chat": "https://laminas.dev/chat",
  1781. "docs": "https://docs.laminas.dev/laminas-code/",
  1782. "forum": "https://discourse.laminas.dev",
  1783. "issues": "https://github.com/laminas/laminas-code/issues",
  1784. "rss": "https://github.com/laminas/laminas-code/releases.atom",
  1785. "source": "https://github.com/laminas/laminas-code"
  1786. },
  1787. "funding": [
  1788. {
  1789. "url": "https://funding.communitybridge.org/projects/laminas-project",
  1790. "type": "community_bridge"
  1791. }
  1792. ],
  1793. "time": "2022-11-21T01:32:31+00:00"
  1794. },
  1795. {
  1796. "name": "maennchen/zipstream-php",
  1797. "version": "2.2.6",
  1798. "source": {
  1799. "type": "git",
  1800. "url": "https://github.com/maennchen/ZipStream-PHP.git",
  1801. "reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f"
  1802. },
  1803. "dist": {
  1804. "type": "zip",
  1805. "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f",
  1806. "reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f",
  1807. "shasum": ""
  1808. },
  1809. "require": {
  1810. "myclabs/php-enum": "^1.5",
  1811. "php": "^7.4 || ^8.0",
  1812. "psr/http-message": "^1.0",
  1813. "symfony/polyfill-mbstring": "^1.0"
  1814. },
  1815. "require-dev": {
  1816. "ext-zip": "*",
  1817. "friendsofphp/php-cs-fixer": "^3.9",
  1818. "guzzlehttp/guzzle": "^6.5.3 || ^7.2.0",
  1819. "mikey179/vfsstream": "^1.6",
  1820. "php-coveralls/php-coveralls": "^2.4",
  1821. "phpunit/phpunit": "^8.5.8 || ^9.4.2",
  1822. "vimeo/psalm": "^4.1"
  1823. },
  1824. "type": "library",
  1825. "autoload": {
  1826. "psr-4": {
  1827. "ZipStream\\": "src/"
  1828. }
  1829. },
  1830. "notification-url": "https://packagist.org/downloads/",
  1831. "license": [
  1832. "MIT"
  1833. ],
  1834. "authors": [
  1835. {
  1836. "name": "Paul Duncan",
  1837. "email": "pabs@pablotron.org"
  1838. },
  1839. {
  1840. "name": "Jonatan Männchen",
  1841. "email": "jonatan@maennchen.ch"
  1842. },
  1843. {
  1844. "name": "Jesse Donat",
  1845. "email": "donatj@gmail.com"
  1846. },
  1847. {
  1848. "name": "András Kolesár",
  1849. "email": "kolesar@kolesar.hu"
  1850. }
  1851. ],
  1852. "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
  1853. "keywords": [
  1854. "stream",
  1855. "zip"
  1856. ],
  1857. "support": {
  1858. "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
  1859. "source": "https://github.com/maennchen/ZipStream-PHP/tree/2.2.6"
  1860. },
  1861. "funding": [
  1862. {
  1863. "url": "https://github.com/maennchen",
  1864. "type": "github"
  1865. },
  1866. {
  1867. "url": "https://opencollective.com/zipstream",
  1868. "type": "open_collective"
  1869. }
  1870. ],
  1871. "time": "2022-11-25T18:57:19+00:00"
  1872. },
  1873. {
  1874. "name": "markbaker/complex",
  1875. "version": "3.0.2",
  1876. "source": {
  1877. "type": "git",
  1878. "url": "https://github.com/MarkBaker/PHPComplex.git",
  1879. "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
  1880. },
  1881. "dist": {
  1882. "type": "zip",
  1883. "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
  1884. "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
  1885. "shasum": ""
  1886. },
  1887. "require": {
  1888. "php": "^7.2 || ^8.0"
  1889. },
  1890. "require-dev": {
  1891. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  1892. "phpcompatibility/php-compatibility": "^9.3",
  1893. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  1894. "squizlabs/php_codesniffer": "^3.7"
  1895. },
  1896. "type": "library",
  1897. "autoload": {
  1898. "psr-4": {
  1899. "Complex\\": "classes/src/"
  1900. }
  1901. },
  1902. "notification-url": "https://packagist.org/downloads/",
  1903. "license": [
  1904. "MIT"
  1905. ],
  1906. "authors": [
  1907. {
  1908. "name": "Mark Baker",
  1909. "email": "mark@lange.demon.co.uk"
  1910. }
  1911. ],
  1912. "description": "PHP Class for working with complex numbers",
  1913. "homepage": "https://github.com/MarkBaker/PHPComplex",
  1914. "keywords": [
  1915. "complex",
  1916. "mathematics"
  1917. ],
  1918. "support": {
  1919. "issues": "https://github.com/MarkBaker/PHPComplex/issues",
  1920. "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
  1921. },
  1922. "time": "2022-12-06T16:21:08+00:00"
  1923. },
  1924. {
  1925. "name": "markbaker/matrix",
  1926. "version": "3.0.1",
  1927. "source": {
  1928. "type": "git",
  1929. "url": "https://github.com/MarkBaker/PHPMatrix.git",
  1930. "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
  1931. },
  1932. "dist": {
  1933. "type": "zip",
  1934. "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
  1935. "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
  1936. "shasum": ""
  1937. },
  1938. "require": {
  1939. "php": "^7.1 || ^8.0"
  1940. },
  1941. "require-dev": {
  1942. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  1943. "phpcompatibility/php-compatibility": "^9.3",
  1944. "phpdocumentor/phpdocumentor": "2.*",
  1945. "phploc/phploc": "^4.0",
  1946. "phpmd/phpmd": "2.*",
  1947. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  1948. "sebastian/phpcpd": "^4.0",
  1949. "squizlabs/php_codesniffer": "^3.7"
  1950. },
  1951. "type": "library",
  1952. "autoload": {
  1953. "psr-4": {
  1954. "Matrix\\": "classes/src/"
  1955. }
  1956. },
  1957. "notification-url": "https://packagist.org/downloads/",
  1958. "license": [
  1959. "MIT"
  1960. ],
  1961. "authors": [
  1962. {
  1963. "name": "Mark Baker",
  1964. "email": "mark@demon-angel.eu"
  1965. }
  1966. ],
  1967. "description": "PHP Class for working with matrices",
  1968. "homepage": "https://github.com/MarkBaker/PHPMatrix",
  1969. "keywords": [
  1970. "mathematics",
  1971. "matrix",
  1972. "vector"
  1973. ],
  1974. "support": {
  1975. "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
  1976. "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
  1977. },
  1978. "time": "2022-12-02T22:17:43+00:00"
  1979. },
  1980. {
  1981. "name": "myclabs/php-enum",
  1982. "version": "1.8.4",
  1983. "source": {
  1984. "type": "git",
  1985. "url": "https://github.com/myclabs/php-enum.git",
  1986. "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
  1987. },
  1988. "dist": {
  1989. "type": "zip",
  1990. "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
  1991. "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
  1992. "shasum": ""
  1993. },
  1994. "require": {
  1995. "ext-json": "*",
  1996. "php": "^7.3 || ^8.0"
  1997. },
  1998. "require-dev": {
  1999. "phpunit/phpunit": "^9.5",
  2000. "squizlabs/php_codesniffer": "1.*",
  2001. "vimeo/psalm": "^4.6.2"
  2002. },
  2003. "type": "library",
  2004. "autoload": {
  2005. "psr-4": {
  2006. "MyCLabs\\Enum\\": "src/"
  2007. },
  2008. "classmap": [
  2009. "stubs/Stringable.php"
  2010. ]
  2011. },
  2012. "notification-url": "https://packagist.org/downloads/",
  2013. "license": [
  2014. "MIT"
  2015. ],
  2016. "authors": [
  2017. {
  2018. "name": "PHP Enum contributors",
  2019. "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
  2020. }
  2021. ],
  2022. "description": "PHP Enum implementation",
  2023. "homepage": "http://github.com/myclabs/php-enum",
  2024. "keywords": [
  2025. "enum"
  2026. ],
  2027. "support": {
  2028. "issues": "https://github.com/myclabs/php-enum/issues",
  2029. "source": "https://github.com/myclabs/php-enum/tree/1.8.4"
  2030. },
  2031. "funding": [
  2032. {
  2033. "url": "https://github.com/mnapoli",
  2034. "type": "github"
  2035. },
  2036. {
  2037. "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
  2038. "type": "tidelift"
  2039. }
  2040. ],
  2041. "time": "2022-08-04T09:53:51+00:00"
  2042. },
  2043. {
  2044. "name": "nelmio/cors-bundle",
  2045. "version": "2.2.0",
  2046. "source": {
  2047. "type": "git",
  2048. "url": "https://github.com/nelmio/NelmioCorsBundle.git",
  2049. "reference": "0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0"
  2050. },
  2051. "dist": {
  2052. "type": "zip",
  2053. "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0",
  2054. "reference": "0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0",
  2055. "shasum": ""
  2056. },
  2057. "require": {
  2058. "symfony/framework-bundle": "^4.3 || ^5.0 || ^6.0"
  2059. },
  2060. "require-dev": {
  2061. "mockery/mockery": "^1.2",
  2062. "symfony/phpunit-bridge": "^4.3 || ^5.0 || ^6.0"
  2063. },
  2064. "type": "symfony-bundle",
  2065. "extra": {
  2066. "branch-alias": {
  2067. "dev-master": "2.0.x-dev"
  2068. }
  2069. },
  2070. "autoload": {
  2071. "psr-4": {
  2072. "Nelmio\\CorsBundle\\": ""
  2073. },
  2074. "exclude-from-classmap": [
  2075. "/Tests/"
  2076. ]
  2077. },
  2078. "notification-url": "https://packagist.org/downloads/",
  2079. "license": [
  2080. "MIT"
  2081. ],
  2082. "authors": [
  2083. {
  2084. "name": "Nelmio",
  2085. "homepage": "http://nelm.io"
  2086. },
  2087. {
  2088. "name": "Symfony Community",
  2089. "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
  2090. }
  2091. ],
  2092. "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application",
  2093. "keywords": [
  2094. "api",
  2095. "cors",
  2096. "crossdomain"
  2097. ],
  2098. "support": {
  2099. "issues": "https://github.com/nelmio/NelmioCorsBundle/issues",
  2100. "source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.2.0"
  2101. },
  2102. "time": "2021-12-01T09:34:27+00:00"
  2103. },
  2104. {
  2105. "name": "ocramius/proxy-manager",
  2106. "version": "2.12.1",
  2107. "source": {
  2108. "type": "git",
  2109. "url": "https://github.com/Ocramius/ProxyManager.git",
  2110. "reference": "37b219af4c150ff8a30ab0d10d2d68be1148ecc9"
  2111. },
  2112. "dist": {
  2113. "type": "zip",
  2114. "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/37b219af4c150ff8a30ab0d10d2d68be1148ecc9",
  2115. "reference": "37b219af4c150ff8a30ab0d10d2d68be1148ecc9",
  2116. "shasum": ""
  2117. },
  2118. "require": {
  2119. "composer-runtime-api": "^2.0.0",
  2120. "laminas/laminas-code": "^4.3.0",
  2121. "php": "~7.4.1 || ~8.0.0",
  2122. "webimpress/safe-writer": "^2.2.0"
  2123. },
  2124. "conflict": {
  2125. "composer/composer": "<2.0.14",
  2126. "doctrine/annotations": "<1.6.1",
  2127. "laminas/laminas-stdlib": "<3.2.1",
  2128. "thecodingmachine/safe": "<1.3.3",
  2129. "zendframework/zend-stdlib": "<3.2.1"
  2130. },
  2131. "require-dev": {
  2132. "codelicia/xulieta": "^0.1.6",
  2133. "doctrine/coding-standard": "^8.2.1",
  2134. "ext-phar": "*",
  2135. "infection/infection": "^0.21.5",
  2136. "nikic/php-parser": "^4.10.5",
  2137. "phpbench/phpbench": "^0.17.1 || 1.0.0-alpha2",
  2138. "phpunit/phpunit": "^9.5.4",
  2139. "slevomat/coding-standard": "^6.3.10",
  2140. "squizlabs/php_codesniffer": "^3.6.0",
  2141. "vimeo/psalm": "^4.4.1"
  2142. },
  2143. "suggest": {
  2144. "laminas/laminas-json": "To have the JsonRpc adapter (Remote Object feature)",
  2145. "laminas/laminas-soap": "To have the Soap adapter (Remote Object feature)",
  2146. "laminas/laminas-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)",
  2147. "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects"
  2148. },
  2149. "type": "library",
  2150. "extra": {
  2151. "branch-alias": {
  2152. "dev-master": "3.0.x-dev"
  2153. }
  2154. },
  2155. "autoload": {
  2156. "psr-4": {
  2157. "ProxyManager\\": "src/ProxyManager"
  2158. }
  2159. },
  2160. "notification-url": "https://packagist.org/downloads/",
  2161. "license": [
  2162. "MIT"
  2163. ],
  2164. "authors": [
  2165. {
  2166. "name": "Marco Pivetta",
  2167. "email": "ocramius@gmail.com",
  2168. "homepage": "http://ocramius.github.io/"
  2169. }
  2170. ],
  2171. "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
  2172. "homepage": "https://github.com/Ocramius/ProxyManager",
  2173. "keywords": [
  2174. "aop",
  2175. "lazy loading",
  2176. "proxy",
  2177. "proxy pattern",
  2178. "service proxies"
  2179. ],
  2180. "support": {
  2181. "issues": "https://github.com/Ocramius/ProxyManager/issues",
  2182. "source": "https://github.com/Ocramius/ProxyManager/tree/2.12.1"
  2183. },
  2184. "funding": [
  2185. {
  2186. "url": "https://github.com/Ocramius",
  2187. "type": "github"
  2188. },
  2189. {
  2190. "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
  2191. "type": "tidelift"
  2192. }
  2193. ],
  2194. "time": "2022-03-05T18:39:36+00:00"
  2195. },
  2196. {
  2197. "name": "onurb/excel-bundle",
  2198. "version": "1.0.2",
  2199. "source": {
  2200. "type": "git",
  2201. "url": "https://github.com/Nono1971/excel-bundle.git",
  2202. "reference": "ebd4e5ebfd683d54d0b94834e514619128434f41"
  2203. },
  2204. "dist": {
  2205. "type": "zip",
  2206. "url": "https://api.github.com/repos/Nono1971/excel-bundle/zipball/ebd4e5ebfd683d54d0b94834e514619128434f41",
  2207. "reference": "ebd4e5ebfd683d54d0b94834e514619128434f41",
  2208. "shasum": ""
  2209. },
  2210. "require": {
  2211. "php": ">=7.1.3",
  2212. "phpoffice/phpspreadsheet": "~1.0",
  2213. "symfony/config": "~4.2",
  2214. "symfony/dependency-injection": "~3.2|~4.0",
  2215. "symfony/framework-bundle": "~3.2|~4.0",
  2216. "symfony/http-foundation": "~3.2|~4.0",
  2217. "symfony/http-kernel": "~3.2|~4.0"
  2218. },
  2219. "require-dev": {
  2220. "php": ">=7.0",
  2221. "phpunit/phpunit": "~6.5",
  2222. "sensio/framework-extra-bundle": "~3.2|~4.0",
  2223. "squizlabs/php_codesniffer": "~2"
  2224. },
  2225. "suggest": {
  2226. "onurb/doctrine-yuml-bundle": "Use this bundle to generate mapping graph from your entities"
  2227. },
  2228. "type": "symfony-bundle",
  2229. "extra": {
  2230. "symfony": {
  2231. "allow-contrib": "true"
  2232. }
  2233. },
  2234. "autoload": {
  2235. "psr-4": {
  2236. "Onurb\\Bundle\\": "lib/"
  2237. }
  2238. },
  2239. "notification-url": "https://packagist.org/downloads/",
  2240. "license": [
  2241. "MIT"
  2242. ],
  2243. "authors": [
  2244. {
  2245. "name": "Giulio De Donato",
  2246. "email": "liuggio@gmail.com"
  2247. },
  2248. {
  2249. "name": "Bruno Heron",
  2250. "email": "herobrun@gmail.com"
  2251. }
  2252. ],
  2253. "description": "Symfony Bundle to read or write Excel file (including pdf, xlsx, odt), using phpoffice/phpspreadsheet library (replacement of phpoffice/phpexcel, abandonned)",
  2254. "keywords": [
  2255. "PHPExcel",
  2256. "bundle",
  2257. "excel",
  2258. "spreadsheet",
  2259. "symfony",
  2260. "xls",
  2261. "xlsx"
  2262. ],
  2263. "support": {
  2264. "issues": "https://github.com/Nono1971/excel-bundle/issues",
  2265. "source": "https://github.com/Nono1971/excel-bundle/tree/1.0.2"
  2266. },
  2267. "time": "2019-06-24T20:41:00+00:00"
  2268. },
  2269. {
  2270. "name": "phenx/php-font-lib",
  2271. "version": "0.5.4",
  2272. "source": {
  2273. "type": "git",
  2274. "url": "https://github.com/dompdf/php-font-lib.git",
  2275. "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
  2276. },
  2277. "dist": {
  2278. "type": "zip",
  2279. "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
  2280. "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
  2281. "shasum": ""
  2282. },
  2283. "require": {
  2284. "ext-mbstring": "*"
  2285. },
  2286. "require-dev": {
  2287. "symfony/phpunit-bridge": "^3 || ^4 || ^5"
  2288. },
  2289. "type": "library",
  2290. "autoload": {
  2291. "psr-4": {
  2292. "FontLib\\": "src/FontLib"
  2293. }
  2294. },
  2295. "notification-url": "https://packagist.org/downloads/",
  2296. "license": [
  2297. "LGPL-3.0"
  2298. ],
  2299. "authors": [
  2300. {
  2301. "name": "Fabien Ménager",
  2302. "email": "fabien.menager@gmail.com"
  2303. }
  2304. ],
  2305. "description": "A library to read, parse, export and make subsets of different types of font files.",
  2306. "homepage": "https://github.com/PhenX/php-font-lib",
  2307. "support": {
  2308. "issues": "https://github.com/dompdf/php-font-lib/issues",
  2309. "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
  2310. },
  2311. "time": "2021-12-17T19:44:54+00:00"
  2312. },
  2313. {
  2314. "name": "phenx/php-svg-lib",
  2315. "version": "0.3.4",
  2316. "source": {
  2317. "type": "git",
  2318. "url": "https://github.com/PhenX/php-svg-lib.git",
  2319. "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2"
  2320. },
  2321. "dist": {
  2322. "type": "zip",
  2323. "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
  2324. "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
  2325. "shasum": ""
  2326. },
  2327. "require": {
  2328. "php": "^7.4 || ^8.0",
  2329. "sabberworm/php-css-parser": "^8.3"
  2330. },
  2331. "require-dev": {
  2332. "phpunit/phpunit": "^9.5"
  2333. },
  2334. "type": "library",
  2335. "autoload": {
  2336. "psr-4": {
  2337. "Svg\\": "src/Svg"
  2338. }
  2339. },
  2340. "notification-url": "https://packagist.org/downloads/",
  2341. "license": [
  2342. "LGPL-3.0"
  2343. ],
  2344. "authors": [
  2345. {
  2346. "name": "Fabien Ménager",
  2347. "email": "fabien.menager@gmail.com"
  2348. }
  2349. ],
  2350. "description": "A library to read, parse and export to PDF SVG files.",
  2351. "homepage": "https://github.com/PhenX/php-svg-lib",
  2352. "support": {
  2353. "issues": "https://github.com/PhenX/php-svg-lib/issues",
  2354. "source": "https://github.com/PhenX/php-svg-lib/tree/0.3.4"
  2355. },
  2356. "time": "2021-10-18T02:13:32+00:00"
  2357. },
  2358. {
  2359. "name": "phpoffice/phpspreadsheet",
  2360. "version": "1.28.0",
  2361. "source": {
  2362. "type": "git",
  2363. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  2364. "reference": "6e81cf39bbd93ebc3a4e8150444c41e8aa9b769a"
  2365. },
  2366. "dist": {
  2367. "type": "zip",
  2368. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/6e81cf39bbd93ebc3a4e8150444c41e8aa9b769a",
  2369. "reference": "6e81cf39bbd93ebc3a4e8150444c41e8aa9b769a",
  2370. "shasum": ""
  2371. },
  2372. "require": {
  2373. "ext-ctype": "*",
  2374. "ext-dom": "*",
  2375. "ext-fileinfo": "*",
  2376. "ext-gd": "*",
  2377. "ext-iconv": "*",
  2378. "ext-libxml": "*",
  2379. "ext-mbstring": "*",
  2380. "ext-simplexml": "*",
  2381. "ext-xml": "*",
  2382. "ext-xmlreader": "*",
  2383. "ext-xmlwriter": "*",
  2384. "ext-zip": "*",
  2385. "ext-zlib": "*",
  2386. "ezyang/htmlpurifier": "^4.15",
  2387. "maennchen/zipstream-php": "^2.1",
  2388. "markbaker/complex": "^3.0",
  2389. "markbaker/matrix": "^3.0",
  2390. "php": "^7.4 || ^8.0",
  2391. "psr/http-client": "^1.0",
  2392. "psr/http-factory": "^1.0",
  2393. "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
  2394. },
  2395. "require-dev": {
  2396. "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
  2397. "dompdf/dompdf": "^1.0 || ^2.0",
  2398. "friendsofphp/php-cs-fixer": "^3.2",
  2399. "mitoteam/jpgraph": "^10.2.4",
  2400. "mpdf/mpdf": "^8.1.1",
  2401. "phpcompatibility/php-compatibility": "^9.3",
  2402. "phpstan/phpstan": "^1.1",
  2403. "phpstan/phpstan-phpunit": "^1.0",
  2404. "phpunit/phpunit": "^8.5 || ^9.0",
  2405. "squizlabs/php_codesniffer": "^3.7",
  2406. "tecnickcom/tcpdf": "^6.5"
  2407. },
  2408. "suggest": {
  2409. "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
  2410. "ext-intl": "PHP Internationalization Functions",
  2411. "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  2412. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  2413. "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
  2414. },
  2415. "type": "library",
  2416. "autoload": {
  2417. "psr-4": {
  2418. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  2419. }
  2420. },
  2421. "notification-url": "https://packagist.org/downloads/",
  2422. "license": [
  2423. "MIT"
  2424. ],
  2425. "authors": [
  2426. {
  2427. "name": "Maarten Balliauw",
  2428. "homepage": "https://blog.maartenballiauw.be"
  2429. },
  2430. {
  2431. "name": "Mark Baker",
  2432. "homepage": "https://markbakeruk.net"
  2433. },
  2434. {
  2435. "name": "Franck Lefevre",
  2436. "homepage": "https://rootslabs.net"
  2437. },
  2438. {
  2439. "name": "Erik Tilt"
  2440. },
  2441. {
  2442. "name": "Adrien Crivelli"
  2443. }
  2444. ],
  2445. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  2446. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  2447. "keywords": [
  2448. "OpenXML",
  2449. "excel",
  2450. "gnumeric",
  2451. "ods",
  2452. "php",
  2453. "spreadsheet",
  2454. "xls",
  2455. "xlsx"
  2456. ],
  2457. "support": {
  2458. "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
  2459. "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.28.0"
  2460. },
  2461. "time": "2023-02-25T12:24:49+00:00"
  2462. },
  2463. {
  2464. "name": "psr/cache",
  2465. "version": "1.0.1",
  2466. "source": {
  2467. "type": "git",
  2468. "url": "https://github.com/php-fig/cache.git",
  2469. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  2470. },
  2471. "dist": {
  2472. "type": "zip",
  2473. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  2474. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  2475. "shasum": ""
  2476. },
  2477. "require": {
  2478. "php": ">=5.3.0"
  2479. },
  2480. "type": "library",
  2481. "extra": {
  2482. "branch-alias": {
  2483. "dev-master": "1.0.x-dev"
  2484. }
  2485. },
  2486. "autoload": {
  2487. "psr-4": {
  2488. "Psr\\Cache\\": "src/"
  2489. }
  2490. },
  2491. "notification-url": "https://packagist.org/downloads/",
  2492. "license": [
  2493. "MIT"
  2494. ],
  2495. "authors": [
  2496. {
  2497. "name": "PHP-FIG",
  2498. "homepage": "http://www.php-fig.org/"
  2499. }
  2500. ],
  2501. "description": "Common interface for caching libraries",
  2502. "keywords": [
  2503. "cache",
  2504. "psr",
  2505. "psr-6"
  2506. ],
  2507. "support": {
  2508. "source": "https://github.com/php-fig/cache/tree/master"
  2509. },
  2510. "time": "2016-08-06T20:24:11+00:00"
  2511. },
  2512. {
  2513. "name": "psr/container",
  2514. "version": "1.1.2",
  2515. "source": {
  2516. "type": "git",
  2517. "url": "https://github.com/php-fig/container.git",
  2518. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
  2519. },
  2520. "dist": {
  2521. "type": "zip",
  2522. "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
  2523. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
  2524. "shasum": ""
  2525. },
  2526. "require": {
  2527. "php": ">=7.4.0"
  2528. },
  2529. "type": "library",
  2530. "autoload": {
  2531. "psr-4": {
  2532. "Psr\\Container\\": "src/"
  2533. }
  2534. },
  2535. "notification-url": "https://packagist.org/downloads/",
  2536. "license": [
  2537. "MIT"
  2538. ],
  2539. "authors": [
  2540. {
  2541. "name": "PHP-FIG",
  2542. "homepage": "https://www.php-fig.org/"
  2543. }
  2544. ],
  2545. "description": "Common Container Interface (PHP FIG PSR-11)",
  2546. "homepage": "https://github.com/php-fig/container",
  2547. "keywords": [
  2548. "PSR-11",
  2549. "container",
  2550. "container-interface",
  2551. "container-interop",
  2552. "psr"
  2553. ],
  2554. "support": {
  2555. "issues": "https://github.com/php-fig/container/issues",
  2556. "source": "https://github.com/php-fig/container/tree/1.1.2"
  2557. },
  2558. "time": "2021-11-05T16:50:12+00:00"
  2559. },
  2560. {
  2561. "name": "psr/http-client",
  2562. "version": "1.0.2",
  2563. "source": {
  2564. "type": "git",
  2565. "url": "https://github.com/php-fig/http-client.git",
  2566. "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
  2567. },
  2568. "dist": {
  2569. "type": "zip",
  2570. "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
  2571. "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
  2572. "shasum": ""
  2573. },
  2574. "require": {
  2575. "php": "^7.0 || ^8.0",
  2576. "psr/http-message": "^1.0 || ^2.0"
  2577. },
  2578. "type": "library",
  2579. "extra": {
  2580. "branch-alias": {
  2581. "dev-master": "1.0.x-dev"
  2582. }
  2583. },
  2584. "autoload": {
  2585. "psr-4": {
  2586. "Psr\\Http\\Client\\": "src/"
  2587. }
  2588. },
  2589. "notification-url": "https://packagist.org/downloads/",
  2590. "license": [
  2591. "MIT"
  2592. ],
  2593. "authors": [
  2594. {
  2595. "name": "PHP-FIG",
  2596. "homepage": "https://www.php-fig.org/"
  2597. }
  2598. ],
  2599. "description": "Common interface for HTTP clients",
  2600. "homepage": "https://github.com/php-fig/http-client",
  2601. "keywords": [
  2602. "http",
  2603. "http-client",
  2604. "psr",
  2605. "psr-18"
  2606. ],
  2607. "support": {
  2608. "source": "https://github.com/php-fig/http-client/tree/1.0.2"
  2609. },
  2610. "time": "2023-04-10T20:12:12+00:00"
  2611. },
  2612. {
  2613. "name": "psr/http-factory",
  2614. "version": "1.0.2",
  2615. "source": {
  2616. "type": "git",
  2617. "url": "https://github.com/php-fig/http-factory.git",
  2618. "reference": "e616d01114759c4c489f93b099585439f795fe35"
  2619. },
  2620. "dist": {
  2621. "type": "zip",
  2622. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
  2623. "reference": "e616d01114759c4c489f93b099585439f795fe35",
  2624. "shasum": ""
  2625. },
  2626. "require": {
  2627. "php": ">=7.0.0",
  2628. "psr/http-message": "^1.0 || ^2.0"
  2629. },
  2630. "type": "library",
  2631. "extra": {
  2632. "branch-alias": {
  2633. "dev-master": "1.0.x-dev"
  2634. }
  2635. },
  2636. "autoload": {
  2637. "psr-4": {
  2638. "Psr\\Http\\Message\\": "src/"
  2639. }
  2640. },
  2641. "notification-url": "https://packagist.org/downloads/",
  2642. "license": [
  2643. "MIT"
  2644. ],
  2645. "authors": [
  2646. {
  2647. "name": "PHP-FIG",
  2648. "homepage": "https://www.php-fig.org/"
  2649. }
  2650. ],
  2651. "description": "Common interfaces for PSR-7 HTTP message factories",
  2652. "keywords": [
  2653. "factory",
  2654. "http",
  2655. "message",
  2656. "psr",
  2657. "psr-17",
  2658. "psr-7",
  2659. "request",
  2660. "response"
  2661. ],
  2662. "support": {
  2663. "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
  2664. },
  2665. "time": "2023-04-10T20:10:41+00:00"
  2666. },
  2667. {
  2668. "name": "psr/http-message",
  2669. "version": "1.1",
  2670. "source": {
  2671. "type": "git",
  2672. "url": "https://github.com/php-fig/http-message.git",
  2673. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
  2674. },
  2675. "dist": {
  2676. "type": "zip",
  2677. "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  2678. "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
  2679. "shasum": ""
  2680. },
  2681. "require": {
  2682. "php": "^7.2 || ^8.0"
  2683. },
  2684. "type": "library",
  2685. "extra": {
  2686. "branch-alias": {
  2687. "dev-master": "1.1.x-dev"
  2688. }
  2689. },
  2690. "autoload": {
  2691. "psr-4": {
  2692. "Psr\\Http\\Message\\": "src/"
  2693. }
  2694. },
  2695. "notification-url": "https://packagist.org/downloads/",
  2696. "license": [
  2697. "MIT"
  2698. ],
  2699. "authors": [
  2700. {
  2701. "name": "PHP-FIG",
  2702. "homepage": "http://www.php-fig.org/"
  2703. }
  2704. ],
  2705. "description": "Common interface for HTTP messages",
  2706. "homepage": "https://github.com/php-fig/http-message",
  2707. "keywords": [
  2708. "http",
  2709. "http-message",
  2710. "psr",
  2711. "psr-7",
  2712. "request",
  2713. "response"
  2714. ],
  2715. "support": {
  2716. "source": "https://github.com/php-fig/http-message/tree/1.1"
  2717. },
  2718. "time": "2023-04-04T09:50:52+00:00"
  2719. },
  2720. {
  2721. "name": "psr/log",
  2722. "version": "1.1.4",
  2723. "source": {
  2724. "type": "git",
  2725. "url": "https://github.com/php-fig/log.git",
  2726. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  2727. },
  2728. "dist": {
  2729. "type": "zip",
  2730. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  2731. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  2732. "shasum": ""
  2733. },
  2734. "require": {
  2735. "php": ">=5.3.0"
  2736. },
  2737. "type": "library",
  2738. "extra": {
  2739. "branch-alias": {
  2740. "dev-master": "1.1.x-dev"
  2741. }
  2742. },
  2743. "autoload": {
  2744. "psr-4": {
  2745. "Psr\\Log\\": "Psr/Log/"
  2746. }
  2747. },
  2748. "notification-url": "https://packagist.org/downloads/",
  2749. "license": [
  2750. "MIT"
  2751. ],
  2752. "authors": [
  2753. {
  2754. "name": "PHP-FIG",
  2755. "homepage": "https://www.php-fig.org/"
  2756. }
  2757. ],
  2758. "description": "Common interface for logging libraries",
  2759. "homepage": "https://github.com/php-fig/log",
  2760. "keywords": [
  2761. "log",
  2762. "psr",
  2763. "psr-3"
  2764. ],
  2765. "support": {
  2766. "source": "https://github.com/php-fig/log/tree/1.1.4"
  2767. },
  2768. "time": "2021-05-03T11:20:27+00:00"
  2769. },
  2770. {
  2771. "name": "psr/simple-cache",
  2772. "version": "1.0.1",
  2773. "source": {
  2774. "type": "git",
  2775. "url": "https://github.com/php-fig/simple-cache.git",
  2776. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  2777. },
  2778. "dist": {
  2779. "type": "zip",
  2780. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  2781. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  2782. "shasum": ""
  2783. },
  2784. "require": {
  2785. "php": ">=5.3.0"
  2786. },
  2787. "type": "library",
  2788. "extra": {
  2789. "branch-alias": {
  2790. "dev-master": "1.0.x-dev"
  2791. }
  2792. },
  2793. "autoload": {
  2794. "psr-4": {
  2795. "Psr\\SimpleCache\\": "src/"
  2796. }
  2797. },
  2798. "notification-url": "https://packagist.org/downloads/",
  2799. "license": [
  2800. "MIT"
  2801. ],
  2802. "authors": [
  2803. {
  2804. "name": "PHP-FIG",
  2805. "homepage": "http://www.php-fig.org/"
  2806. }
  2807. ],
  2808. "description": "Common interfaces for simple caching",
  2809. "keywords": [
  2810. "cache",
  2811. "caching",
  2812. "psr",
  2813. "psr-16",
  2814. "simple-cache"
  2815. ],
  2816. "support": {
  2817. "source": "https://github.com/php-fig/simple-cache/tree/master"
  2818. },
  2819. "time": "2017-10-23T01:57:42+00:00"
  2820. },
  2821. {
  2822. "name": "sabberworm/php-css-parser",
  2823. "version": "8.4.0",
  2824. "source": {
  2825. "type": "git",
  2826. "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
  2827. "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
  2828. },
  2829. "dist": {
  2830. "type": "zip",
  2831. "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
  2832. "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
  2833. "shasum": ""
  2834. },
  2835. "require": {
  2836. "ext-iconv": "*",
  2837. "php": ">=5.6.20"
  2838. },
  2839. "require-dev": {
  2840. "codacy/coverage": "^1.4",
  2841. "phpunit/phpunit": "^4.8.36"
  2842. },
  2843. "suggest": {
  2844. "ext-mbstring": "for parsing UTF-8 CSS"
  2845. },
  2846. "type": "library",
  2847. "autoload": {
  2848. "psr-4": {
  2849. "Sabberworm\\CSS\\": "src/"
  2850. }
  2851. },
  2852. "notification-url": "https://packagist.org/downloads/",
  2853. "license": [
  2854. "MIT"
  2855. ],
  2856. "authors": [
  2857. {
  2858. "name": "Raphael Schweikert"
  2859. }
  2860. ],
  2861. "description": "Parser for CSS Files written in PHP",
  2862. "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
  2863. "keywords": [
  2864. "css",
  2865. "parser",
  2866. "stylesheet"
  2867. ],
  2868. "support": {
  2869. "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
  2870. "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
  2871. },
  2872. "time": "2021-12-11T13:40:54+00:00"
  2873. },
  2874. {
  2875. "name": "sensio/framework-extra-bundle",
  2876. "version": "v5.5.3",
  2877. "source": {
  2878. "type": "git",
  2879. "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
  2880. "reference": "98f0807137b13d0acfdf3c255a731516e97015de"
  2881. },
  2882. "dist": {
  2883. "type": "zip",
  2884. "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/98f0807137b13d0acfdf3c255a731516e97015de",
  2885. "reference": "98f0807137b13d0acfdf3c255a731516e97015de",
  2886. "shasum": ""
  2887. },
  2888. "require": {
  2889. "doctrine/annotations": "^1.0",
  2890. "php": ">=7.1.3",
  2891. "symfony/config": "^4.3|^5.0",
  2892. "symfony/dependency-injection": "^4.3|^5.0",
  2893. "symfony/framework-bundle": "^4.3|^5.0",
  2894. "symfony/http-kernel": "^4.3|^5.0"
  2895. },
  2896. "conflict": {
  2897. "doctrine/doctrine-cache-bundle": "<1.3.1"
  2898. },
  2899. "require-dev": {
  2900. "doctrine/doctrine-bundle": "^1.11|^2.0",
  2901. "doctrine/orm": "^2.5",
  2902. "nyholm/psr7": "^1.1",
  2903. "symfony/browser-kit": "^4.3|^5.0",
  2904. "symfony/dom-crawler": "^4.3|^5.0",
  2905. "symfony/expression-language": "^4.3|^5.0",
  2906. "symfony/finder": "^4.3|^5.0",
  2907. "symfony/monolog-bridge": "^4.0|^5.0",
  2908. "symfony/monolog-bundle": "^3.2",
  2909. "symfony/phpunit-bridge": "^4.3.5|^5.0",
  2910. "symfony/psr-http-message-bridge": "^1.1",
  2911. "symfony/security-bundle": "^4.3|^5.0",
  2912. "symfony/twig-bundle": "^4.3|^5.0",
  2913. "symfony/yaml": "^4.3|^5.0",
  2914. "twig/twig": "^1.34|^2.4|^3.0"
  2915. },
  2916. "suggest": {
  2917. "symfony/expression-language": "",
  2918. "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
  2919. "symfony/security-bundle": ""
  2920. },
  2921. "type": "symfony-bundle",
  2922. "extra": {
  2923. "branch-alias": {
  2924. "dev-master": "5.5.x-dev"
  2925. }
  2926. },
  2927. "autoload": {
  2928. "psr-4": {
  2929. "Sensio\\Bundle\\FrameworkExtraBundle\\": "src/"
  2930. },
  2931. "exclude-from-classmap": [
  2932. "/tests/"
  2933. ]
  2934. },
  2935. "notification-url": "https://packagist.org/downloads/",
  2936. "license": [
  2937. "MIT"
  2938. ],
  2939. "authors": [
  2940. {
  2941. "name": "Fabien Potencier",
  2942. "email": "fabien@symfony.com"
  2943. }
  2944. ],
  2945. "description": "This bundle provides a way to configure your controllers with annotations",
  2946. "keywords": [
  2947. "annotations",
  2948. "controllers"
  2949. ],
  2950. "support": {
  2951. "issues": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues",
  2952. "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v5.5.3"
  2953. },
  2954. "abandoned": "Symfony",
  2955. "time": "2019-12-27T08:57:19+00:00"
  2956. },
  2957. {
  2958. "name": "swiftmailer/swiftmailer",
  2959. "version": "v6.3.0",
  2960. "source": {
  2961. "type": "git",
  2962. "url": "https://github.com/swiftmailer/swiftmailer.git",
  2963. "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c"
  2964. },
  2965. "dist": {
  2966. "type": "zip",
  2967. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
  2968. "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
  2969. "shasum": ""
  2970. },
  2971. "require": {
  2972. "egulias/email-validator": "^2.0|^3.1",
  2973. "php": ">=7.0.0",
  2974. "symfony/polyfill-iconv": "^1.0",
  2975. "symfony/polyfill-intl-idn": "^1.10",
  2976. "symfony/polyfill-mbstring": "^1.0"
  2977. },
  2978. "require-dev": {
  2979. "mockery/mockery": "^1.0",
  2980. "symfony/phpunit-bridge": "^4.4|^5.4"
  2981. },
  2982. "suggest": {
  2983. "ext-intl": "Needed to support internationalized email addresses"
  2984. },
  2985. "type": "library",
  2986. "extra": {
  2987. "branch-alias": {
  2988. "dev-master": "6.2-dev"
  2989. }
  2990. },
  2991. "autoload": {
  2992. "files": [
  2993. "lib/swift_required.php"
  2994. ]
  2995. },
  2996. "notification-url": "https://packagist.org/downloads/",
  2997. "license": [
  2998. "MIT"
  2999. ],
  3000. "authors": [
  3001. {
  3002. "name": "Chris Corbyn"
  3003. },
  3004. {
  3005. "name": "Fabien Potencier",
  3006. "email": "fabien@symfony.com"
  3007. }
  3008. ],
  3009. "description": "Swiftmailer, free feature-rich PHP mailer",
  3010. "homepage": "https://swiftmailer.symfony.com",
  3011. "keywords": [
  3012. "email",
  3013. "mail",
  3014. "mailer"
  3015. ],
  3016. "support": {
  3017. "issues": "https://github.com/swiftmailer/swiftmailer/issues",
  3018. "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0"
  3019. },
  3020. "funding": [
  3021. {
  3022. "url": "https://github.com/fabpot",
  3023. "type": "github"
  3024. },
  3025. {
  3026. "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
  3027. "type": "tidelift"
  3028. }
  3029. ],
  3030. "abandoned": "symfony/mailer",
  3031. "time": "2021-10-18T15:26:12+00:00"
  3032. },
  3033. {
  3034. "name": "symfony/apache-pack",
  3035. "version": "v1.0.1",
  3036. "source": {
  3037. "type": "git",
  3038. "url": "https://github.com/symfony/apache-pack.git",
  3039. "reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c"
  3040. },
  3041. "dist": {
  3042. "type": "zip",
  3043. "url": "https://api.github.com/repos/symfony/apache-pack/zipball/3aa5818d73ad2551281fc58a75afd9ca82622e6c",
  3044. "reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c",
  3045. "shasum": ""
  3046. },
  3047. "type": "symfony-pack",
  3048. "notification-url": "https://packagist.org/downloads/",
  3049. "license": [
  3050. "MIT"
  3051. ],
  3052. "description": "A pack for Apache support in Symfony",
  3053. "support": {
  3054. "issues": "https://github.com/symfony/apache-pack/issues",
  3055. "source": "https://github.com/symfony/apache-pack/tree/master"
  3056. },
  3057. "time": "2017-12-12T01:46:35+00:00"
  3058. },
  3059. {
  3060. "name": "symfony/cache",
  3061. "version": "v4.3.11",
  3062. "source": {
  3063. "type": "git",
  3064. "url": "https://github.com/symfony/cache.git",
  3065. "reference": "8794ccf68ac341fc19311919d2287f7557bfccba"
  3066. },
  3067. "dist": {
  3068. "type": "zip",
  3069. "url": "https://api.github.com/repos/symfony/cache/zipball/8794ccf68ac341fc19311919d2287f7557bfccba",
  3070. "reference": "8794ccf68ac341fc19311919d2287f7557bfccba",
  3071. "shasum": ""
  3072. },
  3073. "require": {
  3074. "php": "^7.1.3",
  3075. "psr/cache": "~1.0",
  3076. "psr/log": "~1.0",
  3077. "symfony/cache-contracts": "^1.1",
  3078. "symfony/service-contracts": "^1.1",
  3079. "symfony/var-exporter": "^4.2"
  3080. },
  3081. "conflict": {
  3082. "doctrine/dbal": "<2.5",
  3083. "symfony/dependency-injection": "<3.4",
  3084. "symfony/var-dumper": "<3.4"
  3085. },
  3086. "provide": {
  3087. "psr/cache-implementation": "1.0",
  3088. "psr/simple-cache-implementation": "1.0",
  3089. "symfony/cache-implementation": "1.0"
  3090. },
  3091. "require-dev": {
  3092. "cache/integration-tests": "dev-master",
  3093. "doctrine/cache": "~1.6",
  3094. "doctrine/dbal": "~2.5",
  3095. "predis/predis": "~1.1",
  3096. "psr/simple-cache": "^1.0",
  3097. "symfony/config": "~4.2",
  3098. "symfony/dependency-injection": "~3.4|~4.1",
  3099. "symfony/var-dumper": "^4.1.1"
  3100. },
  3101. "type": "library",
  3102. "extra": {
  3103. "branch-alias": {
  3104. "dev-master": "4.3-dev"
  3105. }
  3106. },
  3107. "autoload": {
  3108. "psr-4": {
  3109. "Symfony\\Component\\Cache\\": ""
  3110. },
  3111. "exclude-from-classmap": [
  3112. "/Tests/"
  3113. ]
  3114. },
  3115. "notification-url": "https://packagist.org/downloads/",
  3116. "license": [
  3117. "MIT"
  3118. ],
  3119. "authors": [
  3120. {
  3121. "name": "Nicolas Grekas",
  3122. "email": "p@tchwork.com"
  3123. },
  3124. {
  3125. "name": "Symfony Community",
  3126. "homepage": "https://symfony.com/contributors"
  3127. }
  3128. ],
  3129. "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
  3130. "homepage": "https://symfony.com",
  3131. "keywords": [
  3132. "caching",
  3133. "psr6"
  3134. ],
  3135. "support": {
  3136. "source": "https://github.com/symfony/cache/tree/v4.3.11"
  3137. },
  3138. "time": "2020-01-27T09:15:09+00:00"
  3139. },
  3140. {
  3141. "name": "symfony/cache-contracts",
  3142. "version": "v1.1.13",
  3143. "source": {
  3144. "type": "git",
  3145. "url": "https://github.com/symfony/cache-contracts.git",
  3146. "reference": "a872a66e0bf7bac179c89bc96c7098bef1949f81"
  3147. },
  3148. "dist": {
  3149. "type": "zip",
  3150. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/a872a66e0bf7bac179c89bc96c7098bef1949f81",
  3151. "reference": "a872a66e0bf7bac179c89bc96c7098bef1949f81",
  3152. "shasum": ""
  3153. },
  3154. "require": {
  3155. "php": ">=7.1.3",
  3156. "psr/cache": "^1.0|^2.0|^3.0"
  3157. },
  3158. "suggest": {
  3159. "symfony/cache-implementation": ""
  3160. },
  3161. "type": "library",
  3162. "extra": {
  3163. "branch-alias": {
  3164. "dev-main": "1.1-dev"
  3165. },
  3166. "thanks": {
  3167. "name": "symfony/contracts",
  3168. "url": "https://github.com/symfony/contracts"
  3169. }
  3170. },
  3171. "autoload": {
  3172. "psr-4": {
  3173. "Symfony\\Contracts\\Cache\\": ""
  3174. }
  3175. },
  3176. "notification-url": "https://packagist.org/downloads/",
  3177. "license": [
  3178. "MIT"
  3179. ],
  3180. "authors": [
  3181. {
  3182. "name": "Nicolas Grekas",
  3183. "email": "p@tchwork.com"
  3184. },
  3185. {
  3186. "name": "Symfony Community",
  3187. "homepage": "https://symfony.com/contributors"
  3188. }
  3189. ],
  3190. "description": "Generic abstractions related to caching",
  3191. "homepage": "https://symfony.com",
  3192. "keywords": [
  3193. "abstractions",
  3194. "contracts",
  3195. "decoupling",
  3196. "interfaces",
  3197. "interoperability",
  3198. "standards"
  3199. ],
  3200. "support": {
  3201. "source": "https://github.com/symfony/cache-contracts/tree/v1.1.13"
  3202. },
  3203. "funding": [
  3204. {
  3205. "url": "https://symfony.com/sponsor",
  3206. "type": "custom"
  3207. },
  3208. {
  3209. "url": "https://github.com/fabpot",
  3210. "type": "github"
  3211. },
  3212. {
  3213. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3214. "type": "tidelift"
  3215. }
  3216. ],
  3217. "time": "2022-01-02T09:41:36+00:00"
  3218. },
  3219. {
  3220. "name": "symfony/config",
  3221. "version": "v4.3.11",
  3222. "source": {
  3223. "type": "git",
  3224. "url": "https://github.com/symfony/config.git",
  3225. "reference": "7b7d5d35a5ba5a62f2c6c69f574e36595e587d11"
  3226. },
  3227. "dist": {
  3228. "type": "zip",
  3229. "url": "https://api.github.com/repos/symfony/config/zipball/7b7d5d35a5ba5a62f2c6c69f574e36595e587d11",
  3230. "reference": "7b7d5d35a5ba5a62f2c6c69f574e36595e587d11",
  3231. "shasum": ""
  3232. },
  3233. "require": {
  3234. "php": "^7.1.3",
  3235. "symfony/filesystem": "~3.4|~4.0",
  3236. "symfony/polyfill-ctype": "~1.8"
  3237. },
  3238. "conflict": {
  3239. "symfony/finder": "<3.4"
  3240. },
  3241. "require-dev": {
  3242. "symfony/dependency-injection": "~3.4|~4.0",
  3243. "symfony/event-dispatcher": "~3.4|~4.0",
  3244. "symfony/finder": "~3.4|~4.0",
  3245. "symfony/messenger": "~4.1",
  3246. "symfony/yaml": "~3.4|~4.0"
  3247. },
  3248. "suggest": {
  3249. "symfony/yaml": "To use the yaml reference dumper"
  3250. },
  3251. "type": "library",
  3252. "extra": {
  3253. "branch-alias": {
  3254. "dev-master": "4.3-dev"
  3255. }
  3256. },
  3257. "autoload": {
  3258. "psr-4": {
  3259. "Symfony\\Component\\Config\\": ""
  3260. },
  3261. "exclude-from-classmap": [
  3262. "/Tests/"
  3263. ]
  3264. },
  3265. "notification-url": "https://packagist.org/downloads/",
  3266. "license": [
  3267. "MIT"
  3268. ],
  3269. "authors": [
  3270. {
  3271. "name": "Fabien Potencier",
  3272. "email": "fabien@symfony.com"
  3273. },
  3274. {
  3275. "name": "Symfony Community",
  3276. "homepage": "https://symfony.com/contributors"
  3277. }
  3278. ],
  3279. "description": "Symfony Config Component",
  3280. "homepage": "https://symfony.com",
  3281. "support": {
  3282. "source": "https://github.com/symfony/config/tree/v4.3.10"
  3283. },
  3284. "time": "2020-01-04T12:24:57+00:00"
  3285. },
  3286. {
  3287. "name": "symfony/console",
  3288. "version": "v4.3.11",
  3289. "source": {
  3290. "type": "git",
  3291. "url": "https://github.com/symfony/console.git",
  3292. "reference": "82aeab8f852a63e83d781617841237944392cd45"
  3293. },
  3294. "dist": {
  3295. "type": "zip",
  3296. "url": "https://api.github.com/repos/symfony/console/zipball/82aeab8f852a63e83d781617841237944392cd45",
  3297. "reference": "82aeab8f852a63e83d781617841237944392cd45",
  3298. "shasum": ""
  3299. },
  3300. "require": {
  3301. "php": "^7.1.3",
  3302. "symfony/polyfill-mbstring": "~1.0",
  3303. "symfony/polyfill-php73": "^1.8",
  3304. "symfony/service-contracts": "^1.1"
  3305. },
  3306. "conflict": {
  3307. "symfony/dependency-injection": "<3.4",
  3308. "symfony/event-dispatcher": "<4.3",
  3309. "symfony/process": "<3.3"
  3310. },
  3311. "provide": {
  3312. "psr/log-implementation": "1.0"
  3313. },
  3314. "require-dev": {
  3315. "psr/log": "~1.0",
  3316. "symfony/config": "~3.4|~4.0",
  3317. "symfony/dependency-injection": "~3.4|~4.0",
  3318. "symfony/event-dispatcher": "^4.3",
  3319. "symfony/lock": "~3.4|~4.0",
  3320. "symfony/process": "~3.4|~4.0",
  3321. "symfony/var-dumper": "^4.3"
  3322. },
  3323. "suggest": {
  3324. "psr/log": "For using the console logger",
  3325. "symfony/event-dispatcher": "",
  3326. "symfony/lock": "",
  3327. "symfony/process": ""
  3328. },
  3329. "type": "library",
  3330. "extra": {
  3331. "branch-alias": {
  3332. "dev-master": "4.3-dev"
  3333. }
  3334. },
  3335. "autoload": {
  3336. "psr-4": {
  3337. "Symfony\\Component\\Console\\": ""
  3338. },
  3339. "exclude-from-classmap": [
  3340. "/Tests/"
  3341. ]
  3342. },
  3343. "notification-url": "https://packagist.org/downloads/",
  3344. "license": [
  3345. "MIT"
  3346. ],
  3347. "authors": [
  3348. {
  3349. "name": "Fabien Potencier",
  3350. "email": "fabien@symfony.com"
  3351. },
  3352. {
  3353. "name": "Symfony Community",
  3354. "homepage": "https://symfony.com/contributors"
  3355. }
  3356. ],
  3357. "description": "Symfony Console Component",
  3358. "homepage": "https://symfony.com",
  3359. "support": {
  3360. "source": "https://github.com/symfony/console/tree/v4.3.11"
  3361. },
  3362. "time": "2020-01-25T12:32:28+00:00"
  3363. },
  3364. {
  3365. "name": "symfony/debug",
  3366. "version": "v4.3.11",
  3367. "source": {
  3368. "type": "git",
  3369. "url": "https://github.com/symfony/debug.git",
  3370. "reference": "8e362996356f2555d493ee3d8285424853955e8f"
  3371. },
  3372. "dist": {
  3373. "type": "zip",
  3374. "url": "https://api.github.com/repos/symfony/debug/zipball/8e362996356f2555d493ee3d8285424853955e8f",
  3375. "reference": "8e362996356f2555d493ee3d8285424853955e8f",
  3376. "shasum": ""
  3377. },
  3378. "require": {
  3379. "php": "^7.1.3",
  3380. "psr/log": "~1.0"
  3381. },
  3382. "conflict": {
  3383. "symfony/http-kernel": "<3.4"
  3384. },
  3385. "require-dev": {
  3386. "symfony/http-kernel": "~3.4|~4.0"
  3387. },
  3388. "type": "library",
  3389. "extra": {
  3390. "branch-alias": {
  3391. "dev-master": "4.3-dev"
  3392. }
  3393. },
  3394. "autoload": {
  3395. "psr-4": {
  3396. "Symfony\\Component\\Debug\\": ""
  3397. },
  3398. "exclude-from-classmap": [
  3399. "/Tests/"
  3400. ]
  3401. },
  3402. "notification-url": "https://packagist.org/downloads/",
  3403. "license": [
  3404. "MIT"
  3405. ],
  3406. "authors": [
  3407. {
  3408. "name": "Fabien Potencier",
  3409. "email": "fabien@symfony.com"
  3410. },
  3411. {
  3412. "name": "Symfony Community",
  3413. "homepage": "https://symfony.com/contributors"
  3414. }
  3415. ],
  3416. "description": "Symfony Debug Component",
  3417. "homepage": "https://symfony.com",
  3418. "support": {
  3419. "source": "https://github.com/symfony/debug/tree/v4.3.11"
  3420. },
  3421. "abandoned": "symfony/error-handler",
  3422. "time": "2020-01-25T12:32:28+00:00"
  3423. },
  3424. {
  3425. "name": "symfony/dependency-injection",
  3426. "version": "v4.3.11",
  3427. "source": {
  3428. "type": "git",
  3429. "url": "https://github.com/symfony/dependency-injection.git",
  3430. "reference": "468bfb60a60b7caa03e4722c43f5359df47b4349"
  3431. },
  3432. "dist": {
  3433. "type": "zip",
  3434. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/468bfb60a60b7caa03e4722c43f5359df47b4349",
  3435. "reference": "468bfb60a60b7caa03e4722c43f5359df47b4349",
  3436. "shasum": ""
  3437. },
  3438. "require": {
  3439. "php": "^7.1.3",
  3440. "psr/container": "^1.0",
  3441. "symfony/service-contracts": "^1.1.6"
  3442. },
  3443. "conflict": {
  3444. "symfony/config": "<4.3",
  3445. "symfony/finder": "<3.4",
  3446. "symfony/proxy-manager-bridge": "<3.4",
  3447. "symfony/yaml": "<3.4"
  3448. },
  3449. "provide": {
  3450. "psr/container-implementation": "1.0",
  3451. "symfony/service-implementation": "1.0"
  3452. },
  3453. "require-dev": {
  3454. "symfony/config": "^4.3",
  3455. "symfony/expression-language": "~3.4|~4.0",
  3456. "symfony/yaml": "~3.4|~4.0"
  3457. },
  3458. "suggest": {
  3459. "symfony/config": "",
  3460. "symfony/expression-language": "For using expressions in service container configuration",
  3461. "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  3462. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  3463. "symfony/yaml": ""
  3464. },
  3465. "type": "library",
  3466. "extra": {
  3467. "branch-alias": {
  3468. "dev-master": "4.3-dev"
  3469. }
  3470. },
  3471. "autoload": {
  3472. "psr-4": {
  3473. "Symfony\\Component\\DependencyInjection\\": ""
  3474. },
  3475. "exclude-from-classmap": [
  3476. "/Tests/"
  3477. ]
  3478. },
  3479. "notification-url": "https://packagist.org/downloads/",
  3480. "license": [
  3481. "MIT"
  3482. ],
  3483. "authors": [
  3484. {
  3485. "name": "Fabien Potencier",
  3486. "email": "fabien@symfony.com"
  3487. },
  3488. {
  3489. "name": "Symfony Community",
  3490. "homepage": "https://symfony.com/contributors"
  3491. }
  3492. ],
  3493. "description": "Symfony DependencyInjection Component",
  3494. "homepage": "https://symfony.com",
  3495. "support": {
  3496. "source": "https://github.com/symfony/dependency-injection/tree/v4.3.10"
  3497. },
  3498. "time": "2020-01-14T16:43:06+00:00"
  3499. },
  3500. {
  3501. "name": "symfony/doctrine-bridge",
  3502. "version": "v4.3.11",
  3503. "source": {
  3504. "type": "git",
  3505. "url": "https://github.com/symfony/doctrine-bridge.git",
  3506. "reference": "64cbcf5635fb1b38131332d0b3784faeec9a9e9a"
  3507. },
  3508. "dist": {
  3509. "type": "zip",
  3510. "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/64cbcf5635fb1b38131332d0b3784faeec9a9e9a",
  3511. "reference": "64cbcf5635fb1b38131332d0b3784faeec9a9e9a",
  3512. "shasum": ""
  3513. },
  3514. "require": {
  3515. "doctrine/event-manager": "~1.0",
  3516. "doctrine/persistence": "^1.3",
  3517. "php": "^7.1.3",
  3518. "symfony/polyfill-ctype": "~1.8",
  3519. "symfony/polyfill-mbstring": "~1.0",
  3520. "symfony/service-contracts": "^1.1"
  3521. },
  3522. "conflict": {
  3523. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  3524. "symfony/dependency-injection": "<3.4",
  3525. "symfony/form": "<4.3",
  3526. "symfony/http-kernel": "<4.3.7",
  3527. "symfony/messenger": "<4.3"
  3528. },
  3529. "require-dev": {
  3530. "doctrine/annotations": "~1.7",
  3531. "doctrine/cache": "~1.6",
  3532. "doctrine/collections": "~1.0",
  3533. "doctrine/data-fixtures": "1.0.*",
  3534. "doctrine/dbal": "~2.4",
  3535. "doctrine/orm": "^2.6.3",
  3536. "doctrine/reflection": "~1.0",
  3537. "symfony/config": "^4.2",
  3538. "symfony/dependency-injection": "~3.4|~4.0",
  3539. "symfony/expression-language": "~3.4|~4.0",
  3540. "symfony/form": "~4.3",
  3541. "symfony/http-kernel": "^4.3.7",
  3542. "symfony/messenger": "~4.3",
  3543. "symfony/property-access": "~3.4|~4.0",
  3544. "symfony/property-info": "~3.4|~4.0",
  3545. "symfony/proxy-manager-bridge": "~3.4|~4.0",
  3546. "symfony/security-core": "~3.4|~4.0",
  3547. "symfony/stopwatch": "~3.4|~4.0",
  3548. "symfony/translation": "~3.4|~4.0",
  3549. "symfony/validator": "^3.4.31|^4.3.4"
  3550. },
  3551. "suggest": {
  3552. "doctrine/data-fixtures": "",
  3553. "doctrine/dbal": "",
  3554. "doctrine/orm": "",
  3555. "symfony/form": "",
  3556. "symfony/property-info": "",
  3557. "symfony/validator": ""
  3558. },
  3559. "type": "symfony-bridge",
  3560. "extra": {
  3561. "branch-alias": {
  3562. "dev-master": "4.3-dev"
  3563. }
  3564. },
  3565. "autoload": {
  3566. "psr-4": {
  3567. "Symfony\\Bridge\\Doctrine\\": ""
  3568. },
  3569. "exclude-from-classmap": [
  3570. "/Tests/"
  3571. ]
  3572. },
  3573. "notification-url": "https://packagist.org/downloads/",
  3574. "license": [
  3575. "MIT"
  3576. ],
  3577. "authors": [
  3578. {
  3579. "name": "Fabien Potencier",
  3580. "email": "fabien@symfony.com"
  3581. },
  3582. {
  3583. "name": "Symfony Community",
  3584. "homepage": "https://symfony.com/contributors"
  3585. }
  3586. ],
  3587. "description": "Symfony Doctrine Bridge",
  3588. "homepage": "https://symfony.com",
  3589. "support": {
  3590. "source": "https://github.com/symfony/doctrine-bridge/tree/v4.3.11"
  3591. },
  3592. "time": "2020-01-23T10:55:13+00:00"
  3593. },
  3594. {
  3595. "name": "symfony/dotenv",
  3596. "version": "v4.3.11",
  3597. "source": {
  3598. "type": "git",
  3599. "url": "https://github.com/symfony/dotenv.git",
  3600. "reference": "3e41dc2a3c517819b23cb4d1c95f5116182a8dd0"
  3601. },
  3602. "dist": {
  3603. "type": "zip",
  3604. "url": "https://api.github.com/repos/symfony/dotenv/zipball/3e41dc2a3c517819b23cb4d1c95f5116182a8dd0",
  3605. "reference": "3e41dc2a3c517819b23cb4d1c95f5116182a8dd0",
  3606. "shasum": ""
  3607. },
  3608. "require": {
  3609. "php": "^7.1.3"
  3610. },
  3611. "require-dev": {
  3612. "symfony/process": "^3.4.2|^4.0"
  3613. },
  3614. "type": "library",
  3615. "extra": {
  3616. "branch-alias": {
  3617. "dev-master": "4.3-dev"
  3618. }
  3619. },
  3620. "autoload": {
  3621. "psr-4": {
  3622. "Symfony\\Component\\Dotenv\\": ""
  3623. },
  3624. "exclude-from-classmap": [
  3625. "/Tests/"
  3626. ]
  3627. },
  3628. "notification-url": "https://packagist.org/downloads/",
  3629. "license": [
  3630. "MIT"
  3631. ],
  3632. "authors": [
  3633. {
  3634. "name": "Fabien Potencier",
  3635. "email": "fabien@symfony.com"
  3636. },
  3637. {
  3638. "name": "Symfony Community",
  3639. "homepage": "https://symfony.com/contributors"
  3640. }
  3641. ],
  3642. "description": "Registers environment variables from a .env file",
  3643. "homepage": "https://symfony.com",
  3644. "keywords": [
  3645. "dotenv",
  3646. "env",
  3647. "environment"
  3648. ],
  3649. "support": {
  3650. "source": "https://github.com/symfony/dotenv/tree/v4.3.11"
  3651. },
  3652. "time": "2020-01-08T17:19:22+00:00"
  3653. },
  3654. {
  3655. "name": "symfony/event-dispatcher",
  3656. "version": "v4.3.11",
  3657. "source": {
  3658. "type": "git",
  3659. "url": "https://github.com/symfony/event-dispatcher.git",
  3660. "reference": "75f99d7489409207d09c6cd75a6c773ccbb516d5"
  3661. },
  3662. "dist": {
  3663. "type": "zip",
  3664. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/75f99d7489409207d09c6cd75a6c773ccbb516d5",
  3665. "reference": "75f99d7489409207d09c6cd75a6c773ccbb516d5",
  3666. "shasum": ""
  3667. },
  3668. "require": {
  3669. "php": "^7.1.3",
  3670. "symfony/event-dispatcher-contracts": "^1.1"
  3671. },
  3672. "conflict": {
  3673. "symfony/dependency-injection": "<3.4"
  3674. },
  3675. "provide": {
  3676. "psr/event-dispatcher-implementation": "1.0",
  3677. "symfony/event-dispatcher-implementation": "1.1"
  3678. },
  3679. "require-dev": {
  3680. "psr/log": "~1.0",
  3681. "symfony/config": "~3.4|~4.0",
  3682. "symfony/dependency-injection": "~3.4|~4.0",
  3683. "symfony/expression-language": "~3.4|~4.0",
  3684. "symfony/http-foundation": "^3.4|^4.0",
  3685. "symfony/service-contracts": "^1.1",
  3686. "symfony/stopwatch": "~3.4|~4.0"
  3687. },
  3688. "suggest": {
  3689. "symfony/dependency-injection": "",
  3690. "symfony/http-kernel": ""
  3691. },
  3692. "type": "library",
  3693. "extra": {
  3694. "branch-alias": {
  3695. "dev-master": "4.3-dev"
  3696. }
  3697. },
  3698. "autoload": {
  3699. "psr-4": {
  3700. "Symfony\\Component\\EventDispatcher\\": ""
  3701. },
  3702. "exclude-from-classmap": [
  3703. "/Tests/"
  3704. ]
  3705. },
  3706. "notification-url": "https://packagist.org/downloads/",
  3707. "license": [
  3708. "MIT"
  3709. ],
  3710. "authors": [
  3711. {
  3712. "name": "Fabien Potencier",
  3713. "email": "fabien@symfony.com"
  3714. },
  3715. {
  3716. "name": "Symfony Community",
  3717. "homepage": "https://symfony.com/contributors"
  3718. }
  3719. ],
  3720. "description": "Symfony EventDispatcher Component",
  3721. "homepage": "https://symfony.com",
  3722. "support": {
  3723. "source": "https://github.com/symfony/event-dispatcher/tree/v4.3.10"
  3724. },
  3725. "time": "2020-01-09T13:17:05+00:00"
  3726. },
  3727. {
  3728. "name": "symfony/event-dispatcher-contracts",
  3729. "version": "v1.1.13",
  3730. "source": {
  3731. "type": "git",
  3732. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  3733. "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e"
  3734. },
  3735. "dist": {
  3736. "type": "zip",
  3737. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e",
  3738. "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e",
  3739. "shasum": ""
  3740. },
  3741. "require": {
  3742. "php": ">=7.1.3"
  3743. },
  3744. "suggest": {
  3745. "psr/event-dispatcher": "",
  3746. "symfony/event-dispatcher-implementation": ""
  3747. },
  3748. "type": "library",
  3749. "extra": {
  3750. "branch-alias": {
  3751. "dev-main": "1.1-dev"
  3752. },
  3753. "thanks": {
  3754. "name": "symfony/contracts",
  3755. "url": "https://github.com/symfony/contracts"
  3756. }
  3757. },
  3758. "autoload": {
  3759. "psr-4": {
  3760. "Symfony\\Contracts\\EventDispatcher\\": ""
  3761. }
  3762. },
  3763. "notification-url": "https://packagist.org/downloads/",
  3764. "license": [
  3765. "MIT"
  3766. ],
  3767. "authors": [
  3768. {
  3769. "name": "Nicolas Grekas",
  3770. "email": "p@tchwork.com"
  3771. },
  3772. {
  3773. "name": "Symfony Community",
  3774. "homepage": "https://symfony.com/contributors"
  3775. }
  3776. ],
  3777. "description": "Generic abstractions related to dispatching event",
  3778. "homepage": "https://symfony.com",
  3779. "keywords": [
  3780. "abstractions",
  3781. "contracts",
  3782. "decoupling",
  3783. "interfaces",
  3784. "interoperability",
  3785. "standards"
  3786. ],
  3787. "support": {
  3788. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13"
  3789. },
  3790. "funding": [
  3791. {
  3792. "url": "https://symfony.com/sponsor",
  3793. "type": "custom"
  3794. },
  3795. {
  3796. "url": "https://github.com/fabpot",
  3797. "type": "github"
  3798. },
  3799. {
  3800. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3801. "type": "tidelift"
  3802. }
  3803. ],
  3804. "time": "2022-01-02T09:41:36+00:00"
  3805. },
  3806. {
  3807. "name": "symfony/filesystem",
  3808. "version": "v4.3.11",
  3809. "source": {
  3810. "type": "git",
  3811. "url": "https://github.com/symfony/filesystem.git",
  3812. "reference": "fdc0ac5e64f7555818411a17993bb24be4270769"
  3813. },
  3814. "dist": {
  3815. "type": "zip",
  3816. "url": "https://api.github.com/repos/symfony/filesystem/zipball/fdc0ac5e64f7555818411a17993bb24be4270769",
  3817. "reference": "fdc0ac5e64f7555818411a17993bb24be4270769",
  3818. "shasum": ""
  3819. },
  3820. "require": {
  3821. "php": "^7.1.3",
  3822. "symfony/polyfill-ctype": "~1.8"
  3823. },
  3824. "type": "library",
  3825. "extra": {
  3826. "branch-alias": {
  3827. "dev-master": "4.3-dev"
  3828. }
  3829. },
  3830. "autoload": {
  3831. "psr-4": {
  3832. "Symfony\\Component\\Filesystem\\": ""
  3833. },
  3834. "exclude-from-classmap": [
  3835. "/Tests/"
  3836. ]
  3837. },
  3838. "notification-url": "https://packagist.org/downloads/",
  3839. "license": [
  3840. "MIT"
  3841. ],
  3842. "authors": [
  3843. {
  3844. "name": "Fabien Potencier",
  3845. "email": "fabien@symfony.com"
  3846. },
  3847. {
  3848. "name": "Symfony Community",
  3849. "homepage": "https://symfony.com/contributors"
  3850. }
  3851. ],
  3852. "description": "Symfony Filesystem Component",
  3853. "homepage": "https://symfony.com",
  3854. "support": {
  3855. "source": "https://github.com/symfony/filesystem/tree/v4.3.10"
  3856. },
  3857. "time": "2020-01-21T08:20:29+00:00"
  3858. },
  3859. {
  3860. "name": "symfony/finder",
  3861. "version": "v4.3.11",
  3862. "source": {
  3863. "type": "git",
  3864. "url": "https://github.com/symfony/finder.git",
  3865. "reference": "8174c13b932c71f10cdd8dfcd8f5e494f1e7003d"
  3866. },
  3867. "dist": {
  3868. "type": "zip",
  3869. "url": "https://api.github.com/repos/symfony/finder/zipball/8174c13b932c71f10cdd8dfcd8f5e494f1e7003d",
  3870. "reference": "8174c13b932c71f10cdd8dfcd8f5e494f1e7003d",
  3871. "shasum": ""
  3872. },
  3873. "require": {
  3874. "php": "^7.1.3"
  3875. },
  3876. "type": "library",
  3877. "extra": {
  3878. "branch-alias": {
  3879. "dev-master": "4.3-dev"
  3880. }
  3881. },
  3882. "autoload": {
  3883. "psr-4": {
  3884. "Symfony\\Component\\Finder\\": ""
  3885. },
  3886. "exclude-from-classmap": [
  3887. "/Tests/"
  3888. ]
  3889. },
  3890. "notification-url": "https://packagist.org/downloads/",
  3891. "license": [
  3892. "MIT"
  3893. ],
  3894. "authors": [
  3895. {
  3896. "name": "Fabien Potencier",
  3897. "email": "fabien@symfony.com"
  3898. },
  3899. {
  3900. "name": "Symfony Community",
  3901. "homepage": "https://symfony.com/contributors"
  3902. }
  3903. ],
  3904. "description": "Symfony Finder Component",
  3905. "homepage": "https://symfony.com",
  3906. "support": {
  3907. "source": "https://github.com/symfony/finder/tree/4.3"
  3908. },
  3909. "time": "2020-01-04T12:24:57+00:00"
  3910. },
  3911. {
  3912. "name": "symfony/flex",
  3913. "version": "v1.19.5",
  3914. "source": {
  3915. "type": "git",
  3916. "url": "https://github.com/symfony/flex.git",
  3917. "reference": "51077ed0f6dc2c94cd0b670167eee3747c31b2c1"
  3918. },
  3919. "dist": {
  3920. "type": "zip",
  3921. "url": "https://api.github.com/repos/symfony/flex/zipball/51077ed0f6dc2c94cd0b670167eee3747c31b2c1",
  3922. "reference": "51077ed0f6dc2c94cd0b670167eee3747c31b2c1",
  3923. "shasum": ""
  3924. },
  3925. "require": {
  3926. "composer-plugin-api": "^1.0|^2.0",
  3927. "php": ">=7.1"
  3928. },
  3929. "require-dev": {
  3930. "composer/composer": "^1.0.2|^2.0",
  3931. "symfony/dotenv": "^4.4|^5.0|^6.0",
  3932. "symfony/filesystem": "^4.4|^5.0|^6.0",
  3933. "symfony/phpunit-bridge": "^4.4.12|^5.0|^6.0",
  3934. "symfony/process": "^4.4|^5.0|^6.0"
  3935. },
  3936. "type": "composer-plugin",
  3937. "extra": {
  3938. "class": "Symfony\\Flex\\Flex"
  3939. },
  3940. "autoload": {
  3941. "psr-4": {
  3942. "Symfony\\Flex\\": "src"
  3943. }
  3944. },
  3945. "notification-url": "https://packagist.org/downloads/",
  3946. "license": [
  3947. "MIT"
  3948. ],
  3949. "authors": [
  3950. {
  3951. "name": "Fabien Potencier",
  3952. "email": "fabien.potencier@gmail.com"
  3953. }
  3954. ],
  3955. "description": "Composer plugin for Symfony",
  3956. "support": {
  3957. "issues": "https://github.com/symfony/flex/issues",
  3958. "source": "https://github.com/symfony/flex/tree/v1.19.5"
  3959. },
  3960. "funding": [
  3961. {
  3962. "url": "https://symfony.com/sponsor",
  3963. "type": "custom"
  3964. },
  3965. {
  3966. "url": "https://github.com/fabpot",
  3967. "type": "github"
  3968. },
  3969. {
  3970. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3971. "type": "tidelift"
  3972. }
  3973. ],
  3974. "time": "2023-01-30T17:02:31+00:00"
  3975. },
  3976. {
  3977. "name": "symfony/framework-bundle",
  3978. "version": "v4.3.11",
  3979. "source": {
  3980. "type": "git",
  3981. "url": "https://github.com/symfony/framework-bundle.git",
  3982. "reference": "4ea8f63e005af800e140c1bcfb1f748a006defd1"
  3983. },
  3984. "dist": {
  3985. "type": "zip",
  3986. "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/4ea8f63e005af800e140c1bcfb1f748a006defd1",
  3987. "reference": "4ea8f63e005af800e140c1bcfb1f748a006defd1",
  3988. "shasum": ""
  3989. },
  3990. "require": {
  3991. "ext-xml": "*",
  3992. "php": "^7.1.3",
  3993. "symfony/cache": "^4.3.4",
  3994. "symfony/config": "^4.3.4",
  3995. "symfony/debug": "~4.0",
  3996. "symfony/dependency-injection": "^4.3",
  3997. "symfony/filesystem": "~3.4|~4.0",
  3998. "symfony/finder": "~3.4|~4.0",
  3999. "symfony/http-foundation": "^4.3",
  4000. "symfony/http-kernel": "^4.3.4",
  4001. "symfony/polyfill-mbstring": "~1.0",
  4002. "symfony/routing": "^4.3"
  4003. },
  4004. "conflict": {
  4005. "doctrine/persistence": "<1.3",
  4006. "phpdocumentor/reflection-docblock": "<3.0",
  4007. "phpdocumentor/type-resolver": "<0.2.1",
  4008. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  4009. "symfony/asset": "<3.4",
  4010. "symfony/browser-kit": "<4.3",
  4011. "symfony/console": "<4.3",
  4012. "symfony/dom-crawler": "<4.3",
  4013. "symfony/dotenv": "<4.2",
  4014. "symfony/form": "<4.3.5",
  4015. "symfony/messenger": "<4.3.6",
  4016. "symfony/property-info": "<3.4",
  4017. "symfony/serializer": "<4.2",
  4018. "symfony/stopwatch": "<3.4",
  4019. "symfony/translation": "<4.3.6",
  4020. "symfony/twig-bridge": "<4.1.1",
  4021. "symfony/validator": "<4.1",
  4022. "symfony/workflow": "<4.3.6"
  4023. },
  4024. "require-dev": {
  4025. "doctrine/annotations": "~1.7",
  4026. "doctrine/cache": "~1.0",
  4027. "fig/link-util": "^1.0",
  4028. "phpdocumentor/reflection-docblock": "^3.0|^4.0",
  4029. "symfony/asset": "~3.4|~4.0",
  4030. "symfony/browser-kit": "^4.3",
  4031. "symfony/console": "^4.3.4",
  4032. "symfony/css-selector": "~3.4|~4.0",
  4033. "symfony/dom-crawler": "^4.3",
  4034. "symfony/expression-language": "~3.4|~4.0",
  4035. "symfony/form": "^4.3.5",
  4036. "symfony/http-client": "^4.3",
  4037. "symfony/lock": "~3.4|~4.0",
  4038. "symfony/mailer": "^4.3",
  4039. "symfony/messenger": "^4.3.6",
  4040. "symfony/mime": "^4.3",
  4041. "symfony/polyfill-intl-icu": "~1.0",
  4042. "symfony/process": "~3.4|~4.0",
  4043. "symfony/property-info": "~3.4|~4.0",
  4044. "symfony/security-csrf": "~3.4|~4.0",
  4045. "symfony/security-http": "~3.4|~4.0",
  4046. "symfony/serializer": "^4.3",
  4047. "symfony/stopwatch": "~3.4|~4.0",
  4048. "symfony/templating": "~3.4|~4.0",
  4049. "symfony/translation": "^4.3.7",
  4050. "symfony/twig-bundle": "~2.8|~3.2|~4.0",
  4051. "symfony/validator": "^4.1",
  4052. "symfony/var-dumper": "^4.3",
  4053. "symfony/web-link": "~3.4|~4.0",
  4054. "symfony/workflow": "^4.3.6",
  4055. "symfony/yaml": "~3.4|~4.0",
  4056. "twig/twig": "~1.41|~2.10"
  4057. },
  4058. "suggest": {
  4059. "ext-apcu": "For best performance of the system caches",
  4060. "symfony/console": "For using the console commands",
  4061. "symfony/form": "For using forms",
  4062. "symfony/property-info": "For using the property_info service",
  4063. "symfony/serializer": "For using the serializer service",
  4064. "symfony/validator": "For using validation",
  4065. "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
  4066. "symfony/yaml": "For using the debug:config and lint:yaml commands"
  4067. },
  4068. "type": "symfony-bundle",
  4069. "extra": {
  4070. "branch-alias": {
  4071. "dev-master": "4.3-dev"
  4072. }
  4073. },
  4074. "autoload": {
  4075. "psr-4": {
  4076. "Symfony\\Bundle\\FrameworkBundle\\": ""
  4077. },
  4078. "exclude-from-classmap": [
  4079. "/Tests/"
  4080. ]
  4081. },
  4082. "notification-url": "https://packagist.org/downloads/",
  4083. "license": [
  4084. "MIT"
  4085. ],
  4086. "authors": [
  4087. {
  4088. "name": "Fabien Potencier",
  4089. "email": "fabien@symfony.com"
  4090. },
  4091. {
  4092. "name": "Symfony Community",
  4093. "homepage": "https://symfony.com/contributors"
  4094. }
  4095. ],
  4096. "description": "Symfony FrameworkBundle",
  4097. "homepage": "https://symfony.com",
  4098. "support": {
  4099. "source": "https://github.com/symfony/framework-bundle/tree/v4.3.11"
  4100. },
  4101. "time": "2020-01-14T14:28:35+00:00"
  4102. },
  4103. {
  4104. "name": "symfony/http-foundation",
  4105. "version": "v4.3.11",
  4106. "source": {
  4107. "type": "git",
  4108. "url": "https://github.com/symfony/http-foundation.git",
  4109. "reference": "90af881cedc857dca17990cae96f37727b8ae1d6"
  4110. },
  4111. "dist": {
  4112. "type": "zip",
  4113. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/90af881cedc857dca17990cae96f37727b8ae1d6",
  4114. "reference": "90af881cedc857dca17990cae96f37727b8ae1d6",
  4115. "shasum": ""
  4116. },
  4117. "require": {
  4118. "php": "^7.1.3",
  4119. "symfony/mime": "^4.3",
  4120. "symfony/polyfill-mbstring": "~1.1"
  4121. },
  4122. "require-dev": {
  4123. "predis/predis": "~1.0",
  4124. "symfony/expression-language": "~3.4|~4.0"
  4125. },
  4126. "type": "library",
  4127. "extra": {
  4128. "branch-alias": {
  4129. "dev-master": "4.3-dev"
  4130. }
  4131. },
  4132. "autoload": {
  4133. "psr-4": {
  4134. "Symfony\\Component\\HttpFoundation\\": ""
  4135. },
  4136. "exclude-from-classmap": [
  4137. "/Tests/"
  4138. ]
  4139. },
  4140. "notification-url": "https://packagist.org/downloads/",
  4141. "license": [
  4142. "MIT"
  4143. ],
  4144. "authors": [
  4145. {
  4146. "name": "Fabien Potencier",
  4147. "email": "fabien@symfony.com"
  4148. },
  4149. {
  4150. "name": "Symfony Community",
  4151. "homepage": "https://symfony.com/contributors"
  4152. }
  4153. ],
  4154. "description": "Symfony HttpFoundation Component",
  4155. "homepage": "https://symfony.com",
  4156. "support": {
  4157. "source": "https://github.com/symfony/http-foundation/tree/v4.3.11"
  4158. },
  4159. "time": "2020-01-31T09:10:37+00:00"
  4160. },
  4161. {
  4162. "name": "symfony/http-kernel",
  4163. "version": "v4.3.11",
  4164. "source": {
  4165. "type": "git",
  4166. "url": "https://github.com/symfony/http-kernel.git",
  4167. "reference": "fcd8fe5b98d435da856b310a01a4f281668607c0"
  4168. },
  4169. "dist": {
  4170. "type": "zip",
  4171. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/fcd8fe5b98d435da856b310a01a4f281668607c0",
  4172. "reference": "fcd8fe5b98d435da856b310a01a4f281668607c0",
  4173. "shasum": ""
  4174. },
  4175. "require": {
  4176. "php": "^7.1.3",
  4177. "psr/log": "~1.0",
  4178. "symfony/debug": "~3.4|~4.0",
  4179. "symfony/event-dispatcher": "^4.3",
  4180. "symfony/http-foundation": "^4.1.1",
  4181. "symfony/polyfill-ctype": "~1.8",
  4182. "symfony/polyfill-php73": "^1.9"
  4183. },
  4184. "conflict": {
  4185. "symfony/browser-kit": "<4.3",
  4186. "symfony/config": "<3.4",
  4187. "symfony/dependency-injection": "<4.3",
  4188. "symfony/translation": "<4.2",
  4189. "symfony/var-dumper": "<4.1.1",
  4190. "twig/twig": "<1.34|<2.4,>=2"
  4191. },
  4192. "provide": {
  4193. "psr/log-implementation": "1.0"
  4194. },
  4195. "require-dev": {
  4196. "psr/cache": "~1.0",
  4197. "symfony/browser-kit": "^4.3",
  4198. "symfony/config": "~3.4|~4.0",
  4199. "symfony/console": "~3.4|~4.0",
  4200. "symfony/css-selector": "~3.4|~4.0",
  4201. "symfony/dependency-injection": "^4.3",
  4202. "symfony/dom-crawler": "~3.4|~4.0",
  4203. "symfony/expression-language": "~3.4|~4.0",
  4204. "symfony/finder": "~3.4|~4.0",
  4205. "symfony/process": "~3.4|~4.0",
  4206. "symfony/routing": "~3.4|~4.0",
  4207. "symfony/stopwatch": "~3.4|~4.0",
  4208. "symfony/templating": "~3.4|~4.0",
  4209. "symfony/translation": "~4.2",
  4210. "symfony/translation-contracts": "^1.1",
  4211. "symfony/var-dumper": "^4.1.1",
  4212. "twig/twig": "^1.34|^2.4"
  4213. },
  4214. "suggest": {
  4215. "symfony/browser-kit": "",
  4216. "symfony/config": "",
  4217. "symfony/console": "",
  4218. "symfony/dependency-injection": "",
  4219. "symfony/var-dumper": ""
  4220. },
  4221. "type": "library",
  4222. "extra": {
  4223. "branch-alias": {
  4224. "dev-master": "4.3-dev"
  4225. }
  4226. },
  4227. "autoload": {
  4228. "psr-4": {
  4229. "Symfony\\Component\\HttpKernel\\": ""
  4230. },
  4231. "exclude-from-classmap": [
  4232. "/Tests/"
  4233. ]
  4234. },
  4235. "notification-url": "https://packagist.org/downloads/",
  4236. "license": [
  4237. "MIT"
  4238. ],
  4239. "authors": [
  4240. {
  4241. "name": "Fabien Potencier",
  4242. "email": "fabien@symfony.com"
  4243. },
  4244. {
  4245. "name": "Symfony Community",
  4246. "homepage": "https://symfony.com/contributors"
  4247. }
  4248. ],
  4249. "description": "Symfony HttpKernel Component",
  4250. "homepage": "https://symfony.com",
  4251. "support": {
  4252. "source": "https://github.com/symfony/http-kernel/tree/4.3"
  4253. },
  4254. "time": "2020-01-31T12:38:38+00:00"
  4255. },
  4256. {
  4257. "name": "symfony/inflector",
  4258. "version": "v4.3.11",
  4259. "source": {
  4260. "type": "git",
  4261. "url": "https://github.com/symfony/inflector.git",
  4262. "reference": "8c699257379098d26fa400edad29f703b380efcf"
  4263. },
  4264. "dist": {
  4265. "type": "zip",
  4266. "url": "https://api.github.com/repos/symfony/inflector/zipball/8c699257379098d26fa400edad29f703b380efcf",
  4267. "reference": "8c699257379098d26fa400edad29f703b380efcf",
  4268. "shasum": ""
  4269. },
  4270. "require": {
  4271. "php": "^7.1.3",
  4272. "symfony/polyfill-ctype": "~1.8"
  4273. },
  4274. "type": "library",
  4275. "extra": {
  4276. "branch-alias": {
  4277. "dev-master": "4.3-dev"
  4278. }
  4279. },
  4280. "autoload": {
  4281. "psr-4": {
  4282. "Symfony\\Component\\Inflector\\": ""
  4283. },
  4284. "exclude-from-classmap": [
  4285. "/Tests/"
  4286. ]
  4287. },
  4288. "notification-url": "https://packagist.org/downloads/",
  4289. "license": [
  4290. "MIT"
  4291. ],
  4292. "authors": [
  4293. {
  4294. "name": "Bernhard Schussek",
  4295. "email": "bschussek@gmail.com"
  4296. },
  4297. {
  4298. "name": "Symfony Community",
  4299. "homepage": "https://symfony.com/contributors"
  4300. }
  4301. ],
  4302. "description": "Symfony Inflector Component",
  4303. "homepage": "https://symfony.com",
  4304. "keywords": [
  4305. "inflection",
  4306. "pluralize",
  4307. "singularize",
  4308. "string",
  4309. "symfony",
  4310. "words"
  4311. ],
  4312. "support": {
  4313. "source": "https://github.com/symfony/inflector/tree/v4.3.11"
  4314. },
  4315. "abandoned": "EnglishInflector from the String component",
  4316. "time": "2020-01-04T12:24:57+00:00"
  4317. },
  4318. {
  4319. "name": "symfony/mime",
  4320. "version": "v4.3.11",
  4321. "source": {
  4322. "type": "git",
  4323. "url": "https://github.com/symfony/mime.git",
  4324. "reference": "50f65ca2a6c33702728024d33e4b9461f67623c4"
  4325. },
  4326. "dist": {
  4327. "type": "zip",
  4328. "url": "https://api.github.com/repos/symfony/mime/zipball/50f65ca2a6c33702728024d33e4b9461f67623c4",
  4329. "reference": "50f65ca2a6c33702728024d33e4b9461f67623c4",
  4330. "shasum": ""
  4331. },
  4332. "require": {
  4333. "php": "^7.1.3",
  4334. "symfony/polyfill-intl-idn": "^1.10",
  4335. "symfony/polyfill-mbstring": "^1.0"
  4336. },
  4337. "require-dev": {
  4338. "egulias/email-validator": "^2.1.10",
  4339. "symfony/dependency-injection": "~3.4|^4.1"
  4340. },
  4341. "type": "library",
  4342. "extra": {
  4343. "branch-alias": {
  4344. "dev-master": "4.3-dev"
  4345. }
  4346. },
  4347. "autoload": {
  4348. "psr-4": {
  4349. "Symfony\\Component\\Mime\\": ""
  4350. },
  4351. "exclude-from-classmap": [
  4352. "/Tests/"
  4353. ]
  4354. },
  4355. "notification-url": "https://packagist.org/downloads/",
  4356. "license": [
  4357. "MIT"
  4358. ],
  4359. "authors": [
  4360. {
  4361. "name": "Fabien Potencier",
  4362. "email": "fabien@symfony.com"
  4363. },
  4364. {
  4365. "name": "Symfony Community",
  4366. "homepage": "https://symfony.com/contributors"
  4367. }
  4368. ],
  4369. "description": "A library to manipulate MIME messages",
  4370. "homepage": "https://symfony.com",
  4371. "keywords": [
  4372. "mime",
  4373. "mime-type"
  4374. ],
  4375. "support": {
  4376. "source": "https://github.com/symfony/mime/tree/v4.3.11"
  4377. },
  4378. "time": "2020-01-01T11:51:43+00:00"
  4379. },
  4380. {
  4381. "name": "symfony/polyfill-intl-idn",
  4382. "version": "v1.27.0",
  4383. "source": {
  4384. "type": "git",
  4385. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  4386. "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
  4387. },
  4388. "dist": {
  4389. "type": "zip",
  4390. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
  4391. "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
  4392. "shasum": ""
  4393. },
  4394. "require": {
  4395. "php": ">=7.1",
  4396. "symfony/polyfill-intl-normalizer": "^1.10",
  4397. "symfony/polyfill-php72": "^1.10"
  4398. },
  4399. "suggest": {
  4400. "ext-intl": "For best performance"
  4401. },
  4402. "type": "library",
  4403. "extra": {
  4404. "branch-alias": {
  4405. "dev-main": "1.27-dev"
  4406. },
  4407. "thanks": {
  4408. "name": "symfony/polyfill",
  4409. "url": "https://github.com/symfony/polyfill"
  4410. }
  4411. },
  4412. "autoload": {
  4413. "files": [
  4414. "bootstrap.php"
  4415. ],
  4416. "psr-4": {
  4417. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  4418. }
  4419. },
  4420. "notification-url": "https://packagist.org/downloads/",
  4421. "license": [
  4422. "MIT"
  4423. ],
  4424. "authors": [
  4425. {
  4426. "name": "Laurent Bassin",
  4427. "email": "laurent@bassin.info"
  4428. },
  4429. {
  4430. "name": "Trevor Rowbotham",
  4431. "email": "trevor.rowbotham@pm.me"
  4432. },
  4433. {
  4434. "name": "Symfony Community",
  4435. "homepage": "https://symfony.com/contributors"
  4436. }
  4437. ],
  4438. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  4439. "homepage": "https://symfony.com",
  4440. "keywords": [
  4441. "compatibility",
  4442. "idn",
  4443. "intl",
  4444. "polyfill",
  4445. "portable",
  4446. "shim"
  4447. ],
  4448. "support": {
  4449. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
  4450. },
  4451. "funding": [
  4452. {
  4453. "url": "https://symfony.com/sponsor",
  4454. "type": "custom"
  4455. },
  4456. {
  4457. "url": "https://github.com/fabpot",
  4458. "type": "github"
  4459. },
  4460. {
  4461. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4462. "type": "tidelift"
  4463. }
  4464. ],
  4465. "time": "2022-11-03T14:55:06+00:00"
  4466. },
  4467. {
  4468. "name": "symfony/polyfill-intl-normalizer",
  4469. "version": "v1.27.0",
  4470. "source": {
  4471. "type": "git",
  4472. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  4473. "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
  4474. },
  4475. "dist": {
  4476. "type": "zip",
  4477. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
  4478. "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
  4479. "shasum": ""
  4480. },
  4481. "require": {
  4482. "php": ">=7.1"
  4483. },
  4484. "suggest": {
  4485. "ext-intl": "For best performance"
  4486. },
  4487. "type": "library",
  4488. "extra": {
  4489. "branch-alias": {
  4490. "dev-main": "1.27-dev"
  4491. },
  4492. "thanks": {
  4493. "name": "symfony/polyfill",
  4494. "url": "https://github.com/symfony/polyfill"
  4495. }
  4496. },
  4497. "autoload": {
  4498. "files": [
  4499. "bootstrap.php"
  4500. ],
  4501. "psr-4": {
  4502. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  4503. },
  4504. "classmap": [
  4505. "Resources/stubs"
  4506. ]
  4507. },
  4508. "notification-url": "https://packagist.org/downloads/",
  4509. "license": [
  4510. "MIT"
  4511. ],
  4512. "authors": [
  4513. {
  4514. "name": "Nicolas Grekas",
  4515. "email": "p@tchwork.com"
  4516. },
  4517. {
  4518. "name": "Symfony Community",
  4519. "homepage": "https://symfony.com/contributors"
  4520. }
  4521. ],
  4522. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  4523. "homepage": "https://symfony.com",
  4524. "keywords": [
  4525. "compatibility",
  4526. "intl",
  4527. "normalizer",
  4528. "polyfill",
  4529. "portable",
  4530. "shim"
  4531. ],
  4532. "support": {
  4533. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
  4534. },
  4535. "funding": [
  4536. {
  4537. "url": "https://symfony.com/sponsor",
  4538. "type": "custom"
  4539. },
  4540. {
  4541. "url": "https://github.com/fabpot",
  4542. "type": "github"
  4543. },
  4544. {
  4545. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4546. "type": "tidelift"
  4547. }
  4548. ],
  4549. "time": "2022-11-03T14:55:06+00:00"
  4550. },
  4551. {
  4552. "name": "symfony/polyfill-mbstring",
  4553. "version": "v1.27.0",
  4554. "source": {
  4555. "type": "git",
  4556. "url": "https://github.com/symfony/polyfill-mbstring.git",
  4557. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
  4558. },
  4559. "dist": {
  4560. "type": "zip",
  4561. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  4562. "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
  4563. "shasum": ""
  4564. },
  4565. "require": {
  4566. "php": ">=7.1"
  4567. },
  4568. "provide": {
  4569. "ext-mbstring": "*"
  4570. },
  4571. "suggest": {
  4572. "ext-mbstring": "For best performance"
  4573. },
  4574. "type": "library",
  4575. "extra": {
  4576. "branch-alias": {
  4577. "dev-main": "1.27-dev"
  4578. },
  4579. "thanks": {
  4580. "name": "symfony/polyfill",
  4581. "url": "https://github.com/symfony/polyfill"
  4582. }
  4583. },
  4584. "autoload": {
  4585. "files": [
  4586. "bootstrap.php"
  4587. ],
  4588. "psr-4": {
  4589. "Symfony\\Polyfill\\Mbstring\\": ""
  4590. }
  4591. },
  4592. "notification-url": "https://packagist.org/downloads/",
  4593. "license": [
  4594. "MIT"
  4595. ],
  4596. "authors": [
  4597. {
  4598. "name": "Nicolas Grekas",
  4599. "email": "p@tchwork.com"
  4600. },
  4601. {
  4602. "name": "Symfony Community",
  4603. "homepage": "https://symfony.com/contributors"
  4604. }
  4605. ],
  4606. "description": "Symfony polyfill for the Mbstring extension",
  4607. "homepage": "https://symfony.com",
  4608. "keywords": [
  4609. "compatibility",
  4610. "mbstring",
  4611. "polyfill",
  4612. "portable",
  4613. "shim"
  4614. ],
  4615. "support": {
  4616. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
  4617. },
  4618. "funding": [
  4619. {
  4620. "url": "https://symfony.com/sponsor",
  4621. "type": "custom"
  4622. },
  4623. {
  4624. "url": "https://github.com/fabpot",
  4625. "type": "github"
  4626. },
  4627. {
  4628. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4629. "type": "tidelift"
  4630. }
  4631. ],
  4632. "time": "2022-11-03T14:55:06+00:00"
  4633. },
  4634. {
  4635. "name": "symfony/polyfill-php72",
  4636. "version": "v1.27.0",
  4637. "source": {
  4638. "type": "git",
  4639. "url": "https://github.com/symfony/polyfill-php72.git",
  4640. "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
  4641. },
  4642. "dist": {
  4643. "type": "zip",
  4644. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
  4645. "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
  4646. "shasum": ""
  4647. },
  4648. "require": {
  4649. "php": ">=7.1"
  4650. },
  4651. "type": "library",
  4652. "extra": {
  4653. "branch-alias": {
  4654. "dev-main": "1.27-dev"
  4655. },
  4656. "thanks": {
  4657. "name": "symfony/polyfill",
  4658. "url": "https://github.com/symfony/polyfill"
  4659. }
  4660. },
  4661. "autoload": {
  4662. "files": [
  4663. "bootstrap.php"
  4664. ],
  4665. "psr-4": {
  4666. "Symfony\\Polyfill\\Php72\\": ""
  4667. }
  4668. },
  4669. "notification-url": "https://packagist.org/downloads/",
  4670. "license": [
  4671. "MIT"
  4672. ],
  4673. "authors": [
  4674. {
  4675. "name": "Nicolas Grekas",
  4676. "email": "p@tchwork.com"
  4677. },
  4678. {
  4679. "name": "Symfony Community",
  4680. "homepage": "https://symfony.com/contributors"
  4681. }
  4682. ],
  4683. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  4684. "homepage": "https://symfony.com",
  4685. "keywords": [
  4686. "compatibility",
  4687. "polyfill",
  4688. "portable",
  4689. "shim"
  4690. ],
  4691. "support": {
  4692. "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
  4693. },
  4694. "funding": [
  4695. {
  4696. "url": "https://symfony.com/sponsor",
  4697. "type": "custom"
  4698. },
  4699. {
  4700. "url": "https://github.com/fabpot",
  4701. "type": "github"
  4702. },
  4703. {
  4704. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4705. "type": "tidelift"
  4706. }
  4707. ],
  4708. "time": "2022-11-03T14:55:06+00:00"
  4709. },
  4710. {
  4711. "name": "symfony/polyfill-php73",
  4712. "version": "v1.27.0",
  4713. "source": {
  4714. "type": "git",
  4715. "url": "https://github.com/symfony/polyfill-php73.git",
  4716. "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
  4717. },
  4718. "dist": {
  4719. "type": "zip",
  4720. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
  4721. "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
  4722. "shasum": ""
  4723. },
  4724. "require": {
  4725. "php": ">=7.1"
  4726. },
  4727. "type": "library",
  4728. "extra": {
  4729. "branch-alias": {
  4730. "dev-main": "1.27-dev"
  4731. },
  4732. "thanks": {
  4733. "name": "symfony/polyfill",
  4734. "url": "https://github.com/symfony/polyfill"
  4735. }
  4736. },
  4737. "autoload": {
  4738. "files": [
  4739. "bootstrap.php"
  4740. ],
  4741. "psr-4": {
  4742. "Symfony\\Polyfill\\Php73\\": ""
  4743. },
  4744. "classmap": [
  4745. "Resources/stubs"
  4746. ]
  4747. },
  4748. "notification-url": "https://packagist.org/downloads/",
  4749. "license": [
  4750. "MIT"
  4751. ],
  4752. "authors": [
  4753. {
  4754. "name": "Nicolas Grekas",
  4755. "email": "p@tchwork.com"
  4756. },
  4757. {
  4758. "name": "Symfony Community",
  4759. "homepage": "https://symfony.com/contributors"
  4760. }
  4761. ],
  4762. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  4763. "homepage": "https://symfony.com",
  4764. "keywords": [
  4765. "compatibility",
  4766. "polyfill",
  4767. "portable",
  4768. "shim"
  4769. ],
  4770. "support": {
  4771. "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0"
  4772. },
  4773. "funding": [
  4774. {
  4775. "url": "https://symfony.com/sponsor",
  4776. "type": "custom"
  4777. },
  4778. {
  4779. "url": "https://github.com/fabpot",
  4780. "type": "github"
  4781. },
  4782. {
  4783. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4784. "type": "tidelift"
  4785. }
  4786. ],
  4787. "time": "2022-11-03T14:55:06+00:00"
  4788. },
  4789. {
  4790. "name": "symfony/polyfill-php80",
  4791. "version": "v1.27.0",
  4792. "source": {
  4793. "type": "git",
  4794. "url": "https://github.com/symfony/polyfill-php80.git",
  4795. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
  4796. },
  4797. "dist": {
  4798. "type": "zip",
  4799. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  4800. "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
  4801. "shasum": ""
  4802. },
  4803. "require": {
  4804. "php": ">=7.1"
  4805. },
  4806. "type": "library",
  4807. "extra": {
  4808. "branch-alias": {
  4809. "dev-main": "1.27-dev"
  4810. },
  4811. "thanks": {
  4812. "name": "symfony/polyfill",
  4813. "url": "https://github.com/symfony/polyfill"
  4814. }
  4815. },
  4816. "autoload": {
  4817. "files": [
  4818. "bootstrap.php"
  4819. ],
  4820. "psr-4": {
  4821. "Symfony\\Polyfill\\Php80\\": ""
  4822. },
  4823. "classmap": [
  4824. "Resources/stubs"
  4825. ]
  4826. },
  4827. "notification-url": "https://packagist.org/downloads/",
  4828. "license": [
  4829. "MIT"
  4830. ],
  4831. "authors": [
  4832. {
  4833. "name": "Ion Bazan",
  4834. "email": "ion.bazan@gmail.com"
  4835. },
  4836. {
  4837. "name": "Nicolas Grekas",
  4838. "email": "p@tchwork.com"
  4839. },
  4840. {
  4841. "name": "Symfony Community",
  4842. "homepage": "https://symfony.com/contributors"
  4843. }
  4844. ],
  4845. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  4846. "homepage": "https://symfony.com",
  4847. "keywords": [
  4848. "compatibility",
  4849. "polyfill",
  4850. "portable",
  4851. "shim"
  4852. ],
  4853. "support": {
  4854. "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
  4855. },
  4856. "funding": [
  4857. {
  4858. "url": "https://symfony.com/sponsor",
  4859. "type": "custom"
  4860. },
  4861. {
  4862. "url": "https://github.com/fabpot",
  4863. "type": "github"
  4864. },
  4865. {
  4866. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4867. "type": "tidelift"
  4868. }
  4869. ],
  4870. "time": "2022-11-03T14:55:06+00:00"
  4871. },
  4872. {
  4873. "name": "symfony/property-access",
  4874. "version": "v4.3.11",
  4875. "source": {
  4876. "type": "git",
  4877. "url": "https://github.com/symfony/property-access.git",
  4878. "reference": "28ecead27bd17937b3f904396b026a8e3915d0cd"
  4879. },
  4880. "dist": {
  4881. "type": "zip",
  4882. "url": "https://api.github.com/repos/symfony/property-access/zipball/28ecead27bd17937b3f904396b026a8e3915d0cd",
  4883. "reference": "28ecead27bd17937b3f904396b026a8e3915d0cd",
  4884. "shasum": ""
  4885. },
  4886. "require": {
  4887. "php": "^7.1.3",
  4888. "symfony/inflector": "~3.4|~4.0"
  4889. },
  4890. "require-dev": {
  4891. "symfony/cache": "~3.4|~4.0"
  4892. },
  4893. "suggest": {
  4894. "psr/cache-implementation": "To cache access methods."
  4895. },
  4896. "type": "library",
  4897. "extra": {
  4898. "branch-alias": {
  4899. "dev-master": "4.3-dev"
  4900. }
  4901. },
  4902. "autoload": {
  4903. "psr-4": {
  4904. "Symfony\\Component\\PropertyAccess\\": ""
  4905. },
  4906. "exclude-from-classmap": [
  4907. "/Tests/"
  4908. ]
  4909. },
  4910. "notification-url": "https://packagist.org/downloads/",
  4911. "license": [
  4912. "MIT"
  4913. ],
  4914. "authors": [
  4915. {
  4916. "name": "Fabien Potencier",
  4917. "email": "fabien@symfony.com"
  4918. },
  4919. {
  4920. "name": "Symfony Community",
  4921. "homepage": "https://symfony.com/contributors"
  4922. }
  4923. ],
  4924. "description": "Symfony PropertyAccess Component",
  4925. "homepage": "https://symfony.com",
  4926. "keywords": [
  4927. "access",
  4928. "array",
  4929. "extraction",
  4930. "index",
  4931. "injection",
  4932. "object",
  4933. "property",
  4934. "property path",
  4935. "reflection"
  4936. ],
  4937. "support": {
  4938. "source": "https://github.com/symfony/property-access/tree/v4.3.11"
  4939. },
  4940. "time": "2020-01-04T12:24:57+00:00"
  4941. },
  4942. {
  4943. "name": "symfony/routing",
  4944. "version": "v4.3.11",
  4945. "source": {
  4946. "type": "git",
  4947. "url": "https://github.com/symfony/routing.git",
  4948. "reference": "6cc4b6a92e3c623b2c7e56180728839b0caf8564"
  4949. },
  4950. "dist": {
  4951. "type": "zip",
  4952. "url": "https://api.github.com/repos/symfony/routing/zipball/6cc4b6a92e3c623b2c7e56180728839b0caf8564",
  4953. "reference": "6cc4b6a92e3c623b2c7e56180728839b0caf8564",
  4954. "shasum": ""
  4955. },
  4956. "require": {
  4957. "php": "^7.1.3"
  4958. },
  4959. "conflict": {
  4960. "symfony/config": "<4.2",
  4961. "symfony/dependency-injection": "<3.4",
  4962. "symfony/yaml": "<3.4"
  4963. },
  4964. "require-dev": {
  4965. "doctrine/annotations": "~1.2",
  4966. "psr/log": "~1.0",
  4967. "symfony/config": "~4.2",
  4968. "symfony/dependency-injection": "~3.4|~4.0",
  4969. "symfony/expression-language": "~3.4|~4.0",
  4970. "symfony/http-foundation": "~3.4|~4.0",
  4971. "symfony/yaml": "~3.4|~4.0"
  4972. },
  4973. "suggest": {
  4974. "doctrine/annotations": "For using the annotation loader",
  4975. "symfony/config": "For using the all-in-one router or any loader",
  4976. "symfony/expression-language": "For using expression matching",
  4977. "symfony/http-foundation": "For using a Symfony Request object",
  4978. "symfony/yaml": "For using the YAML loader"
  4979. },
  4980. "type": "library",
  4981. "extra": {
  4982. "branch-alias": {
  4983. "dev-master": "4.3-dev"
  4984. }
  4985. },
  4986. "autoload": {
  4987. "psr-4": {
  4988. "Symfony\\Component\\Routing\\": ""
  4989. },
  4990. "exclude-from-classmap": [
  4991. "/Tests/"
  4992. ]
  4993. },
  4994. "notification-url": "https://packagist.org/downloads/",
  4995. "license": [
  4996. "MIT"
  4997. ],
  4998. "authors": [
  4999. {
  5000. "name": "Fabien Potencier",
  5001. "email": "fabien@symfony.com"
  5002. },
  5003. {
  5004. "name": "Symfony Community",
  5005. "homepage": "https://symfony.com/contributors"
  5006. }
  5007. ],
  5008. "description": "Symfony Routing Component",
  5009. "homepage": "https://symfony.com",
  5010. "keywords": [
  5011. "router",
  5012. "routing",
  5013. "uri",
  5014. "url"
  5015. ],
  5016. "support": {
  5017. "source": "https://github.com/symfony/routing/tree/v4.3.11"
  5018. },
  5019. "time": "2020-01-08T14:00:15+00:00"
  5020. },
  5021. {
  5022. "name": "symfony/security-bundle",
  5023. "version": "v4.3.11",
  5024. "source": {
  5025. "type": "git",
  5026. "url": "https://github.com/symfony/security-bundle.git",
  5027. "reference": "1cc02bd8e44eef0bd4ecfd53a8b4d7b26f675d85"
  5028. },
  5029. "dist": {
  5030. "type": "zip",
  5031. "url": "https://api.github.com/repos/symfony/security-bundle/zipball/1cc02bd8e44eef0bd4ecfd53a8b4d7b26f675d85",
  5032. "reference": "1cc02bd8e44eef0bd4ecfd53a8b4d7b26f675d85",
  5033. "shasum": ""
  5034. },
  5035. "require": {
  5036. "ext-xml": "*",
  5037. "php": "^7.1.3",
  5038. "symfony/config": "^4.2",
  5039. "symfony/dependency-injection": "^4.2",
  5040. "symfony/http-kernel": "^4.3",
  5041. "symfony/security-core": "~4.3",
  5042. "symfony/security-csrf": "~4.2",
  5043. "symfony/security-guard": "~4.2",
  5044. "symfony/security-http": "~4.3.10|^4.4.3"
  5045. },
  5046. "conflict": {
  5047. "symfony/browser-kit": "<4.2",
  5048. "symfony/console": "<3.4",
  5049. "symfony/framework-bundle": "<4.3.4",
  5050. "symfony/twig-bundle": "<4.2",
  5051. "symfony/var-dumper": "<3.4"
  5052. },
  5053. "require-dev": {
  5054. "doctrine/doctrine-bundle": "~1.5",
  5055. "symfony/asset": "~3.4|~4.0",
  5056. "symfony/browser-kit": "~4.2",
  5057. "symfony/console": "~3.4|~4.0",
  5058. "symfony/css-selector": "~3.4|~4.0",
  5059. "symfony/dom-crawler": "~3.4|~4.0",
  5060. "symfony/expression-language": "~3.4|~4.0",
  5061. "symfony/form": "~3.4|~4.0",
  5062. "symfony/framework-bundle": "^4.3.4",
  5063. "symfony/http-foundation": "~3.4|~4.0",
  5064. "symfony/process": "~3.4|~4.0",
  5065. "symfony/translation": "~3.4|~4.0",
  5066. "symfony/twig-bridge": "~3.4|~4.0",
  5067. "symfony/twig-bundle": "~4.2",
  5068. "symfony/validator": "~3.4|~4.0",
  5069. "symfony/var-dumper": "~3.4|~4.0",
  5070. "symfony/yaml": "~3.4|~4.0",
  5071. "twig/twig": "~1.41|~2.10"
  5072. },
  5073. "type": "symfony-bundle",
  5074. "extra": {
  5075. "branch-alias": {
  5076. "dev-master": "4.3-dev"
  5077. }
  5078. },
  5079. "autoload": {
  5080. "psr-4": {
  5081. "Symfony\\Bundle\\SecurityBundle\\": ""
  5082. },
  5083. "exclude-from-classmap": [
  5084. "/Tests/"
  5085. ]
  5086. },
  5087. "notification-url": "https://packagist.org/downloads/",
  5088. "license": [
  5089. "MIT"
  5090. ],
  5091. "authors": [
  5092. {
  5093. "name": "Fabien Potencier",
  5094. "email": "fabien@symfony.com"
  5095. },
  5096. {
  5097. "name": "Symfony Community",
  5098. "homepage": "https://symfony.com/contributors"
  5099. }
  5100. ],
  5101. "description": "Symfony SecurityBundle",
  5102. "homepage": "https://symfony.com",
  5103. "support": {
  5104. "source": "https://github.com/symfony/security-bundle/tree/v4.3.10"
  5105. },
  5106. "time": "2020-01-08T17:19:22+00:00"
  5107. },
  5108. {
  5109. "name": "symfony/security-core",
  5110. "version": "v4.3.11",
  5111. "source": {
  5112. "type": "git",
  5113. "url": "https://github.com/symfony/security-core.git",
  5114. "reference": "8d008438e4bbdf04086d1048d51cc1b5dfac2046"
  5115. },
  5116. "dist": {
  5117. "type": "zip",
  5118. "url": "https://api.github.com/repos/symfony/security-core/zipball/8d008438e4bbdf04086d1048d51cc1b5dfac2046",
  5119. "reference": "8d008438e4bbdf04086d1048d51cc1b5dfac2046",
  5120. "shasum": ""
  5121. },
  5122. "require": {
  5123. "php": "^7.1.3",
  5124. "symfony/event-dispatcher-contracts": "^1.1",
  5125. "symfony/service-contracts": "^1.1"
  5126. },
  5127. "conflict": {
  5128. "symfony/event-dispatcher": "<4.3",
  5129. "symfony/security-guard": "<4.3"
  5130. },
  5131. "require-dev": {
  5132. "psr/container": "^1.0",
  5133. "psr/log": "~1.0",
  5134. "symfony/event-dispatcher": "^4.3",
  5135. "symfony/expression-language": "~3.4|~4.0",
  5136. "symfony/http-foundation": "~3.4|~4.0",
  5137. "symfony/ldap": "~3.4|~4.0",
  5138. "symfony/validator": "^3.4.31|^4.3.4"
  5139. },
  5140. "suggest": {
  5141. "psr/container-implementation": "To instantiate the Security class",
  5142. "symfony/event-dispatcher": "",
  5143. "symfony/expression-language": "For using the expression voter",
  5144. "symfony/http-foundation": "",
  5145. "symfony/ldap": "For using LDAP integration",
  5146. "symfony/validator": "For using the user password constraint"
  5147. },
  5148. "type": "library",
  5149. "extra": {
  5150. "branch-alias": {
  5151. "dev-master": "4.3-dev"
  5152. }
  5153. },
  5154. "autoload": {
  5155. "psr-4": {
  5156. "Symfony\\Component\\Security\\Core\\": ""
  5157. },
  5158. "exclude-from-classmap": [
  5159. "/Tests/"
  5160. ]
  5161. },
  5162. "notification-url": "https://packagist.org/downloads/",
  5163. "license": [
  5164. "MIT"
  5165. ],
  5166. "authors": [
  5167. {
  5168. "name": "Fabien Potencier",
  5169. "email": "fabien@symfony.com"
  5170. },
  5171. {
  5172. "name": "Symfony Community",
  5173. "homepage": "https://symfony.com/contributors"
  5174. }
  5175. ],
  5176. "description": "Symfony Security Component - Core Library",
  5177. "homepage": "https://symfony.com",
  5178. "support": {
  5179. "source": "https://github.com/symfony/security-core/tree/v4.3.11"
  5180. },
  5181. "time": "2020-01-31T09:10:37+00:00"
  5182. },
  5183. {
  5184. "name": "symfony/security-csrf",
  5185. "version": "v4.3.11",
  5186. "source": {
  5187. "type": "git",
  5188. "url": "https://github.com/symfony/security-csrf.git",
  5189. "reference": "9e435026ab45f073880d1fbe0e1b17e7df6bf642"
  5190. },
  5191. "dist": {
  5192. "type": "zip",
  5193. "url": "https://api.github.com/repos/symfony/security-csrf/zipball/9e435026ab45f073880d1fbe0e1b17e7df6bf642",
  5194. "reference": "9e435026ab45f073880d1fbe0e1b17e7df6bf642",
  5195. "shasum": ""
  5196. },
  5197. "require": {
  5198. "php": "^7.1.3",
  5199. "symfony/security-core": "~3.4|~4.0"
  5200. },
  5201. "conflict": {
  5202. "symfony/http-foundation": "<3.4"
  5203. },
  5204. "require-dev": {
  5205. "symfony/http-foundation": "~3.4|~4.0"
  5206. },
  5207. "suggest": {
  5208. "symfony/http-foundation": "For using the class SessionTokenStorage."
  5209. },
  5210. "type": "library",
  5211. "extra": {
  5212. "branch-alias": {
  5213. "dev-master": "4.3-dev"
  5214. }
  5215. },
  5216. "autoload": {
  5217. "psr-4": {
  5218. "Symfony\\Component\\Security\\Csrf\\": ""
  5219. },
  5220. "exclude-from-classmap": [
  5221. "/Tests/"
  5222. ]
  5223. },
  5224. "notification-url": "https://packagist.org/downloads/",
  5225. "license": [
  5226. "MIT"
  5227. ],
  5228. "authors": [
  5229. {
  5230. "name": "Fabien Potencier",
  5231. "email": "fabien@symfony.com"
  5232. },
  5233. {
  5234. "name": "Symfony Community",
  5235. "homepage": "https://symfony.com/contributors"
  5236. }
  5237. ],
  5238. "description": "Symfony Security Component - CSRF Library",
  5239. "homepage": "https://symfony.com",
  5240. "support": {
  5241. "source": "https://github.com/symfony/security-csrf/tree/v4.3.10"
  5242. },
  5243. "time": "2020-01-04T12:24:57+00:00"
  5244. },
  5245. {
  5246. "name": "symfony/security-guard",
  5247. "version": "v4.3.11",
  5248. "source": {
  5249. "type": "git",
  5250. "url": "https://github.com/symfony/security-guard.git",
  5251. "reference": "5d87ee4ffa5aa6e594008fa3cc65bc8f86ad6438"
  5252. },
  5253. "dist": {
  5254. "type": "zip",
  5255. "url": "https://api.github.com/repos/symfony/security-guard/zipball/5d87ee4ffa5aa6e594008fa3cc65bc8f86ad6438",
  5256. "reference": "5d87ee4ffa5aa6e594008fa3cc65bc8f86ad6438",
  5257. "shasum": ""
  5258. },
  5259. "require": {
  5260. "php": "^7.1.3",
  5261. "symfony/security-core": "~3.4.22|^4.2.3",
  5262. "symfony/security-http": "^4.3"
  5263. },
  5264. "require-dev": {
  5265. "psr/log": "~1.0"
  5266. },
  5267. "type": "library",
  5268. "extra": {
  5269. "branch-alias": {
  5270. "dev-master": "4.3-dev"
  5271. }
  5272. },
  5273. "autoload": {
  5274. "psr-4": {
  5275. "Symfony\\Component\\Security\\Guard\\": ""
  5276. },
  5277. "exclude-from-classmap": [
  5278. "/Tests/"
  5279. ]
  5280. },
  5281. "notification-url": "https://packagist.org/downloads/",
  5282. "license": [
  5283. "MIT"
  5284. ],
  5285. "authors": [
  5286. {
  5287. "name": "Fabien Potencier",
  5288. "email": "fabien@symfony.com"
  5289. },
  5290. {
  5291. "name": "Symfony Community",
  5292. "homepage": "https://symfony.com/contributors"
  5293. }
  5294. ],
  5295. "description": "Symfony Security Component - Guard",
  5296. "homepage": "https://symfony.com",
  5297. "support": {
  5298. "source": "https://github.com/symfony/security-guard/tree/v4.3.10"
  5299. },
  5300. "time": "2020-01-04T18:57:41+00:00"
  5301. },
  5302. {
  5303. "name": "symfony/security-http",
  5304. "version": "v4.3.11",
  5305. "source": {
  5306. "type": "git",
  5307. "url": "https://github.com/symfony/security-http.git",
  5308. "reference": "2b4b8632956c680400006376fad0a4f9889d4be1"
  5309. },
  5310. "dist": {
  5311. "type": "zip",
  5312. "url": "https://api.github.com/repos/symfony/security-http/zipball/2b4b8632956c680400006376fad0a4f9889d4be1",
  5313. "reference": "2b4b8632956c680400006376fad0a4f9889d4be1",
  5314. "shasum": ""
  5315. },
  5316. "require": {
  5317. "php": "^7.1.3",
  5318. "symfony/http-foundation": "~3.4|~4.0",
  5319. "symfony/http-kernel": "^4.3",
  5320. "symfony/property-access": "~3.4|~4.0",
  5321. "symfony/security-core": "^4.3"
  5322. },
  5323. "conflict": {
  5324. "symfony/security-csrf": "<3.4.11|~4.0,<4.0.11"
  5325. },
  5326. "require-dev": {
  5327. "psr/log": "~1.0",
  5328. "symfony/routing": "~3.4|~4.0",
  5329. "symfony/security-csrf": "^3.4.11|^4.0.11"
  5330. },
  5331. "suggest": {
  5332. "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
  5333. "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
  5334. },
  5335. "type": "library",
  5336. "extra": {
  5337. "branch-alias": {
  5338. "dev-master": "4.3-dev"
  5339. }
  5340. },
  5341. "autoload": {
  5342. "psr-4": {
  5343. "Symfony\\Component\\Security\\Http\\": ""
  5344. },
  5345. "exclude-from-classmap": [
  5346. "/Tests/"
  5347. ]
  5348. },
  5349. "notification-url": "https://packagist.org/downloads/",
  5350. "license": [
  5351. "MIT"
  5352. ],
  5353. "authors": [
  5354. {
  5355. "name": "Fabien Potencier",
  5356. "email": "fabien@symfony.com"
  5357. },
  5358. {
  5359. "name": "Symfony Community",
  5360. "homepage": "https://symfony.com/contributors"
  5361. }
  5362. ],
  5363. "description": "Symfony Security Component - HTTP Integration",
  5364. "homepage": "https://symfony.com",
  5365. "support": {
  5366. "source": "https://github.com/symfony/security-http/tree/4.3"
  5367. },
  5368. "time": "2020-01-31T09:10:37+00:00"
  5369. },
  5370. {
  5371. "name": "symfony/service-contracts",
  5372. "version": "v1.1.13",
  5373. "source": {
  5374. "type": "git",
  5375. "url": "https://github.com/symfony/service-contracts.git",
  5376. "reference": "afa00c500c2d6aea6e3b2f4862355f507bc5ebb4"
  5377. },
  5378. "dist": {
  5379. "type": "zip",
  5380. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/afa00c500c2d6aea6e3b2f4862355f507bc5ebb4",
  5381. "reference": "afa00c500c2d6aea6e3b2f4862355f507bc5ebb4",
  5382. "shasum": ""
  5383. },
  5384. "require": {
  5385. "php": ">=7.1.3",
  5386. "psr/container": "^1.0"
  5387. },
  5388. "suggest": {
  5389. "symfony/service-implementation": ""
  5390. },
  5391. "type": "library",
  5392. "extra": {
  5393. "branch-alias": {
  5394. "dev-main": "1.1-dev"
  5395. },
  5396. "thanks": {
  5397. "name": "symfony/contracts",
  5398. "url": "https://github.com/symfony/contracts"
  5399. }
  5400. },
  5401. "autoload": {
  5402. "psr-4": {
  5403. "Symfony\\Contracts\\Service\\": ""
  5404. }
  5405. },
  5406. "notification-url": "https://packagist.org/downloads/",
  5407. "license": [
  5408. "MIT"
  5409. ],
  5410. "authors": [
  5411. {
  5412. "name": "Nicolas Grekas",
  5413. "email": "p@tchwork.com"
  5414. },
  5415. {
  5416. "name": "Symfony Community",
  5417. "homepage": "https://symfony.com/contributors"
  5418. }
  5419. ],
  5420. "description": "Generic abstractions related to writing services",
  5421. "homepage": "https://symfony.com",
  5422. "keywords": [
  5423. "abstractions",
  5424. "contracts",
  5425. "decoupling",
  5426. "interfaces",
  5427. "interoperability",
  5428. "standards"
  5429. ],
  5430. "support": {
  5431. "source": "https://github.com/symfony/service-contracts/tree/v1.1.13"
  5432. },
  5433. "funding": [
  5434. {
  5435. "url": "https://symfony.com/sponsor",
  5436. "type": "custom"
  5437. },
  5438. {
  5439. "url": "https://github.com/fabpot",
  5440. "type": "github"
  5441. },
  5442. {
  5443. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5444. "type": "tidelift"
  5445. }
  5446. ],
  5447. "time": "2022-05-27T14:01:05+00:00"
  5448. },
  5449. {
  5450. "name": "symfony/stopwatch",
  5451. "version": "v4.3.11",
  5452. "source": {
  5453. "type": "git",
  5454. "url": "https://github.com/symfony/stopwatch.git",
  5455. "reference": "4aff3715c98706ee25bdb4aced6591a9dffc3d9b"
  5456. },
  5457. "dist": {
  5458. "type": "zip",
  5459. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/4aff3715c98706ee25bdb4aced6591a9dffc3d9b",
  5460. "reference": "4aff3715c98706ee25bdb4aced6591a9dffc3d9b",
  5461. "shasum": ""
  5462. },
  5463. "require": {
  5464. "php": "^7.1.3",
  5465. "symfony/service-contracts": "^1.0"
  5466. },
  5467. "type": "library",
  5468. "extra": {
  5469. "branch-alias": {
  5470. "dev-master": "4.3-dev"
  5471. }
  5472. },
  5473. "autoload": {
  5474. "psr-4": {
  5475. "Symfony\\Component\\Stopwatch\\": ""
  5476. },
  5477. "exclude-from-classmap": [
  5478. "/Tests/"
  5479. ]
  5480. },
  5481. "notification-url": "https://packagist.org/downloads/",
  5482. "license": [
  5483. "MIT"
  5484. ],
  5485. "authors": [
  5486. {
  5487. "name": "Fabien Potencier",
  5488. "email": "fabien@symfony.com"
  5489. },
  5490. {
  5491. "name": "Symfony Community",
  5492. "homepage": "https://symfony.com/contributors"
  5493. }
  5494. ],
  5495. "description": "Symfony Stopwatch Component",
  5496. "homepage": "https://symfony.com",
  5497. "support": {
  5498. "source": "https://github.com/symfony/stopwatch/tree/v4.3.10"
  5499. },
  5500. "time": "2020-01-04T12:24:57+00:00"
  5501. },
  5502. {
  5503. "name": "symfony/swiftmailer-bundle",
  5504. "version": "v3.4.0",
  5505. "source": {
  5506. "type": "git",
  5507. "url": "https://github.com/symfony/swiftmailer-bundle.git",
  5508. "reference": "553d2474288349faed873da8ab7c1551a00d26ae"
  5509. },
  5510. "dist": {
  5511. "type": "zip",
  5512. "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/553d2474288349faed873da8ab7c1551a00d26ae",
  5513. "reference": "553d2474288349faed873da8ab7c1551a00d26ae",
  5514. "shasum": ""
  5515. },
  5516. "require": {
  5517. "php": ">=7.1",
  5518. "swiftmailer/swiftmailer": "^6.1.3",
  5519. "symfony/config": "^4.3.8|^5.0",
  5520. "symfony/dependency-injection": "^4.3.8|^5.0",
  5521. "symfony/http-kernel": "^4.3.8|^5.0"
  5522. },
  5523. "conflict": {
  5524. "twig/twig": "<1.41|<2.10"
  5525. },
  5526. "require-dev": {
  5527. "symfony/console": "^4.3.8|^5.0",
  5528. "symfony/framework-bundle": "^4.3.8|^5.0",
  5529. "symfony/phpunit-bridge": "^4.3.8|^5.0",
  5530. "symfony/yaml": "^4.3.8|^5.0"
  5531. },
  5532. "suggest": {
  5533. "psr/log": "Allows logging"
  5534. },
  5535. "type": "symfony-bundle",
  5536. "extra": {
  5537. "branch-alias": {
  5538. "dev-master": "3.4-dev"
  5539. }
  5540. },
  5541. "autoload": {
  5542. "psr-4": {
  5543. "Symfony\\Bundle\\SwiftmailerBundle\\": ""
  5544. },
  5545. "exclude-from-classmap": [
  5546. "/Tests/"
  5547. ]
  5548. },
  5549. "notification-url": "https://packagist.org/downloads/",
  5550. "license": [
  5551. "MIT"
  5552. ],
  5553. "authors": [
  5554. {
  5555. "name": "Fabien Potencier",
  5556. "email": "fabien@symfony.com"
  5557. },
  5558. {
  5559. "name": "Symfony Community",
  5560. "homepage": "http://symfony.com/contributors"
  5561. }
  5562. ],
  5563. "description": "Symfony SwiftmailerBundle",
  5564. "homepage": "http://symfony.com",
  5565. "support": {
  5566. "issues": "https://github.com/symfony/swiftmailer-bundle/issues",
  5567. "source": "https://github.com/symfony/swiftmailer-bundle/tree/v3.4.0"
  5568. },
  5569. "abandoned": "symfony/mailer",
  5570. "time": "2019-11-14T16:18:31+00:00"
  5571. },
  5572. {
  5573. "name": "symfony/translation-contracts",
  5574. "version": "v1.1.13",
  5575. "source": {
  5576. "type": "git",
  5577. "url": "https://github.com/symfony/translation-contracts.git",
  5578. "reference": "7462e5c4cb8b9cd152f992e8f10963b5641921f6"
  5579. },
  5580. "dist": {
  5581. "type": "zip",
  5582. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/7462e5c4cb8b9cd152f992e8f10963b5641921f6",
  5583. "reference": "7462e5c4cb8b9cd152f992e8f10963b5641921f6",
  5584. "shasum": ""
  5585. },
  5586. "require": {
  5587. "php": ">=7.1.3"
  5588. },
  5589. "suggest": {
  5590. "symfony/translation-implementation": ""
  5591. },
  5592. "type": "library",
  5593. "extra": {
  5594. "branch-alias": {
  5595. "dev-main": "1.1-dev"
  5596. },
  5597. "thanks": {
  5598. "name": "symfony/contracts",
  5599. "url": "https://github.com/symfony/contracts"
  5600. }
  5601. },
  5602. "autoload": {
  5603. "psr-4": {
  5604. "Symfony\\Contracts\\Translation\\": ""
  5605. }
  5606. },
  5607. "notification-url": "https://packagist.org/downloads/",
  5608. "license": [
  5609. "MIT"
  5610. ],
  5611. "authors": [
  5612. {
  5613. "name": "Nicolas Grekas",
  5614. "email": "p@tchwork.com"
  5615. },
  5616. {
  5617. "name": "Symfony Community",
  5618. "homepage": "https://symfony.com/contributors"
  5619. }
  5620. ],
  5621. "description": "Generic abstractions related to translation",
  5622. "homepage": "https://symfony.com",
  5623. "keywords": [
  5624. "abstractions",
  5625. "contracts",
  5626. "decoupling",
  5627. "interfaces",
  5628. "interoperability",
  5629. "standards"
  5630. ],
  5631. "support": {
  5632. "source": "https://github.com/symfony/translation-contracts/tree/v1.1.13"
  5633. },
  5634. "funding": [
  5635. {
  5636. "url": "https://symfony.com/sponsor",
  5637. "type": "custom"
  5638. },
  5639. {
  5640. "url": "https://github.com/fabpot",
  5641. "type": "github"
  5642. },
  5643. {
  5644. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5645. "type": "tidelift"
  5646. }
  5647. ],
  5648. "time": "2022-06-27T13:16:42+00:00"
  5649. },
  5650. {
  5651. "name": "symfony/twig-bridge",
  5652. "version": "v4.3.11",
  5653. "source": {
  5654. "type": "git",
  5655. "url": "https://github.com/symfony/twig-bridge.git",
  5656. "reference": "9574613b74ed066f775eaf94bb15476ef58609de"
  5657. },
  5658. "dist": {
  5659. "type": "zip",
  5660. "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/9574613b74ed066f775eaf94bb15476ef58609de",
  5661. "reference": "9574613b74ed066f775eaf94bb15476ef58609de",
  5662. "shasum": ""
  5663. },
  5664. "require": {
  5665. "php": "^7.1.3",
  5666. "symfony/translation-contracts": "^1.1",
  5667. "twig/twig": "^1.41|^2.10"
  5668. },
  5669. "conflict": {
  5670. "symfony/console": "<3.4",
  5671. "symfony/form": "<4.3.5",
  5672. "symfony/http-foundation": "<4.3",
  5673. "symfony/translation": "<4.2",
  5674. "symfony/workflow": "<4.3"
  5675. },
  5676. "require-dev": {
  5677. "egulias/email-validator": "^2.1.10",
  5678. "fig/link-util": "^1.0",
  5679. "symfony/asset": "~3.4|~4.0",
  5680. "symfony/console": "~3.4|~4.0",
  5681. "symfony/dependency-injection": "~3.4|~4.0",
  5682. "symfony/expression-language": "~3.4|~4.0",
  5683. "symfony/finder": "~3.4|~4.0",
  5684. "symfony/form": "^4.3.5",
  5685. "symfony/http-foundation": "~4.3",
  5686. "symfony/http-kernel": "~3.4|~4.0",
  5687. "symfony/mime": "~4.3",
  5688. "symfony/polyfill-intl-icu": "~1.0",
  5689. "symfony/routing": "~3.4|~4.0",
  5690. "symfony/security-acl": "~2.8|~3.0",
  5691. "symfony/security-core": "~3.0|~4.0",
  5692. "symfony/security-csrf": "~3.4|~4.0",
  5693. "symfony/security-http": "~3.4|~4.0",
  5694. "symfony/stopwatch": "~3.4|~4.0",
  5695. "symfony/templating": "~3.4|~4.0",
  5696. "symfony/translation": "^4.2.1",
  5697. "symfony/var-dumper": "~3.4|~4.0",
  5698. "symfony/web-link": "~3.4|~4.0",
  5699. "symfony/workflow": "~4.3",
  5700. "symfony/yaml": "~3.4|~4.0"
  5701. },
  5702. "suggest": {
  5703. "symfony/asset": "For using the AssetExtension",
  5704. "symfony/expression-language": "For using the ExpressionExtension",
  5705. "symfony/finder": "",
  5706. "symfony/form": "For using the FormExtension",
  5707. "symfony/http-kernel": "For using the HttpKernelExtension",
  5708. "symfony/routing": "For using the RoutingExtension",
  5709. "symfony/security-core": "For using the SecurityExtension",
  5710. "symfony/security-csrf": "For using the CsrfExtension",
  5711. "symfony/security-http": "For using the LogoutUrlExtension",
  5712. "symfony/stopwatch": "For using the StopwatchExtension",
  5713. "symfony/templating": "For using the TwigEngine",
  5714. "symfony/translation": "For using the TranslationExtension",
  5715. "symfony/var-dumper": "For using the DumpExtension",
  5716. "symfony/web-link": "For using the WebLinkExtension",
  5717. "symfony/yaml": "For using the YamlExtension"
  5718. },
  5719. "type": "symfony-bridge",
  5720. "extra": {
  5721. "branch-alias": {
  5722. "dev-master": "4.3-dev"
  5723. }
  5724. },
  5725. "autoload": {
  5726. "psr-4": {
  5727. "Symfony\\Bridge\\Twig\\": ""
  5728. },
  5729. "exclude-from-classmap": [
  5730. "/Tests/"
  5731. ]
  5732. },
  5733. "notification-url": "https://packagist.org/downloads/",
  5734. "license": [
  5735. "MIT"
  5736. ],
  5737. "authors": [
  5738. {
  5739. "name": "Fabien Potencier",
  5740. "email": "fabien@symfony.com"
  5741. },
  5742. {
  5743. "name": "Symfony Community",
  5744. "homepage": "https://symfony.com/contributors"
  5745. }
  5746. ],
  5747. "description": "Symfony Twig Bridge",
  5748. "homepage": "https://symfony.com",
  5749. "support": {
  5750. "source": "https://github.com/symfony/twig-bridge/tree/v4.3.10"
  5751. },
  5752. "time": "2020-01-08T17:19:22+00:00"
  5753. },
  5754. {
  5755. "name": "symfony/twig-bundle",
  5756. "version": "v4.3.11",
  5757. "source": {
  5758. "type": "git",
  5759. "url": "https://github.com/symfony/twig-bundle.git",
  5760. "reference": "0471344717bfb081f10209ad6b8fd520ca8ebd9d"
  5761. },
  5762. "dist": {
  5763. "type": "zip",
  5764. "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/0471344717bfb081f10209ad6b8fd520ca8ebd9d",
  5765. "reference": "0471344717bfb081f10209ad6b8fd520ca8ebd9d",
  5766. "shasum": ""
  5767. },
  5768. "require": {
  5769. "php": "^7.1.3",
  5770. "symfony/config": "~4.2",
  5771. "symfony/debug": "~4.0",
  5772. "symfony/http-foundation": "~4.3",
  5773. "symfony/http-kernel": "~4.1",
  5774. "symfony/polyfill-ctype": "~1.8",
  5775. "symfony/twig-bridge": "^4.3",
  5776. "twig/twig": "~1.41|~2.10"
  5777. },
  5778. "conflict": {
  5779. "symfony/dependency-injection": "<4.1",
  5780. "symfony/framework-bundle": "<4.3",
  5781. "symfony/translation": "<4.2"
  5782. },
  5783. "require-dev": {
  5784. "doctrine/annotations": "~1.7",
  5785. "doctrine/cache": "~1.0",
  5786. "symfony/asset": "~3.4|~4.0",
  5787. "symfony/dependency-injection": "^4.2.5",
  5788. "symfony/expression-language": "~3.4|~4.0",
  5789. "symfony/finder": "~3.4|~4.0",
  5790. "symfony/form": "~3.4|~4.0",
  5791. "symfony/framework-bundle": "~4.3",
  5792. "symfony/routing": "~3.4|~4.0",
  5793. "symfony/stopwatch": "~3.4|~4.0",
  5794. "symfony/templating": "~3.4|~4.0",
  5795. "symfony/translation": "^4.2",
  5796. "symfony/web-link": "~3.4|~4.0",
  5797. "symfony/yaml": "~3.4|~4.0"
  5798. },
  5799. "type": "symfony-bundle",
  5800. "extra": {
  5801. "branch-alias": {
  5802. "dev-master": "4.3-dev"
  5803. }
  5804. },
  5805. "autoload": {
  5806. "psr-4": {
  5807. "Symfony\\Bundle\\TwigBundle\\": ""
  5808. },
  5809. "exclude-from-classmap": [
  5810. "/Tests/"
  5811. ]
  5812. },
  5813. "notification-url": "https://packagist.org/downloads/",
  5814. "license": [
  5815. "MIT"
  5816. ],
  5817. "authors": [
  5818. {
  5819. "name": "Fabien Potencier",
  5820. "email": "fabien@symfony.com"
  5821. },
  5822. {
  5823. "name": "Symfony Community",
  5824. "homepage": "https://symfony.com/contributors"
  5825. }
  5826. ],
  5827. "description": "Symfony TwigBundle",
  5828. "homepage": "https://symfony.com",
  5829. "support": {
  5830. "source": "https://github.com/symfony/twig-bundle/tree/v4.3.11"
  5831. },
  5832. "time": "2020-01-04T12:24:57+00:00"
  5833. },
  5834. {
  5835. "name": "symfony/var-exporter",
  5836. "version": "v4.4.43",
  5837. "source": {
  5838. "type": "git",
  5839. "url": "https://github.com/symfony/var-exporter.git",
  5840. "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b"
  5841. },
  5842. "dist": {
  5843. "type": "zip",
  5844. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/4a7a3a3d55c471d396e6d28011368b7b83cb518b",
  5845. "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b",
  5846. "shasum": ""
  5847. },
  5848. "require": {
  5849. "php": ">=7.1.3",
  5850. "symfony/polyfill-php80": "^1.16"
  5851. },
  5852. "require-dev": {
  5853. "symfony/var-dumper": "^4.4.9|^5.0.9"
  5854. },
  5855. "type": "library",
  5856. "autoload": {
  5857. "psr-4": {
  5858. "Symfony\\Component\\VarExporter\\": ""
  5859. },
  5860. "exclude-from-classmap": [
  5861. "/Tests/"
  5862. ]
  5863. },
  5864. "notification-url": "https://packagist.org/downloads/",
  5865. "license": [
  5866. "MIT"
  5867. ],
  5868. "authors": [
  5869. {
  5870. "name": "Nicolas Grekas",
  5871. "email": "p@tchwork.com"
  5872. },
  5873. {
  5874. "name": "Symfony Community",
  5875. "homepage": "https://symfony.com/contributors"
  5876. }
  5877. ],
  5878. "description": "Allows exporting any serializable PHP data structure to plain PHP code",
  5879. "homepage": "https://symfony.com",
  5880. "keywords": [
  5881. "clone",
  5882. "construct",
  5883. "export",
  5884. "hydrate",
  5885. "instantiate",
  5886. "serialize"
  5887. ],
  5888. "support": {
  5889. "source": "https://github.com/symfony/var-exporter/tree/v4.4.43"
  5890. },
  5891. "funding": [
  5892. {
  5893. "url": "https://symfony.com/sponsor",
  5894. "type": "custom"
  5895. },
  5896. {
  5897. "url": "https://github.com/fabpot",
  5898. "type": "github"
  5899. },
  5900. {
  5901. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5902. "type": "tidelift"
  5903. }
  5904. ],
  5905. "time": "2022-05-27T11:44:32+00:00"
  5906. },
  5907. {
  5908. "name": "symfony/yaml",
  5909. "version": "v4.3.11",
  5910. "source": {
  5911. "type": "git",
  5912. "url": "https://github.com/symfony/yaml.git",
  5913. "reference": "8e0a95493b734ca8195acf3e1f3d89e88b957db5"
  5914. },
  5915. "dist": {
  5916. "type": "zip",
  5917. "url": "https://api.github.com/repos/symfony/yaml/zipball/8e0a95493b734ca8195acf3e1f3d89e88b957db5",
  5918. "reference": "8e0a95493b734ca8195acf3e1f3d89e88b957db5",
  5919. "shasum": ""
  5920. },
  5921. "require": {
  5922. "php": "^7.1.3",
  5923. "symfony/polyfill-ctype": "~1.8"
  5924. },
  5925. "conflict": {
  5926. "symfony/console": "<3.4"
  5927. },
  5928. "require-dev": {
  5929. "symfony/console": "~3.4|~4.0"
  5930. },
  5931. "suggest": {
  5932. "symfony/console": "For validating YAML files using the lint command"
  5933. },
  5934. "type": "library",
  5935. "extra": {
  5936. "branch-alias": {
  5937. "dev-master": "4.3-dev"
  5938. }
  5939. },
  5940. "autoload": {
  5941. "psr-4": {
  5942. "Symfony\\Component\\Yaml\\": ""
  5943. },
  5944. "exclude-from-classmap": [
  5945. "/Tests/"
  5946. ]
  5947. },
  5948. "notification-url": "https://packagist.org/downloads/",
  5949. "license": [
  5950. "MIT"
  5951. ],
  5952. "authors": [
  5953. {
  5954. "name": "Fabien Potencier",
  5955. "email": "fabien@symfony.com"
  5956. },
  5957. {
  5958. "name": "Symfony Community",
  5959. "homepage": "https://symfony.com/contributors"
  5960. }
  5961. ],
  5962. "description": "Symfony Yaml Component",
  5963. "homepage": "https://symfony.com",
  5964. "support": {
  5965. "source": "https://github.com/symfony/yaml/tree/4.3"
  5966. },
  5967. "time": "2020-01-21T11:09:03+00:00"
  5968. },
  5969. {
  5970. "name": "twig/twig",
  5971. "version": "v2.15.5",
  5972. "source": {
  5973. "type": "git",
  5974. "url": "https://github.com/twigphp/Twig.git",
  5975. "reference": "fc02a6af3eeb97c4bf5650debc76c2eda85ac22e"
  5976. },
  5977. "dist": {
  5978. "type": "zip",
  5979. "url": "https://api.github.com/repos/twigphp/Twig/zipball/fc02a6af3eeb97c4bf5650debc76c2eda85ac22e",
  5980. "reference": "fc02a6af3eeb97c4bf5650debc76c2eda85ac22e",
  5981. "shasum": ""
  5982. },
  5983. "require": {
  5984. "php": ">=7.1.3",
  5985. "symfony/polyfill-ctype": "^1.8",
  5986. "symfony/polyfill-mbstring": "^1.3",
  5987. "symfony/polyfill-php72": "^1.8"
  5988. },
  5989. "require-dev": {
  5990. "psr/container": "^1.0",
  5991. "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
  5992. },
  5993. "type": "library",
  5994. "extra": {
  5995. "branch-alias": {
  5996. "dev-master": "2.15-dev"
  5997. }
  5998. },
  5999. "autoload": {
  6000. "psr-0": {
  6001. "Twig_": "lib/"
  6002. },
  6003. "psr-4": {
  6004. "Twig\\": "src/"
  6005. }
  6006. },
  6007. "notification-url": "https://packagist.org/downloads/",
  6008. "license": [
  6009. "BSD-3-Clause"
  6010. ],
  6011. "authors": [
  6012. {
  6013. "name": "Fabien Potencier",
  6014. "email": "fabien@symfony.com",
  6015. "homepage": "http://fabien.potencier.org",
  6016. "role": "Lead Developer"
  6017. },
  6018. {
  6019. "name": "Twig Team",
  6020. "role": "Contributors"
  6021. },
  6022. {
  6023. "name": "Armin Ronacher",
  6024. "email": "armin.ronacher@active-4.com",
  6025. "role": "Project Founder"
  6026. }
  6027. ],
  6028. "description": "Twig, the flexible, fast, and secure template language for PHP",
  6029. "homepage": "https://twig.symfony.com",
  6030. "keywords": [
  6031. "templating"
  6032. ],
  6033. "support": {
  6034. "issues": "https://github.com/twigphp/Twig/issues",
  6035. "source": "https://github.com/twigphp/Twig/tree/v2.15.5"
  6036. },
  6037. "funding": [
  6038. {
  6039. "url": "https://github.com/fabpot",
  6040. "type": "github"
  6041. },
  6042. {
  6043. "url": "https://tidelift.com/funding/github/packagist/twig/twig",
  6044. "type": "tidelift"
  6045. }
  6046. ],
  6047. "time": "2023-05-03T17:49:41+00:00"
  6048. },
  6049. {
  6050. "name": "webimpress/safe-writer",
  6051. "version": "2.2.0",
  6052. "source": {
  6053. "type": "git",
  6054. "url": "https://github.com/webimpress/safe-writer.git",
  6055. "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6"
  6056. },
  6057. "dist": {
  6058. "type": "zip",
  6059. "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
  6060. "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
  6061. "shasum": ""
  6062. },
  6063. "require": {
  6064. "php": "^7.3 || ^8.0"
  6065. },
  6066. "require-dev": {
  6067. "phpunit/phpunit": "^9.5.4",
  6068. "vimeo/psalm": "^4.7",
  6069. "webimpress/coding-standard": "^1.2.2"
  6070. },
  6071. "type": "library",
  6072. "extra": {
  6073. "branch-alias": {
  6074. "dev-master": "2.2.x-dev",
  6075. "dev-develop": "2.3.x-dev",
  6076. "dev-release-1.0": "1.0.x-dev"
  6077. }
  6078. },
  6079. "autoload": {
  6080. "psr-4": {
  6081. "Webimpress\\SafeWriter\\": "src/"
  6082. }
  6083. },
  6084. "notification-url": "https://packagist.org/downloads/",
  6085. "license": [
  6086. "BSD-2-Clause"
  6087. ],
  6088. "description": "Tool to write files safely, to avoid race conditions",
  6089. "keywords": [
  6090. "concurrent write",
  6091. "file writer",
  6092. "race condition",
  6093. "safe writer",
  6094. "webimpress"
  6095. ],
  6096. "support": {
  6097. "issues": "https://github.com/webimpress/safe-writer/issues",
  6098. "source": "https://github.com/webimpress/safe-writer/tree/2.2.0"
  6099. },
  6100. "funding": [
  6101. {
  6102. "url": "https://github.com/michalbundyra",
  6103. "type": "github"
  6104. }
  6105. ],
  6106. "time": "2021-04-19T16:34:45+00:00"
  6107. }
  6108. ],
  6109. "packages-dev": [
  6110. {
  6111. "name": "doctrine/data-fixtures",
  6112. "version": "1.5.4",
  6113. "source": {
  6114. "type": "git",
  6115. "url": "https://github.com/doctrine/data-fixtures.git",
  6116. "reference": "d25660094fb25ee139aac11c7f052bea169b3f88"
  6117. },
  6118. "dist": {
  6119. "type": "zip",
  6120. "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/d25660094fb25ee139aac11c7f052bea169b3f88",
  6121. "reference": "d25660094fb25ee139aac11c7f052bea169b3f88",
  6122. "shasum": ""
  6123. },
  6124. "require": {
  6125. "doctrine/common": "^2.13|^3.0",
  6126. "doctrine/persistence": "^1.3.3|^2.0|^3.0",
  6127. "php": "^7.2 || ^8.0"
  6128. },
  6129. "conflict": {
  6130. "doctrine/dbal": "<2.13",
  6131. "doctrine/phpcr-odm": "<1.3.0"
  6132. },
  6133. "require-dev": {
  6134. "doctrine/coding-standard": "^10.0",
  6135. "doctrine/dbal": "^2.13 || ^3.0",
  6136. "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
  6137. "doctrine/orm": "^2.7.0",
  6138. "ext-sqlite3": "*",
  6139. "phpstan/phpstan": "^1.5",
  6140. "phpunit/phpunit": "^8.5 || ^9.5",
  6141. "symfony/cache": "^5.0 || ^6.0",
  6142. "vimeo/psalm": "^4.10"
  6143. },
  6144. "suggest": {
  6145. "alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
  6146. "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
  6147. "doctrine/orm": "For loading ORM fixtures",
  6148. "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
  6149. },
  6150. "type": "library",
  6151. "autoload": {
  6152. "psr-4": {
  6153. "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
  6154. }
  6155. },
  6156. "notification-url": "https://packagist.org/downloads/",
  6157. "license": [
  6158. "MIT"
  6159. ],
  6160. "authors": [
  6161. {
  6162. "name": "Jonathan Wage",
  6163. "email": "jonwage@gmail.com"
  6164. }
  6165. ],
  6166. "description": "Data Fixtures for all Doctrine Object Managers",
  6167. "homepage": "https://www.doctrine-project.org",
  6168. "keywords": [
  6169. "database"
  6170. ],
  6171. "support": {
  6172. "issues": "https://github.com/doctrine/data-fixtures/issues",
  6173. "source": "https://github.com/doctrine/data-fixtures/tree/1.5.4"
  6174. },
  6175. "funding": [
  6176. {
  6177. "url": "https://www.doctrine-project.org/sponsorship.html",
  6178. "type": "custom"
  6179. },
  6180. {
  6181. "url": "https://www.patreon.com/phpdoctrine",
  6182. "type": "patreon"
  6183. },
  6184. {
  6185. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdata-fixtures",
  6186. "type": "tidelift"
  6187. }
  6188. ],
  6189. "time": "2022-09-20T21:13:12+00:00"
  6190. },
  6191. {
  6192. "name": "doctrine/doctrine-fixtures-bundle",
  6193. "version": "3.4.4",
  6194. "source": {
  6195. "type": "git",
  6196. "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
  6197. "reference": "9ec3139c52a42e94c9fd1e95f8d2bca94326edfb"
  6198. },
  6199. "dist": {
  6200. "type": "zip",
  6201. "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/9ec3139c52a42e94c9fd1e95f8d2bca94326edfb",
  6202. "reference": "9ec3139c52a42e94c9fd1e95f8d2bca94326edfb",
  6203. "shasum": ""
  6204. },
  6205. "require": {
  6206. "doctrine/data-fixtures": "^1.3",
  6207. "doctrine/doctrine-bundle": "^1.11|^2.0",
  6208. "doctrine/orm": "^2.6.0",
  6209. "doctrine/persistence": "^1.3.7|^2.0|^3.0",
  6210. "php": "^7.1 || ^8.0",
  6211. "symfony/config": "^3.4|^4.3|^5.0|^6.0",
  6212. "symfony/console": "^3.4|^4.3|^5.0|^6.0",
  6213. "symfony/dependency-injection": "^3.4.47|^4.3|^5.0|^6.0",
  6214. "symfony/doctrine-bridge": "^3.4|^4.1|^5.0|^6.0",
  6215. "symfony/http-kernel": "^3.4|^4.3|^5.0|^6.0"
  6216. },
  6217. "require-dev": {
  6218. "doctrine/coding-standard": "^9",
  6219. "phpstan/phpstan": "^1.4.10",
  6220. "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
  6221. "symfony/phpunit-bridge": "^6.0.8",
  6222. "vimeo/psalm": "^4.22"
  6223. },
  6224. "type": "symfony-bundle",
  6225. "autoload": {
  6226. "psr-4": {
  6227. "Doctrine\\Bundle\\FixturesBundle\\": ""
  6228. }
  6229. },
  6230. "notification-url": "https://packagist.org/downloads/",
  6231. "license": [
  6232. "MIT"
  6233. ],
  6234. "authors": [
  6235. {
  6236. "name": "Fabien Potencier",
  6237. "email": "fabien@symfony.com"
  6238. },
  6239. {
  6240. "name": "Doctrine Project",
  6241. "homepage": "https://www.doctrine-project.org"
  6242. },
  6243. {
  6244. "name": "Symfony Community",
  6245. "homepage": "https://symfony.com/contributors"
  6246. }
  6247. ],
  6248. "description": "Symfony DoctrineFixturesBundle",
  6249. "homepage": "https://www.doctrine-project.org",
  6250. "keywords": [
  6251. "Fixture",
  6252. "persistence"
  6253. ],
  6254. "support": {
  6255. "issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues",
  6256. "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.4.4"
  6257. },
  6258. "funding": [
  6259. {
  6260. "url": "https://www.doctrine-project.org/sponsorship.html",
  6261. "type": "custom"
  6262. },
  6263. {
  6264. "url": "https://www.patreon.com/phpdoctrine",
  6265. "type": "patreon"
  6266. },
  6267. {
  6268. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle",
  6269. "type": "tidelift"
  6270. }
  6271. ],
  6272. "time": "2023-05-02T15:12:16+00:00"
  6273. },
  6274. {
  6275. "name": "nikic/php-parser",
  6276. "version": "v4.15.4",
  6277. "source": {
  6278. "type": "git",
  6279. "url": "https://github.com/nikic/PHP-Parser.git",
  6280. "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290"
  6281. },
  6282. "dist": {
  6283. "type": "zip",
  6284. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
  6285. "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
  6286. "shasum": ""
  6287. },
  6288. "require": {
  6289. "ext-tokenizer": "*",
  6290. "php": ">=7.0"
  6291. },
  6292. "require-dev": {
  6293. "ircmaxell/php-yacc": "^0.0.7",
  6294. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  6295. },
  6296. "bin": [
  6297. "bin/php-parse"
  6298. ],
  6299. "type": "library",
  6300. "extra": {
  6301. "branch-alias": {
  6302. "dev-master": "4.9-dev"
  6303. }
  6304. },
  6305. "autoload": {
  6306. "psr-4": {
  6307. "PhpParser\\": "lib/PhpParser"
  6308. }
  6309. },
  6310. "notification-url": "https://packagist.org/downloads/",
  6311. "license": [
  6312. "BSD-3-Clause"
  6313. ],
  6314. "authors": [
  6315. {
  6316. "name": "Nikita Popov"
  6317. }
  6318. ],
  6319. "description": "A PHP parser written in PHP",
  6320. "keywords": [
  6321. "parser",
  6322. "php"
  6323. ],
  6324. "support": {
  6325. "issues": "https://github.com/nikic/PHP-Parser/issues",
  6326. "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4"
  6327. },
  6328. "time": "2023-03-05T19:49:14+00:00"
  6329. },
  6330. {
  6331. "name": "symfony/deprecation-contracts",
  6332. "version": "v2.5.2",
  6333. "source": {
  6334. "type": "git",
  6335. "url": "https://github.com/symfony/deprecation-contracts.git",
  6336. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
  6337. },
  6338. "dist": {
  6339. "type": "zip",
  6340. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  6341. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  6342. "shasum": ""
  6343. },
  6344. "require": {
  6345. "php": ">=7.1"
  6346. },
  6347. "type": "library",
  6348. "extra": {
  6349. "branch-alias": {
  6350. "dev-main": "2.5-dev"
  6351. },
  6352. "thanks": {
  6353. "name": "symfony/contracts",
  6354. "url": "https://github.com/symfony/contracts"
  6355. }
  6356. },
  6357. "autoload": {
  6358. "files": [
  6359. "function.php"
  6360. ]
  6361. },
  6362. "notification-url": "https://packagist.org/downloads/",
  6363. "license": [
  6364. "MIT"
  6365. ],
  6366. "authors": [
  6367. {
  6368. "name": "Nicolas Grekas",
  6369. "email": "p@tchwork.com"
  6370. },
  6371. {
  6372. "name": "Symfony Community",
  6373. "homepage": "https://symfony.com/contributors"
  6374. }
  6375. ],
  6376. "description": "A generic function and convention to trigger deprecation notices",
  6377. "homepage": "https://symfony.com",
  6378. "support": {
  6379. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
  6380. },
  6381. "funding": [
  6382. {
  6383. "url": "https://symfony.com/sponsor",
  6384. "type": "custom"
  6385. },
  6386. {
  6387. "url": "https://github.com/fabpot",
  6388. "type": "github"
  6389. },
  6390. {
  6391. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6392. "type": "tidelift"
  6393. }
  6394. ],
  6395. "time": "2022-01-02T09:53:40+00:00"
  6396. },
  6397. {
  6398. "name": "symfony/maker-bundle",
  6399. "version": "v1.35.0",
  6400. "source": {
  6401. "type": "git",
  6402. "url": "https://github.com/symfony/maker-bundle.git",
  6403. "reference": "25058310408bb045772d2ec0ff7a3b6460fea2dd"
  6404. },
  6405. "dist": {
  6406. "type": "zip",
  6407. "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/25058310408bb045772d2ec0ff7a3b6460fea2dd",
  6408. "reference": "25058310408bb045772d2ec0ff7a3b6460fea2dd",
  6409. "shasum": ""
  6410. },
  6411. "require": {
  6412. "doctrine/inflector": "^1.2|^2.0",
  6413. "nikic/php-parser": "^4.11",
  6414. "php": ">=7.1.3",
  6415. "symfony/config": "^4.0|^5.0|^6.0",
  6416. "symfony/console": "^4.0|^5.0|^6.0",
  6417. "symfony/dependency-injection": "^4.0|^5.0|^6.0",
  6418. "symfony/deprecation-contracts": "^2.2",
  6419. "symfony/filesystem": "^4.0|^5.0|^6.0",
  6420. "symfony/finder": "^4.0|^5.0|^6.0",
  6421. "symfony/framework-bundle": "^4.0|^5.0|^6.0",
  6422. "symfony/http-kernel": "^4.0|^5.0|^6.0"
  6423. },
  6424. "require-dev": {
  6425. "composer/semver": "^3.0@dev",
  6426. "doctrine/doctrine-bundle": "^1.8|^2.0",
  6427. "doctrine/orm": "^2.3",
  6428. "symfony/http-client": "^4.3|^5.0|^6.0",
  6429. "symfony/phpunit-bridge": "^4.3|^5.0|^6.0",
  6430. "symfony/process": "^4.0|^5.0|^6.0",
  6431. "symfony/security-core": "^4.0|^5.0|^6.0",
  6432. "symfony/yaml": "^4.0|^5.0|^6.0"
  6433. },
  6434. "type": "symfony-bundle",
  6435. "extra": {
  6436. "branch-alias": {
  6437. "dev-main": "1.0-dev"
  6438. }
  6439. },
  6440. "autoload": {
  6441. "psr-4": {
  6442. "Symfony\\Bundle\\MakerBundle\\": "src/"
  6443. }
  6444. },
  6445. "notification-url": "https://packagist.org/downloads/",
  6446. "license": [
  6447. "MIT"
  6448. ],
  6449. "authors": [
  6450. {
  6451. "name": "Symfony Community",
  6452. "homepage": "https://symfony.com/contributors"
  6453. }
  6454. ],
  6455. "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
  6456. "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
  6457. "keywords": [
  6458. "code generator",
  6459. "generator",
  6460. "scaffold",
  6461. "scaffolding"
  6462. ],
  6463. "support": {
  6464. "issues": "https://github.com/symfony/maker-bundle/issues",
  6465. "source": "https://github.com/symfony/maker-bundle/tree/v1.35.0"
  6466. },
  6467. "funding": [
  6468. {
  6469. "url": "https://symfony.com/sponsor",
  6470. "type": "custom"
  6471. },
  6472. {
  6473. "url": "https://github.com/fabpot",
  6474. "type": "github"
  6475. },
  6476. {
  6477. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6478. "type": "tidelift"
  6479. }
  6480. ],
  6481. "time": "2021-11-13T01:26:11+00:00"
  6482. },
  6483. {
  6484. "name": "symfony/process",
  6485. "version": "v4.3.11",
  6486. "source": {
  6487. "type": "git",
  6488. "url": "https://github.com/symfony/process.git",
  6489. "reference": "61ab103012c3072fb340447a34598714ba74ba6f"
  6490. },
  6491. "dist": {
  6492. "type": "zip",
  6493. "url": "https://api.github.com/repos/symfony/process/zipball/61ab103012c3072fb340447a34598714ba74ba6f",
  6494. "reference": "61ab103012c3072fb340447a34598714ba74ba6f",
  6495. "shasum": ""
  6496. },
  6497. "require": {
  6498. "php": "^7.1.3"
  6499. },
  6500. "type": "library",
  6501. "extra": {
  6502. "branch-alias": {
  6503. "dev-master": "4.3-dev"
  6504. }
  6505. },
  6506. "autoload": {
  6507. "psr-4": {
  6508. "Symfony\\Component\\Process\\": ""
  6509. },
  6510. "exclude-from-classmap": [
  6511. "/Tests/"
  6512. ]
  6513. },
  6514. "notification-url": "https://packagist.org/downloads/",
  6515. "license": [
  6516. "MIT"
  6517. ],
  6518. "authors": [
  6519. {
  6520. "name": "Fabien Potencier",
  6521. "email": "fabien@symfony.com"
  6522. },
  6523. {
  6524. "name": "Symfony Community",
  6525. "homepage": "https://symfony.com/contributors"
  6526. }
  6527. ],
  6528. "description": "Symfony Process Component",
  6529. "homepage": "https://symfony.com",
  6530. "support": {
  6531. "source": "https://github.com/symfony/process/tree/v4.3.10"
  6532. },
  6533. "time": "2020-01-09T09:39:05+00:00"
  6534. },
  6535. {
  6536. "name": "symfony/var-dumper",
  6537. "version": "v4.3.11",
  6538. "source": {
  6539. "type": "git",
  6540. "url": "https://github.com/symfony/var-dumper.git",
  6541. "reference": "75669a7e681cbd4a291a08ed31d2d3998fe86e48"
  6542. },
  6543. "dist": {
  6544. "type": "zip",
  6545. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/75669a7e681cbd4a291a08ed31d2d3998fe86e48",
  6546. "reference": "75669a7e681cbd4a291a08ed31d2d3998fe86e48",
  6547. "shasum": ""
  6548. },
  6549. "require": {
  6550. "php": "^7.1.3",
  6551. "symfony/polyfill-mbstring": "~1.0",
  6552. "symfony/polyfill-php72": "~1.5"
  6553. },
  6554. "conflict": {
  6555. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  6556. "symfony/console": "<3.4"
  6557. },
  6558. "require-dev": {
  6559. "ext-iconv": "*",
  6560. "symfony/console": "~3.4|~4.0",
  6561. "symfony/process": "~3.4|~4.0",
  6562. "twig/twig": "~1.34|~2.4"
  6563. },
  6564. "suggest": {
  6565. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  6566. "ext-intl": "To show region name in time zone dump",
  6567. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  6568. },
  6569. "bin": [
  6570. "Resources/bin/var-dump-server"
  6571. ],
  6572. "type": "library",
  6573. "extra": {
  6574. "branch-alias": {
  6575. "dev-master": "4.3-dev"
  6576. }
  6577. },
  6578. "autoload": {
  6579. "files": [
  6580. "Resources/functions/dump.php"
  6581. ],
  6582. "psr-4": {
  6583. "Symfony\\Component\\VarDumper\\": ""
  6584. },
  6585. "exclude-from-classmap": [
  6586. "/Tests/"
  6587. ]
  6588. },
  6589. "notification-url": "https://packagist.org/downloads/",
  6590. "license": [
  6591. "MIT"
  6592. ],
  6593. "authors": [
  6594. {
  6595. "name": "Nicolas Grekas",
  6596. "email": "p@tchwork.com"
  6597. },
  6598. {
  6599. "name": "Symfony Community",
  6600. "homepage": "https://symfony.com/contributors"
  6601. }
  6602. ],
  6603. "description": "Symfony mechanism for exploring and dumping PHP variables",
  6604. "homepage": "https://symfony.com",
  6605. "keywords": [
  6606. "debug",
  6607. "dump"
  6608. ],
  6609. "support": {
  6610. "source": "https://github.com/symfony/var-dumper/tree/4.3"
  6611. },
  6612. "time": "2020-01-25T12:32:28+00:00"
  6613. },
  6614. {
  6615. "name": "symfony/web-profiler-bundle",
  6616. "version": "v4.3.11",
  6617. "source": {
  6618. "type": "git",
  6619. "url": "https://github.com/symfony/web-profiler-bundle.git",
  6620. "reference": "ef55f4aac938cdf8c2051ead22e18ad80ed4e4f8"
  6621. },
  6622. "dist": {
  6623. "type": "zip",
  6624. "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/ef55f4aac938cdf8c2051ead22e18ad80ed4e4f8",
  6625. "reference": "ef55f4aac938cdf8c2051ead22e18ad80ed4e4f8",
  6626. "shasum": ""
  6627. },
  6628. "require": {
  6629. "php": "^7.1.3",
  6630. "symfony/config": "^4.2",
  6631. "symfony/http-kernel": "^4.3",
  6632. "symfony/routing": "^4.3",
  6633. "symfony/twig-bundle": "~4.2",
  6634. "symfony/var-dumper": "^4.3",
  6635. "twig/twig": "^1.41|^2.10"
  6636. },
  6637. "conflict": {
  6638. "symfony/dependency-injection": "<3.4",
  6639. "symfony/form": "<4.3",
  6640. "symfony/messenger": "<4.2",
  6641. "symfony/var-dumper": "<3.4"
  6642. },
  6643. "require-dev": {
  6644. "symfony/browser-kit": "^4.3",
  6645. "symfony/console": "^4.3",
  6646. "symfony/css-selector": "~3.4|~4.0",
  6647. "symfony/framework-bundle": "^4.3",
  6648. "symfony/stopwatch": "~3.4|~4.0"
  6649. },
  6650. "type": "symfony-bundle",
  6651. "extra": {
  6652. "branch-alias": {
  6653. "dev-master": "4.3-dev"
  6654. }
  6655. },
  6656. "autoload": {
  6657. "psr-4": {
  6658. "Symfony\\Bundle\\WebProfilerBundle\\": ""
  6659. },
  6660. "exclude-from-classmap": [
  6661. "/Tests/"
  6662. ]
  6663. },
  6664. "notification-url": "https://packagist.org/downloads/",
  6665. "license": [
  6666. "MIT"
  6667. ],
  6668. "authors": [
  6669. {
  6670. "name": "Fabien Potencier",
  6671. "email": "fabien@symfony.com"
  6672. },
  6673. {
  6674. "name": "Symfony Community",
  6675. "homepage": "https://symfony.com/contributors"
  6676. }
  6677. ],
  6678. "description": "Symfony WebProfilerBundle",
  6679. "homepage": "https://symfony.com",
  6680. "support": {
  6681. "source": "https://github.com/symfony/web-profiler-bundle/tree/v4.3.11"
  6682. },
  6683. "time": "2020-01-09T12:29:25+00:00"
  6684. },
  6685. {
  6686. "name": "symfony/web-server-bundle",
  6687. "version": "v4.3.11",
  6688. "source": {
  6689. "type": "git",
  6690. "url": "https://github.com/symfony/web-server-bundle.git",
  6691. "reference": "2338445b78f1fb212a96f4286abdc77ee1e92607"
  6692. },
  6693. "dist": {
  6694. "type": "zip",
  6695. "url": "https://api.github.com/repos/symfony/web-server-bundle/zipball/2338445b78f1fb212a96f4286abdc77ee1e92607",
  6696. "reference": "2338445b78f1fb212a96f4286abdc77ee1e92607",
  6697. "shasum": ""
  6698. },
  6699. "require": {
  6700. "php": "^7.1.3",
  6701. "symfony/config": "~3.4|~4.0",
  6702. "symfony/console": "~3.4|~4.0",
  6703. "symfony/dependency-injection": "~3.4|~4.0",
  6704. "symfony/http-kernel": "~3.4|~4.0",
  6705. "symfony/polyfill-ctype": "~1.8",
  6706. "symfony/process": "^3.4.2|^4.0.2"
  6707. },
  6708. "suggest": {
  6709. "symfony/expression-language": "For using the filter option of the log server.",
  6710. "symfony/monolog-bridge": "For using the log server."
  6711. },
  6712. "type": "symfony-bundle",
  6713. "extra": {
  6714. "branch-alias": {
  6715. "dev-master": "4.3-dev"
  6716. }
  6717. },
  6718. "autoload": {
  6719. "psr-4": {
  6720. "Symfony\\Bundle\\WebServerBundle\\": ""
  6721. },
  6722. "exclude-from-classmap": [
  6723. "/Tests/"
  6724. ]
  6725. },
  6726. "notification-url": "https://packagist.org/downloads/",
  6727. "license": [
  6728. "MIT"
  6729. ],
  6730. "authors": [
  6731. {
  6732. "name": "Fabien Potencier",
  6733. "email": "fabien@symfony.com"
  6734. },
  6735. {
  6736. "name": "Symfony Community",
  6737. "homepage": "https://symfony.com/contributors"
  6738. }
  6739. ],
  6740. "description": "Symfony WebServerBundle",
  6741. "homepage": "https://symfony.com",
  6742. "support": {
  6743. "source": "https://github.com/symfony/web-server-bundle/tree/4.3"
  6744. },
  6745. "abandoned": true,
  6746. "time": "2020-01-04T12:24:57+00:00"
  6747. }
  6748. ],
  6749. "aliases": [],
  6750. "minimum-stability": "stable",
  6751. "stability-flags": [],
  6752. "prefer-stable": false,
  6753. "prefer-lowest": false,
  6754. "platform": {
  6755. "php": "^7.1.3",
  6756. "ext-ctype": "*",
  6757. "ext-iconv": "*",
  6758. "ext-json": "*"
  6759. },
  6760. "platform-dev": [],
  6761. "plugin-api-version": "2.0.0"
  6762. }