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

12423 lines
461 KiB

5 years ago
  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": "7edaf32451d81bcf72d00e73c8e5662d",
  8. "packages": [
  9. {
  10. "name": "adamquaile/symfony-fieldset-bundle",
  11. "version": "v1.1.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/adamquaile/AdamQuaileFieldsetBundle.git",
  15. "reference": "209f257d8329e83c19dce7918115edbc5acdfbd2"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/adamquaile/AdamQuaileFieldsetBundle/zipball/209f257d8329e83c19dce7918115edbc5acdfbd2",
  20. "reference": "209f257d8329e83c19dce7918115edbc5acdfbd2",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.3"
  25. },
  26. "require-dev": {
  27. "symfony/config": "~2.5.0",
  28. "symfony/dependency-injection": "~2.5.0",
  29. "symfony/form": "~2.5.0",
  30. "symfony/http-kernel": "~2.5.0"
  31. },
  32. "type": "symfony-bundle",
  33. "autoload": {
  34. "psr-4": {
  35. "AdamQuaile\\Bundle\\FieldsetBundle\\": [
  36. "",
  37. "Tests/"
  38. ]
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "MIT"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Adam Quaile",
  48. "email": "adamquaile@gmail.com"
  49. }
  50. ],
  51. "description": "Fieldset Type in Symfony Forms",
  52. "keywords": [
  53. "Forms",
  54. "fieldset",
  55. "symfony"
  56. ],
  57. "time": "2017-05-24T13:16:41+00:00"
  58. },
  59. {
  60. "name": "behat/transliterator",
  61. "version": "v1.3.0",
  62. "source": {
  63. "type": "git",
  64. "url": "https://github.com/Behat/Transliterator.git",
  65. "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc"
  66. },
  67. "dist": {
  68. "type": "zip",
  69. "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
  70. "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
  71. "shasum": ""
  72. },
  73. "require": {
  74. "php": ">=5.3.3"
  75. },
  76. "require-dev": {
  77. "chuyskywalker/rolling-curl": "^3.1",
  78. "php-yaoi/php-yaoi": "^1.0",
  79. "phpunit/phpunit": "^4.8.36|^6.3"
  80. },
  81. "type": "library",
  82. "extra": {
  83. "branch-alias": {
  84. "dev-master": "1.2-dev"
  85. }
  86. },
  87. "autoload": {
  88. "psr-4": {
  89. "Behat\\Transliterator\\": "src/Behat/Transliterator"
  90. }
  91. },
  92. "notification-url": "https://packagist.org/downloads/",
  93. "license": [
  94. "Artistic-1.0"
  95. ],
  96. "description": "String transliterator",
  97. "keywords": [
  98. "i18n",
  99. "slug",
  100. "transliterator"
  101. ],
  102. "time": "2020-01-14T16:39:13+00:00"
  103. },
  104. {
  105. "name": "cocur/slugify",
  106. "version": "v4.0.0",
  107. "source": {
  108. "type": "git",
  109. "url": "https://github.com/cocur/slugify.git",
  110. "reference": "3f1ffc300f164f23abe8b64ffb3f92d35cec8307"
  111. },
  112. "dist": {
  113. "type": "zip",
  114. "url": "https://api.github.com/repos/cocur/slugify/zipball/3f1ffc300f164f23abe8b64ffb3f92d35cec8307",
  115. "reference": "3f1ffc300f164f23abe8b64ffb3f92d35cec8307",
  116. "shasum": ""
  117. },
  118. "require": {
  119. "ext-mbstring": "*",
  120. "php": ">=7.0"
  121. },
  122. "conflict": {
  123. "symfony/config": "<3.4 || >=4,<4.3",
  124. "symfony/dependency-injection": "<3.4 || >=4,<4.3",
  125. "symfony/http-kernel": "<3.4 || >=4,<4.3",
  126. "twig/twig": "<2.12.1"
  127. },
  128. "require-dev": {
  129. "laravel/framework": "~5.1",
  130. "latte/latte": "~2.2",
  131. "league/container": "^2.2.0",
  132. "mikey179/vfsstream": "~1.6.8",
  133. "mockery/mockery": "^1.3",
  134. "nette/di": "~2.4",
  135. "phpunit/phpunit": "^5.7.27",
  136. "pimple/pimple": "~1.1",
  137. "plumphp/plum": "~0.1",
  138. "symfony/config": "^3.4 || ^4.3 || ^5.0",
  139. "symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0",
  140. "symfony/http-kernel": "^3.4 || ^4.3 || ^5.0",
  141. "twig/twig": "^2.12.1 || ~3.0",
  142. "zendframework/zend-modulemanager": "~2.2",
  143. "zendframework/zend-servicemanager": "~2.2",
  144. "zendframework/zend-view": "~2.2"
  145. },
  146. "type": "library",
  147. "autoload": {
  148. "psr-4": {
  149. "Cocur\\Slugify\\": "src"
  150. }
  151. },
  152. "notification-url": "https://packagist.org/downloads/",
  153. "license": [
  154. "MIT"
  155. ],
  156. "authors": [
  157. {
  158. "name": "Florian Eckerstorfer",
  159. "email": "florian@eckerstorfer.co",
  160. "homepage": "https://florian.ec"
  161. },
  162. {
  163. "name": "Ivo Bathke",
  164. "email": "ivo.bathke@gmail.com"
  165. }
  166. ],
  167. "description": "Converts a string into a slug.",
  168. "keywords": [
  169. "slug",
  170. "slugify"
  171. ],
  172. "time": "2019-12-14T13:04:14+00:00"
  173. },
  174. {
  175. "name": "dama/doctrine-test-bundle",
  176. "version": "v6.3.2",
  177. "source": {
  178. "type": "git",
  179. "url": "https://github.com/dmaicher/doctrine-test-bundle.git",
  180. "reference": "06932e828b4e8ed8655b9b64ae30428e048b616e"
  181. },
  182. "dist": {
  183. "type": "zip",
  184. "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/06932e828b4e8ed8655b9b64ae30428e048b616e",
  185. "reference": "06932e828b4e8ed8655b9b64ae30428e048b616e",
  186. "shasum": ""
  187. },
  188. "require": {
  189. "doctrine/dbal": "^2.9,>=2.9.3",
  190. "doctrine/doctrine-bundle": "^1.11 || ^2.0",
  191. "php": "^7.1",
  192. "symfony/framework-bundle": "^3.4 || ^4.3 || ^5.0"
  193. },
  194. "require-dev": {
  195. "phpstan/phpstan": "^0.12",
  196. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  197. "symfony/phpunit-bridge": "^4.3 || ^5.0",
  198. "symfony/yaml": "^3.4 || ^4.3 || ^5.0"
  199. },
  200. "type": "symfony-bundle",
  201. "extra": {
  202. "branch-alias": {
  203. "dev-master": "7.0.x-dev"
  204. }
  205. },
  206. "autoload": {
  207. "psr-4": {
  208. "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle"
  209. }
  210. },
  211. "notification-url": "https://packagist.org/downloads/",
  212. "license": [
  213. "MIT"
  214. ],
  215. "authors": [
  216. {
  217. "name": "David Maicher",
  218. "email": "mail@dmaicher.de"
  219. }
  220. ],
  221. "description": "Symfony bundle to isolate doctrine database tests and improve test performance",
  222. "keywords": [
  223. "doctrine",
  224. "isolation",
  225. "performance",
  226. "symfony",
  227. "tests"
  228. ],
  229. "time": "2020-03-02T20:42:23+00:00"
  230. },
  231. {
  232. "name": "doctrine/annotations",
  233. "version": "1.10.4",
  234. "source": {
  235. "type": "git",
  236. "url": "https://github.com/doctrine/annotations.git",
  237. "reference": "bfe91e31984e2ba76df1c1339681770401ec262f"
  238. },
  239. "dist": {
  240. "type": "zip",
  241. "url": "https://api.github.com/repos/doctrine/annotations/zipball/bfe91e31984e2ba76df1c1339681770401ec262f",
  242. "reference": "bfe91e31984e2ba76df1c1339681770401ec262f",
  243. "shasum": ""
  244. },
  245. "require": {
  246. "doctrine/lexer": "1.*",
  247. "ext-tokenizer": "*",
  248. "php": "^7.1 || ^8.0"
  249. },
  250. "require-dev": {
  251. "doctrine/cache": "1.*",
  252. "phpstan/phpstan": "^0.12.20",
  253. "phpunit/phpunit": "^7.5 || ^9.1.5"
  254. },
  255. "type": "library",
  256. "extra": {
  257. "branch-alias": {
  258. "dev-master": "1.9.x-dev"
  259. }
  260. },
  261. "autoload": {
  262. "psr-4": {
  263. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  264. }
  265. },
  266. "notification-url": "https://packagist.org/downloads/",
  267. "license": [
  268. "MIT"
  269. ],
  270. "authors": [
  271. {
  272. "name": "Guilherme Blanco",
  273. "email": "guilhermeblanco@gmail.com"
  274. },
  275. {
  276. "name": "Roman Borschel",
  277. "email": "roman@code-factory.org"
  278. },
  279. {
  280. "name": "Benjamin Eberlei",
  281. "email": "kontakt@beberlei.de"
  282. },
  283. {
  284. "name": "Jonathan Wage",
  285. "email": "jonwage@gmail.com"
  286. },
  287. {
  288. "name": "Johannes Schmitt",
  289. "email": "schmittjoh@gmail.com"
  290. }
  291. ],
  292. "description": "Docblock Annotations Parser",
  293. "homepage": "http://www.doctrine-project.org",
  294. "keywords": [
  295. "annotations",
  296. "docblock",
  297. "parser"
  298. ],
  299. "time": "2020-08-10T19:35:50+00:00"
  300. },
  301. {
  302. "name": "doctrine/cache",
  303. "version": "1.10.0",
  304. "source": {
  305. "type": "git",
  306. "url": "https://github.com/doctrine/cache.git",
  307. "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
  308. },
  309. "dist": {
  310. "type": "zip",
  311. "url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
  312. "reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
  313. "shasum": ""
  314. },
  315. "require": {
  316. "php": "~7.1"
  317. },
  318. "conflict": {
  319. "doctrine/common": ">2.2,<2.4"
  320. },
  321. "require-dev": {
  322. "alcaeus/mongo-php-adapter": "^1.1",
  323. "doctrine/coding-standard": "^6.0",
  324. "mongodb/mongodb": "^1.1",
  325. "phpunit/phpunit": "^7.0",
  326. "predis/predis": "~1.0"
  327. },
  328. "suggest": {
  329. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  330. },
  331. "type": "library",
  332. "extra": {
  333. "branch-alias": {
  334. "dev-master": "1.9.x-dev"
  335. }
  336. },
  337. "autoload": {
  338. "psr-4": {
  339. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  340. }
  341. },
  342. "notification-url": "https://packagist.org/downloads/",
  343. "license": [
  344. "MIT"
  345. ],
  346. "authors": [
  347. {
  348. "name": "Guilherme Blanco",
  349. "email": "guilhermeblanco@gmail.com"
  350. },
  351. {
  352. "name": "Roman Borschel",
  353. "email": "roman@code-factory.org"
  354. },
  355. {
  356. "name": "Benjamin Eberlei",
  357. "email": "kontakt@beberlei.de"
  358. },
  359. {
  360. "name": "Jonathan Wage",
  361. "email": "jonwage@gmail.com"
  362. },
  363. {
  364. "name": "Johannes Schmitt",
  365. "email": "schmittjoh@gmail.com"
  366. }
  367. ],
  368. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  369. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  370. "keywords": [
  371. "abstraction",
  372. "apcu",
  373. "cache",
  374. "caching",
  375. "couchdb",
  376. "memcached",
  377. "php",
  378. "redis",
  379. "xcache"
  380. ],
  381. "time": "2019-11-29T15:36:20+00:00"
  382. },
  383. {
  384. "name": "doctrine/collections",
  385. "version": "1.6.4",
  386. "source": {
  387. "type": "git",
  388. "url": "https://github.com/doctrine/collections.git",
  389. "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
  390. },
  391. "dist": {
  392. "type": "zip",
  393. "url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
  394. "reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
  395. "shasum": ""
  396. },
  397. "require": {
  398. "php": "^7.1.3"
  399. },
  400. "require-dev": {
  401. "doctrine/coding-standard": "^6.0",
  402. "phpstan/phpstan-shim": "^0.9.2",
  403. "phpunit/phpunit": "^7.0",
  404. "vimeo/psalm": "^3.2.2"
  405. },
  406. "type": "library",
  407. "extra": {
  408. "branch-alias": {
  409. "dev-master": "1.6.x-dev"
  410. }
  411. },
  412. "autoload": {
  413. "psr-4": {
  414. "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
  415. }
  416. },
  417. "notification-url": "https://packagist.org/downloads/",
  418. "license": [
  419. "MIT"
  420. ],
  421. "authors": [
  422. {
  423. "name": "Guilherme Blanco",
  424. "email": "guilhermeblanco@gmail.com"
  425. },
  426. {
  427. "name": "Roman Borschel",
  428. "email": "roman@code-factory.org"
  429. },
  430. {
  431. "name": "Benjamin Eberlei",
  432. "email": "kontakt@beberlei.de"
  433. },
  434. {
  435. "name": "Jonathan Wage",
  436. "email": "jonwage@gmail.com"
  437. },
  438. {
  439. "name": "Johannes Schmitt",
  440. "email": "schmittjoh@gmail.com"
  441. }
  442. ],
  443. "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
  444. "homepage": "https://www.doctrine-project.org/projects/collections.html",
  445. "keywords": [
  446. "array",
  447. "collections",
  448. "iterators",
  449. "php"
  450. ],
  451. "time": "2019-11-13T13:07:11+00:00"
  452. },
  453. {
  454. "name": "doctrine/common",
  455. "version": "2.12.0",
  456. "source": {
  457. "type": "git",
  458. "url": "https://github.com/doctrine/common.git",
  459. "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6"
  460. },
  461. "dist": {
  462. "type": "zip",
  463. "url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
  464. "reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
  465. "shasum": ""
  466. },
  467. "require": {
  468. "doctrine/annotations": "^1.0",
  469. "doctrine/cache": "^1.0",
  470. "doctrine/collections": "^1.0",
  471. "doctrine/event-manager": "^1.0",
  472. "doctrine/inflector": "^1.0",
  473. "doctrine/lexer": "^1.0",
  474. "doctrine/persistence": "^1.1",
  475. "doctrine/reflection": "^1.0",
  476. "php": "^7.1"
  477. },
  478. "require-dev": {
  479. "doctrine/coding-standard": "^1.0",
  480. "phpstan/phpstan": "^0.11",
  481. "phpstan/phpstan-phpunit": "^0.11",
  482. "phpunit/phpunit": "^7.0",
  483. "squizlabs/php_codesniffer": "^3.0",
  484. "symfony/phpunit-bridge": "^4.0.5"
  485. },
  486. "type": "library",
  487. "extra": {
  488. "branch-alias": {
  489. "dev-master": "2.11.x-dev"
  490. }
  491. },
  492. "autoload": {
  493. "psr-4": {
  494. "Doctrine\\Common\\": "lib/Doctrine/Common"
  495. }
  496. },
  497. "notification-url": "https://packagist.org/downloads/",
  498. "license": [
  499. "MIT"
  500. ],
  501. "authors": [
  502. {
  503. "name": "Guilherme Blanco",
  504. "email": "guilhermeblanco@gmail.com"
  505. },
  506. {
  507. "name": "Roman Borschel",
  508. "email": "roman@code-factory.org"
  509. },
  510. {
  511. "name": "Benjamin Eberlei",
  512. "email": "kontakt@beberlei.de"
  513. },
  514. {
  515. "name": "Jonathan Wage",
  516. "email": "jonwage@gmail.com"
  517. },
  518. {
  519. "name": "Johannes Schmitt",
  520. "email": "schmittjoh@gmail.com"
  521. },
  522. {
  523. "name": "Marco Pivetta",
  524. "email": "ocramius@gmail.com"
  525. }
  526. ],
  527. "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.",
  528. "homepage": "https://www.doctrine-project.org/projects/common.html",
  529. "keywords": [
  530. "common",
  531. "doctrine",
  532. "php"
  533. ],
  534. "time": "2020-01-10T15:49:25+00:00"
  535. },
  536. {
  537. "name": "doctrine/data-fixtures",
  538. "version": "1.4.2",
  539. "source": {
  540. "type": "git",
  541. "url": "https://github.com/doctrine/data-fixtures.git",
  542. "reference": "39e9777c9089351a468f780b01cffa3cb0a42907"
  543. },
  544. "dist": {
  545. "type": "zip",
  546. "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/39e9777c9089351a468f780b01cffa3cb0a42907",
  547. "reference": "39e9777c9089351a468f780b01cffa3cb0a42907",
  548. "shasum": ""
  549. },
  550. "require": {
  551. "doctrine/common": "^2.11",
  552. "doctrine/persistence": "^1.3.3",
  553. "php": "^7.2"
  554. },
  555. "conflict": {
  556. "doctrine/phpcr-odm": "<1.3.0"
  557. },
  558. "require-dev": {
  559. "alcaeus/mongo-php-adapter": "^1.1",
  560. "doctrine/coding-standard": "^6.0",
  561. "doctrine/dbal": "^2.5.4",
  562. "doctrine/mongodb-odm": "^1.3.0",
  563. "doctrine/orm": "^2.7.0",
  564. "phpunit/phpunit": "^7.0"
  565. },
  566. "suggest": {
  567. "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
  568. "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
  569. "doctrine/orm": "For loading ORM fixtures",
  570. "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
  571. },
  572. "type": "library",
  573. "extra": {
  574. "branch-alias": {
  575. "dev-master": "1.4.x-dev"
  576. }
  577. },
  578. "autoload": {
  579. "psr-4": {
  580. "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
  581. }
  582. },
  583. "notification-url": "https://packagist.org/downloads/",
  584. "license": [
  585. "MIT"
  586. ],
  587. "authors": [
  588. {
  589. "name": "Jonathan Wage",
  590. "email": "jonwage@gmail.com"
  591. }
  592. ],
  593. "description": "Data Fixtures for all Doctrine Object Managers",
  594. "homepage": "http://www.doctrine-project.org",
  595. "keywords": [
  596. "database"
  597. ],
  598. "time": "2020-01-17T11:11:28+00:00"
  599. },
  600. {
  601. "name": "doctrine/dbal",
  602. "version": "v2.10.1",
  603. "source": {
  604. "type": "git",
  605. "url": "https://github.com/doctrine/dbal.git",
  606. "reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8"
  607. },
  608. "dist": {
  609. "type": "zip",
  610. "url": "https://api.github.com/repos/doctrine/dbal/zipball/c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8",
  611. "reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8",
  612. "shasum": ""
  613. },
  614. "require": {
  615. "doctrine/cache": "^1.0",
  616. "doctrine/event-manager": "^1.0",
  617. "ext-pdo": "*",
  618. "php": "^7.2"
  619. },
  620. "require-dev": {
  621. "doctrine/coding-standard": "^6.0",
  622. "jetbrains/phpstorm-stubs": "^2019.1",
  623. "phpstan/phpstan": "^0.11.3",
  624. "phpunit/phpunit": "^8.4.1",
  625. "symfony/console": "^2.0.5|^3.0|^4.0|^5.0"
  626. },
  627. "suggest": {
  628. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  629. },
  630. "bin": [
  631. "bin/doctrine-dbal"
  632. ],
  633. "type": "library",
  634. "extra": {
  635. "branch-alias": {
  636. "dev-master": "2.10.x-dev",
  637. "dev-develop": "3.0.x-dev"
  638. }
  639. },
  640. "autoload": {
  641. "psr-4": {
  642. "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
  643. }
  644. },
  645. "notification-url": "https://packagist.org/downloads/",
  646. "license": [
  647. "MIT"
  648. ],
  649. "authors": [
  650. {
  651. "name": "Guilherme Blanco",
  652. "email": "guilhermeblanco@gmail.com"
  653. },
  654. {
  655. "name": "Roman Borschel",
  656. "email": "roman@code-factory.org"
  657. },
  658. {
  659. "name": "Benjamin Eberlei",
  660. "email": "kontakt@beberlei.de"
  661. },
  662. {
  663. "name": "Jonathan Wage",
  664. "email": "jonwage@gmail.com"
  665. }
  666. ],
  667. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  668. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  669. "keywords": [
  670. "abstraction",
  671. "database",
  672. "db2",
  673. "dbal",
  674. "mariadb",
  675. "mssql",
  676. "mysql",
  677. "oci8",
  678. "oracle",
  679. "pdo",
  680. "pgsql",
  681. "postgresql",
  682. "queryobject",
  683. "sasql",
  684. "sql",
  685. "sqlanywhere",
  686. "sqlite",
  687. "sqlserver",
  688. "sqlsrv"
  689. ],
  690. "time": "2020-01-04T12:56:21+00:00"
  691. },
  692. {
  693. "name": "doctrine/doctrine-bundle",
  694. "version": "2.0.7",
  695. "source": {
  696. "type": "git",
  697. "url": "https://github.com/doctrine/DoctrineBundle.git",
  698. "reference": "6926771140ee87a823c3b2c72602de9dda4490d3"
  699. },
  700. "dist": {
  701. "type": "zip",
  702. "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/6926771140ee87a823c3b2c72602de9dda4490d3",
  703. "reference": "6926771140ee87a823c3b2c72602de9dda4490d3",
  704. "shasum": ""
  705. },
  706. "require": {
  707. "doctrine/dbal": "^2.9.0",
  708. "doctrine/persistence": "^1.3.3",
  709. "jdorn/sql-formatter": "^1.2.16",
  710. "php": "^7.1",
  711. "symfony/cache": "^4.3.3|^5.0",
  712. "symfony/config": "^4.3.3|^5.0",
  713. "symfony/console": "^3.4.30|^4.3.3|^5.0",
  714. "symfony/dependency-injection": "^4.3.3|^5.0",
  715. "symfony/doctrine-bridge": "^4.3.7|^5.0",
  716. "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0",
  717. "symfony/service-contracts": "^1.1.1|^2.0"
  718. },
  719. "conflict": {
  720. "doctrine/orm": "<2.6",
  721. "twig/twig": "<1.34|>=2.0,<2.4"
  722. },
  723. "require-dev": {
  724. "doctrine/coding-standard": "^6.0",
  725. "doctrine/orm": "^2.6",
  726. "ocramius/proxy-manager": "^2.1",
  727. "phpunit/phpunit": "^7.5",
  728. "symfony/phpunit-bridge": "^4.2",
  729. "symfony/property-info": "^4.3.3|^5.0",
  730. "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0",
  731. "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0",
  732. "symfony/validator": "^3.4.30|^4.3.3|^5.0",
  733. "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0",
  734. "symfony/yaml": "^3.4.30|^4.3.3|^5.0",
  735. "twig/twig": "^1.34|^2.12"
  736. },
  737. "suggest": {
  738. "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
  739. "symfony/web-profiler-bundle": "To use the data collector."
  740. },
  741. "type": "symfony-bundle",
  742. "extra": {
  743. "branch-alias": {
  744. "dev-master": "2.0.x-dev"
  745. }
  746. },
  747. "autoload": {
  748. "psr-4": {
  749. "Doctrine\\Bundle\\DoctrineBundle\\": ""
  750. }
  751. },
  752. "notification-url": "https://packagist.org/downloads/",
  753. "license": [
  754. "MIT"
  755. ],
  756. "authors": [
  757. {
  758. "name": "Fabien Potencier",
  759. "email": "fabien@symfony.com"
  760. },
  761. {
  762. "name": "Benjamin Eberlei",
  763. "email": "kontakt@beberlei.de"
  764. },
  765. {
  766. "name": "Symfony Community",
  767. "homepage": "http://symfony.com/contributors"
  768. },
  769. {
  770. "name": "Doctrine Project",
  771. "homepage": "http://www.doctrine-project.org/"
  772. }
  773. ],
  774. "description": "Symfony DoctrineBundle",
  775. "homepage": "http://www.doctrine-project.org",
  776. "keywords": [
  777. "database",
  778. "dbal",
  779. "orm",
  780. "persistence"
  781. ],
  782. "time": "2020-01-18T11:56:15+00:00"
  783. },
  784. {
  785. "name": "doctrine/doctrine-fixtures-bundle",
  786. "version": "3.3.0",
  787. "source": {
  788. "type": "git",
  789. "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
  790. "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70"
  791. },
  792. "dist": {
  793. "type": "zip",
  794. "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
  795. "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
  796. "shasum": ""
  797. },
  798. "require": {
  799. "doctrine/data-fixtures": "^1.3",
  800. "doctrine/doctrine-bundle": "^1.11|^2.0",
  801. "doctrine/orm": "^2.6.0",
  802. "php": "^7.1",
  803. "symfony/config": "^3.4|^4.3|^5.0",
  804. "symfony/console": "^3.4|^4.3|^5.0",
  805. "symfony/dependency-injection": "^3.4|^4.3|^5.0",
  806. "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
  807. "symfony/http-kernel": "^3.4|^4.3|^5.0"
  808. },
  809. "require-dev": {
  810. "doctrine/coding-standard": "^6.0",
  811. "phpunit/phpunit": "^7.4",
  812. "symfony/phpunit-bridge": "^4.1|^5.0"
  813. },
  814. "type": "symfony-bundle",
  815. "extra": {
  816. "branch-alias": {
  817. "dev-master": "3.3.x-dev"
  818. }
  819. },
  820. "autoload": {
  821. "psr-4": {
  822. "Doctrine\\Bundle\\FixturesBundle\\": ""
  823. }
  824. },
  825. "notification-url": "https://packagist.org/downloads/",
  826. "license": [
  827. "MIT"
  828. ],
  829. "authors": [
  830. {
  831. "name": "Fabien Potencier",
  832. "email": "fabien@symfony.com"
  833. },
  834. {
  835. "name": "Doctrine Project",
  836. "homepage": "http://www.doctrine-project.org"
  837. },
  838. {
  839. "name": "Symfony Community",
  840. "homepage": "http://symfony.com/contributors"
  841. }
  842. ],
  843. "description": "Symfony DoctrineFixturesBundle",
  844. "homepage": "http://www.doctrine-project.org",
  845. "keywords": [
  846. "Fixture",
  847. "persistence"
  848. ],
  849. "time": "2019-11-13T15:46:58+00:00"
  850. },
  851. {
  852. "name": "doctrine/doctrine-migrations-bundle",
  853. "version": "2.1.2",
  854. "source": {
  855. "type": "git",
  856. "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
  857. "reference": "856437e8de96a70233e1f0cc2352fc8dd15a899d"
  858. },
  859. "dist": {
  860. "type": "zip",
  861. "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/856437e8de96a70233e1f0cc2352fc8dd15a899d",
  862. "reference": "856437e8de96a70233e1f0cc2352fc8dd15a899d",
  863. "shasum": ""
  864. },
  865. "require": {
  866. "doctrine/doctrine-bundle": "~1.0|~2.0",
  867. "doctrine/migrations": "^2.2",
  868. "php": "^7.1",
  869. "symfony/framework-bundle": "~3.4|~4.0|~5.0"
  870. },
  871. "require-dev": {
  872. "doctrine/coding-standard": "^5.0",
  873. "mikey179/vfsstream": "^1.6",
  874. "phpstan/phpstan": "^0.9.2",
  875. "phpstan/phpstan-strict-rules": "^0.9",
  876. "phpunit/phpunit": "^6.4|^7.0"
  877. },
  878. "type": "symfony-bundle",
  879. "extra": {
  880. "branch-alias": {
  881. "dev-master": "2.1.x-dev"
  882. }
  883. },
  884. "autoload": {
  885. "psr-4": {
  886. "Doctrine\\Bundle\\MigrationsBundle\\": ""
  887. },
  888. "exclude-from-classmap": [
  889. "/Tests/"
  890. ]
  891. },
  892. "notification-url": "https://packagist.org/downloads/",
  893. "license": [
  894. "MIT"
  895. ],
  896. "authors": [
  897. {
  898. "name": "Fabien Potencier",
  899. "email": "fabien@symfony.com"
  900. },
  901. {
  902. "name": "Doctrine Project",
  903. "homepage": "http://www.doctrine-project.org"
  904. },
  905. {
  906. "name": "Symfony Community",
  907. "homepage": "http://symfony.com/contributors"
  908. }
  909. ],
  910. "description": "Symfony DoctrineMigrationsBundle",
  911. "homepage": "https://www.doctrine-project.org",
  912. "keywords": [
  913. "dbal",
  914. "migrations",
  915. "schema"
  916. ],
  917. "time": "2019-11-13T12:57:41+00:00"
  918. },
  919. {
  920. "name": "doctrine/event-manager",
  921. "version": "1.1.0",
  922. "source": {
  923. "type": "git",
  924. "url": "https://github.com/doctrine/event-manager.git",
  925. "reference": "629572819973f13486371cb611386eb17851e85c"
  926. },
  927. "dist": {
  928. "type": "zip",
  929. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
  930. "reference": "629572819973f13486371cb611386eb17851e85c",
  931. "shasum": ""
  932. },
  933. "require": {
  934. "php": "^7.1"
  935. },
  936. "conflict": {
  937. "doctrine/common": "<2.9@dev"
  938. },
  939. "require-dev": {
  940. "doctrine/coding-standard": "^6.0",
  941. "phpunit/phpunit": "^7.0"
  942. },
  943. "type": "library",
  944. "extra": {
  945. "branch-alias": {
  946. "dev-master": "1.0.x-dev"
  947. }
  948. },
  949. "autoload": {
  950. "psr-4": {
  951. "Doctrine\\Common\\": "lib/Doctrine/Common"
  952. }
  953. },
  954. "notification-url": "https://packagist.org/downloads/",
  955. "license": [
  956. "MIT"
  957. ],
  958. "authors": [
  959. {
  960. "name": "Guilherme Blanco",
  961. "email": "guilhermeblanco@gmail.com"
  962. },
  963. {
  964. "name": "Roman Borschel",
  965. "email": "roman@code-factory.org"
  966. },
  967. {
  968. "name": "Benjamin Eberlei",
  969. "email": "kontakt@beberlei.de"
  970. },
  971. {
  972. "name": "Jonathan Wage",
  973. "email": "jonwage@gmail.com"
  974. },
  975. {
  976. "name": "Johannes Schmitt",
  977. "email": "schmittjoh@gmail.com"
  978. },
  979. {
  980. "name": "Marco Pivetta",
  981. "email": "ocramius@gmail.com"
  982. }
  983. ],
  984. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  985. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  986. "keywords": [
  987. "event",
  988. "event dispatcher",
  989. "event manager",
  990. "event system",
  991. "events"
  992. ],
  993. "time": "2019-11-10T09:48:07+00:00"
  994. },
  995. {
  996. "name": "doctrine/inflector",
  997. "version": "1.4.3",
  998. "source": {
  999. "type": "git",
  1000. "url": "https://github.com/doctrine/inflector.git",
  1001. "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c"
  1002. },
  1003. "dist": {
  1004. "type": "zip",
  1005. "url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c",
  1006. "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c",
  1007. "shasum": ""
  1008. },
  1009. "require": {
  1010. "php": "^7.2 || ^8.0"
  1011. },
  1012. "require-dev": {
  1013. "doctrine/coding-standard": "^7.0",
  1014. "phpstan/phpstan": "^0.11",
  1015. "phpstan/phpstan-phpunit": "^0.11",
  1016. "phpstan/phpstan-strict-rules": "^0.11",
  1017. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  1018. },
  1019. "type": "library",
  1020. "extra": {
  1021. "branch-alias": {
  1022. "dev-master": "2.0.x-dev"
  1023. }
  1024. },
  1025. "autoload": {
  1026. "psr-4": {
  1027. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
  1028. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  1029. }
  1030. },
  1031. "notification-url": "https://packagist.org/downloads/",
  1032. "license": [
  1033. "MIT"
  1034. ],
  1035. "authors": [
  1036. {
  1037. "name": "Guilherme Blanco",
  1038. "email": "guilhermeblanco@gmail.com"
  1039. },
  1040. {
  1041. "name": "Roman Borschel",
  1042. "email": "roman@code-factory.org"
  1043. },
  1044. {
  1045. "name": "Benjamin Eberlei",
  1046. "email": "kontakt@beberlei.de"
  1047. },
  1048. {
  1049. "name": "Jonathan Wage",
  1050. "email": "jonwage@gmail.com"
  1051. },
  1052. {
  1053. "name": "Johannes Schmitt",
  1054. "email": "schmittjoh@gmail.com"
  1055. }
  1056. ],
  1057. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  1058. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  1059. "keywords": [
  1060. "inflection",
  1061. "inflector",
  1062. "lowercase",
  1063. "manipulation",
  1064. "php",
  1065. "plural",
  1066. "singular",
  1067. "strings",
  1068. "uppercase",
  1069. "words"
  1070. ],
  1071. "time": "2020-05-29T07:19:59+00:00"
  1072. },
  1073. {
  1074. "name": "doctrine/instantiator",
  1075. "version": "1.3.0",
  1076. "source": {
  1077. "type": "git",
  1078. "url": "https://github.com/doctrine/instantiator.git",
  1079. "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
  1080. },
  1081. "dist": {
  1082. "type": "zip",
  1083. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
  1084. "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
  1085. "shasum": ""
  1086. },
  1087. "require": {
  1088. "php": "^7.1"
  1089. },
  1090. "require-dev": {
  1091. "doctrine/coding-standard": "^6.0",
  1092. "ext-pdo": "*",
  1093. "ext-phar": "*",
  1094. "phpbench/phpbench": "^0.13",
  1095. "phpstan/phpstan-phpunit": "^0.11",
  1096. "phpstan/phpstan-shim": "^0.11",
  1097. "phpunit/phpunit": "^7.0"
  1098. },
  1099. "type": "library",
  1100. "extra": {
  1101. "branch-alias": {
  1102. "dev-master": "1.2.x-dev"
  1103. }
  1104. },
  1105. "autoload": {
  1106. "psr-4": {
  1107. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1108. }
  1109. },
  1110. "notification-url": "https://packagist.org/downloads/",
  1111. "license": [
  1112. "MIT"
  1113. ],
  1114. "authors": [
  1115. {
  1116. "name": "Marco Pivetta",
  1117. "email": "ocramius@gmail.com",
  1118. "homepage": "http://ocramius.github.com/"
  1119. }
  1120. ],
  1121. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1122. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  1123. "keywords": [
  1124. "constructor",
  1125. "instantiate"
  1126. ],
  1127. "time": "2019-10-21T16:45:58+00:00"
  1128. },
  1129. {
  1130. "name": "doctrine/lexer",
  1131. "version": "1.2.1",
  1132. "source": {
  1133. "type": "git",
  1134. "url": "https://github.com/doctrine/lexer.git",
  1135. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
  1136. },
  1137. "dist": {
  1138. "type": "zip",
  1139. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
  1140. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
  1141. "shasum": ""
  1142. },
  1143. "require": {
  1144. "php": "^7.2 || ^8.0"
  1145. },
  1146. "require-dev": {
  1147. "doctrine/coding-standard": "^6.0",
  1148. "phpstan/phpstan": "^0.11.8",
  1149. "phpunit/phpunit": "^8.2"
  1150. },
  1151. "type": "library",
  1152. "extra": {
  1153. "branch-alias": {
  1154. "dev-master": "1.2.x-dev"
  1155. }
  1156. },
  1157. "autoload": {
  1158. "psr-4": {
  1159. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  1160. }
  1161. },
  1162. "notification-url": "https://packagist.org/downloads/",
  1163. "license": [
  1164. "MIT"
  1165. ],
  1166. "authors": [
  1167. {
  1168. "name": "Guilherme Blanco",
  1169. "email": "guilhermeblanco@gmail.com"
  1170. },
  1171. {
  1172. "name": "Roman Borschel",
  1173. "email": "roman@code-factory.org"
  1174. },
  1175. {
  1176. "name": "Johannes Schmitt",
  1177. "email": "schmittjoh@gmail.com"
  1178. }
  1179. ],
  1180. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  1181. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  1182. "keywords": [
  1183. "annotations",
  1184. "docblock",
  1185. "lexer",
  1186. "parser",
  1187. "php"
  1188. ],
  1189. "time": "2020-05-25T17:44:05+00:00"
  1190. },
  1191. {
  1192. "name": "doctrine/migrations",
  1193. "version": "2.2.1",
  1194. "source": {
  1195. "type": "git",
  1196. "url": "https://github.com/doctrine/migrations.git",
  1197. "reference": "a3987131febeb0e9acb3c47ab0df0af004588934"
  1198. },
  1199. "dist": {
  1200. "type": "zip",
  1201. "url": "https://api.github.com/repos/doctrine/migrations/zipball/a3987131febeb0e9acb3c47ab0df0af004588934",
  1202. "reference": "a3987131febeb0e9acb3c47ab0df0af004588934",
  1203. "shasum": ""
  1204. },
  1205. "require": {
  1206. "doctrine/dbal": "^2.9",
  1207. "ocramius/package-versions": "^1.3",
  1208. "ocramius/proxy-manager": "^2.0.2",
  1209. "php": "^7.1",
  1210. "symfony/console": "^3.4||^4.0||^5.0",
  1211. "symfony/stopwatch": "^3.4||^4.0||^5.0"
  1212. },
  1213. "require-dev": {
  1214. "doctrine/coding-standard": "^6.0",
  1215. "doctrine/orm": "^2.6",
  1216. "ext-pdo_sqlite": "*",
  1217. "jdorn/sql-formatter": "^1.1",
  1218. "mikey179/vfsstream": "^1.6",
  1219. "phpstan/phpstan": "^0.10",
  1220. "phpstan/phpstan-deprecation-rules": "^0.10",
  1221. "phpstan/phpstan-phpunit": "^0.10",
  1222. "phpstan/phpstan-strict-rules": "^0.10",
  1223. "phpunit/phpunit": "^7.0",
  1224. "symfony/process": "^3.4||^4.0||^5.0",
  1225. "symfony/yaml": "^3.4||^4.0||^5.0"
  1226. },
  1227. "suggest": {
  1228. "jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
  1229. "symfony/yaml": "Allows the use of yaml for migration configuration files."
  1230. },
  1231. "bin": [
  1232. "bin/doctrine-migrations"
  1233. ],
  1234. "type": "library",
  1235. "extra": {
  1236. "branch-alias": {
  1237. "dev-master": "2.2.x-dev"
  1238. }
  1239. },
  1240. "autoload": {
  1241. "psr-4": {
  1242. "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
  1243. }
  1244. },
  1245. "notification-url": "https://packagist.org/downloads/",
  1246. "license": [
  1247. "MIT"
  1248. ],
  1249. "authors": [
  1250. {
  1251. "name": "Benjamin Eberlei",
  1252. "email": "kontakt@beberlei.de"
  1253. },
  1254. {
  1255. "name": "Jonathan Wage",
  1256. "email": "jonwage@gmail.com"
  1257. },
  1258. {
  1259. "name": "Michael Simonson",
  1260. "email": "contact@mikesimonson.com"
  1261. }
  1262. ],
  1263. "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.",
  1264. "homepage": "https://www.doctrine-project.org/projects/migrations.html",
  1265. "keywords": [
  1266. "database",
  1267. "dbal",
  1268. "migrations",
  1269. "php"
  1270. ],
  1271. "time": "2019-12-04T06:09:14+00:00"
  1272. },
  1273. {
  1274. "name": "doctrine/orm",
  1275. "version": "v2.7.1",
  1276. "source": {
  1277. "type": "git",
  1278. "url": "https://github.com/doctrine/orm.git",
  1279. "reference": "445796af0e873d9bd04f2502d322a7d5009b6846"
  1280. },
  1281. "dist": {
  1282. "type": "zip",
  1283. "url": "https://api.github.com/repos/doctrine/orm/zipball/445796af0e873d9bd04f2502d322a7d5009b6846",
  1284. "reference": "445796af0e873d9bd04f2502d322a7d5009b6846",
  1285. "shasum": ""
  1286. },
  1287. "require": {
  1288. "doctrine/annotations": "^1.8",
  1289. "doctrine/cache": "^1.9.1",
  1290. "doctrine/collections": "^1.5",
  1291. "doctrine/common": "^2.11",
  1292. "doctrine/dbal": "^2.9.3",
  1293. "doctrine/event-manager": "^1.1",
  1294. "doctrine/instantiator": "^1.3",
  1295. "doctrine/persistence": "^1.2",
  1296. "ext-pdo": "*",
  1297. "ocramius/package-versions": "^1.2",
  1298. "php": "^7.1",
  1299. "symfony/console": "^3.0|^4.0|^5.0"
  1300. },
  1301. "require-dev": {
  1302. "doctrine/coding-standard": "^5.0",
  1303. "phpunit/phpunit": "^7.5",
  1304. "symfony/yaml": "^3.4|^4.0|^5.0"
  1305. },
  1306. "suggest": {
  1307. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  1308. },
  1309. "bin": [
  1310. "bin/doctrine"
  1311. ],
  1312. "type": "library",
  1313. "extra": {
  1314. "branch-alias": {
  1315. "dev-master": "2.7.x-dev"
  1316. }
  1317. },
  1318. "autoload": {
  1319. "psr-4": {
  1320. "Doctrine\\ORM\\": "lib/Doctrine/ORM"
  1321. }
  1322. },
  1323. "notification-url": "https://packagist.org/downloads/",
  1324. "license": [
  1325. "MIT"
  1326. ],
  1327. "authors": [
  1328. {
  1329. "name": "Guilherme Blanco",
  1330. "email": "guilhermeblanco@gmail.com"
  1331. },
  1332. {
  1333. "name": "Roman Borschel",
  1334. "email": "roman@code-factory.org"
  1335. },
  1336. {
  1337. "name": "Benjamin Eberlei",
  1338. "email": "kontakt@beberlei.de"
  1339. },
  1340. {
  1341. "name": "Jonathan Wage",
  1342. "email": "jonwage@gmail.com"
  1343. },
  1344. {
  1345. "name": "Marco Pivetta",
  1346. "email": "ocramius@gmail.com"
  1347. }
  1348. ],
  1349. "description": "Object-Relational-Mapper for PHP",
  1350. "homepage": "https://www.doctrine-project.org/projects/orm.html",
  1351. "keywords": [
  1352. "database",
  1353. "orm"
  1354. ],
  1355. "time": "2020-02-15T14:35:56+00:00"
  1356. },
  1357. {
  1358. "name": "doctrine/persistence",
  1359. "version": "1.3.6",
  1360. "source": {
  1361. "type": "git",
  1362. "url": "https://github.com/doctrine/persistence.git",
  1363. "reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4"
  1364. },
  1365. "dist": {
  1366. "type": "zip",
  1367. "url": "https://api.github.com/repos/doctrine/persistence/zipball/5dd3ac5eebef2d0b074daa4440bb18f93132dee4",
  1368. "reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4",
  1369. "shasum": ""
  1370. },
  1371. "require": {
  1372. "doctrine/annotations": "^1.0",
  1373. "doctrine/cache": "^1.0",
  1374. "doctrine/collections": "^1.0",
  1375. "doctrine/event-manager": "^1.0",
  1376. "doctrine/reflection": "^1.1",
  1377. "php": "^7.1"
  1378. },
  1379. "conflict": {
  1380. "doctrine/common": "<2.10@dev"
  1381. },
  1382. "require-dev": {
  1383. "doctrine/coding-standard": "^6.0",
  1384. "phpstan/phpstan": "^0.11",
  1385. "phpunit/phpunit": "^7.0"
  1386. },
  1387. "type": "library",
  1388. "extra": {
  1389. "branch-alias": {
  1390. "dev-master": "1.3.x-dev"
  1391. }
  1392. },
  1393. "autoload": {
  1394. "psr-4": {
  1395. "Doctrine\\Common\\": "lib/Doctrine/Common",
  1396. "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
  1397. }
  1398. },
  1399. "notification-url": "https://packagist.org/downloads/",
  1400. "license": [
  1401. "MIT"
  1402. ],
  1403. "authors": [
  1404. {
  1405. "name": "Guilherme Blanco",
  1406. "email": "guilhermeblanco@gmail.com"
  1407. },
  1408. {
  1409. "name": "Roman Borschel",
  1410. "email": "roman@code-factory.org"
  1411. },
  1412. {
  1413. "name": "Benjamin Eberlei",
  1414. "email": "kontakt@beberlei.de"
  1415. },
  1416. {
  1417. "name": "Jonathan Wage",
  1418. "email": "jonwage@gmail.com"
  1419. },
  1420. {
  1421. "name": "Johannes Schmitt",
  1422. "email": "schmittjoh@gmail.com"
  1423. },
  1424. {
  1425. "name": "Marco Pivetta",
  1426. "email": "ocramius@gmail.com"
  1427. }
  1428. ],
  1429. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  1430. "homepage": "https://doctrine-project.org/projects/persistence.html",
  1431. "keywords": [
  1432. "mapper",
  1433. "object",
  1434. "odm",
  1435. "orm",
  1436. "persistence"
  1437. ],
  1438. "time": "2020-01-16T22:06:23+00:00"
  1439. },
  1440. {
  1441. "name": "doctrine/reflection",
  1442. "version": "v1.1.0",
  1443. "source": {
  1444. "type": "git",
  1445. "url": "https://github.com/doctrine/reflection.git",
  1446. "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c"
  1447. },
  1448. "dist": {
  1449. "type": "zip",
  1450. "url": "https://api.github.com/repos/doctrine/reflection/zipball/bc420ead87fdfe08c03ecc3549db603a45b06d4c",
  1451. "reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c",
  1452. "shasum": ""
  1453. },
  1454. "require": {
  1455. "doctrine/annotations": "^1.0",
  1456. "ext-tokenizer": "*",
  1457. "php": "^7.1"
  1458. },
  1459. "conflict": {
  1460. "doctrine/common": "<2.9"
  1461. },
  1462. "require-dev": {
  1463. "doctrine/coding-standard": "^5.0",
  1464. "doctrine/common": "^2.10",
  1465. "phpstan/phpstan": "^0.11.0",
  1466. "phpstan/phpstan-phpunit": "^0.11.0",
  1467. "phpunit/phpunit": "^7.0"
  1468. },
  1469. "type": "library",
  1470. "extra": {
  1471. "branch-alias": {
  1472. "dev-master": "1.0.x-dev"
  1473. }
  1474. },
  1475. "autoload": {
  1476. "psr-4": {
  1477. "Doctrine\\Common\\": "lib/Doctrine/Common"
  1478. }
  1479. },
  1480. "notification-url": "https://packagist.org/downloads/",
  1481. "license": [
  1482. "MIT"
  1483. ],
  1484. "authors": [
  1485. {
  1486. "name": "Guilherme Blanco",
  1487. "email": "guilhermeblanco@gmail.com"
  1488. },
  1489. {
  1490. "name": "Roman Borschel",
  1491. "email": "roman@code-factory.org"
  1492. },
  1493. {
  1494. "name": "Benjamin Eberlei",
  1495. "email": "kontakt@beberlei.de"
  1496. },
  1497. {
  1498. "name": "Jonathan Wage",
  1499. "email": "jonwage@gmail.com"
  1500. },
  1501. {
  1502. "name": "Johannes Schmitt",
  1503. "email": "schmittjoh@gmail.com"
  1504. },
  1505. {
  1506. "name": "Marco Pivetta",
  1507. "email": "ocramius@gmail.com"
  1508. }
  1509. ],
  1510. "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.",
  1511. "homepage": "https://www.doctrine-project.org/projects/reflection.html",
  1512. "keywords": [
  1513. "reflection",
  1514. "static"
  1515. ],
  1516. "time": "2020-01-08T19:53:19+00:00"
  1517. },
  1518. {
  1519. "name": "egulias/email-validator",
  1520. "version": "2.1.17",
  1521. "source": {
  1522. "type": "git",
  1523. "url": "https://github.com/egulias/EmailValidator.git",
  1524. "reference": "ade6887fd9bd74177769645ab5c474824f8a418a"
  1525. },
  1526. "dist": {
  1527. "type": "zip",
  1528. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ade6887fd9bd74177769645ab5c474824f8a418a",
  1529. "reference": "ade6887fd9bd74177769645ab5c474824f8a418a",
  1530. "shasum": ""
  1531. },
  1532. "require": {
  1533. "doctrine/lexer": "^1.0.1",
  1534. "php": ">=5.5",
  1535. "symfony/polyfill-intl-idn": "^1.10"
  1536. },
  1537. "require-dev": {
  1538. "dominicsayers/isemail": "^3.0.7",
  1539. "phpunit/phpunit": "^4.8.36|^7.5.15",
  1540. "satooshi/php-coveralls": "^1.0.1"
  1541. },
  1542. "suggest": {
  1543. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  1544. },
  1545. "type": "library",
  1546. "extra": {
  1547. "branch-alias": {
  1548. "dev-master": "2.1.x-dev"
  1549. }
  1550. },
  1551. "autoload": {
  1552. "psr-4": {
  1553. "Egulias\\EmailValidator\\": "EmailValidator"
  1554. }
  1555. },
  1556. "notification-url": "https://packagist.org/downloads/",
  1557. "license": [
  1558. "MIT"
  1559. ],
  1560. "authors": [
  1561. {
  1562. "name": "Eduardo Gulias Davis"
  1563. }
  1564. ],
  1565. "description": "A library for validating emails against several RFCs",
  1566. "homepage": "https://github.com/egulias/EmailValidator",
  1567. "keywords": [
  1568. "email",
  1569. "emailvalidation",
  1570. "emailvalidator",
  1571. "validation",
  1572. "validator"
  1573. ],
  1574. "time": "2020-02-13T22:36:52+00:00"
  1575. },
  1576. {
  1577. "name": "friendsofsymfony/ckeditor-bundle",
  1578. "version": "1.2.0",
  1579. "source": {
  1580. "type": "git",
  1581. "url": "https://github.com/FriendsOfSymfony/FOSCKEditorBundle.git",
  1582. "reference": "7d428b16154a7136e1dd4c11062573afa1bfb3df"
  1583. },
  1584. "dist": {
  1585. "type": "zip",
  1586. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSCKEditorBundle/zipball/7d428b16154a7136e1dd4c11062573afa1bfb3df",
  1587. "reference": "7d428b16154a7136e1dd4c11062573afa1bfb3df",
  1588. "shasum": ""
  1589. },
  1590. "require": {
  1591. "ext-zip": "*",
  1592. "php": "^5.6 || ^7.0",
  1593. "symfony/asset": "^2.7 || ^3.0 || ^4.0",
  1594. "symfony/config": "^2.7 || ^3.0 || ^4.0",
  1595. "symfony/dependency-injection": "^2.7 || ^3.0 || ^4.0",
  1596. "symfony/expression-language": "^2.7 || ^3.0 || ^4.0",
  1597. "symfony/form": "^2.7 || ^3.0 || ^4.0",
  1598. "symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0",
  1599. "symfony/http-foundation": "^2.7 || ^3.0 || ^4.0",
  1600. "symfony/http-kernel": "^2.7 || ^3.0 || ^4.0",
  1601. "symfony/options-resolver": "^2.7 || ^3.0 || ^4.0",
  1602. "symfony/property-access": "^2.7 || ^3.0 || ^4.0",
  1603. "symfony/routing": "^2.7 || ^3.0 || ^4.0"
  1604. },
  1605. "conflict": {
  1606. "sebastian/environment": "<1.3.4",
  1607. "sebastian/exporter": "<2.0.0"
  1608. },
  1609. "require-dev": {
  1610. "composer/composer": "^1.0",
  1611. "friendsofphp/php-cs-fixer": "^2.0",
  1612. "matthiasnoback/symfony-dependency-injection-test": "^1.0 || ^2.0",
  1613. "phpunit/phpunit": "^5.0 || ^6.0",
  1614. "sensio/distribution-bundle": "^3.0.12 || ^4.0 || ^5.0",
  1615. "symfony/console": "^2.7 || ^3.0 || ^4.0",
  1616. "symfony/phpunit-bridge": "^4.0",
  1617. "symfony/templating": "^2.7 || ^3.0 || ^4.0",
  1618. "symfony/twig-bridge": "^2.7 || ^3.0 || ^4.0",
  1619. "symfony/yaml": "^2.7 || ^3.0 || ^4.0",
  1620. "twig/twig": "^1.34 || ^2.0"
  1621. },
  1622. "suggest": {
  1623. "egeloen/form-extra-bundle": "Allows to load CKEditor asynchronously"
  1624. },
  1625. "type": "symfony-bundle",
  1626. "extra": {
  1627. "branch-alias": {
  1628. "dev-master": "1.x-dev"
  1629. }
  1630. },
  1631. "autoload": {
  1632. "psr-4": {
  1633. "FOS\\CKEditorBundle\\": "src/"
  1634. }
  1635. },
  1636. "notification-url": "https://packagist.org/downloads/",
  1637. "license": [
  1638. "MIT"
  1639. ],
  1640. "authors": [
  1641. {
  1642. "name": "Eric GELOEN",
  1643. "email": "geloen.eric@gmail.com"
  1644. },
  1645. {
  1646. "name": "FriendsOfSymfony Community",
  1647. "homepage": "https://github.com/FriendsOfSymfony/FOSCKEditorBundle/graphs/contributors"
  1648. }
  1649. ],
  1650. "description": "Provides a CKEditor integration for your Symfony project.",
  1651. "keywords": [
  1652. "CKEditor"
  1653. ],
  1654. "time": "2018-10-03T20:51:58+00:00"
  1655. },
  1656. {
  1657. "name": "friendsofsymfony/rest-bundle",
  1658. "version": "2.7.2",
  1659. "source": {
  1660. "type": "git",
  1661. "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
  1662. "reference": "22fbbc35a2964564bfde765007655174262315c9"
  1663. },
  1664. "dist": {
  1665. "type": "zip",
  1666. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/22fbbc35a2964564bfde765007655174262315c9",
  1667. "reference": "22fbbc35a2964564bfde765007655174262315c9",
  1668. "shasum": ""
  1669. },
  1670. "require": {
  1671. "doctrine/inflector": "^1.0",
  1672. "php": "^7.1",
  1673. "psr/log": "^1.0",
  1674. "symfony/config": "^3.4|^4.3",
  1675. "symfony/debug": "^3.4|^4.3",
  1676. "symfony/dependency-injection": "^3.4|^4.3",
  1677. "symfony/event-dispatcher": "^3.4|^4.3",
  1678. "symfony/finder": "^3.4|^4.3",
  1679. "symfony/framework-bundle": "^3.4|^4.3",
  1680. "symfony/http-foundation": "^3.4|^4.3",
  1681. "symfony/http-kernel": "^3.4|^4.3",
  1682. "symfony/routing": "^3.4|^4.3",
  1683. "symfony/security-core": "^3.4|^4.3",
  1684. "willdurand/jsonp-callback-validator": "^1.0",
  1685. "willdurand/negotiation": "^2.0"
  1686. },
  1687. "conflict": {
  1688. "jms/serializer": "<1.13.0",
  1689. "jms/serializer-bundle": "<2.0.0",
  1690. "sensio/framework-extra-bundle": "<3.0.13"
  1691. },
  1692. "require-dev": {
  1693. "friendsofphp/php-cs-fixer": "^2.0",
  1694. "jms/serializer": "^1.13|^2.0|^3.0",
  1695. "jms/serializer-bundle": "^2.3.1|^3.0",
  1696. "phpoption/phpoption": "^1.1",
  1697. "psr/http-message": "^1.0",
  1698. "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0",
  1699. "symfony/asset": "^3.4|^4.3",
  1700. "symfony/browser-kit": "^3.4|^4.3",
  1701. "symfony/css-selector": "^3.4|^4.3",
  1702. "symfony/expression-language": "^3.4|^4.3",
  1703. "symfony/form": "^3.4|^4.3",
  1704. "symfony/phpunit-bridge": "^4.1.8",
  1705. "symfony/security-bundle": "^3.4|^4.3",
  1706. "symfony/serializer": "^3.4|^4.3",
  1707. "symfony/templating": "^3.4|^4.3",
  1708. "symfony/twig-bundle": "^3.4|^4.3",
  1709. "symfony/validator": "^3.4|^4.3",
  1710. "symfony/web-profiler-bundle": "^3.4|^4.3",
  1711. "symfony/yaml": "^3.4|^4.3"
  1712. },
  1713. "suggest": {
  1714. "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0",
  1715. "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0",
  1716. "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0",
  1717. "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0",
  1718. "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0"
  1719. },
  1720. "type": "symfony-bundle",
  1721. "extra": {
  1722. "branch-alias": {
  1723. "dev-master": "2.7-dev"
  1724. }
  1725. },
  1726. "autoload": {
  1727. "psr-4": {
  1728. "FOS\\RestBundle\\": ""
  1729. },
  1730. "exclude-from-classmap": [
  1731. "Tests/"
  1732. ]
  1733. },
  1734. "notification-url": "https://packagist.org/downloads/",
  1735. "license": [
  1736. "MIT"
  1737. ],
  1738. "authors": [
  1739. {
  1740. "name": "Lukas Kahwe Smith",
  1741. "email": "smith@pooteeweet.org"
  1742. },
  1743. {
  1744. "name": "Konstantin Kudryashov",
  1745. "email": "ever.zet@gmail.com"
  1746. },
  1747. {
  1748. "name": "FriendsOfSymfony Community",
  1749. "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
  1750. }
  1751. ],
  1752. "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony",
  1753. "homepage": "http://friendsofsymfony.github.com",
  1754. "keywords": [
  1755. "rest"
  1756. ],
  1757. "time": "2020-03-04T21:18:53+00:00"
  1758. },
  1759. {
  1760. "name": "friendsofsymfony/user-bundle",
  1761. "version": "v2.1.2",
  1762. "source": {
  1763. "type": "git",
  1764. "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
  1765. "reference": "1049935edd24ec305cc6cfde1875372fa9600446"
  1766. },
  1767. "dist": {
  1768. "type": "zip",
  1769. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/1049935edd24ec305cc6cfde1875372fa9600446",
  1770. "reference": "1049935edd24ec305cc6cfde1875372fa9600446",
  1771. "shasum": ""
  1772. },
  1773. "require": {
  1774. "paragonie/random_compat": "^1 || ^2",
  1775. "php": "^5.5.9 || ^7.0",
  1776. "symfony/form": "^2.8 || ^3.0 || ^4.0",
  1777. "symfony/framework-bundle": "^2.8 || ^3.0 || ^4.0",
  1778. "symfony/security-bundle": "^2.8 || ^3.0 || ^4.0",
  1779. "symfony/templating": "^2.8 || ^3.0 || ^4.0",
  1780. "symfony/twig-bundle": "^2.8 || ^3.0 || ^4.0",
  1781. "symfony/validator": "^2.8 || ^3.0 || ^4.0",
  1782. "twig/twig": "^1.28 || ^2.0"
  1783. },
  1784. "conflict": {
  1785. "doctrine/doctrine-bundle": "<1.3",
  1786. "symfony/doctrine-bridge": "<2.7"
  1787. },
  1788. "require-dev": {
  1789. "doctrine/doctrine-bundle": "^1.3",
  1790. "friendsofphp/php-cs-fixer": "^2.2",
  1791. "phpunit/phpunit": "^4.8.35|^5.7.11|^6.5",
  1792. "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
  1793. "symfony/console": "^2.8 || ^3.0 || ^4.0",
  1794. "symfony/phpunit-bridge": "^2.8 || ^3.0 || ^4.0",
  1795. "symfony/yaml": "^2.8 || ^3.0 || ^4.0"
  1796. },
  1797. "type": "symfony-bundle",
  1798. "extra": {
  1799. "branch-alias": {
  1800. "dev-master": "2.1.x-dev"
  1801. }
  1802. },
  1803. "autoload": {
  1804. "psr-4": {
  1805. "FOS\\UserBundle\\": ""
  1806. },
  1807. "exclude-from-classmap": [
  1808. "/Tests/"
  1809. ]
  1810. },
  1811. "notification-url": "https://packagist.org/downloads/",
  1812. "license": [
  1813. "MIT"
  1814. ],
  1815. "authors": [
  1816. {
  1817. "name": "Christophe Coevoet",
  1818. "email": "stof@notk.org"
  1819. },
  1820. {
  1821. "name": "FriendsOfSymfony Community",
  1822. "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
  1823. },
  1824. {
  1825. "name": "Thibault Duplessis"
  1826. }
  1827. ],
  1828. "description": "Symfony FOSUserBundle",
  1829. "homepage": "http://friendsofsymfony.github.com",
  1830. "keywords": [
  1831. "User management"
  1832. ],
  1833. "time": "2018-03-08T08:59:27+00:00"
  1834. },
  1835. {
  1836. "name": "gedmo/doctrine-extensions",
  1837. "version": "v2.4.39",
  1838. "source": {
  1839. "type": "git",
  1840. "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
  1841. "reference": "c549b40bff560380c53812283d25ce42ee0992e4"
  1842. },
  1843. "dist": {
  1844. "type": "zip",
  1845. "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/c549b40bff560380c53812283d25ce42ee0992e4",
  1846. "reference": "c549b40bff560380c53812283d25ce42ee0992e4",
  1847. "shasum": ""
  1848. },
  1849. "require": {
  1850. "behat/transliterator": "~1.2",
  1851. "doctrine/common": "~2.4",
  1852. "php": ">=5.3.2"
  1853. },
  1854. "conflict": {
  1855. "doctrine/annotations": "<1.2",
  1856. "doctrine/mongodb-odm": ">=2.0"
  1857. },
  1858. "require-dev": {
  1859. "doctrine/common": ">=2.5.0",
  1860. "doctrine/mongodb-odm": ">=1.0.2 <2.0",
  1861. "doctrine/orm": ">=2.5.0",
  1862. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
  1863. "symfony/yaml": "^2.6 || ^3.0 || ^4.0 || ^5.0"
  1864. },
  1865. "suggest": {
  1866. "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
  1867. "doctrine/orm": "to use the extensions with the ORM"
  1868. },
  1869. "type": "library",
  1870. "extra": {
  1871. "branch-alias": {
  1872. "dev-master": "2.4.x-dev"
  1873. }
  1874. },
  1875. "autoload": {
  1876. "psr-4": {
  1877. "Gedmo\\": "lib/Gedmo"
  1878. }
  1879. },
  1880. "notification-url": "https://packagist.org/downloads/",
  1881. "license": [
  1882. "MIT"
  1883. ],
  1884. "authors": [
  1885. {
  1886. "name": "Gediminas Morkevicius",
  1887. "email": "gediminas.morkevicius@gmail.com"
  1888. },
  1889. {
  1890. "name": "Gustavo Falco",
  1891. "email": "comfortablynumb84@gmail.com"
  1892. },
  1893. {
  1894. "name": "David Buchmann",
  1895. "email": "david@liip.ch"
  1896. }
  1897. ],
  1898. "description": "Doctrine2 behavioral extensions",
  1899. "homepage": "http://gediminasm.org/",
  1900. "keywords": [
  1901. "Blameable",
  1902. "behaviors",
  1903. "doctrine2",
  1904. "extensions",
  1905. "gedmo",
  1906. "loggable",
  1907. "nestedset",
  1908. "sluggable",
  1909. "sortable",
  1910. "timestampable",
  1911. "translatable",
  1912. "tree",
  1913. "uploadable"
  1914. ],
  1915. "time": "2020-01-18T06:26:05+00:00"
  1916. },
  1917. {
  1918. "name": "helios-ag/fm-elfinder-bundle",
  1919. "version": "10.0.4",
  1920. "source": {
  1921. "type": "git",
  1922. "url": "https://github.com/helios-ag/FMElfinderBundle.git",
  1923. "reference": "334dbd43623d34c962c2e9607565babede2e917a"
  1924. },
  1925. "dist": {
  1926. "type": "zip",
  1927. "url": "https://api.github.com/repos/helios-ag/FMElfinderBundle/zipball/334dbd43623d34c962c2e9607565babede2e917a",
  1928. "reference": "334dbd43623d34c962c2e9607565babede2e917a",
  1929. "shasum": ""
  1930. },
  1931. "require": {
  1932. "ext-json": "*",
  1933. "php": "^7.2",
  1934. "studio-42/elfinder": "~2.1",
  1935. "symfony/asset": "^4.4 || ^5.0",
  1936. "symfony/form": "^4.4 || ^5.0",
  1937. "symfony/framework-bundle": "^4.4 || ^5.0",
  1938. "symfony/twig-bundle": "^4.4 || ^5.0"
  1939. },
  1940. "require-dev": {
  1941. "matthiasnoback/symfony-config-test": "^4.0",
  1942. "matthiasnoback/symfony-dependency-injection-test": "^4.1",
  1943. "php-coveralls/php-coveralls": "^2.0",
  1944. "phpunit/phpunit": "^8.5",
  1945. "symfony/finder": "^4.4 || ^5.0",
  1946. "symfony/phpunit-bridge": "^4.1 || ^5.0"
  1947. },
  1948. "suggest": {
  1949. "barryvdh/elfinder-flysystem-driver": "Flysystem driver for elfinder",
  1950. "friendsofsymfony/ckeditor-bundle": "FOSCKEditorBundle WYSIWYG Editor Bundle",
  1951. "helios-ag/fm-summernote-bundle": "FMSummernoteBundle WYSIWYG Editor Bundle",
  1952. "helios-ag/fm-tinymce-bundle": "FMTinyMCEBundle WYSIWYG Editor Bundle",
  1953. "spatie/flysystem-dropbox": "Dropbox 2 Driver for Flysystem"
  1954. },
  1955. "type": "symfony-bundle",
  1956. "extra": {
  1957. "branch-alias": {
  1958. "dev-master": "10.0-dev"
  1959. }
  1960. },
  1961. "autoload": {
  1962. "psr-4": {
  1963. "FM\\ElfinderBundle\\": "src/"
  1964. }
  1965. },
  1966. "notification-url": "https://packagist.org/downloads/",
  1967. "license": [
  1968. "MIT"
  1969. ],
  1970. "authors": [
  1971. {
  1972. "name": "Al Ganiev",
  1973. "email": "helios.ag@gmail.com"
  1974. },
  1975. {
  1976. "name": "Symfony Community",
  1977. "homepage": "https://github.com/helios-ag/FMElfinderBundle/contributors"
  1978. }
  1979. ],
  1980. "description": "ElFinder bundle, adds ElFinder file manager to your Symfony project",
  1981. "homepage": "https://github.com/helios-ag/FMElfinderBundle",
  1982. "keywords": [
  1983. "elfinder",
  1984. "file manager",
  1985. "wysiwyg"
  1986. ],
  1987. "time": "2020-02-11T23:35:51+00:00"
  1988. },
  1989. {
  1990. "name": "hoa/compiler",
  1991. "version": "3.17.08.08",
  1992. "source": {
  1993. "type": "git",
  1994. "url": "https://github.com/hoaproject/Compiler.git",
  1995. "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de"
  1996. },
  1997. "dist": {
  1998. "type": "zip",
  1999. "url": "https://api.github.com/repos/hoaproject/Compiler/zipball/aa09caf0bf28adae6654ca6ee415ee2f522672de",
  2000. "reference": "aa09caf0bf28adae6654ca6ee415ee2f522672de",
  2001. "shasum": ""
  2002. },
  2003. "require": {
  2004. "hoa/consistency": "~1.0",
  2005. "hoa/exception": "~1.0",
  2006. "hoa/file": "~1.0",
  2007. "hoa/iterator": "~2.0",
  2008. "hoa/math": "~1.0",
  2009. "hoa/protocol": "~1.0",
  2010. "hoa/regex": "~1.0",
  2011. "hoa/visitor": "~2.0"
  2012. },
  2013. "require-dev": {
  2014. "hoa/json": "~2.0",
  2015. "hoa/test": "~2.0"
  2016. },
  2017. "type": "library",
  2018. "extra": {
  2019. "branch-alias": {
  2020. "dev-master": "3.x-dev"
  2021. }
  2022. },
  2023. "autoload": {
  2024. "psr-4": {
  2025. "Hoa\\Compiler\\": "."
  2026. }
  2027. },
  2028. "notification-url": "https://packagist.org/downloads/",
  2029. "license": [
  2030. "BSD-3-Clause"
  2031. ],
  2032. "authors": [
  2033. {
  2034. "name": "Ivan Enderlin",
  2035. "email": "ivan.enderlin@hoa-project.net"
  2036. },
  2037. {
  2038. "name": "Hoa community",
  2039. "homepage": "https://hoa-project.net/"
  2040. }
  2041. ],
  2042. "description": "The Hoa\\Compiler library.",
  2043. "homepage": "https://hoa-project.net/",
  2044. "keywords": [
  2045. "algebraic",
  2046. "ast",
  2047. "compiler",
  2048. "context-free",
  2049. "coverage",
  2050. "exhaustive",
  2051. "grammar",
  2052. "isotropic",
  2053. "language",
  2054. "lexer",
  2055. "library",
  2056. "ll1",
  2057. "llk",
  2058. "parser",
  2059. "pp",
  2060. "random",
  2061. "regular",
  2062. "rule",
  2063. "sampler",
  2064. "syntax",
  2065. "token",
  2066. "trace",
  2067. "uniform"
  2068. ],
  2069. "time": "2017-08-08T07:44:07+00:00"
  2070. },
  2071. {
  2072. "name": "hoa/consistency",
  2073. "version": "1.17.05.02",
  2074. "source": {
  2075. "type": "git",
  2076. "url": "https://github.com/hoaproject/Consistency.git",
  2077. "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f"
  2078. },
  2079. "dist": {
  2080. "type": "zip",
  2081. "url": "https://api.github.com/repos/hoaproject/Consistency/zipball/fd7d0adc82410507f332516faf655b6ed22e4c2f",
  2082. "reference": "fd7d0adc82410507f332516faf655b6ed22e4c2f",
  2083. "shasum": ""
  2084. },
  2085. "require": {
  2086. "hoa/exception": "~1.0",
  2087. "php": ">=5.5.0"
  2088. },
  2089. "require-dev": {
  2090. "hoa/stream": "~1.0",
  2091. "hoa/test": "~2.0"
  2092. },
  2093. "type": "library",
  2094. "extra": {
  2095. "branch-alias": {
  2096. "dev-master": "1.x-dev"
  2097. }
  2098. },
  2099. "autoload": {
  2100. "psr-4": {
  2101. "Hoa\\Consistency\\": "."
  2102. },
  2103. "files": [
  2104. "Prelude.php"
  2105. ]
  2106. },
  2107. "notification-url": "https://packagist.org/downloads/",
  2108. "license": [
  2109. "BSD-3-Clause"
  2110. ],
  2111. "authors": [
  2112. {
  2113. "name": "Ivan Enderlin",
  2114. "email": "ivan.enderlin@hoa-project.net"
  2115. },
  2116. {
  2117. "name": "Hoa community",
  2118. "homepage": "https://hoa-project.net/"
  2119. }
  2120. ],
  2121. "description": "The Hoa\\Consistency library.",
  2122. "homepage": "https://hoa-project.net/",
  2123. "keywords": [
  2124. "autoloader",
  2125. "callable",
  2126. "consistency",
  2127. "entity",
  2128. "flex",
  2129. "keyword",
  2130. "library"
  2131. ],
  2132. "time": "2017-05-02T12:18:12+00:00"
  2133. },
  2134. {
  2135. "name": "hoa/event",
  2136. "version": "1.17.01.13",
  2137. "source": {
  2138. "type": "git",
  2139. "url": "https://github.com/hoaproject/Event.git",
  2140. "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54"
  2141. },
  2142. "dist": {
  2143. "type": "zip",
  2144. "url": "https://api.github.com/repos/hoaproject/Event/zipball/6c0060dced212ffa3af0e34bb46624f990b29c54",
  2145. "reference": "6c0060dced212ffa3af0e34bb46624f990b29c54",
  2146. "shasum": ""
  2147. },
  2148. "require": {
  2149. "hoa/consistency": "~1.0",
  2150. "hoa/exception": "~1.0"
  2151. },
  2152. "require-dev": {
  2153. "hoa/test": "~2.0"
  2154. },
  2155. "type": "library",
  2156. "extra": {
  2157. "branch-alias": {
  2158. "dev-master": "1.x-dev"
  2159. }
  2160. },
  2161. "autoload": {
  2162. "psr-4": {
  2163. "Hoa\\Event\\": "."
  2164. }
  2165. },
  2166. "notification-url": "https://packagist.org/downloads/",
  2167. "license": [
  2168. "BSD-3-Clause"
  2169. ],
  2170. "authors": [
  2171. {
  2172. "name": "Ivan Enderlin",
  2173. "email": "ivan.enderlin@hoa-project.net"
  2174. },
  2175. {
  2176. "name": "Hoa community",
  2177. "homepage": "https://hoa-project.net/"
  2178. }
  2179. ],
  2180. "description": "The Hoa\\Event library.",
  2181. "homepage": "https://hoa-project.net/",
  2182. "keywords": [
  2183. "event",
  2184. "library",
  2185. "listener",
  2186. "observer"
  2187. ],
  2188. "time": "2017-01-13T15:30:50+00:00"
  2189. },
  2190. {
  2191. "name": "hoa/exception",
  2192. "version": "1.17.01.16",
  2193. "source": {
  2194. "type": "git",
  2195. "url": "https://github.com/hoaproject/Exception.git",
  2196. "reference": "091727d46420a3d7468ef0595651488bfc3a458f"
  2197. },
  2198. "dist": {
  2199. "type": "zip",
  2200. "url": "https://api.github.com/repos/hoaproject/Exception/zipball/091727d46420a3d7468ef0595651488bfc3a458f",
  2201. "reference": "091727d46420a3d7468ef0595651488bfc3a458f",
  2202. "shasum": ""
  2203. },
  2204. "require": {
  2205. "hoa/consistency": "~1.0",
  2206. "hoa/event": "~1.0"
  2207. },
  2208. "require-dev": {
  2209. "hoa/test": "~2.0"
  2210. },
  2211. "type": "library",
  2212. "extra": {
  2213. "branch-alias": {
  2214. "dev-master": "1.x-dev"
  2215. }
  2216. },
  2217. "autoload": {
  2218. "psr-4": {
  2219. "Hoa\\Exception\\": "."
  2220. }
  2221. },
  2222. "notification-url": "https://packagist.org/downloads/",
  2223. "license": [
  2224. "BSD-3-Clause"
  2225. ],
  2226. "authors": [
  2227. {
  2228. "name": "Ivan Enderlin",
  2229. "email": "ivan.enderlin@hoa-project.net"
  2230. },
  2231. {
  2232. "name": "Hoa community",
  2233. "homepage": "https://hoa-project.net/"
  2234. }
  2235. ],
  2236. "description": "The Hoa\\Exception library.",
  2237. "homepage": "https://hoa-project.net/",
  2238. "keywords": [
  2239. "exception",
  2240. "library"
  2241. ],
  2242. "time": "2017-01-16T07:53:27+00:00"
  2243. },
  2244. {
  2245. "name": "hoa/file",
  2246. "version": "1.17.07.11",
  2247. "source": {
  2248. "type": "git",
  2249. "url": "https://github.com/hoaproject/File.git",
  2250. "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca"
  2251. },
  2252. "dist": {
  2253. "type": "zip",
  2254. "url": "https://api.github.com/repos/hoaproject/File/zipball/35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
  2255. "reference": "35cb979b779bc54918d2f9a4e02ed6c7a1fa67ca",
  2256. "shasum": ""
  2257. },
  2258. "require": {
  2259. "hoa/consistency": "~1.0",
  2260. "hoa/event": "~1.0",
  2261. "hoa/exception": "~1.0",
  2262. "hoa/iterator": "~2.0",
  2263. "hoa/stream": "~1.0"
  2264. },
  2265. "require-dev": {
  2266. "hoa/test": "~2.0"
  2267. },
  2268. "type": "library",
  2269. "extra": {
  2270. "branch-alias": {
  2271. "dev-master": "1.x-dev"
  2272. }
  2273. },
  2274. "autoload": {
  2275. "psr-4": {
  2276. "Hoa\\File\\": "."
  2277. }
  2278. },
  2279. "notification-url": "https://packagist.org/downloads/",
  2280. "license": [
  2281. "BSD-3-Clause"
  2282. ],
  2283. "authors": [
  2284. {
  2285. "name": "Ivan Enderlin",
  2286. "email": "ivan.enderlin@hoa-project.net"
  2287. },
  2288. {
  2289. "name": "Hoa community",
  2290. "homepage": "https://hoa-project.net/"
  2291. }
  2292. ],
  2293. "description": "The Hoa\\File library.",
  2294. "homepage": "https://hoa-project.net/",
  2295. "keywords": [
  2296. "Socket",
  2297. "directory",
  2298. "file",
  2299. "finder",
  2300. "library",
  2301. "link",
  2302. "temporary"
  2303. ],
  2304. "time": "2017-07-11T07:42:15+00:00"
  2305. },
  2306. {
  2307. "name": "hoa/iterator",
  2308. "version": "2.17.01.10",
  2309. "source": {
  2310. "type": "git",
  2311. "url": "https://github.com/hoaproject/Iterator.git",
  2312. "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc"
  2313. },
  2314. "dist": {
  2315. "type": "zip",
  2316. "url": "https://api.github.com/repos/hoaproject/Iterator/zipball/d1120ba09cb4ccd049c86d10058ab94af245f0cc",
  2317. "reference": "d1120ba09cb4ccd049c86d10058ab94af245f0cc",
  2318. "shasum": ""
  2319. },
  2320. "require": {
  2321. "hoa/consistency": "~1.0",
  2322. "hoa/exception": "~1.0"
  2323. },
  2324. "require-dev": {
  2325. "hoa/test": "~2.0"
  2326. },
  2327. "type": "library",
  2328. "extra": {
  2329. "branch-alias": {
  2330. "dev-master": "2.x-dev"
  2331. }
  2332. },
  2333. "autoload": {
  2334. "psr-4": {
  2335. "Hoa\\Iterator\\": "."
  2336. }
  2337. },
  2338. "notification-url": "https://packagist.org/downloads/",
  2339. "license": [
  2340. "BSD-3-Clause"
  2341. ],
  2342. "authors": [
  2343. {
  2344. "name": "Ivan Enderlin",
  2345. "email": "ivan.enderlin@hoa-project.net"
  2346. },
  2347. {
  2348. "name": "Hoa community",
  2349. "homepage": "https://hoa-project.net/"
  2350. }
  2351. ],
  2352. "description": "The Hoa\\Iterator library.",
  2353. "homepage": "https://hoa-project.net/",
  2354. "keywords": [
  2355. "iterator",
  2356. "library"
  2357. ],
  2358. "time": "2017-01-10T10:34:47+00:00"
  2359. },
  2360. {
  2361. "name": "hoa/math",
  2362. "version": "1.17.05.16",
  2363. "source": {
  2364. "type": "git",
  2365. "url": "https://github.com/hoaproject/Math.git",
  2366. "reference": "7150785d30f5d565704912116a462e9f5bc83a0c"
  2367. },
  2368. "dist": {
  2369. "type": "zip",
  2370. "url": "https://api.github.com/repos/hoaproject/Math/zipball/7150785d30f5d565704912116a462e9f5bc83a0c",
  2371. "reference": "7150785d30f5d565704912116a462e9f5bc83a0c",
  2372. "shasum": ""
  2373. },
  2374. "require": {
  2375. "hoa/compiler": "~3.0",
  2376. "hoa/consistency": "~1.0",
  2377. "hoa/exception": "~1.0",
  2378. "hoa/iterator": "~2.0",
  2379. "hoa/protocol": "~1.0",
  2380. "hoa/zformat": "~1.0"
  2381. },
  2382. "require-dev": {
  2383. "hoa/test": "~2.0"
  2384. },
  2385. "type": "library",
  2386. "extra": {
  2387. "branch-alias": {
  2388. "dev-master": "1.x-dev"
  2389. }
  2390. },
  2391. "autoload": {
  2392. "psr-4": {
  2393. "Hoa\\Math\\": "."
  2394. }
  2395. },
  2396. "notification-url": "https://packagist.org/downloads/",
  2397. "license": [
  2398. "BSD-3-Clause"
  2399. ],
  2400. "authors": [
  2401. {
  2402. "name": "Ivan Enderlin",
  2403. "email": "ivan.enderlin@hoa-project.net"
  2404. },
  2405. {
  2406. "name": "Hoa community",
  2407. "homepage": "https://hoa-project.net/"
  2408. }
  2409. ],
  2410. "description": "The Hoa\\Math library.",
  2411. "homepage": "https://hoa-project.net/",
  2412. "keywords": [
  2413. "arrangement",
  2414. "combination",
  2415. "combinatorics",
  2416. "counting",
  2417. "library",
  2418. "math",
  2419. "permutation",
  2420. "sampler",
  2421. "set"
  2422. ],
  2423. "time": "2017-05-16T08:02:17+00:00"
  2424. },
  2425. {
  2426. "name": "hoa/protocol",
  2427. "version": "1.17.01.14",
  2428. "source": {
  2429. "type": "git",
  2430. "url": "https://github.com/hoaproject/Protocol.git",
  2431. "reference": "5c2cf972151c45f373230da170ea015deecf19e2"
  2432. },
  2433. "dist": {
  2434. "type": "zip",
  2435. "url": "https://api.github.com/repos/hoaproject/Protocol/zipball/5c2cf972151c45f373230da170ea015deecf19e2",
  2436. "reference": "5c2cf972151c45f373230da170ea015deecf19e2",
  2437. "shasum": ""
  2438. },
  2439. "require": {
  2440. "hoa/consistency": "~1.0",
  2441. "hoa/exception": "~1.0"
  2442. },
  2443. "require-dev": {
  2444. "hoa/test": "~2.0"
  2445. },
  2446. "type": "library",
  2447. "extra": {
  2448. "branch-alias": {
  2449. "dev-master": "1.x-dev"
  2450. }
  2451. },
  2452. "autoload": {
  2453. "psr-4": {
  2454. "Hoa\\Protocol\\": "."
  2455. },
  2456. "files": [
  2457. "Wrapper.php"
  2458. ]
  2459. },
  2460. "notification-url": "https://packagist.org/downloads/",
  2461. "license": [
  2462. "BSD-3-Clause"
  2463. ],
  2464. "authors": [
  2465. {
  2466. "name": "Ivan Enderlin",
  2467. "email": "ivan.enderlin@hoa-project.net"
  2468. },
  2469. {
  2470. "name": "Hoa community",
  2471. "homepage": "https://hoa-project.net/"
  2472. }
  2473. ],
  2474. "description": "The Hoa\\Protocol library.",
  2475. "homepage": "https://hoa-project.net/",
  2476. "keywords": [
  2477. "library",
  2478. "protocol",
  2479. "resource",
  2480. "stream",
  2481. "wrapper"
  2482. ],
  2483. "time": "2017-01-14T12:26:10+00:00"
  2484. },
  2485. {
  2486. "name": "hoa/regex",
  2487. "version": "1.17.01.13",
  2488. "source": {
  2489. "type": "git",
  2490. "url": "https://github.com/hoaproject/Regex.git",
  2491. "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec"
  2492. },
  2493. "dist": {
  2494. "type": "zip",
  2495. "url": "https://api.github.com/repos/hoaproject/Regex/zipball/7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
  2496. "reference": "7e263a61b6fb45c1d03d8e5ef77668518abd5bec",
  2497. "shasum": ""
  2498. },
  2499. "require": {
  2500. "hoa/consistency": "~1.0",
  2501. "hoa/exception": "~1.0",
  2502. "hoa/math": "~1.0",
  2503. "hoa/protocol": "~1.0",
  2504. "hoa/ustring": "~4.0",
  2505. "hoa/visitor": "~2.0"
  2506. },
  2507. "type": "library",
  2508. "extra": {
  2509. "branch-alias": {
  2510. "dev-master": "1.x-dev"
  2511. }
  2512. },
  2513. "autoload": {
  2514. "psr-4": {
  2515. "Hoa\\Regex\\": "."
  2516. }
  2517. },
  2518. "notification-url": "https://packagist.org/downloads/",
  2519. "license": [
  2520. "BSD-3-Clause"
  2521. ],
  2522. "authors": [
  2523. {
  2524. "name": "Ivan Enderlin",
  2525. "email": "ivan.enderlin@hoa-project.net"
  2526. },
  2527. {
  2528. "name": "Hoa community",
  2529. "homepage": "https://hoa-project.net/"
  2530. }
  2531. ],
  2532. "description": "The Hoa\\Regex library.",
  2533. "homepage": "https://hoa-project.net/",
  2534. "keywords": [
  2535. "compiler",
  2536. "library",
  2537. "regex"
  2538. ],
  2539. "time": "2017-01-13T16:10:24+00:00"
  2540. },
  2541. {
  2542. "name": "hoa/stream",
  2543. "version": "1.17.02.21",
  2544. "source": {
  2545. "type": "git",
  2546. "url": "https://github.com/hoaproject/Stream.git",
  2547. "reference": "3293cfffca2de10525df51436adf88a559151d82"
  2548. },
  2549. "dist": {
  2550. "type": "zip",
  2551. "url": "https://api.github.com/repos/hoaproject/Stream/zipball/3293cfffca2de10525df51436adf88a559151d82",
  2552. "reference": "3293cfffca2de10525df51436adf88a559151d82",
  2553. "shasum": ""
  2554. },
  2555. "require": {
  2556. "hoa/consistency": "~1.0",
  2557. "hoa/event": "~1.0",
  2558. "hoa/exception": "~1.0",
  2559. "hoa/protocol": "~1.0"
  2560. },
  2561. "require-dev": {
  2562. "hoa/test": "~2.0"
  2563. },
  2564. "type": "library",
  2565. "extra": {
  2566. "branch-alias": {
  2567. "dev-master": "1.x-dev"
  2568. }
  2569. },
  2570. "autoload": {
  2571. "psr-4": {
  2572. "Hoa\\Stream\\": "."
  2573. }
  2574. },
  2575. "notification-url": "https://packagist.org/downloads/",
  2576. "license": [
  2577. "BSD-3-Clause"
  2578. ],
  2579. "authors": [
  2580. {
  2581. "name": "Ivan Enderlin",
  2582. "email": "ivan.enderlin@hoa-project.net"
  2583. },
  2584. {
  2585. "name": "Hoa community",
  2586. "homepage": "https://hoa-project.net/"
  2587. }
  2588. ],
  2589. "description": "The Hoa\\Stream library.",
  2590. "homepage": "https://hoa-project.net/",
  2591. "keywords": [
  2592. "Context",
  2593. "bucket",
  2594. "composite",
  2595. "filter",
  2596. "in",
  2597. "library",
  2598. "out",
  2599. "protocol",
  2600. "stream",
  2601. "wrapper"
  2602. ],
  2603. "time": "2017-02-21T16:01:06+00:00"
  2604. },
  2605. {
  2606. "name": "hoa/ustring",
  2607. "version": "4.17.01.16",
  2608. "source": {
  2609. "type": "git",
  2610. "url": "https://github.com/hoaproject/Ustring.git",
  2611. "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0"
  2612. },
  2613. "dist": {
  2614. "type": "zip",
  2615. "url": "https://api.github.com/repos/hoaproject/Ustring/zipball/e6326e2739178799b1fe3fdd92029f9517fa17a0",
  2616. "reference": "e6326e2739178799b1fe3fdd92029f9517fa17a0",
  2617. "shasum": ""
  2618. },
  2619. "require": {
  2620. "hoa/consistency": "~1.0",
  2621. "hoa/exception": "~1.0"
  2622. },
  2623. "require-dev": {
  2624. "hoa/test": "~2.0"
  2625. },
  2626. "suggest": {
  2627. "ext-iconv": "ext/iconv must be present (or a third implementation) to use Hoa\\Ustring::transcode().",
  2628. "ext-intl": "To get a better Hoa\\Ustring::toAscii() and Hoa\\Ustring::compareTo()."
  2629. },
  2630. "type": "library",
  2631. "extra": {
  2632. "branch-alias": {
  2633. "dev-master": "4.x-dev"
  2634. }
  2635. },
  2636. "autoload": {
  2637. "psr-4": {
  2638. "Hoa\\Ustring\\": "."
  2639. }
  2640. },
  2641. "notification-url": "https://packagist.org/downloads/",
  2642. "license": [
  2643. "BSD-3-Clause"
  2644. ],
  2645. "authors": [
  2646. {
  2647. "name": "Ivan Enderlin",
  2648. "email": "ivan.enderlin@hoa-project.net"
  2649. },
  2650. {
  2651. "name": "Hoa community",
  2652. "homepage": "https://hoa-project.net/"
  2653. }
  2654. ],
  2655. "description": "The Hoa\\Ustring library.",
  2656. "homepage": "https://hoa-project.net/",
  2657. "keywords": [
  2658. "library",
  2659. "search",
  2660. "string",
  2661. "unicode"
  2662. ],
  2663. "time": "2017-01-16T07:08:25+00:00"
  2664. },
  2665. {
  2666. "name": "hoa/visitor",
  2667. "version": "2.17.01.16",
  2668. "source": {
  2669. "type": "git",
  2670. "url": "https://github.com/hoaproject/Visitor.git",
  2671. "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a"
  2672. },
  2673. "dist": {
  2674. "type": "zip",
  2675. "url": "https://api.github.com/repos/hoaproject/Visitor/zipball/c18fe1cbac98ae449e0d56e87469103ba08f224a",
  2676. "reference": "c18fe1cbac98ae449e0d56e87469103ba08f224a",
  2677. "shasum": ""
  2678. },
  2679. "require": {
  2680. "hoa/consistency": "~1.0"
  2681. },
  2682. "require-dev": {
  2683. "hoa/test": "~2.0"
  2684. },
  2685. "type": "library",
  2686. "extra": {
  2687. "branch-alias": {
  2688. "dev-master": "2.x-dev"
  2689. }
  2690. },
  2691. "autoload": {
  2692. "psr-4": {
  2693. "Hoa\\Visitor\\": "."
  2694. }
  2695. },
  2696. "notification-url": "https://packagist.org/downloads/",
  2697. "license": [
  2698. "BSD-3-Clause"
  2699. ],
  2700. "authors": [
  2701. {
  2702. "name": "Ivan Enderlin",
  2703. "email": "ivan.enderlin@hoa-project.net"
  2704. },
  2705. {
  2706. "name": "Hoa community",
  2707. "homepage": "https://hoa-project.net/"
  2708. }
  2709. ],
  2710. "description": "The Hoa\\Visitor library.",
  2711. "homepage": "https://hoa-project.net/",
  2712. "keywords": [
  2713. "library",
  2714. "structure",
  2715. "visit",
  2716. "visitor"
  2717. ],
  2718. "time": "2017-01-16T07:02:03+00:00"
  2719. },
  2720. {
  2721. "name": "hoa/zformat",
  2722. "version": "1.17.01.10",
  2723. "source": {
  2724. "type": "git",
  2725. "url": "https://github.com/hoaproject/Zformat.git",
  2726. "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2"
  2727. },
  2728. "dist": {
  2729. "type": "zip",
  2730. "url": "https://api.github.com/repos/hoaproject/Zformat/zipball/522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
  2731. "reference": "522c381a2a075d4b9dbb42eb4592dd09520e4ac2",
  2732. "shasum": ""
  2733. },
  2734. "require": {
  2735. "hoa/consistency": "~1.0",
  2736. "hoa/exception": "~1.0"
  2737. },
  2738. "type": "library",
  2739. "extra": {
  2740. "branch-alias": {
  2741. "dev-master": "1.x-dev"
  2742. }
  2743. },
  2744. "autoload": {
  2745. "psr-4": {
  2746. "Hoa\\Zformat\\": "."
  2747. }
  2748. },
  2749. "notification-url": "https://packagist.org/downloads/",
  2750. "license": [
  2751. "BSD-3-Clause"
  2752. ],
  2753. "authors": [
  2754. {
  2755. "name": "Ivan Enderlin",
  2756. "email": "ivan.enderlin@hoa-project.net"
  2757. },
  2758. {
  2759. "name": "Hoa community",
  2760. "homepage": "https://hoa-project.net/"
  2761. }
  2762. ],
  2763. "description": "The Hoa\\Zformat library.",
  2764. "homepage": "https://hoa-project.net/",
  2765. "keywords": [
  2766. "library",
  2767. "parameter",
  2768. "zformat"
  2769. ],
  2770. "time": "2017-01-10T10:39:54+00:00"
  2771. },
  2772. {
  2773. "name": "jdorn/sql-formatter",
  2774. "version": "v1.2.17",
  2775. "source": {
  2776. "type": "git",
  2777. "url": "https://github.com/jdorn/sql-formatter.git",
  2778. "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
  2779. },
  2780. "dist": {
  2781. "type": "zip",
  2782. "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
  2783. "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
  2784. "shasum": ""
  2785. },
  2786. "require": {
  2787. "php": ">=5.2.4"
  2788. },
  2789. "require-dev": {
  2790. "phpunit/phpunit": "3.7.*"
  2791. },
  2792. "type": "library",
  2793. "extra": {
  2794. "branch-alias": {
  2795. "dev-master": "1.3.x-dev"
  2796. }
  2797. },
  2798. "autoload": {
  2799. "classmap": [
  2800. "lib"
  2801. ]
  2802. },
  2803. "notification-url": "https://packagist.org/downloads/",
  2804. "license": [
  2805. "MIT"
  2806. ],
  2807. "authors": [
  2808. {
  2809. "name": "Jeremy Dorn",
  2810. "email": "jeremy@jeremydorn.com",
  2811. "homepage": "http://jeremydorn.com/"
  2812. }
  2813. ],
  2814. "description": "a PHP SQL highlighting library",
  2815. "homepage": "https://github.com/jdorn/sql-formatter/",
  2816. "keywords": [
  2817. "highlight",
  2818. "sql"
  2819. ],
  2820. "time": "2014-01-12T16:20:24+00:00"
  2821. },
  2822. {
  2823. "name": "jms/metadata",
  2824. "version": "2.1.0",
  2825. "source": {
  2826. "type": "git",
  2827. "url": "https://github.com/schmittjoh/metadata.git",
  2828. "reference": "8d8958103485c2cbdd9a9684c3869312ebdaf73a"
  2829. },
  2830. "dist": {
  2831. "type": "zip",
  2832. "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/8d8958103485c2cbdd9a9684c3869312ebdaf73a",
  2833. "reference": "8d8958103485c2cbdd9a9684c3869312ebdaf73a",
  2834. "shasum": ""
  2835. },
  2836. "require": {
  2837. "php": "^7.2"
  2838. },
  2839. "require-dev": {
  2840. "doctrine/cache": "^1.0",
  2841. "doctrine/coding-standard": "^4.0",
  2842. "phpunit/phpunit": "^7.0",
  2843. "symfony/cache": "^3.1|^4.0"
  2844. },
  2845. "type": "library",
  2846. "extra": {
  2847. "branch-alias": {
  2848. "dev-master": "2.x-dev"
  2849. }
  2850. },
  2851. "autoload": {
  2852. "psr-4": {
  2853. "Metadata\\": "src/"
  2854. }
  2855. },
  2856. "notification-url": "https://packagist.org/downloads/",
  2857. "license": [
  2858. "MIT"
  2859. ],
  2860. "authors": [
  2861. {
  2862. "name": "Johannes M. Schmitt",
  2863. "email": "schmittjoh@gmail.com"
  2864. },
  2865. {
  2866. "name": "Asmir Mustafic",
  2867. "email": "goetas@gmail.com"
  2868. }
  2869. ],
  2870. "description": "Class/method/property metadata management in PHP",
  2871. "keywords": [
  2872. "annotations",
  2873. "metadata",
  2874. "xml",
  2875. "yaml"
  2876. ],
  2877. "time": "2019-09-17T15:30:40+00:00"
  2878. },
  2879. {
  2880. "name": "jms/serializer",
  2881. "version": "3.5.0",
  2882. "source": {
  2883. "type": "git",
  2884. "url": "https://github.com/schmittjoh/serializer.git",
  2885. "reference": "0e286681396d8139406e596c6c802d37ab0b2124"
  2886. },
  2887. "dist": {
  2888. "type": "zip",
  2889. "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/0e286681396d8139406e596c6c802d37ab0b2124",
  2890. "reference": "0e286681396d8139406e596c6c802d37ab0b2124",
  2891. "shasum": ""
  2892. },
  2893. "require": {
  2894. "doctrine/annotations": "^1.0",
  2895. "doctrine/instantiator": "^1.0.3",
  2896. "hoa/compiler": "^3.17.08.08",
  2897. "jms/metadata": "^2.0",
  2898. "php": "^7.2"
  2899. },
  2900. "conflict": {
  2901. "hoa/consistency": "<1.17.05.02",
  2902. "hoa/core": "*",
  2903. "hoa/iterator": "<2.16.03.15"
  2904. },
  2905. "require-dev": {
  2906. "doctrine/coding-standard": "^5.0",
  2907. "doctrine/orm": "~2.1",
  2908. "doctrine/phpcr-odm": "^1.3|^2.0",
  2909. "ext-pdo_sqlite": "*",
  2910. "jackalope/jackalope-doctrine-dbal": "^1.1.5",
  2911. "ocramius/proxy-manager": "^1.0|^2.0",
  2912. "phpunit/phpunit": "^7.5||^8.0||^9.0",
  2913. "psr/container": "^1.0",
  2914. "symfony/dependency-injection": "^3.0|^4.0|^5.0",
  2915. "symfony/expression-language": "^3.0|^4.0|^5.0",
  2916. "symfony/filesystem": "^3.0|^4.0|^5.0",
  2917. "symfony/form": "^3.0|^4.0|^5.0",
  2918. "symfony/translation": "^3.0|^4.0|^5.0",
  2919. "symfony/validator": "^3.1.9|^4.0|^5.0",
  2920. "symfony/yaml": "^3.3|^4.0|^5.0",
  2921. "twig/twig": "~1.34|~2.4"
  2922. },
  2923. "suggest": {
  2924. "doctrine/cache": "Required if you like to use cache functionality.",
  2925. "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
  2926. "symfony/yaml": "Required if you'd like to use the YAML metadata format."
  2927. },
  2928. "type": "library",
  2929. "extra": {
  2930. "branch-alias": {
  2931. "dev-master": "3.5-dev"
  2932. }
  2933. },
  2934. "autoload": {
  2935. "psr-4": {
  2936. "JMS\\Serializer\\": "src/"
  2937. }
  2938. },
  2939. "notification-url": "https://packagist.org/downloads/",
  2940. "license": [
  2941. "MIT"
  2942. ],
  2943. "authors": [
  2944. {
  2945. "name": "Johannes M. Schmitt",
  2946. "email": "schmittjoh@gmail.com"
  2947. },
  2948. {
  2949. "name": "Asmir Mustafic",
  2950. "email": "goetas@gmail.com"
  2951. }
  2952. ],
  2953. "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
  2954. "homepage": "http://jmsyst.com/libs/serializer",
  2955. "keywords": [
  2956. "deserialization",
  2957. "jaxb",
  2958. "json",
  2959. "serialization",
  2960. "xml"
  2961. ],
  2962. "time": "2020-02-22T21:06:01+00:00"
  2963. },
  2964. {
  2965. "name": "jms/serializer-bundle",
  2966. "version": "3.5.0",
  2967. "source": {
  2968. "type": "git",
  2969. "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
  2970. "reference": "5793ec59b2243365a625c0fd78415732097c11e8"
  2971. },
  2972. "dist": {
  2973. "type": "zip",
  2974. "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/5793ec59b2243365a625c0fd78415732097c11e8",
  2975. "reference": "5793ec59b2243365a625c0fd78415732097c11e8",
  2976. "shasum": ""
  2977. },
  2978. "require": {
  2979. "jms/serializer": "^2.3|^3.0",
  2980. "php": "^7.2",
  2981. "symfony/dependency-injection": "^3.3 || ^4.0 || ^5.0",
  2982. "symfony/framework-bundle": "^3.0 || ^4.0 || ^5.0"
  2983. },
  2984. "require-dev": {
  2985. "doctrine/orm": "^2.4",
  2986. "phpunit/phpunit": "^6.0",
  2987. "symfony/expression-language": "^3.0 || ^4.0 || ^5.0",
  2988. "symfony/finder": "^3.0 || ^4.0 || ^5.0",
  2989. "symfony/form": "^3.0 || ^4.0 || ^5.0",
  2990. "symfony/stopwatch": "^3.0 || ^4.0 || ^5.0",
  2991. "symfony/twig-bundle": "*",
  2992. "symfony/validator": "^3.0 || ^4.0 || ^5.0",
  2993. "symfony/yaml": "^3.0 || ^4.0 || ^5.0"
  2994. },
  2995. "suggest": {
  2996. "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ^1.3",
  2997. "symfony/finder": "Required for cache warmup, supported versions ^3.0|^4.0"
  2998. },
  2999. "type": "symfony-bundle",
  3000. "extra": {
  3001. "branch-alias": {
  3002. "dev-master": "3.5-dev"
  3003. }
  3004. },
  3005. "autoload": {
  3006. "psr-4": {
  3007. "JMS\\SerializerBundle\\": ""
  3008. },
  3009. "exclude-from-classmap": [
  3010. "/Tests/"
  3011. ]
  3012. },
  3013. "notification-url": "https://packagist.org/downloads/",
  3014. "license": [
  3015. "MIT"
  3016. ],
  3017. "authors": [
  3018. {
  3019. "name": "Johannes M. Schmitt",
  3020. "email": "schmittjoh@gmail.com"
  3021. },
  3022. {
  3023. "name": "Asmir Mustafic",
  3024. "email": "goetas@gmail.com"
  3025. }
  3026. ],
  3027. "description": "Allows you to easily serialize, and deserialize data of any complexity",
  3028. "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
  3029. "keywords": [
  3030. "deserialization",
  3031. "json",
  3032. "serialization",
  3033. "xml"
  3034. ],
  3035. "time": "2019-11-29T13:03:07+00:00"
  3036. },
  3037. {
  3038. "name": "kevinpapst/adminlte-bundle",
  3039. "version": "3.2",
  3040. "source": {
  3041. "type": "git",
  3042. "url": "https://github.com/kevinpapst/AdminLTEBundle.git",
  3043. "reference": "a09115b9ff6e42f989000bfaedca1f06872f72a3"
  3044. },
  3045. "dist": {
  3046. "type": "zip",
  3047. "url": "https://api.github.com/repos/kevinpapst/AdminLTEBundle/zipball/a09115b9ff6e42f989000bfaedca1f06872f72a3",
  3048. "reference": "a09115b9ff6e42f989000bfaedca1f06872f72a3",
  3049. "shasum": ""
  3050. },
  3051. "require": {
  3052. "php": "^7.1.3",
  3053. "symfony/config": ">4.1",
  3054. "symfony/dependency-injection": ">4.0",
  3055. "symfony/event-dispatcher": ">4.3",
  3056. "symfony/http-foundation": ">4.0",
  3057. "symfony/http-kernel": ">4.0",
  3058. "symfony/options-resolver": ">4.0",
  3059. "symfony/security-core": ">4.0",
  3060. "twig/twig": ">2.0"
  3061. },
  3062. "require-dev": {
  3063. "friendsofphp/php-cs-fixer": "^2.10",
  3064. "knplabs/knp-menu-bundle": "^2.2",
  3065. "phpspec/prophecy": "^1.6",
  3066. "phpstan/phpstan": "^0.11.8",
  3067. "phpstan/phpstan-phpunit": "^0.11",
  3068. "phpunit/phpunit": "^7.3",
  3069. "symfony/framework-bundle": ">4.0"
  3070. },
  3071. "suggest": {
  3072. "friendsofsymfony/user-bundle": "Allows easy user management and security support",
  3073. "knplabs/knp-menu-bundle": "Allows easy menu integration"
  3074. },
  3075. "type": "symfony-bundle",
  3076. "autoload": {
  3077. "psr-4": {
  3078. "KevinPapst\\AdminLTEBundle\\": ""
  3079. }
  3080. },
  3081. "notification-url": "https://packagist.org/downloads/",
  3082. "license": [
  3083. "MIT"
  3084. ],
  3085. "authors": [
  3086. {
  3087. "name": "Kevin Papst",
  3088. "homepage": "https://www.kevinpapst.de"
  3089. },
  3090. {
  3091. "name": "Marc Bach",
  3092. "homepage": "http://www.avanzu.de"
  3093. },
  3094. {
  3095. "name": "Ángel Guzmán Maeso",
  3096. "homepage": "https://shakaran.net/blog"
  3097. }
  3098. ],
  3099. "description": "Admin theme bundle for Symfony 4 based on AdminLTE 2.4.8 with FOSUserBundle support",
  3100. "time": "2020-01-31T13:45:56+00:00"
  3101. },
  3102. {
  3103. "name": "knplabs/knp-markdown-bundle",
  3104. "version": "1.8.1",
  3105. "source": {
  3106. "type": "git",
  3107. "url": "https://github.com/KnpLabs/KnpMarkdownBundle.git",
  3108. "reference": "7238cc264eab9c42d1a5b71950b55fe3dd78ab38"
  3109. },
  3110. "dist": {
  3111. "type": "zip",
  3112. "url": "https://api.github.com/repos/KnpLabs/KnpMarkdownBundle/zipball/7238cc264eab9c42d1a5b71950b55fe3dd78ab38",
  3113. "reference": "7238cc264eab9c42d1a5b71950b55fe3dd78ab38",
  3114. "shasum": ""
  3115. },
  3116. "require": {
  3117. "michelf/php-markdown": "~1.4",
  3118. "php": "^7.1.3",
  3119. "symfony/dependency-injection": "~3.4|^4.0|^5.0",
  3120. "symfony/framework-bundle": "~3.4|^4.0|^5.0"
  3121. },
  3122. "require-dev": {
  3123. "symfony/phpunit-bridge": "^4.4.0 || ^5.0",
  3124. "symfony/templating": "~3.4|^4.0|^5.0"
  3125. },
  3126. "suggest": {
  3127. "ext-sundown": "to use optional support for php-sundown extension instead of php implementation",
  3128. "symfony/twig-bundle": "to use the Twig markdown filter"
  3129. },
  3130. "type": "symfony-bundle",
  3131. "extra": {
  3132. "branch-alias": {
  3133. "dev-master": "1.5.x-dev"
  3134. }
  3135. },
  3136. "autoload": {
  3137. "psr-4": {
  3138. "Knp\\Bundle\\MarkdownBundle\\": ""
  3139. }
  3140. },
  3141. "notification-url": "https://packagist.org/downloads/",
  3142. "license": [
  3143. "MIT"
  3144. ],
  3145. "authors": [
  3146. {
  3147. "name": "KnpLabs Team",
  3148. "homepage": "http://knplabs.com"
  3149. },
  3150. {
  3151. "name": "Symfony Community",
  3152. "homepage": "http://github.com/KnpLabs/KnpMarkdownBundle/contributors"
  3153. }
  3154. ],
  3155. "description": "Knplabs markdown bundle transforms markdown into html",
  3156. "homepage": "http://github.com/KnpLabs/KnpMarkdownBundle",
  3157. "keywords": [
  3158. "bundle",
  3159. "knp",
  3160. "knplabs",
  3161. "markdown"
  3162. ],
  3163. "time": "2019-11-26T13:18:52+00:00"
  3164. },
  3165. {
  3166. "name": "knplabs/knp-menu",
  3167. "version": "2.6.0",
  3168. "source": {
  3169. "type": "git",
  3170. "url": "https://github.com/KnpLabs/KnpMenu.git",
  3171. "reference": "b6aade272c345b6fbd07fce5929a761cba0909b8"
  3172. },
  3173. "dist": {
  3174. "type": "zip",
  3175. "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/b6aade272c345b6fbd07fce5929a761cba0909b8",
  3176. "reference": "b6aade272c345b6fbd07fce5929a761cba0909b8",
  3177. "shasum": ""
  3178. },
  3179. "require": {
  3180. "php": ">=5.6.0"
  3181. },
  3182. "conflict": {
  3183. "twig/twig": "<1.40|>=2,<2.9"
  3184. },
  3185. "require-dev": {
  3186. "psr/container": "^1.0",
  3187. "symfony/http-foundation": "~2.4|~3.0|^4.0",
  3188. "symfony/phpunit-bridge": "~3.3|^4.0",
  3189. "symfony/routing": "~2.3|~3.0|^4.0",
  3190. "twig/twig": "^1.40|^2.9"
  3191. },
  3192. "suggest": {
  3193. "twig/twig": "for the TwigRenderer and the integration with your templates"
  3194. },
  3195. "type": "library",
  3196. "extra": {
  3197. "branch-alias": {
  3198. "dev-master": "3.0-dev"
  3199. }
  3200. },
  3201. "autoload": {
  3202. "psr-4": {
  3203. "Knp\\Menu\\": "src/Knp/Menu"
  3204. }
  3205. },
  3206. "notification-url": "https://packagist.org/downloads/",
  3207. "license": [
  3208. "MIT"
  3209. ],
  3210. "authors": [
  3211. {
  3212. "name": "KnpLabs",
  3213. "homepage": "https://knplabs.com"
  3214. },
  3215. {
  3216. "name": "Christophe Coevoet",
  3217. "email": "stof@notk.org"
  3218. },
  3219. {
  3220. "name": "Symfony Community",
  3221. "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
  3222. }
  3223. ],
  3224. "description": "An object oriented menu library",
  3225. "homepage": "https://knplabs.com",
  3226. "keywords": [
  3227. "menu",
  3228. "tree"
  3229. ],
  3230. "time": "2019-09-02T10:16:14+00:00"
  3231. },
  3232. {
  3233. "name": "knplabs/knp-menu-bundle",
  3234. "version": "v2.3.0",
  3235. "source": {
  3236. "type": "git",
  3237. "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
  3238. "reference": "78b0cebf8e1490f12ba6555511282954de83f627"
  3239. },
  3240. "dist": {
  3241. "type": "zip",
  3242. "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/78b0cebf8e1490f12ba6555511282954de83f627",
  3243. "reference": "78b0cebf8e1490f12ba6555511282954de83f627",
  3244. "shasum": ""
  3245. },
  3246. "require": {
  3247. "knplabs/knp-menu": "~2.3",
  3248. "php": "^7.1",
  3249. "symfony/framework-bundle": "^3.4 | ^4.0"
  3250. },
  3251. "require-dev": {
  3252. "symfony/expression-language": "^3.4 | ^4.0",
  3253. "symfony/phpunit-bridge": "^3.4 | ^4.0",
  3254. "symfony/templating": "^3.4 | ^4.0"
  3255. },
  3256. "type": "symfony-bundle",
  3257. "extra": {
  3258. "branch-alias": {
  3259. "dev-master": "3.0.x-dev"
  3260. }
  3261. },
  3262. "autoload": {
  3263. "psr-4": {
  3264. "Knp\\Bundle\\MenuBundle\\": "src"
  3265. }
  3266. },
  3267. "notification-url": "https://packagist.org/downloads/",
  3268. "license": [
  3269. "MIT"
  3270. ],
  3271. "authors": [
  3272. {
  3273. "name": "Knplabs",
  3274. "homepage": "http://knplabs.com"
  3275. },
  3276. {
  3277. "name": "Christophe Coevoet",
  3278. "email": "stof@notk.org"
  3279. },
  3280. {
  3281. "name": "Symfony Community",
  3282. "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
  3283. }
  3284. ],
  3285. "description": "This bundle provides an integration of the KnpMenu library",
  3286. "keywords": [
  3287. "menu"
  3288. ],
  3289. "time": "2019-09-19T08:51:48+00:00"
  3290. },
  3291. {
  3292. "name": "michelf/php-markdown",
  3293. "version": "1.9.0",
  3294. "source": {
  3295. "type": "git",
  3296. "url": "https://github.com/michelf/php-markdown.git",
  3297. "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c"
  3298. },
  3299. "dist": {
  3300. "type": "zip",
  3301. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
  3302. "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c",
  3303. "shasum": ""
  3304. },
  3305. "require": {
  3306. "php": ">=5.3.0"
  3307. },
  3308. "require-dev": {
  3309. "phpunit/phpunit": ">=4.3 <5.8"
  3310. },
  3311. "type": "library",
  3312. "autoload": {
  3313. "psr-4": {
  3314. "Michelf\\": "Michelf/"
  3315. }
  3316. },
  3317. "notification-url": "https://packagist.org/downloads/",
  3318. "license": [
  3319. "BSD-3-Clause"
  3320. ],
  3321. "authors": [
  3322. {
  3323. "name": "Michel Fortin",
  3324. "email": "michel.fortin@michelf.ca",
  3325. "homepage": "https://michelf.ca/",
  3326. "role": "Developer"
  3327. },
  3328. {
  3329. "name": "John Gruber",
  3330. "homepage": "https://daringfireball.net/"
  3331. }
  3332. ],
  3333. "description": "PHP Markdown",
  3334. "homepage": "https://michelf.ca/projects/php-markdown/",
  3335. "keywords": [
  3336. "markdown"
  3337. ],
  3338. "time": "2019-12-02T02:32:27+00:00"
  3339. },
  3340. {
  3341. "name": "monolog/monolog",
  3342. "version": "1.25.3",
  3343. "source": {
  3344. "type": "git",
  3345. "url": "https://github.com/Seldaek/monolog.git",
  3346. "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
  3347. },
  3348. "dist": {
  3349. "type": "zip",
  3350. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1",
  3351. "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1",
  3352. "shasum": ""
  3353. },
  3354. "require": {
  3355. "php": ">=5.3.0",
  3356. "psr/log": "~1.0"
  3357. },
  3358. "provide": {
  3359. "psr/log-implementation": "1.0.0"
  3360. },
  3361. "require-dev": {
  3362. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  3363. "doctrine/couchdb": "~1.0@dev",
  3364. "graylog2/gelf-php": "~1.0",
  3365. "jakub-onderka/php-parallel-lint": "0.9",
  3366. "php-amqplib/php-amqplib": "~2.4",
  3367. "php-console/php-console": "^3.1.3",
  3368. "phpunit/phpunit": "~4.5",
  3369. "phpunit/phpunit-mock-objects": "2.3.0",
  3370. "ruflin/elastica": ">=0.90 <3.0",
  3371. "sentry/sentry": "^0.13",
  3372. "swiftmailer/swiftmailer": "^5.3|^6.0"
  3373. },
  3374. "suggest": {
  3375. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  3376. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  3377. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  3378. "ext-mongo": "Allow sending log messages to a MongoDB server",
  3379. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  3380. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  3381. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  3382. "php-console/php-console": "Allow sending log messages to Google Chrome",
  3383. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  3384. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  3385. "sentry/sentry": "Allow sending log messages to a Sentry server"
  3386. },
  3387. "type": "library",
  3388. "extra": {
  3389. "branch-alias": {
  3390. "dev-master": "2.0.x-dev"
  3391. }
  3392. },
  3393. "autoload": {
  3394. "psr-4": {
  3395. "Monolog\\": "src/Monolog"
  3396. }
  3397. },
  3398. "notification-url": "https://packagist.org/downloads/",
  3399. "license": [
  3400. "MIT"
  3401. ],
  3402. "authors": [
  3403. {
  3404. "name": "Jordi Boggiano",
  3405. "email": "j.boggiano@seld.be",
  3406. "homepage": "http://seld.be"
  3407. }
  3408. ],
  3409. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  3410. "homepage": "http://github.com/Seldaek/monolog",
  3411. "keywords": [
  3412. "log",
  3413. "logging",
  3414. "psr-3"
  3415. ],
  3416. "time": "2019-12-20T14:15:16+00:00"
  3417. },
  3418. {
  3419. "name": "nikic/php-parser",
  3420. "version": "v4.3.0",
  3421. "source": {
  3422. "type": "git",
  3423. "url": "https://github.com/nikic/PHP-Parser.git",
  3424. "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
  3425. },
  3426. "dist": {
  3427. "type": "zip",
  3428. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
  3429. "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
  3430. "shasum": ""
  3431. },
  3432. "require": {
  3433. "ext-tokenizer": "*",
  3434. "php": ">=7.0"
  3435. },
  3436. "require-dev": {
  3437. "ircmaxell/php-yacc": "0.0.5",
  3438. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
  3439. },
  3440. "bin": [
  3441. "bin/php-parse"
  3442. ],
  3443. "type": "library",
  3444. "extra": {
  3445. "branch-alias": {
  3446. "dev-master": "4.3-dev"
  3447. }
  3448. },
  3449. "autoload": {
  3450. "psr-4": {
  3451. "PhpParser\\": "lib/PhpParser"
  3452. }
  3453. },
  3454. "notification-url": "https://packagist.org/downloads/",
  3455. "license": [
  3456. "BSD-3-Clause"
  3457. ],
  3458. "authors": [
  3459. {
  3460. "name": "Nikita Popov"
  3461. }
  3462. ],
  3463. "description": "A PHP parser written in PHP",
  3464. "keywords": [
  3465. "parser",
  3466. "php"
  3467. ],
  3468. "time": "2019-11-08T13:50:10+00:00"
  3469. },
  3470. {
  3471. "name": "ocramius/package-versions",
  3472. "version": "1.4.2",
  3473. "source": {
  3474. "type": "git",
  3475. "url": "https://github.com/Ocramius/PackageVersions.git",
  3476. "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
  3477. },
  3478. "dist": {
  3479. "type": "zip",
  3480. "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
  3481. "reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
  3482. "shasum": ""
  3483. },
  3484. "require": {
  3485. "composer-plugin-api": "^1.0.0",
  3486. "php": "^7.1.0"
  3487. },
  3488. "require-dev": {
  3489. "composer/composer": "^1.6.3",
  3490. "doctrine/coding-standard": "^5.0.1",
  3491. "ext-zip": "*",
  3492. "infection/infection": "^0.7.1",
  3493. "phpunit/phpunit": "^7.5.17"
  3494. },
  3495. "type": "composer-plugin",
  3496. "extra": {
  3497. "class": "PackageVersions\\Installer",
  3498. "branch-alias": {
  3499. "dev-master": "2.0.x-dev"
  3500. }
  3501. },
  3502. "autoload": {
  3503. "psr-4": {
  3504. "PackageVersions\\": "src/PackageVersions"
  3505. }
  3506. },
  3507. "notification-url": "https://packagist.org/downloads/",
  3508. "license": [
  3509. "MIT"
  3510. ],
  3511. "authors": [
  3512. {
  3513. "name": "Marco Pivetta",
  3514. "email": "ocramius@gmail.com"
  3515. }
  3516. ],
  3517. "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
  3518. "time": "2019-11-15T16:17:10+00:00"
  3519. },
  3520. {
  3521. "name": "ocramius/proxy-manager",
  3522. "version": "2.2.3",
  3523. "source": {
  3524. "type": "git",
  3525. "url": "https://github.com/Ocramius/ProxyManager.git",
  3526. "reference": "4d154742e31c35137d5374c998e8f86b54db2e2f"
  3527. },
  3528. "dist": {
  3529. "type": "zip",
  3530. "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/4d154742e31c35137d5374c998e8f86b54db2e2f",
  3531. "reference": "4d154742e31c35137d5374c998e8f86b54db2e2f",
  3532. "shasum": ""
  3533. },
  3534. "require": {
  3535. "ocramius/package-versions": "^1.1.3",
  3536. "php": "^7.2.0",
  3537. "zendframework/zend-code": "^3.3.0"
  3538. },
  3539. "require-dev": {
  3540. "couscous/couscous": "^1.6.1",
  3541. "ext-phar": "*",
  3542. "humbug/humbug": "1.0.0-RC.0@RC",
  3543. "nikic/php-parser": "^3.1.1",
  3544. "padraic/phpunit-accelerator": "dev-master@DEV",
  3545. "phpbench/phpbench": "^0.12.2",
  3546. "phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
  3547. "phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
  3548. "phpunit/phpunit": "^6.4.3",
  3549. "squizlabs/php_codesniffer": "^2.9.1"
  3550. },
  3551. "suggest": {
  3552. "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
  3553. "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
  3554. "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
  3555. "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
  3556. },
  3557. "type": "library",
  3558. "extra": {
  3559. "branch-alias": {
  3560. "dev-master": "3.0.x-dev"
  3561. }
  3562. },
  3563. "autoload": {
  3564. "psr-0": {
  3565. "ProxyManager\\": "src"
  3566. }
  3567. },
  3568. "notification-url": "https://packagist.org/downloads/",
  3569. "license": [
  3570. "MIT"
  3571. ],
  3572. "authors": [
  3573. {
  3574. "name": "Marco Pivetta",
  3575. "email": "ocramius@gmail.com",
  3576. "homepage": "http://ocramius.github.io/"
  3577. }
  3578. ],
  3579. "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
  3580. "homepage": "https://github.com/Ocramius/ProxyManager",
  3581. "keywords": [
  3582. "aop",
  3583. "lazy loading",
  3584. "proxy",
  3585. "proxy pattern",
  3586. "service proxies"
  3587. ],
  3588. "time": "2019-08-10T08:37:15+00:00"
  3589. },
  3590. {
  3591. "name": "pclzip/pclzip",
  3592. "version": "2.8.2",
  3593. "source": {
  3594. "type": "git",
  3595. "url": "https://github.com/ivanlanin/pclzip.git",
  3596. "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
  3597. },
  3598. "dist": {
  3599. "type": "zip",
  3600. "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
  3601. "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
  3602. "shasum": ""
  3603. },
  3604. "type": "library",
  3605. "autoload": {
  3606. "classmap": [
  3607. "pclzip.lib.php"
  3608. ]
  3609. },
  3610. "notification-url": "https://packagist.org/downloads/",
  3611. "license": [
  3612. "LGPL-2.1"
  3613. ],
  3614. "authors": [
  3615. {
  3616. "name": "Vincent Blavet"
  3617. }
  3618. ],
  3619. "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
  3620. "homepage": "http://www.phpconcept.net/pclzip",
  3621. "keywords": [
  3622. "php",
  3623. "zip"
  3624. ],
  3625. "time": "2014-06-05T11:42:24+00:00"
  3626. },
  3627. {
  3628. "name": "php-webdriver/webdriver",
  3629. "version": "1.8.2",
  3630. "source": {
  3631. "type": "git",
  3632. "url": "https://github.com/php-webdriver/php-webdriver.git",
  3633. "reference": "3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab"
  3634. },
  3635. "dist": {
  3636. "type": "zip",
  3637. "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab",
  3638. "reference": "3308a70be084d6d7fd1ee5787b4c2e6eb4b70aab",
  3639. "shasum": ""
  3640. },
  3641. "require": {
  3642. "ext-curl": "*",
  3643. "ext-json": "*",
  3644. "ext-zip": "*",
  3645. "php": "^5.6 || ~7.0",
  3646. "symfony/polyfill-mbstring": "^1.12",
  3647. "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0"
  3648. },
  3649. "require-dev": {
  3650. "friendsofphp/php-cs-fixer": "^2.0",
  3651. "jakub-onderka/php-parallel-lint": "^1.0",
  3652. "php-coveralls/php-coveralls": "^2.0",
  3653. "php-mock/php-mock-phpunit": "^1.1",
  3654. "phpunit/phpunit": "^5.7",
  3655. "sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
  3656. "sminnee/phpunit-mock-objects": "^3.4",
  3657. "squizlabs/php_codesniffer": "^3.5",
  3658. "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0"
  3659. },
  3660. "suggest": {
  3661. "ext-SimpleXML": "For Firefox profile creation"
  3662. },
  3663. "type": "library",
  3664. "extra": {
  3665. "branch-alias": {
  3666. "dev-master": "1.8.x-dev"
  3667. }
  3668. },
  3669. "autoload": {
  3670. "psr-4": {
  3671. "Facebook\\WebDriver\\": "lib/"
  3672. },
  3673. "files": [
  3674. "lib/Exception/TimeoutException.php"
  3675. ]
  3676. },
  3677. "notification-url": "https://packagist.org/downloads/",
  3678. "license": [
  3679. "MIT"
  3680. ],
  3681. "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
  3682. "homepage": "https://github.com/php-webdriver/php-webdriver",
  3683. "keywords": [
  3684. "Chromedriver",
  3685. "geckodriver",
  3686. "php",
  3687. "selenium",
  3688. "webdriver"
  3689. ],
  3690. "time": "2020-03-04T14:40:12+00:00"
  3691. },
  3692. {
  3693. "name": "phpdocumentor/reflection-common",
  3694. "version": "2.0.0",
  3695. "source": {
  3696. "type": "git",
  3697. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  3698. "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
  3699. },
  3700. "dist": {
  3701. "type": "zip",
  3702. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
  3703. "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
  3704. "shasum": ""
  3705. },
  3706. "require": {
  3707. "php": ">=7.1"
  3708. },
  3709. "require-dev": {
  3710. "phpunit/phpunit": "~6"
  3711. },
  3712. "type": "library",
  3713. "extra": {
  3714. "branch-alias": {
  3715. "dev-master": "2.x-dev"
  3716. }
  3717. },
  3718. "autoload": {
  3719. "psr-4": {
  3720. "phpDocumentor\\Reflection\\": "src/"
  3721. }
  3722. },
  3723. "notification-url": "https://packagist.org/downloads/",
  3724. "license": [
  3725. "MIT"
  3726. ],
  3727. "authors": [
  3728. {
  3729. "name": "Jaap van Otterdijk",
  3730. "email": "opensource@ijaap.nl"
  3731. }
  3732. ],
  3733. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  3734. "homepage": "http://www.phpdoc.org",
  3735. "keywords": [
  3736. "FQSEN",
  3737. "phpDocumentor",
  3738. "phpdoc",
  3739. "reflection",
  3740. "static analysis"
  3741. ],
  3742. "time": "2018-08-07T13:53:10+00:00"
  3743. },
  3744. {
  3745. "name": "phpdocumentor/reflection-docblock",
  3746. "version": "4.3.4",
  3747. "source": {
  3748. "type": "git",
  3749. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  3750. "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
  3751. },
  3752. "dist": {
  3753. "type": "zip",
  3754. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
  3755. "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
  3756. "shasum": ""
  3757. },
  3758. "require": {
  3759. "php": "^7.0",
  3760. "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
  3761. "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
  3762. "webmozart/assert": "^1.0"
  3763. },
  3764. "require-dev": {
  3765. "doctrine/instantiator": "^1.0.5",
  3766. "mockery/mockery": "^1.0",
  3767. "phpdocumentor/type-resolver": "0.4.*",
  3768. "phpunit/phpunit": "^6.4"
  3769. },
  3770. "type": "library",
  3771. "extra": {
  3772. "branch-alias": {
  3773. "dev-master": "4.x-dev"
  3774. }
  3775. },
  3776. "autoload": {
  3777. "psr-4": {
  3778. "phpDocumentor\\Reflection\\": [
  3779. "src/"
  3780. ]
  3781. }
  3782. },
  3783. "notification-url": "https://packagist.org/downloads/",
  3784. "license": [
  3785. "MIT"
  3786. ],
  3787. "authors": [
  3788. {
  3789. "name": "Mike van Riel",
  3790. "email": "me@mikevanriel.com"
  3791. }
  3792. ],
  3793. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  3794. "time": "2019-12-28T18:55:12+00:00"
  3795. },
  3796. {
  3797. "name": "phpdocumentor/type-resolver",
  3798. "version": "1.1.0",
  3799. "source": {
  3800. "type": "git",
  3801. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  3802. "reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
  3803. },
  3804. "dist": {
  3805. "type": "zip",
  3806. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
  3807. "reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
  3808. "shasum": ""
  3809. },
  3810. "require": {
  3811. "php": "^7.2",
  3812. "phpdocumentor/reflection-common": "^2.0"
  3813. },
  3814. "require-dev": {
  3815. "ext-tokenizer": "^7.2",
  3816. "mockery/mockery": "~1"
  3817. },
  3818. "type": "library",
  3819. "extra": {
  3820. "branch-alias": {
  3821. "dev-master": "1.x-dev"
  3822. }
  3823. },
  3824. "autoload": {
  3825. "psr-4": {
  3826. "phpDocumentor\\Reflection\\": "src"
  3827. }
  3828. },
  3829. "notification-url": "https://packagist.org/downloads/",
  3830. "license": [
  3831. "MIT"
  3832. ],
  3833. "authors": [
  3834. {
  3835. "name": "Mike van Riel",
  3836. "email": "me@mikevanriel.com"
  3837. }
  3838. ],
  3839. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  3840. "time": "2020-02-18T18:59:58+00:00"
  3841. },
  3842. {
  3843. "name": "phpoffice/common",
  3844. "version": "0.2.9",
  3845. "source": {
  3846. "type": "git",
  3847. "url": "https://github.com/PHPOffice/Common.git",
  3848. "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d"
  3849. },
  3850. "dist": {
  3851. "type": "zip",
  3852. "url": "https://api.github.com/repos/PHPOffice/Common/zipball/edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
  3853. "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
  3854. "shasum": ""
  3855. },
  3856. "require": {
  3857. "pclzip/pclzip": "^2.8",
  3858. "php": ">=5.3.0"
  3859. },
  3860. "require-dev": {
  3861. "phpdocumentor/phpdocumentor": "2.*",
  3862. "phploc/phploc": "2.*",
  3863. "phpmd/phpmd": "2.*",
  3864. "phpunit/phpunit": "^4.8.36 || ^7.0",
  3865. "sebastian/phpcpd": "2.*",
  3866. "squizlabs/php_codesniffer": "2.*"
  3867. },
  3868. "type": "library",
  3869. "autoload": {
  3870. "psr-4": {
  3871. "PhpOffice\\Common\\": "src/Common/"
  3872. }
  3873. },
  3874. "notification-url": "https://packagist.org/downloads/",
  3875. "license": [
  3876. "LGPL"
  3877. ],
  3878. "authors": [
  3879. {
  3880. "name": "Mark Baker"
  3881. },
  3882. {
  3883. "name": "Franck Lefevre",
  3884. "homepage": "http://rootslabs.net"
  3885. }
  3886. ],
  3887. "description": "PHPOffice Common",
  3888. "homepage": "http://phpoffice.github.io",
  3889. "keywords": [
  3890. "common",
  3891. "component",
  3892. "office",
  3893. "php"
  3894. ],
  3895. "time": "2018-07-13T14:12:34+00:00"
  3896. },
  3897. {
  3898. "name": "phpoffice/phpword",
  3899. "version": "0.17.0",
  3900. "source": {
  3901. "type": "git",
  3902. "url": "https://github.com/PHPOffice/PHPWord.git",
  3903. "reference": "b8346af548d399acd9e30fc76ab0c55c2fec03a5"
  3904. },
  3905. "dist": {
  3906. "type": "zip",
  3907. "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/b8346af548d399acd9e30fc76ab0c55c2fec03a5",
  3908. "reference": "b8346af548d399acd9e30fc76ab0c55c2fec03a5",
  3909. "shasum": ""
  3910. },
  3911. "require": {
  3912. "ext-xml": "*",
  3913. "php": "^5.3.3 || ^7.0",
  3914. "phpoffice/common": "^0.2.9",
  3915. "zendframework/zend-escaper": "^2.2"
  3916. },
  3917. "require-dev": {
  3918. "dompdf/dompdf": "0.8.*",
  3919. "ext-gd": "*",
  3920. "ext-zip": "*",
  3921. "friendsofphp/php-cs-fixer": "^2.2",
  3922. "mpdf/mpdf": "5.7.4 || 6.* || 7.*",
  3923. "php-coveralls/php-coveralls": "1.1.0 || ^2.0",
  3924. "phploc/phploc": "2.* || 3.* || 4.*",
  3925. "phpmd/phpmd": "2.*",
  3926. "phpunit/phpunit": "^4.8.36 || ^7.0",
  3927. "squizlabs/php_codesniffer": "^2.9",
  3928. "tecnickcom/tcpdf": "6.*"
  3929. },
  3930. "suggest": {
  3931. "dompdf/dompdf": "Allows writing PDF",
  3932. "ext-gd2": "Allows adding images",
  3933. "ext-xmlwriter": "Allows writing OOXML and ODF",
  3934. "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
  3935. "ext-zip": "Allows writing OOXML and ODF"
  3936. },
  3937. "type": "library",
  3938. "extra": {
  3939. "branch-alias": {
  3940. "dev-develop": "0.18-dev"
  3941. }
  3942. },
  3943. "autoload": {
  3944. "psr-4": {
  3945. "PhpOffice\\PhpWord\\": "src/PhpWord"
  3946. }
  3947. },
  3948. "notification-url": "https://packagist.org/downloads/",
  3949. "license": [
  3950. "LGPL-3.0"
  3951. ],
  3952. "authors": [
  3953. {
  3954. "name": "Mark Baker"
  3955. },
  3956. {
  3957. "name": "Gabriel Bull",
  3958. "email": "me@gabrielbull.com",
  3959. "homepage": "http://gabrielbull.com/"
  3960. },
  3961. {
  3962. "name": "Franck Lefevre",
  3963. "homepage": "https://rootslabs.net/blog/"
  3964. },
  3965. {
  3966. "name": "Ivan Lanin",
  3967. "homepage": "http://ivan.lanin.org"
  3968. },
  3969. {
  3970. "name": "Roman Syroeshko",
  3971. "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
  3972. },
  3973. {
  3974. "name": "Antoine de Troostembergh"
  3975. }
  3976. ],
  3977. "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
  3978. "homepage": "http://phpoffice.github.io",
  3979. "keywords": [
  3980. "ISO IEC 29500",
  3981. "OOXML",
  3982. "Office Open XML",
  3983. "OpenDocument",
  3984. "OpenXML",
  3985. "PhpOffice",
  3986. "PhpWord",
  3987. "Rich Text Format",
  3988. "WordprocessingML",
  3989. "doc",
  3990. "docx",
  3991. "html",
  3992. "odf",
  3993. "odt",
  3994. "office",
  3995. "pdf",
  3996. "php",
  3997. "reader",
  3998. "rtf",
  3999. "template",
  4000. "template processor",
  4001. "word",
  4002. "writer"
  4003. ],
  4004. "time": "2019-10-01T20:43:33+00:00"
  4005. },
  4006. {
  4007. "name": "phpunit/php-code-coverage",
  4008. "version": "7.0.10",
  4009. "source": {
  4010. "type": "git",
  4011. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  4012. "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
  4013. },
  4014. "dist": {
  4015. "type": "zip",
  4016. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
  4017. "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
  4018. "shasum": ""
  4019. },
  4020. "require": {
  4021. "ext-dom": "*",
  4022. "ext-xmlwriter": "*",
  4023. "php": "^7.2",
  4024. "phpunit/php-file-iterator": "^2.0.2",
  4025. "phpunit/php-text-template": "^1.2.1",
  4026. "phpunit/php-token-stream": "^3.1.1",
  4027. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  4028. "sebastian/environment": "^4.2.2",
  4029. "sebastian/version": "^2.0.1",
  4030. "theseer/tokenizer": "^1.1.3"
  4031. },
  4032. "require-dev": {
  4033. "phpunit/phpunit": "^8.2.2"
  4034. },
  4035. "suggest": {
  4036. "ext-xdebug": "^2.7.2"
  4037. },
  4038. "type": "library",
  4039. "extra": {
  4040. "branch-alias": {
  4041. "dev-master": "7.0-dev"
  4042. }
  4043. },
  4044. "autoload": {
  4045. "classmap": [
  4046. "src/"
  4047. ]
  4048. },
  4049. "notification-url": "https://packagist.org/downloads/",
  4050. "license": [
  4051. "BSD-3-Clause"
  4052. ],
  4053. "authors": [
  4054. {
  4055. "name": "Sebastian Bergmann",
  4056. "email": "sebastian@phpunit.de",
  4057. "role": "lead"
  4058. }
  4059. ],
  4060. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  4061. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  4062. "keywords": [
  4063. "coverage",
  4064. "testing",
  4065. "xunit"
  4066. ],
  4067. "time": "2019-11-20T13:55:58+00:00"
  4068. },
  4069. {
  4070. "name": "phpunit/php-file-iterator",
  4071. "version": "2.0.2",
  4072. "source": {
  4073. "type": "git",
  4074. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  4075. "reference": "050bedf145a257b1ff02746c31894800e5122946"
  4076. },
  4077. "dist": {
  4078. "type": "zip",
  4079. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
  4080. "reference": "050bedf145a257b1ff02746c31894800e5122946",
  4081. "shasum": ""
  4082. },
  4083. "require": {
  4084. "php": "^7.1"
  4085. },
  4086. "require-dev": {
  4087. "phpunit/phpunit": "^7.1"
  4088. },
  4089. "type": "library",
  4090. "extra": {
  4091. "branch-alias": {
  4092. "dev-master": "2.0.x-dev"
  4093. }
  4094. },
  4095. "autoload": {
  4096. "classmap": [
  4097. "src/"
  4098. ]
  4099. },
  4100. "notification-url": "https://packagist.org/downloads/",
  4101. "license": [
  4102. "BSD-3-Clause"
  4103. ],
  4104. "authors": [
  4105. {
  4106. "name": "Sebastian Bergmann",
  4107. "email": "sebastian@phpunit.de",
  4108. "role": "lead"
  4109. }
  4110. ],
  4111. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  4112. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  4113. "keywords": [
  4114. "filesystem",
  4115. "iterator"
  4116. ],
  4117. "time": "2018-09-13T20:33:42+00:00"
  4118. },
  4119. {
  4120. "name": "phpunit/php-text-template",
  4121. "version": "1.2.1",
  4122. "source": {
  4123. "type": "git",
  4124. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  4125. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  4126. },
  4127. "dist": {
  4128. "type": "zip",
  4129. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  4130. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  4131. "shasum": ""
  4132. },
  4133. "require": {
  4134. "php": ">=5.3.3"
  4135. },
  4136. "type": "library",
  4137. "autoload": {
  4138. "classmap": [
  4139. "src/"
  4140. ]
  4141. },
  4142. "notification-url": "https://packagist.org/downloads/",
  4143. "license": [
  4144. "BSD-3-Clause"
  4145. ],
  4146. "authors": [
  4147. {
  4148. "name": "Sebastian Bergmann",
  4149. "email": "sebastian@phpunit.de",
  4150. "role": "lead"
  4151. }
  4152. ],
  4153. "description": "Simple template engine.",
  4154. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  4155. "keywords": [
  4156. "template"
  4157. ],
  4158. "time": "2015-06-21T13:50:34+00:00"
  4159. },
  4160. {
  4161. "name": "phpunit/php-token-stream",
  4162. "version": "3.1.1",
  4163. "source": {
  4164. "type": "git",
  4165. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  4166. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
  4167. },
  4168. "dist": {
  4169. "type": "zip",
  4170. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
  4171. "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
  4172. "shasum": ""
  4173. },
  4174. "require": {
  4175. "ext-tokenizer": "*",
  4176. "php": "^7.1"
  4177. },
  4178. "require-dev": {
  4179. "phpunit/phpunit": "^7.0"
  4180. },
  4181. "type": "library",
  4182. "extra": {
  4183. "branch-alias": {
  4184. "dev-master": "3.1-dev"
  4185. }
  4186. },
  4187. "autoload": {
  4188. "classmap": [
  4189. "src/"
  4190. ]
  4191. },
  4192. "notification-url": "https://packagist.org/downloads/",
  4193. "license": [
  4194. "BSD-3-Clause"
  4195. ],
  4196. "authors": [
  4197. {
  4198. "name": "Sebastian Bergmann",
  4199. "email": "sebastian@phpunit.de"
  4200. }
  4201. ],
  4202. "description": "Wrapper around PHP's tokenizer extension.",
  4203. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  4204. "keywords": [
  4205. "tokenizer"
  4206. ],
  4207. "abandoned": true,
  4208. "time": "2019-09-17T06:23:10+00:00"
  4209. },
  4210. {
  4211. "name": "pixassociates/sortable-behavior-bundle",
  4212. "version": "v1.5",
  4213. "target-dir": "Pix/SortableBehaviorBundle",
  4214. "source": {
  4215. "type": "git",
  4216. "url": "https://github.com/pix-digital/pixSortableBehaviorBundle.git",
  4217. "reference": "bcb223f26b235647dc57bb5a56c64d331c9a4e5f"
  4218. },
  4219. "dist": {
  4220. "type": "zip",
  4221. "url": "https://api.github.com/repos/pix-digital/pixSortableBehaviorBundle/zipball/bcb223f26b235647dc57bb5a56c64d331c9a4e5f",
  4222. "reference": "bcb223f26b235647dc57bb5a56c64d331c9a4e5f",
  4223. "shasum": ""
  4224. },
  4225. "require": {
  4226. "php": ">=5.3.0",
  4227. "symfony/form": ">=2.1",
  4228. "symfony/framework-bundle": ">=2.1"
  4229. },
  4230. "require-dev": {
  4231. "gedmo/doctrine-extensions": ">=2.2"
  4232. },
  4233. "suggest": {
  4234. "sonata-project/admin-bundle": "Can be easily integrated with Sonata Admin bundle",
  4235. "stof/doctrine-extensions-bundle": "1.1.*@dev"
  4236. },
  4237. "type": "symfony-bundle",
  4238. "extra": {
  4239. "branch-alias": {
  4240. "dev-master": "0.3-dev"
  4241. }
  4242. },
  4243. "autoload": {
  4244. "psr-0": {
  4245. "Pix\\SortableBehaviorBundle": ""
  4246. }
  4247. },
  4248. "notification-url": "https://packagist.org/downloads/",
  4249. "license": [
  4250. "MIT"
  4251. ],
  4252. "authors": [
  4253. {
  4254. "name": "Nicolas Ricci",
  4255. "email": "nr@pix-digital.com"
  4256. }
  4257. ],
  4258. "description": "Provides a way to sort your admin listing",
  4259. "homepage": "https://github.com/pix-digital/pixSortableBehaviorBundle",
  4260. "keywords": [
  4261. "admin",
  4262. "sonata",
  4263. "sortable"
  4264. ],
  4265. "time": "2018-03-26T15:56:52+00:00"
  4266. },
  4267. {
  4268. "name": "prometeo/prometeo-command",
  4269. "version": "1.0.0",
  4270. "dist": {
  4271. "type": "path",
  4272. "url": "repositories/prometeo-commands",
  4273. "reference": "291cb15ea0ea6680ed9424d6dd36c967422f619c"
  4274. },
  4275. "require": {
  4276. "dama/doctrine-test-bundle": "^6.3",
  4277. "doctrine/doctrine-fixtures-bundle": "^3.3",
  4278. "php": ">=7.1",
  4279. "sonata-project/admin-bundle": "^3.56",
  4280. "symfony/maker-bundle": "^1.14",
  4281. "symfony/panther": "^0.6"
  4282. },
  4283. "suggest": {
  4284. "doctrine/orm": "To access database",
  4285. "sonata-project/doctrine-orm-admin-bundle": "For Generate entities and admin"
  4286. },
  4287. "type": "symfony-bundle",
  4288. "autoload": {
  4289. "psr-4": {
  4290. "Prometeo\\CommandsBundle\\": ""
  4291. }
  4292. },
  4293. "license": [
  4294. "MIT"
  4295. ],
  4296. "authors": [
  4297. {
  4298. "name": "Miguel Angel Pescador",
  4299. "email": "miguelangelps@prometeoinnova.com"
  4300. },
  4301. {
  4302. "name": "Prometeo Innovations S.L.",
  4303. "homepage": "https://www.prometeoinnovations.com"
  4304. }
  4305. ],
  4306. "transport-options": {
  4307. "symlink": true
  4308. }
  4309. },
  4310. {
  4311. "name": "psr/cache",
  4312. "version": "1.0.1",
  4313. "source": {
  4314. "type": "git",
  4315. "url": "https://github.com/php-fig/cache.git",
  4316. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  4317. },
  4318. "dist": {
  4319. "type": "zip",
  4320. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  4321. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  4322. "shasum": ""
  4323. },
  4324. "require": {
  4325. "php": ">=5.3.0"
  4326. },
  4327. "type": "library",
  4328. "extra": {
  4329. "branch-alias": {
  4330. "dev-master": "1.0.x-dev"
  4331. }
  4332. },
  4333. "autoload": {
  4334. "psr-4": {
  4335. "Psr\\Cache\\": "src/"
  4336. }
  4337. },
  4338. "notification-url": "https://packagist.org/downloads/",
  4339. "license": [
  4340. "MIT"
  4341. ],
  4342. "authors": [
  4343. {
  4344. "name": "PHP-FIG",
  4345. "homepage": "http://www.php-fig.org/"
  4346. }
  4347. ],
  4348. "description": "Common interface for caching libraries",
  4349. "keywords": [
  4350. "cache",
  4351. "psr",
  4352. "psr-6"
  4353. ],
  4354. "time": "2016-08-06T20:24:11+00:00"
  4355. },
  4356. {
  4357. "name": "psr/container",
  4358. "version": "1.0.0",
  4359. "source": {
  4360. "type": "git",
  4361. "url": "https://github.com/php-fig/container.git",
  4362. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  4363. },
  4364. "dist": {
  4365. "type": "zip",
  4366. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  4367. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  4368. "shasum": ""
  4369. },
  4370. "require": {
  4371. "php": ">=5.3.0"
  4372. },
  4373. "type": "library",
  4374. "extra": {
  4375. "branch-alias": {
  4376. "dev-master": "1.0.x-dev"
  4377. }
  4378. },
  4379. "autoload": {
  4380. "psr-4": {
  4381. "Psr\\Container\\": "src/"
  4382. }
  4383. },
  4384. "notification-url": "https://packagist.org/downloads/",
  4385. "license": [
  4386. "MIT"
  4387. ],
  4388. "authors": [
  4389. {
  4390. "name": "PHP-FIG",
  4391. "homepage": "http://www.php-fig.org/"
  4392. }
  4393. ],
  4394. "description": "Common Container Interface (PHP FIG PSR-11)",
  4395. "homepage": "https://github.com/php-fig/container",
  4396. "keywords": [
  4397. "PSR-11",
  4398. "container",
  4399. "container-interface",
  4400. "container-interop",
  4401. "psr"
  4402. ],
  4403. "time": "2017-02-14T16:28:37+00:00"
  4404. },
  4405. {
  4406. "name": "psr/link",
  4407. "version": "1.0.0",
  4408. "source": {
  4409. "type": "git",
  4410. "url": "https://github.com/php-fig/link.git",
  4411. "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
  4412. },
  4413. "dist": {
  4414. "type": "zip",
  4415. "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
  4416. "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
  4417. "shasum": ""
  4418. },
  4419. "require": {
  4420. "php": ">=5.3.0"
  4421. },
  4422. "type": "library",
  4423. "extra": {
  4424. "branch-alias": {
  4425. "dev-master": "1.0.x-dev"
  4426. }
  4427. },
  4428. "autoload": {
  4429. "psr-4": {
  4430. "Psr\\Link\\": "src/"
  4431. }
  4432. },
  4433. "notification-url": "https://packagist.org/downloads/",
  4434. "license": [
  4435. "MIT"
  4436. ],
  4437. "authors": [
  4438. {
  4439. "name": "PHP-FIG",
  4440. "homepage": "http://www.php-fig.org/"
  4441. }
  4442. ],
  4443. "description": "Common interfaces for HTTP links",
  4444. "keywords": [
  4445. "http",
  4446. "http-link",
  4447. "link",
  4448. "psr",
  4449. "psr-13",
  4450. "rest"
  4451. ],
  4452. "time": "2016-10-28T16:06:13+00:00"
  4453. },
  4454. {
  4455. "name": "psr/log",
  4456. "version": "1.1.3",
  4457. "source": {
  4458. "type": "git",
  4459. "url": "https://github.com/php-fig/log.git",
  4460. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  4461. },
  4462. "dist": {
  4463. "type": "zip",
  4464. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  4465. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  4466. "shasum": ""
  4467. },
  4468. "require": {
  4469. "php": ">=5.3.0"
  4470. },
  4471. "type": "library",
  4472. "extra": {
  4473. "branch-alias": {
  4474. "dev-master": "1.1.x-dev"
  4475. }
  4476. },
  4477. "autoload": {
  4478. "psr-4": {
  4479. "Psr\\Log\\": "Psr/Log/"
  4480. }
  4481. },
  4482. "notification-url": "https://packagist.org/downloads/",
  4483. "license": [
  4484. "MIT"
  4485. ],
  4486. "authors": [
  4487. {
  4488. "name": "PHP-FIG",
  4489. "homepage": "http://www.php-fig.org/"
  4490. }
  4491. ],
  4492. "description": "Common interface for logging libraries",
  4493. "homepage": "https://github.com/php-fig/log",
  4494. "keywords": [
  4495. "log",
  4496. "psr",
  4497. "psr-3"
  4498. ],
  4499. "time": "2020-03-23T09:12:05+00:00"
  4500. },
  4501. {
  4502. "name": "qipsius/tcpdf-bundle",
  4503. "version": "2.0.1",
  4504. "source": {
  4505. "type": "git",
  4506. "url": "https://github.com/Qipsius/QipsiusTCPDFBundle.git",
  4507. "reference": "1b1816f5e133dbc3860b3aab4420cc486eed2300"
  4508. },
  4509. "dist": {
  4510. "type": "zip",
  4511. "url": "https://api.github.com/repos/Qipsius/QipsiusTCPDFBundle/zipball/1b1816f5e133dbc3860b3aab4420cc486eed2300",
  4512. "reference": "1b1816f5e133dbc3860b3aab4420cc486eed2300",
  4513. "shasum": ""
  4514. },
  4515. "require": {
  4516. "php": ">=7.1",
  4517. "symfony/framework-bundle": ">=3.4",
  4518. "tecnickcom/tcpdf": "*"
  4519. },
  4520. "type": "symfony-bundle",
  4521. "autoload": {
  4522. "psr-4": {
  4523. "Qipsius\\TCPDFBundle\\": ""
  4524. }
  4525. },
  4526. "notification-url": "https://packagist.org/downloads/",
  4527. "license": [
  4528. "MIT"
  4529. ],
  4530. "authors": [
  4531. {
  4532. "name": "Rich Sage",
  4533. "email": "rich.sage@gmail.com"
  4534. }
  4535. ],
  4536. "description": "A bundle to easily integrate TCPDF into Symfony",
  4537. "homepage": "https://github.com/qipsius/QipsiusTCPDFBundle",
  4538. "keywords": [
  4539. "TCPDF",
  4540. "pdf"
  4541. ],
  4542. "time": "2019-12-06T11:11:25+00:00"
  4543. },
  4544. {
  4545. "name": "sebastian/code-unit-reverse-lookup",
  4546. "version": "1.0.1",
  4547. "source": {
  4548. "type": "git",
  4549. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  4550. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  4551. },
  4552. "dist": {
  4553. "type": "zip",
  4554. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  4555. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  4556. "shasum": ""
  4557. },
  4558. "require": {
  4559. "php": "^5.6 || ^7.0"
  4560. },
  4561. "require-dev": {
  4562. "phpunit/phpunit": "^5.7 || ^6.0"
  4563. },
  4564. "type": "library",
  4565. "extra": {
  4566. "branch-alias": {
  4567. "dev-master": "1.0.x-dev"
  4568. }
  4569. },
  4570. "autoload": {
  4571. "classmap": [
  4572. "src/"
  4573. ]
  4574. },
  4575. "notification-url": "https://packagist.org/downloads/",
  4576. "license": [
  4577. "BSD-3-Clause"
  4578. ],
  4579. "authors": [
  4580. {
  4581. "name": "Sebastian Bergmann",
  4582. "email": "sebastian@phpunit.de"
  4583. }
  4584. ],
  4585. "description": "Looks up which function or method a line of code belongs to",
  4586. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  4587. "time": "2017-03-04T06:30:41+00:00"
  4588. },
  4589. {
  4590. "name": "sebastian/environment",
  4591. "version": "4.2.3",
  4592. "source": {
  4593. "type": "git",
  4594. "url": "https://github.com/sebastianbergmann/environment.git",
  4595. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
  4596. },
  4597. "dist": {
  4598. "type": "zip",
  4599. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  4600. "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
  4601. "shasum": ""
  4602. },
  4603. "require": {
  4604. "php": "^7.1"
  4605. },
  4606. "require-dev": {
  4607. "phpunit/phpunit": "^7.5"
  4608. },
  4609. "suggest": {
  4610. "ext-posix": "*"
  4611. },
  4612. "type": "library",
  4613. "extra": {
  4614. "branch-alias": {
  4615. "dev-master": "4.2-dev"
  4616. }
  4617. },
  4618. "autoload": {
  4619. "classmap": [
  4620. "src/"
  4621. ]
  4622. },
  4623. "notification-url": "https://packagist.org/downloads/",
  4624. "license": [
  4625. "BSD-3-Clause"
  4626. ],
  4627. "authors": [
  4628. {
  4629. "name": "Sebastian Bergmann",
  4630. "email": "sebastian@phpunit.de"
  4631. }
  4632. ],
  4633. "description": "Provides functionality to handle HHVM/PHP environments",
  4634. "homepage": "http://www.github.com/sebastianbergmann/environment",
  4635. "keywords": [
  4636. "Xdebug",
  4637. "environment",
  4638. "hhvm"
  4639. ],
  4640. "time": "2019-11-20T08:46:58+00:00"
  4641. },
  4642. {
  4643. "name": "sebastian/version",
  4644. "version": "2.0.1",
  4645. "source": {
  4646. "type": "git",
  4647. "url": "https://github.com/sebastianbergmann/version.git",
  4648. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  4649. },
  4650. "dist": {
  4651. "type": "zip",
  4652. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  4653. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  4654. "shasum": ""
  4655. },
  4656. "require": {
  4657. "php": ">=5.6"
  4658. },
  4659. "type": "library",
  4660. "extra": {
  4661. "branch-alias": {
  4662. "dev-master": "2.0.x-dev"
  4663. }
  4664. },
  4665. "autoload": {
  4666. "classmap": [
  4667. "src/"
  4668. ]
  4669. },
  4670. "notification-url": "https://packagist.org/downloads/",
  4671. "license": [
  4672. "BSD-3-Clause"
  4673. ],
  4674. "authors": [
  4675. {
  4676. "name": "Sebastian Bergmann",
  4677. "email": "sebastian@phpunit.de",
  4678. "role": "lead"
  4679. }
  4680. ],
  4681. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  4682. "homepage": "https://github.com/sebastianbergmann/version",
  4683. "time": "2016-10-03T07:35:21+00:00"
  4684. },
  4685. {
  4686. "name": "sensio/framework-extra-bundle",
  4687. "version": "v5.5.3",
  4688. "source": {
  4689. "type": "git",
  4690. "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
  4691. "reference": "98f0807137b13d0acfdf3c255a731516e97015de"
  4692. },
  4693. "dist": {
  4694. "type": "zip",
  4695. "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/98f0807137b13d0acfdf3c255a731516e97015de",
  4696. "reference": "98f0807137b13d0acfdf3c255a731516e97015de",
  4697. "shasum": ""
  4698. },
  4699. "require": {
  4700. "doctrine/annotations": "^1.0",
  4701. "php": ">=7.1.3",
  4702. "symfony/config": "^4.3|^5.0",
  4703. "symfony/dependency-injection": "^4.3|^5.0",
  4704. "symfony/framework-bundle": "^4.3|^5.0",
  4705. "symfony/http-kernel": "^4.3|^5.0"
  4706. },
  4707. "conflict": {
  4708. "doctrine/doctrine-cache-bundle": "<1.3.1"
  4709. },
  4710. "require-dev": {
  4711. "doctrine/doctrine-bundle": "^1.11|^2.0",
  4712. "doctrine/orm": "^2.5",
  4713. "nyholm/psr7": "^1.1",
  4714. "symfony/browser-kit": "^4.3|^5.0",
  4715. "symfony/dom-crawler": "^4.3|^5.0",
  4716. "symfony/expression-language": "^4.3|^5.0",
  4717. "symfony/finder": "^4.3|^5.0",
  4718. "symfony/monolog-bridge": "^4.0|^5.0",
  4719. "symfony/monolog-bundle": "^3.2",
  4720. "symfony/phpunit-bridge": "^4.3.5|^5.0",
  4721. "symfony/psr-http-message-bridge": "^1.1",
  4722. "symfony/security-bundle": "^4.3|^5.0",
  4723. "symfony/twig-bundle": "^4.3|^5.0",
  4724. "symfony/yaml": "^4.3|^5.0",
  4725. "twig/twig": "^1.34|^2.4|^3.0"
  4726. },
  4727. "suggest": {
  4728. "symfony/expression-language": "",
  4729. "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
  4730. "symfony/security-bundle": ""
  4731. },
  4732. "type": "symfony-bundle",
  4733. "extra": {
  4734. "branch-alias": {
  4735. "dev-master": "5.5.x-dev"
  4736. }
  4737. },
  4738. "autoload": {
  4739. "psr-4": {
  4740. "Sensio\\Bundle\\FrameworkExtraBundle\\": "src/"
  4741. },
  4742. "exclude-from-classmap": [
  4743. "/tests/"
  4744. ]
  4745. },
  4746. "notification-url": "https://packagist.org/downloads/",
  4747. "license": [
  4748. "MIT"
  4749. ],
  4750. "authors": [
  4751. {
  4752. "name": "Fabien Potencier",
  4753. "email": "fabien@symfony.com"
  4754. }
  4755. ],
  4756. "description": "This bundle provides a way to configure your controllers with annotations",
  4757. "keywords": [
  4758. "annotations",
  4759. "controllers"
  4760. ],
  4761. "time": "2019-12-27T08:57:19+00:00"
  4762. },
  4763. {
  4764. "name": "sonata-project/admin-bundle",
  4765. "version": "3.62.1",
  4766. "source": {
  4767. "type": "git",
  4768. "url": "https://github.com/sonata-project/SonataAdminBundle.git",
  4769. "reference": "69c2d35037078b3205d27849465c28af57fd7d3e"
  4770. },
  4771. "dist": {
  4772. "type": "zip",
  4773. "url": "https://api.github.com/repos/sonata-project/SonataAdminBundle/zipball/69c2d35037078b3205d27849465c28af57fd7d3e",
  4774. "reference": "69c2d35037078b3205d27849465c28af57fd7d3e",
  4775. "shasum": ""
  4776. },
  4777. "require": {
  4778. "doctrine/common": "^2.7",
  4779. "doctrine/inflector": "^1.1",
  4780. "knplabs/knp-menu-bundle": "^2.2.2",
  4781. "php": "^7.1",
  4782. "sonata-project/block-bundle": "^3.18",
  4783. "sonata-project/core-bundle": "^3.18.0",
  4784. "sonata-project/exporter": "^1.11.0 || ^2.0",
  4785. "symfony/asset": "^4.3",
  4786. "symfony/config": "^4.3",
  4787. "symfony/console": "^4.3",
  4788. "symfony/dependency-injection": "^4.3",
  4789. "symfony/doctrine-bridge": "^4.3",
  4790. "symfony/event-dispatcher": "^4.3",
  4791. "symfony/event-dispatcher-contracts": "^1.1 || ^2.0",
  4792. "symfony/expression-language": "^4.3",
  4793. "symfony/form": "^4.0",
  4794. "symfony/framework-bundle": "^4.3",
  4795. "symfony/http-foundation": "^4.3",
  4796. "symfony/http-kernel": "^4.3",
  4797. "symfony/options-resolver": "^4.3",
  4798. "symfony/property-access": "^4.3",
  4799. "symfony/routing": "^4.3",
  4800. "symfony/security-acl": "^3.0",
  4801. "symfony/security-bundle": "^4.3",
  4802. "symfony/security-core": "^4.3",
  4803. "symfony/security-csrf": "^4.3",
  4804. "symfony/translation": "^4.3",
  4805. "symfony/twig-bridge": "^4.3",
  4806. "symfony/twig-bundle": "^4.3",
  4807. "symfony/validator": "^4.3",
  4808. "twig/extensions": "^1.5",
  4809. "twig/extra-bundle": "^3.0",
  4810. "twig/intl-extra": "^3.0",
  4811. "twig/twig": "^2.12"
  4812. },
  4813. "conflict": {
  4814. "doctrine/doctrine-bundle": ">=3",
  4815. "jms/di-extra-bundle": "<1.9",
  4816. "sonata-project/doctrine-extensions": "<1.1.3",
  4817. "sonata-project/media-bundle": "<3.7",
  4818. "sonata-project/user-bundle": "<3.3"
  4819. },
  4820. "require-dev": {
  4821. "jms/translation-bundle": "^1.4",
  4822. "matthiasnoback/symfony-dependency-injection-test": "^4.1",
  4823. "symfony/browser-kit": "^4.3",
  4824. "symfony/css-selector": "^4.3",
  4825. "symfony/filesystem": "^4.3",
  4826. "symfony/maker-bundle": "^1.14",
  4827. "symfony/phpunit-bridge": "^5.0",
  4828. "symfony/yaml": "^4.3"
  4829. },
  4830. "suggest": {
  4831. "jms/translation-bundle": "Extract message keys from Admins",
  4832. "kunicmarko/sonata-auto-configure-bundle": "Auto configures Admin classes"
  4833. },
  4834. "type": "symfony-bundle",
  4835. "extra": {
  4836. "branch-alias": {
  4837. "dev-master": "3.x-dev"
  4838. }
  4839. },
  4840. "autoload": {
  4841. "psr-4": {
  4842. "Sonata\\AdminBundle\\": "src/"
  4843. }
  4844. },
  4845. "notification-url": "https://packagist.org/downloads/",
  4846. "license": [
  4847. "MIT"
  4848. ],
  4849. "authors": [
  4850. {
  4851. "name": "Thomas Rabaix",
  4852. "email": "thomas.rabaix@sonata-project.org",
  4853. "homepage": "https://sonata-project.org"
  4854. },
  4855. {
  4856. "name": "Sonata Community",
  4857. "homepage": "https://github.com/sonata-project/SonataAdminBundle/contributors"
  4858. }
  4859. ],
  4860. "description": "The missing Symfony Admin Generator",
  4861. "homepage": "https://sonata-project.org/bundles/admin",
  4862. "keywords": [
  4863. "Admin Generator",
  4864. "admin",
  4865. "bootstrap",
  4866. "sonata"
  4867. ],
  4868. "time": "2020-03-17T22:10:38+00:00"
  4869. },
  4870. {
  4871. "name": "sonata-project/block-bundle",
  4872. "version": "3.18.4",
  4873. "source": {
  4874. "type": "git",
  4875. "url": "https://github.com/sonata-project/SonataBlockBundle.git",
  4876. "reference": "5b5115a77fd3bc48e4a4ebc7da306fdc22e7c7e7"
  4877. },
  4878. "dist": {
  4879. "type": "zip",
  4880. "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/5b5115a77fd3bc48e4a4ebc7da306fdc22e7c7e7",
  4881. "reference": "5b5115a77fd3bc48e4a4ebc7da306fdc22e7c7e7",
  4882. "shasum": ""
  4883. },
  4884. "require": {
  4885. "doctrine/common": "^2.3",
  4886. "php": "^7.1",
  4887. "psr/cache": "^1.0",
  4888. "sonata-project/cache": "^1.0 || ^2.0",
  4889. "sonata-project/core-bundle": "^3.15.1",
  4890. "sonata-project/doctrine-extensions": "^1.1",
  4891. "symfony/asset": "^2.8 || ^3.2 || ^4.0",
  4892. "symfony/config": "^2.8 || ^3.2 || ^4.0",
  4893. "symfony/console": "^2.8 || ^3.2 || ^4.0",
  4894. "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
  4895. "symfony/event-dispatcher": "^2.8 || ^3.2 || ^4.0",
  4896. "symfony/form": "^2.8 || ^3.2 || ^4.0",
  4897. "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
  4898. "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
  4899. "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
  4900. "symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
  4901. "symfony/templating": "^2.8 || ^3.2 || ^4.0",
  4902. "symfony/twig-bundle": "^2.8 || ^3.2 || ^4.0",
  4903. "twig/twig": "^1.34 || ^2.0"
  4904. },
  4905. "conflict": {
  4906. "jms/di-extra-bundle": "<1.7.0"
  4907. },
  4908. "require-dev": {
  4909. "jms/di-extra-bundle": "^1.7",
  4910. "knplabs/knp-menu-bundle": "^2.0",
  4911. "sonata-project/admin-bundle": "^3.22",
  4912. "symfony/debug": "^2.8 || ^3.2 || ^4.0",
  4913. "symfony/phpunit-bridge": "^4.2",
  4914. "symfony/stopwatch": "^2.8 || ^3.2 || ^4.0"
  4915. },
  4916. "suggest": {
  4917. "jms/di-extra-bundle": "Annotations for Block definition",
  4918. "knplabs/knp-menu-bundle": "^2.0",
  4919. "sonata-project/cache-bundle": "^3.0"
  4920. },
  4921. "type": "symfony-bundle",
  4922. "extra": {
  4923. "branch-alias": {
  4924. "dev-master": "3.x-dev"
  4925. }
  4926. },
  4927. "autoload": {
  4928. "psr-4": {
  4929. "Sonata\\BlockBundle\\": "src/"
  4930. },
  4931. "files": [
  4932. "src/Resources/stubs/symfony2.php"
  4933. ]
  4934. },
  4935. "notification-url": "https://packagist.org/downloads/",
  4936. "license": [
  4937. "MIT"
  4938. ],
  4939. "authors": [
  4940. {
  4941. "name": "Thomas Rabaix",
  4942. "email": "thomas.rabaix@sonata-project.org",
  4943. "homepage": "https://sonata-project.org"
  4944. },
  4945. {
  4946. "name": "Sonata Community",
  4947. "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors"
  4948. }
  4949. ],
  4950. "description": "Symfony SonataBlockBundle",
  4951. "homepage": "https://sonata-project.org/bundles/block",
  4952. "keywords": [
  4953. "block",
  4954. "sonata"
  4955. ],
  4956. "time": "2020-02-10T18:54:10+00:00"
  4957. },
  4958. {
  4959. "name": "sonata-project/cache",
  4960. "version": "2.0.1",
  4961. "source": {
  4962. "type": "git",
  4963. "url": "https://github.com/sonata-project/cache.git",
  4964. "reference": "2e2fdabf40bfe566c68406aae238a721cddabf74"
  4965. },
  4966. "dist": {
  4967. "type": "zip",
  4968. "url": "https://api.github.com/repos/sonata-project/cache/zipball/2e2fdabf40bfe566c68406aae238a721cddabf74",
  4969. "reference": "2e2fdabf40bfe566c68406aae238a721cddabf74",
  4970. "shasum": ""
  4971. },
  4972. "require": {
  4973. "php": "^7.1",
  4974. "psr/log": "^1.0"
  4975. },
  4976. "require-dev": {
  4977. "doctrine/orm": "^2.5",
  4978. "doctrine/phpcr-odm": "^1.4",
  4979. "jackalope/jackalope-doctrine-dbal": "^1.2",
  4980. "predis/predis": "^1.1",
  4981. "sllh/php-cs-fixer-styleci-bridge": "^2.1",
  4982. "symfony/phpunit-bridge": "^3.3"
  4983. },
  4984. "suggest": {
  4985. "doctrine/orm": "ORM support",
  4986. "doctrine/phpcr-odm": "PHPCR ODM support",
  4987. "ext-apc": "Caching with ext/apc",
  4988. "ext-memcached": "Caching with ext/memcached",
  4989. "predis/predis": "Install redis php"
  4990. },
  4991. "type": "library",
  4992. "extra": {
  4993. "branch-alias": {
  4994. "dev-master": "2.x-dev"
  4995. }
  4996. },
  4997. "autoload": {
  4998. "psr-4": {
  4999. "Sonata\\Cache\\": "src/"
  5000. }
  5001. },
  5002. "notification-url": "https://packagist.org/downloads/",
  5003. "license": [
  5004. "MIT"
  5005. ],
  5006. "authors": [
  5007. {
  5008. "name": "Thomas Rabaix",
  5009. "email": "thomas.rabaix@gmail.com",
  5010. "homepage": "https://sonata-project.org/"
  5011. },
  5012. {
  5013. "name": "Sonata Community",
  5014. "homepage": "https://github.com/sonata-project/cache/contributors"
  5015. }
  5016. ],
  5017. "description": "Cache library",
  5018. "homepage": "https://github.com/sonata-project/cache",
  5019. "keywords": [
  5020. "cache",
  5021. "memcached",
  5022. "mongodb",
  5023. "redis"
  5024. ],
  5025. "time": "2017-12-08T09:22:44+00:00"
  5026. },
  5027. {
  5028. "name": "sonata-project/core-bundle",
  5029. "version": "3.18.0",
  5030. "source": {
  5031. "type": "git",
  5032. "url": "https://github.com/sonata-project/SonataCoreBundle.git",
  5033. "reference": "8e8089961a1185c0a40796054c09a89fd9f9cba9"
  5034. },
  5035. "dist": {
  5036. "type": "zip",
  5037. "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/8e8089961a1185c0a40796054c09a89fd9f9cba9",
  5038. "reference": "8e8089961a1185c0a40796054c09a89fd9f9cba9",
  5039. "shasum": ""
  5040. },
  5041. "require": {
  5042. "cocur/slugify": "^1.4 || ^2.0 || ^3.0 || ^4.0",
  5043. "php": "^7.2",
  5044. "sonata-project/datagrid-bundle": "^2.0",
  5045. "sonata-project/doctrine-extensions": "^1.1",
  5046. "symfony/config": "^4.3",
  5047. "symfony/dependency-injection": "^4.3",
  5048. "symfony/event-dispatcher": "^4.3",
  5049. "symfony/form": "^4.3",
  5050. "symfony/framework-bundle": "^4.3",
  5051. "symfony/http-foundation": "^4.3",
  5052. "symfony/http-kernel": "^4.3",
  5053. "symfony/options-resolver": "^4.3",
  5054. "symfony/property-access": "^4.3",
  5055. "symfony/security-csrf": "^4.3",
  5056. "symfony/translation": "^4.3",
  5057. "symfony/twig-bridge": "^4.3",
  5058. "symfony/validator": "^4.3",
  5059. "twig/extensions": "^1.5",
  5060. "twig/twig": "^1.34 || ^2.0"
  5061. },
  5062. "conflict": {
  5063. "sonata-project/exporter": "< 1.11.0"
  5064. },
  5065. "require-dev": {
  5066. "doctrine/orm": "^2.4",
  5067. "doctrine/phpcr-odm": "^1.0",
  5068. "jackalope/jackalope-doctrine-dbal": "^1.0",
  5069. "jms/serializer-bundle": "^1.0 || ^2.0",
  5070. "matthiasnoback/symfony-config-test": "^4.0",
  5071. "matthiasnoback/symfony-dependency-injection-test": "^4.0",
  5072. "nelmio/api-doc-bundle": "^2.11",
  5073. "sonata-project/exporter": "^1.11.0 || ^2.0",
  5074. "symfony/phpunit-bridge": "^4.3"
  5075. },
  5076. "suggest": {
  5077. "sonata-project/doctrine-extensions": "Direct replacement for Doctrine behavioral extensions",
  5078. "sonata-project/form-extensions": "Direct replacement for Symfony form extensions",
  5079. "sonata-project/twig-extensions": "Direct replacement for Twig Extensions"
  5080. },
  5081. "type": "symfony-bundle",
  5082. "extra": {
  5083. "branch-alias": {
  5084. "dev-master": "3.x-dev"
  5085. }
  5086. },
  5087. "autoload": {
  5088. "psr-4": {
  5089. "Sonata\\CoreBundle\\": "src/CoreBundle/",
  5090. "Sonata\\Form\\": "src/Form/",
  5091. "Sonata\\Serializer\\": "src/Serializer/",
  5092. "Sonata\\Twig\\": "src/Twig/"
  5093. }
  5094. },
  5095. "notification-url": "https://packagist.org/downloads/",
  5096. "license": [
  5097. "MIT"
  5098. ],
  5099. "authors": [
  5100. {
  5101. "name": "Thomas Rabaix",
  5102. "email": "thomas.rabaix@sonata-project.org"
  5103. },
  5104. {
  5105. "name": "Sonata Community",
  5106. "homepage": "https://github.com/sonata-project/SonataCoreBundle/contributors"
  5107. }
  5108. ],
  5109. "description": "Symfony SonataCoreBundle (abandoned)",
  5110. "homepage": "https://sonata-project.org/bundles/core",
  5111. "keywords": [
  5112. "sonata"
  5113. ],
  5114. "abandoned": true,
  5115. "time": "2020-01-28T07:51:16+00:00"
  5116. },
  5117. {
  5118. "name": "sonata-project/datagrid-bundle",
  5119. "version": "2.5.0",
  5120. "source": {
  5121. "type": "git",
  5122. "url": "https://github.com/sonata-project/SonataDatagridBundle.git",
  5123. "reference": "3d67da1be314130c8b419a881582c93bedf809fa"
  5124. },
  5125. "dist": {
  5126. "type": "zip",
  5127. "url": "https://api.github.com/repos/sonata-project/SonataDatagridBundle/zipball/3d67da1be314130c8b419a881582c93bedf809fa",
  5128. "reference": "3d67da1be314130c8b419a881582c93bedf809fa",
  5129. "shasum": ""
  5130. },
  5131. "require": {
  5132. "php": "^7.1",
  5133. "symfony/config": "^3.4 || ^4.0",
  5134. "symfony/dependency-injection": "^3.4 || ^4.0",
  5135. "symfony/form": "^3.4 || ^4.0",
  5136. "symfony/http-kernel": "^3.4 || ^4.0"
  5137. },
  5138. "require-dev": {
  5139. "doctrine/orm": "^2.4",
  5140. "symfony/phpunit-bridge": "^4.2"
  5141. },
  5142. "type": "symfony-bundle",
  5143. "extra": {
  5144. "branch-alias": {
  5145. "dev-master": "2.x-dev"
  5146. }
  5147. },
  5148. "autoload": {
  5149. "psr-4": {
  5150. "Sonata\\DatagridBundle\\": "src/"
  5151. }
  5152. },
  5153. "notification-url": "https://packagist.org/downloads/",
  5154. "license": [
  5155. "MIT"
  5156. ],
  5157. "authors": [
  5158. {
  5159. "name": "Sonata Community",
  5160. "homepage": "https://github.com/sonata-project/SonataDatagridBundle/contributors"
  5161. },
  5162. {
  5163. "name": "Thomas Rabaix",
  5164. "email": "thomas.rabaix@sonata-project.org",
  5165. "homepage": "https://sonata-project.org"
  5166. }
  5167. ],
  5168. "description": "Symfony SonataDatagridBundle",
  5169. "homepage": "https://sonata-project.org/bundles/datagrid",
  5170. "keywords": [
  5171. "datagrid",
  5172. "sonata"
  5173. ],
  5174. "time": "2019-03-05T16:37:15+00:00"
  5175. },
  5176. {
  5177. "name": "sonata-project/doctrine-extensions",
  5178. "version": "1.5.1",
  5179. "source": {
  5180. "type": "git",
  5181. "url": "https://github.com/sonata-project/sonata-doctrine-extensions.git",
  5182. "reference": "0259461e9bb63723a16f1282f129cccb7856afc5"
  5183. },
  5184. "dist": {
  5185. "type": "zip",
  5186. "url": "https://api.github.com/repos/sonata-project/sonata-doctrine-extensions/zipball/0259461e9bb63723a16f1282f129cccb7856afc5",
  5187. "reference": "0259461e9bb63723a16f1282f129cccb7856afc5",
  5188. "shasum": ""
  5189. },
  5190. "require": {
  5191. "doctrine/dbal": "^2.6",
  5192. "php": "^7.1"
  5193. },
  5194. "require-dev": {
  5195. "doctrine/common": "^2.7",
  5196. "doctrine/orm": "^2.5",
  5197. "doctrine/phpcr-odm": "^1.4 || ^2.0",
  5198. "jackalope/jackalope-doctrine-dbal": "^1.0",
  5199. "matthiasnoback/symfony-dependency-injection-test": "^3.1",
  5200. "symfony/dependency-injection": "^3.4 || ^4.2 || ^5.0",
  5201. "symfony/expression-language": "^3.4 || ^4.2 || ^5.0",
  5202. "symfony/framework-bundle": "^3.4 || ^4.2 || ^5.0",
  5203. "symfony/phpunit-bridge": "^5.0"
  5204. },
  5205. "suggest": {
  5206. "doctrine/orm": "If you use doctrine orm",
  5207. "doctrine/phpcr-odm": "If you use doctrine phpcr",
  5208. "symfony/framework-bundle": "If you want to use symfony"
  5209. },
  5210. "type": "library",
  5211. "extra": {
  5212. "branch-alias": {
  5213. "dev-master": "1.x-dev"
  5214. }
  5215. },
  5216. "autoload": {
  5217. "psr-4": {
  5218. "Sonata\\Doctrine\\": "src/"
  5219. }
  5220. },
  5221. "notification-url": "https://packagist.org/downloads/",
  5222. "license": [
  5223. "MIT"
  5224. ],
  5225. "authors": [
  5226. {
  5227. "name": "Thomas Rabaix",
  5228. "email": "thomas.rabaix@sonata-project.org",
  5229. "homepage": "http://sonata-project.org"
  5230. },
  5231. {
  5232. "name": "Sonata Community",
  5233. "homepage": "https://github.com/sonata-project/sonata-doctrine-extensions/contributors"
  5234. }
  5235. ],
  5236. "description": "Doctrine2 behavioral extensions",
  5237. "homepage": "https://github.com/sonata-project/sonata-doctrine-extensions",
  5238. "keywords": [
  5239. "doctrine",
  5240. "doctrine2",
  5241. "json"
  5242. ],
  5243. "time": "2019-12-15T20:32:32+00:00"
  5244. },
  5245. {
  5246. "name": "sonata-project/doctrine-orm-admin-bundle",
  5247. "version": "3.15.0",
  5248. "source": {
  5249. "type": "git",
  5250. "url": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle.git",
  5251. "reference": "a63947fe1672530dedee0ccfeacc2981f4b6c0be"
  5252. },
  5253. "dist": {
  5254. "type": "zip",
  5255. "url": "https://api.github.com/repos/sonata-project/SonataDoctrineORMAdminBundle/zipball/a63947fe1672530dedee0ccfeacc2981f4b6c0be",
  5256. "reference": "a63947fe1672530dedee0ccfeacc2981f4b6c0be",
  5257. "shasum": ""
  5258. },
  5259. "require": {
  5260. "doctrine/doctrine-bundle": "^1.8 || ^2.0",
  5261. "doctrine/orm": "^2.5",
  5262. "doctrine/persistence": "^1.3.4",
  5263. "php": "^7.1",
  5264. "sonata-project/admin-bundle": "^3.61",
  5265. "sonata-project/core-bundle": "^3.14",
  5266. "sonata-project/exporter": "^1.11.0 || ^2.0",
  5267. "symfony/config": "^4.4",
  5268. "symfony/console": "^4.4",
  5269. "symfony/dependency-injection": "^4.4",
  5270. "symfony/doctrine-bridge": "^4.4",
  5271. "symfony/form": "^4.4",
  5272. "symfony/framework-bundle": "^4.4",
  5273. "symfony/http-foundation": "^4.4",
  5274. "symfony/http-kernel": "^4.4",
  5275. "symfony/options-resolver": "^4.4",
  5276. "symfony/security-acl": "^3.0"
  5277. },
  5278. "conflict": {
  5279. "simplethings/entity-audit-bundle": ">=2.0",
  5280. "sonata-project/block-bundle": "<3.11"
  5281. },
  5282. "provide": {
  5283. "sonata-project/admin-bundle-persistency-layer": "1.0.0"
  5284. },
  5285. "require-dev": {
  5286. "simplethings/entity-audit-bundle": "^0.9 || ^1.0",
  5287. "sonata-project/block-bundle": "^3.17",
  5288. "symfony/phpunit-bridge": "^5.0"
  5289. },
  5290. "suggest": {
  5291. "simplethings/entity-audit-bundle": "If you want to support for versioning of entities and their associations."
  5292. },
  5293. "type": "symfony-bundle",
  5294. "extra": {
  5295. "branch-alias": {
  5296. "dev-master": "3.x-dev"
  5297. }
  5298. },
  5299. "autoload": {
  5300. "psr-4": {
  5301. "Sonata\\DoctrineORMAdminBundle\\": "src/"
  5302. }
  5303. },
  5304. "notification-url": "https://packagist.org/downloads/",
  5305. "license": [
  5306. "MIT"
  5307. ],
  5308. "authors": [
  5309. {
  5310. "name": "Thomas Rabaix",
  5311. "email": "thomas.rabaix@sonata-project.org",
  5312. "homepage": "https://sonata-project.org"
  5313. },
  5314. {
  5315. "name": "Sonata Community",
  5316. "homepage": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle/contributors"
  5317. }
  5318. ],
  5319. "description": "Symfony Sonata / Integrate Doctrine ORM into the SonataAdminBundle",
  5320. "homepage": "https://sonata-project.org/bundles/admin",
  5321. "keywords": [
  5322. "Admin Generator",
  5323. "admin",
  5324. "bootstrap",
  5325. "generator",
  5326. "sonata"
  5327. ],
  5328. "time": "2020-03-16T17:44:14+00:00"
  5329. },
  5330. {
  5331. "name": "sonata-project/easy-extends-bundle",
  5332. "version": "2.5.0",
  5333. "source": {
  5334. "type": "git",
  5335. "url": "https://github.com/sonata-project/SonataEasyExtendsBundle.git",
  5336. "reference": "c62fb4f7e74f7fc5f32f122ffa8131d7cf05a1db"
  5337. },
  5338. "dist": {
  5339. "type": "zip",
  5340. "url": "https://api.github.com/repos/sonata-project/SonataEasyExtendsBundle/zipball/c62fb4f7e74f7fc5f32f122ffa8131d7cf05a1db",
  5341. "reference": "c62fb4f7e74f7fc5f32f122ffa8131d7cf05a1db",
  5342. "shasum": ""
  5343. },
  5344. "require": {
  5345. "php": "^5.6 || ^7.0",
  5346. "symfony/console": "^2.8 || ^3.2 || ^4.0",
  5347. "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
  5348. "symfony/finder": "^2.8 || ^3.2 || ^4.0",
  5349. "symfony/framework-bundle": "^2.8 || ^3.2 || ^4.0",
  5350. "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0"
  5351. },
  5352. "require-dev": {
  5353. "doctrine/orm": "^2.2",
  5354. "symfony/phpunit-bridge": "^4.0"
  5355. },
  5356. "type": "symfony-bundle",
  5357. "extra": {
  5358. "branch-alias": {
  5359. "dev-master": "2.x-dev"
  5360. }
  5361. },
  5362. "autoload": {
  5363. "psr-4": {
  5364. "Sonata\\EasyExtendsBundle\\": "src/"
  5365. }
  5366. },
  5367. "notification-url": "https://packagist.org/downloads/",
  5368. "license": [
  5369. "MIT"
  5370. ],
  5371. "authors": [
  5372. {
  5373. "name": "Sonata Community",
  5374. "homepage": "https://github.com/sonata-project/SonataEasyExtendsBundle/contributors"
  5375. },
  5376. {
  5377. "name": "Thomas Rabaix",
  5378. "email": "thomas.rabaix@sonata-project.org",
  5379. "homepage": "https://sonata-project.org"
  5380. }
  5381. ],
  5382. "description": "Symfony SonataEasyExtendsBundle",
  5383. "homepage": "https://sonata-project.org/bundles/easy-extends",
  5384. "keywords": [
  5385. "Easy Extends",
  5386. "sonata"
  5387. ],
  5388. "time": "2018-02-11T12:21:41+00:00"
  5389. },
  5390. {
  5391. "name": "sonata-project/exporter",
  5392. "version": "2.2.0",
  5393. "source": {
  5394. "type": "git",
  5395. "url": "https://github.com/sonata-project/exporter.git",
  5396. "reference": "ed2b6e43982eec5c267b3ff3bc0e3c97ab98b849"
  5397. },
  5398. "dist": {
  5399. "type": "zip",
  5400. "url": "https://api.github.com/repos/sonata-project/exporter/zipball/ed2b6e43982eec5c267b3ff3bc0e3c97ab98b849",
  5401. "reference": "ed2b6e43982eec5c267b3ff3bc0e3c97ab98b849",
  5402. "shasum": ""
  5403. },
  5404. "require": {
  5405. "php": "^7.2"
  5406. },
  5407. "require-dev": {
  5408. "doctrine/dbal": "^2.5",
  5409. "doctrine/orm": "^2.4.5",
  5410. "matthiasnoback/symfony-config-test": "^4.0",
  5411. "matthiasnoback/symfony-dependency-injection-test": "^4.0",
  5412. "propel/propel1": "^1.6",
  5413. "symfony/config": "^3.4 || ^4.3 || ^5.0",
  5414. "symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0",
  5415. "symfony/http-foundation": "^3.4 || ^4.3 || ^5.0",
  5416. "symfony/http-kernel": "^3.4 || ^4.3 || ^5.0",
  5417. "symfony/phpunit-bridge": "^4.3.8 || ^5.0",
  5418. "symfony/property-access": "^3.4 || ^4.3 || ^5.0",
  5419. "symfony/routing": "^3.4 || ^4.3 || ^5.0"
  5420. },
  5421. "suggest": {
  5422. "propel/propel1": "To export propel collections",
  5423. "symfony/property-access": "To be able to export from database entities",
  5424. "symfony/routing": "To be able to export the routes of a Symfony app"
  5425. },
  5426. "type": "library",
  5427. "extra": {
  5428. "branch-alias": {
  5429. "dev-master": "2.x-dev"
  5430. }
  5431. },
  5432. "autoload": {
  5433. "psr-4": {
  5434. "Sonata\\Exporter\\": "src/"
  5435. }
  5436. },
  5437. "notification-url": "https://packagist.org/downloads/",
  5438. "license": [
  5439. "MIT"
  5440. ],
  5441. "authors": [
  5442. {
  5443. "name": "Thomas Rabaix",
  5444. "email": "thomas.rabaix@gmail.com",
  5445. "homepage": "https://sonata-project.org/"
  5446. }
  5447. ],
  5448. "description": "Lightweight Exporter library",
  5449. "homepage": "https://github.com/sonata-project/Exporter",
  5450. "keywords": [
  5451. "client",
  5452. "csv",
  5453. "data",
  5454. "export",
  5455. "xls"
  5456. ],
  5457. "time": "2020-03-17T17:59:38+00:00"
  5458. },
  5459. {
  5460. "name": "sonata-project/formatter-bundle",
  5461. "version": "4.1.3",
  5462. "source": {
  5463. "type": "git",
  5464. "url": "https://github.com/sonata-project/SonataFormatterBundle.git",
  5465. "reference": "abdc79753193667726661e9bca984055b9b9eb14"
  5466. },
  5467. "dist": {
  5468. "type": "zip",
  5469. "url": "https://api.github.com/repos/sonata-project/SonataFormatterBundle/zipball/abdc79753193667726661e9bca984055b9b9eb14",
  5470. "reference": "abdc79753193667726661e9bca984055b9b9eb14",
  5471. "shasum": ""
  5472. },
  5473. "require": {
  5474. "friendsofsymfony/ckeditor-bundle": "^1.0",
  5475. "knplabs/knp-markdown-bundle": "^1.7",
  5476. "php": "^7.1",
  5477. "psr/log": "^1.0",
  5478. "sonata-project/block-bundle": "^3.11",
  5479. "sonata-project/core-bundle": "^3.9",
  5480. "symfony/config": "^3.4 || ^4.0",
  5481. "symfony/dependency-injection": "^3.2 || ^4.0",
  5482. "symfony/event-dispatcher": "^3.2 || ^4.0",
  5483. "symfony/form": "^3.4 || ^4.0",
  5484. "symfony/framework-bundle": "^3.4 || ^4.0",
  5485. "symfony/http-foundation": "^3.4 || ^4.0",
  5486. "symfony/http-kernel": "^3.4 || ^4.0",
  5487. "symfony/options-resolver": "^3.4 || ^4.0",
  5488. "symfony/property-access": "^3.4 || ^4.0",
  5489. "symfony/translation": "^3.4 || ^4.0",
  5490. "symfony/twig-bridge": "^3.4 || ^4.0",
  5491. "symfony/validator": "^3.4 || ^4.0",
  5492. "twig/twig": "^2.4"
  5493. },
  5494. "conflict": {
  5495. "sonata-project/admin-bundle": "<3.27",
  5496. "sonata-project/media-bundle": "<3.0"
  5497. },
  5498. "require-dev": {
  5499. "matthiasnoback/symfony-dependency-injection-test": "^3.0",
  5500. "sonata-project/admin-bundle": "^3.31",
  5501. "sonata-project/media-bundle": "^3.10",
  5502. "symfony/phpunit-bridge": "^4.1"
  5503. },
  5504. "suggest": {
  5505. "sonata-project/admin-bundle": "For using the admin media browser.",
  5506. "sonata-project/media-bundle": "For using the admin media browser."
  5507. },
  5508. "type": "symfony-bundle",
  5509. "extra": {
  5510. "branch-alias": {
  5511. "dev-master": "4.x-dev"
  5512. }
  5513. },
  5514. "autoload": {
  5515. "psr-4": {
  5516. "Sonata\\FormatterBundle\\": "src/"
  5517. }
  5518. },
  5519. "notification-url": "https://packagist.org/downloads/",
  5520. "license": [
  5521. "MIT"
  5522. ],
  5523. "authors": [
  5524. {
  5525. "name": "Sonata Community",
  5526. "homepage": "https://github.com/sonata-project/SonataFormatterBundle/contributors"
  5527. },
  5528. {
  5529. "name": "Thomas Rabaix",
  5530. "email": "thomas.rabaix@sonata-project.org",
  5531. "homepage": "https://sonata-project.org"
  5532. }
  5533. ],
  5534. "description": "Symfony SonataFormatterBundle",
  5535. "homepage": "https://sonata-project.org/bundles/formatter",
  5536. "keywords": [
  5537. "CKEditor",
  5538. "formatter",
  5539. "markdown",
  5540. "markitup",
  5541. "sonata"
  5542. ],
  5543. "time": "2019-06-13T19:57:41+00:00"
  5544. },
  5545. {
  5546. "name": "sonata-project/intl-bundle",
  5547. "version": "2.7.0",
  5548. "source": {
  5549. "type": "git",
  5550. "url": "https://github.com/sonata-project/SonataIntlBundle.git",
  5551. "reference": "222b9bf6ff14429e369e9b20bb9dec75a2ae2eda"
  5552. },
  5553. "dist": {
  5554. "type": "zip",
  5555. "url": "https://api.github.com/repos/sonata-project/SonataIntlBundle/zipball/222b9bf6ff14429e369e9b20bb9dec75a2ae2eda",
  5556. "reference": "222b9bf6ff14429e369e9b20bb9dec75a2ae2eda",
  5557. "shasum": ""
  5558. },
  5559. "require": {
  5560. "php": "^7.1",
  5561. "symfony/config": "^2.8 || ^3.2 || ^4.0",
  5562. "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
  5563. "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
  5564. "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
  5565. "symfony/intl": "^2.8 || ^3.2 || ^4.0",
  5566. "symfony/templating": "^2.8 || ^3.2 || ^4.0",
  5567. "twig/twig": "^2.9"
  5568. },
  5569. "conflict": {
  5570. "sonata-project/user-bundle": "<2.0 || >=5.0"
  5571. },
  5572. "require-dev": {
  5573. "matthiasnoback/symfony-dependency-injection-test": "^3.1",
  5574. "sonata-project/user-bundle": "^3.6 || ^4.0",
  5575. "symfony/phpunit-bridge": "^4.3",
  5576. "symfony/security-core": "^2.8 || ^3.2 || ^4.0"
  5577. },
  5578. "suggest": {
  5579. "sonata-project/user-bundle": "For user timezone detection"
  5580. },
  5581. "type": "symfony-bundle",
  5582. "extra": {
  5583. "branch-alias": {
  5584. "dev-master": "2.x-dev"
  5585. }
  5586. },
  5587. "autoload": {
  5588. "psr-4": {
  5589. "Sonata\\IntlBundle\\": "src/"
  5590. }
  5591. },
  5592. "notification-url": "https://packagist.org/downloads/",
  5593. "license": [
  5594. "MIT"
  5595. ],
  5596. "authors": [
  5597. {
  5598. "name": "Thomas Rabaix",
  5599. "email": "thomas.rabaix@sonata-project.org"
  5600. },
  5601. {
  5602. "name": "Sonata Community",
  5603. "homepage": "https://github.com/sonata-project/SonataIntlBundle/contributors"
  5604. }
  5605. ],
  5606. "description": "Symfony SonataIntlBundle",
  5607. "homepage": "https://sonata-project.org/bundles/intl",
  5608. "keywords": [
  5609. "date",
  5610. "intl",
  5611. "number",
  5612. "sonata",
  5613. "time"
  5614. ],
  5615. "time": "2019-08-08T19:27:06+00:00"
  5616. },
  5617. {
  5618. "name": "sonata-project/translation-bundle",
  5619. "version": "2.4.2",
  5620. "source": {
  5621. "type": "git",
  5622. "url": "https://github.com/sonata-project/SonataTranslationBundle.git",
  5623. "reference": "b9e66dbe65db28747146b01da6187a233a81a8f5"
  5624. },
  5625. "dist": {
  5626. "type": "zip",
  5627. "url": "https://api.github.com/repos/sonata-project/SonataTranslationBundle/zipball/b9e66dbe65db28747146b01da6187a233a81a8f5",
  5628. "reference": "b9e66dbe65db28747146b01da6187a233a81a8f5",
  5629. "shasum": ""
  5630. },
  5631. "require": {
  5632. "php": "^7.1",
  5633. "sonata-project/admin-bundle": "^3.43",
  5634. "sonata-project/block-bundle": "^3.11",
  5635. "sonata-project/core-bundle": "^3.12.0",
  5636. "symfony/config": "^2.8 || ^3.2 || ^4.0",
  5637. "symfony/dependency-injection": "^2.8 || ^3.2 || ^4.0",
  5638. "symfony/form": "^2.8 || ^3.2 || ^4.0",
  5639. "symfony/http-foundation": "^2.8 || ^3.2 || ^4.0",
  5640. "symfony/http-kernel": "^2.8 || ^3.2 || ^4.0",
  5641. "symfony/options-resolver": "^2.8 || ^3.2 || ^4.0",
  5642. "twig/twig": "^1.35 || ^2.4"
  5643. },
  5644. "conflict": {
  5645. "doctrine/phpcr-odm": ">=3.0",
  5646. "knplabs/doctrine-behaviors": "<1.0 || >=2.0",
  5647. "stof/doctrine-extensions-bundle": "<1.1 || >=2.0"
  5648. },
  5649. "require-dev": {
  5650. "doctrine/orm": "^2.5",
  5651. "knplabs/doctrine-behaviors": "^1.4",
  5652. "matthiasnoback/symfony-dependency-injection-test": "^3.0",
  5653. "sonata-project/doctrine-orm-admin-bundle": "^3.2",
  5654. "stof/doctrine-extensions-bundle": "^1.1",
  5655. "symfony/framework-bundle": "^2.8.18 || ^3.2.5 || ^4.0",
  5656. "symfony/phpunit-bridge": "^4.2"
  5657. },
  5658. "suggest": {
  5659. "doctrine/phpcr-odm": "if you translate odm documents",
  5660. "knplabs/doctrine-behaviors": "if you translate orm entities with the knplabs behaviours",
  5661. "sonata-project/doctrine-orm-admin-bundle": "if you translate orm entities and search on translated fields",
  5662. "stof/doctrine-extensions-bundle": "if you translate orm entities with the gedmo extensions"
  5663. },
  5664. "type": "symfony-bundle",
  5665. "extra": {
  5666. "branch-alias": {
  5667. "dev-master": "2.x-dev"
  5668. }
  5669. },
  5670. "autoload": {
  5671. "psr-4": {
  5672. "Sonata\\TranslationBundle\\": "src/"
  5673. }
  5674. },
  5675. "notification-url": "https://packagist.org/downloads/",
  5676. "license": [
  5677. "MIT"
  5678. ],
  5679. "authors": [
  5680. {
  5681. "name": "Nicolas Bastien",
  5682. "email": "nbastien.pro@gmail.com",
  5683. "homepage": "https://github.com/nicolas-bastien"
  5684. },
  5685. {
  5686. "name": "Sonata Community",
  5687. "homepage": "https://github.com/sonata-project/SonataTranslationBundle/contributors"
  5688. }
  5689. ],
  5690. "description": "SonataTranslationBundle",
  5691. "homepage": "http://sonata-project.org/bundles/translation",
  5692. "keywords": [
  5693. "i18n",
  5694. "translation"
  5695. ],
  5696. "time": "2019-07-05T20:15:14+00:00"
  5697. },
  5698. {
  5699. "name": "sonata-project/user-bundle",
  5700. "version": "4.5.2",
  5701. "source": {
  5702. "type": "git",
  5703. "url": "https://github.com/sonata-project/SonataUserBundle.git",
  5704. "reference": "0849d395456a5ce7c504b6130e51bce499dcd5f9"
  5705. },
  5706. "dist": {
  5707. "type": "zip",
  5708. "url": "https://api.github.com/repos/sonata-project/SonataUserBundle/zipball/0849d395456a5ce7c504b6130e51bce499dcd5f9",
  5709. "reference": "0849d395456a5ce7c504b6130e51bce499dcd5f9",
  5710. "shasum": ""
  5711. },
  5712. "require": {
  5713. "friendsofsymfony/user-bundle": "^2.0",
  5714. "php": "^7.1",
  5715. "sonata-project/admin-bundle": "^3.34",
  5716. "sonata-project/core-bundle": "^3.18",
  5717. "sonata-project/datagrid-bundle": "^2.4.0",
  5718. "sonata-project/doctrine-extensions": "^1.5.1",
  5719. "sonata-project/easy-extends-bundle": "^2.2",
  5720. "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
  5721. "symfony/config": "^3.4 || ^4.2",
  5722. "symfony/console": "^3.4 || ^4.2",
  5723. "symfony/dependency-injection": "^3.4 || ^4.2",
  5724. "symfony/form": "^3.4.31 || ^4.3.4",
  5725. "symfony/framework-bundle": "^3.4 || ^4.2",
  5726. "symfony/http-foundation": "^3.4 || ^4.2",
  5727. "symfony/http-kernel": "^3.4 || ^4.2",
  5728. "symfony/options-resolver": "^3.4 || ^4.2",
  5729. "symfony/security-acl": "^2.8 || ^3.0",
  5730. "symfony/security-core": "^3.4 || ^4.2",
  5731. "symfony/translation": "^3.4 || ^4.2",
  5732. "twig/twig": "^2.9"
  5733. },
  5734. "conflict": {
  5735. "friendsofsymfony/rest-bundle": "<2.1 || >=3.0",
  5736. "jms/serializer": "<1.3 || >=4.0",
  5737. "nelmio/api-doc-bundle": "<2.4",
  5738. "sonata-project/doctrine-orm-admin-bundle": "<3.0",
  5739. "sonata-project/google-authenticator": "<1.0"
  5740. },
  5741. "require-dev": {
  5742. "doctrine/orm": "^2.0",
  5743. "friendsofsymfony/rest-bundle": "^2.1",
  5744. "jms/serializer-bundle": "^1.0 || ^2.0 || ^3.0",
  5745. "matthiasnoback/symfony-config-test": "^4.0",
  5746. "matthiasnoback/symfony-dependency-injection-test": "^4.0",
  5747. "nelmio/api-doc-bundle": "^2.4",
  5748. "sonata-project/google-authenticator": "^1.0 || ^2.0",
  5749. "symfony/phpunit-bridge": "^4.3"
  5750. },
  5751. "suggest": {
  5752. "friendsofsymfony/rest-bundle": "For using the public API methods.",
  5753. "jms/serializer": "For using the public API methods.",
  5754. "nelmio/api-doc-bundle": "For using the public API methods.",
  5755. "sonata-project/doctrine-orm-admin-bundle": "^3.0",
  5756. "sonata-project/google-authenticator": "For google auth user login"
  5757. },
  5758. "type": "symfony-bundle",
  5759. "extra": {
  5760. "branch-alias": {
  5761. "dev-master": "4.x-dev"
  5762. }
  5763. },
  5764. "autoload": {
  5765. "psr-4": {
  5766. "Sonata\\UserBundle\\": "src/"
  5767. }
  5768. },
  5769. "notification-url": "https://packagist.org/downloads/",
  5770. "license": [
  5771. "MIT"
  5772. ],
  5773. "authors": [
  5774. {
  5775. "name": "Thomas Rabaix",
  5776. "email": "thomas.rabaix@sonata-project.org",
  5777. "homepage": "http://sonata-project.org"
  5778. },
  5779. {
  5780. "name": "Sonata Community",
  5781. "homepage": "https://github.com/sonata-project/SonataUserBundle/contributors"
  5782. }
  5783. ],
  5784. "description": "Symfony SonataUserBundle",
  5785. "homepage": "http://sonata-project.org/bundles/user",
  5786. "keywords": [
  5787. "google authenticator",
  5788. "sonata",
  5789. "user"
  5790. ],
  5791. "time": "2020-02-04T19:56:53+00:00"
  5792. },
  5793. {
  5794. "name": "stof/doctrine-extensions-bundle",
  5795. "version": "v1.3.0",
  5796. "source": {
  5797. "type": "git",
  5798. "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
  5799. "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c"
  5800. },
  5801. "dist": {
  5802. "type": "zip",
  5803. "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
  5804. "reference": "46db71ec7ffee9122eca3cdddd4ef8d84bae269c",
  5805. "shasum": ""
  5806. },
  5807. "require": {
  5808. "gedmo/doctrine-extensions": "^2.3.4",
  5809. "php": ">=5.3.2",
  5810. "symfony/framework-bundle": "~2.7|~3.2|~4.0"
  5811. },
  5812. "require-dev": {
  5813. "symfony/phpunit-bridge": "^4.0",
  5814. "symfony/security-bundle": "^2.7 || ^3.2 || ^4.0"
  5815. },
  5816. "suggest": {
  5817. "doctrine/doctrine-bundle": "to use the ORM extensions",
  5818. "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
  5819. },
  5820. "type": "symfony-bundle",
  5821. "extra": {
  5822. "branch-alias": {
  5823. "dev-master": "1.3.x-dev"
  5824. }
  5825. },
  5826. "autoload": {
  5827. "psr-4": {
  5828. "Stof\\DoctrineExtensionsBundle\\": ""
  5829. }
  5830. },
  5831. "notification-url": "https://packagist.org/downloads/",
  5832. "license": [
  5833. "MIT"
  5834. ],
  5835. "authors": [
  5836. {
  5837. "name": "Christophe Coevoet",
  5838. "email": "stof@notk.org"
  5839. }
  5840. ],
  5841. "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
  5842. "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
  5843. "keywords": [
  5844. "behaviors",
  5845. "doctrine2",
  5846. "extensions",
  5847. "gedmo",
  5848. "loggable",
  5849. "nestedset",
  5850. "sluggable",
  5851. "sortable",
  5852. "timestampable",
  5853. "translatable",
  5854. "tree"
  5855. ],
  5856. "time": "2017-12-24T16:06:50+00:00"
  5857. },
  5858. {
  5859. "name": "studio-42/elfinder",
  5860. "version": "2.1.55",
  5861. "source": {
  5862. "type": "git",
  5863. "url": "https://github.com/Studio-42/elFinder.git",
  5864. "reference": "7d7174dbadbadc19b1178ded8b62fbff738df877"
  5865. },
  5866. "dist": {
  5867. "type": "zip",
  5868. "url": "https://api.github.com/repos/Studio-42/elFinder/zipball/7d7174dbadbadc19b1178ded8b62fbff738df877",
  5869. "reference": "7d7174dbadbadc19b1178ded8b62fbff738df877",
  5870. "shasum": ""
  5871. },
  5872. "require": {
  5873. "php": ">=5.2"
  5874. },
  5875. "suggest": {
  5876. "barryvdh/elfinder-flysystem-driver": "VolumeDriver for elFinder to use Flysystem as a root.",
  5877. "google/apiclient": "VolumeDriver GoogleDrive require `google/apiclient:^2.0.",
  5878. "kunalvarma05/dropbox-php-sdk": "VolumeDriver `Dropbox`2 require `kunalvarma05/dropbox-php-sdk.",
  5879. "nao-pon/flysystem-google-drive": "require in GoogleDrive network volume mounting with Flysystem."
  5880. },
  5881. "type": "library",
  5882. "autoload": {
  5883. "classmap": [
  5884. "php"
  5885. ]
  5886. },
  5887. "notification-url": "https://packagist.org/downloads/",
  5888. "license": [
  5889. "BSD-3-Clause"
  5890. ],
  5891. "authors": [
  5892. {
  5893. "name": "Dmitry Levashov",
  5894. "email": "dio@std42.ru",
  5895. "homepage": "http://std42.ru"
  5896. },
  5897. {
  5898. "name": "Troex Nevelin",
  5899. "email": "troex@fury.scancode.ru",
  5900. "homepage": "http://std42.ru"
  5901. },
  5902. {
  5903. "name": "Naoki Sawada",
  5904. "email": "hypweb+elfinder@gmail.com",
  5905. "homepage": "http://xoops.hypweb.net"
  5906. },
  5907. {
  5908. "name": "Community contributions",
  5909. "homepage": "https://github.com/Studio-42/elFinder/contributors"
  5910. }
  5911. ],
  5912. "description": "File manager for web",
  5913. "homepage": "http://elfinder.org",
  5914. "time": "2020-03-18T11:37:50+00:00"
  5915. },
  5916. {
  5917. "name": "swiftmailer/swiftmailer",
  5918. "version": "v6.2.3",
  5919. "source": {
  5920. "type": "git",
  5921. "url": "https://github.com/swiftmailer/swiftmailer.git",
  5922. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
  5923. },
  5924. "dist": {
  5925. "type": "zip",
  5926. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  5927. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  5928. "shasum": ""
  5929. },
  5930. "require": {
  5931. "egulias/email-validator": "~2.0",
  5932. "php": ">=7.0.0",
  5933. "symfony/polyfill-iconv": "^1.0",
  5934. "symfony/polyfill-intl-idn": "^1.10",
  5935. "symfony/polyfill-mbstring": "^1.0"
  5936. },
  5937. "require-dev": {
  5938. "mockery/mockery": "~0.9.1",
  5939. "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
  5940. },
  5941. "suggest": {
  5942. "ext-intl": "Needed to support internationalized email addresses",
  5943. "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
  5944. },
  5945. "type": "library",
  5946. "extra": {
  5947. "branch-alias": {
  5948. "dev-master": "6.2-dev"
  5949. }
  5950. },
  5951. "autoload": {
  5952. "files": [
  5953. "lib/swift_required.php"
  5954. ]
  5955. },
  5956. "notification-url": "https://packagist.org/downloads/",
  5957. "license": [
  5958. "MIT"
  5959. ],
  5960. "authors": [
  5961. {
  5962. "name": "Chris Corbyn"
  5963. },
  5964. {
  5965. "name": "Fabien Potencier",
  5966. "email": "fabien@symfony.com"
  5967. }
  5968. ],
  5969. "description": "Swiftmailer, free feature-rich PHP mailer",
  5970. "homepage": "https://swiftmailer.symfony.com",
  5971. "keywords": [
  5972. "email",
  5973. "mail",
  5974. "mailer"
  5975. ],
  5976. "time": "2019-11-12T09:31:26+00:00"
  5977. },
  5978. {
  5979. "name": "symfony/apache-pack",
  5980. "version": "v1.0.1",
  5981. "source": {
  5982. "type": "git",
  5983. "url": "https://github.com/symfony/apache-pack.git",
  5984. "reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c"
  5985. },
  5986. "dist": {
  5987. "type": "zip",
  5988. "url": "https://api.github.com/repos/symfony/apache-pack/zipball/3aa5818d73ad2551281fc58a75afd9ca82622e6c",
  5989. "reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c",
  5990. "shasum": ""
  5991. },
  5992. "type": "symfony-pack",
  5993. "notification-url": "https://packagist.org/downloads/",
  5994. "license": [
  5995. "MIT"
  5996. ],
  5997. "description": "A pack for Apache support in Symfony",
  5998. "time": "2017-12-12T01:46:35+00:00"
  5999. },
  6000. {
  6001. "name": "symfony/asset",
  6002. "version": "v4.4.5",
  6003. "source": {
  6004. "type": "git",
  6005. "url": "https://github.com/symfony/asset.git",
  6006. "reference": "5c1afa35f0ff6a4fa5d037b4a5ef1bf60513e65b"
  6007. },
  6008. "dist": {
  6009. "type": "zip",
  6010. "url": "https://api.github.com/repos/symfony/asset/zipball/5c1afa35f0ff6a4fa5d037b4a5ef1bf60513e65b",
  6011. "reference": "5c1afa35f0ff6a4fa5d037b4a5ef1bf60513e65b",
  6012. "shasum": ""
  6013. },
  6014. "require": {
  6015. "php": "^7.1.3"
  6016. },
  6017. "require-dev": {
  6018. "symfony/http-foundation": "^3.4|^4.0|^5.0",
  6019. "symfony/http-kernel": "^3.4|^4.0|^5.0"
  6020. },
  6021. "suggest": {
  6022. "symfony/http-foundation": ""
  6023. },
  6024. "type": "library",
  6025. "extra": {
  6026. "branch-alias": {
  6027. "dev-master": "4.4-dev"
  6028. }
  6029. },
  6030. "autoload": {
  6031. "psr-4": {
  6032. "Symfony\\Component\\Asset\\": ""
  6033. },
  6034. "exclude-from-classmap": [
  6035. "/Tests/"
  6036. ]
  6037. },
  6038. "notification-url": "https://packagist.org/downloads/",
  6039. "license": [
  6040. "MIT"
  6041. ],
  6042. "authors": [
  6043. {
  6044. "name": "Fabien Potencier",
  6045. "email": "fabien@symfony.com"
  6046. },
  6047. {
  6048. "name": "Symfony Community",
  6049. "homepage": "https://symfony.com/contributors"
  6050. }
  6051. ],
  6052. "description": "Symfony Asset Component",
  6053. "homepage": "https://symfony.com",
  6054. "time": "2020-02-24T13:10:00+00:00"
  6055. },
  6056. {
  6057. "name": "symfony/browser-kit",
  6058. "version": "v4.4.5",
  6059. "source": {
  6060. "type": "git",
  6061. "url": "https://github.com/symfony/browser-kit.git",
  6062. "reference": "090ce406505149d6852a7c03b0346dec3b8cf612"
  6063. },
  6064. "dist": {
  6065. "type": "zip",
  6066. "url": "https://api.github.com/repos/symfony/browser-kit/zipball/090ce406505149d6852a7c03b0346dec3b8cf612",
  6067. "reference": "090ce406505149d6852a7c03b0346dec3b8cf612",
  6068. "shasum": ""
  6069. },
  6070. "require": {
  6071. "php": "^7.1.3",
  6072. "symfony/dom-crawler": "^3.4|^4.0|^5.0"
  6073. },
  6074. "require-dev": {
  6075. "symfony/css-selector": "^3.4|^4.0|^5.0",
  6076. "symfony/http-client": "^4.3|^5.0",
  6077. "symfony/mime": "^4.3|^5.0",
  6078. "symfony/process": "^3.4|^4.0|^5.0"
  6079. },
  6080. "suggest": {
  6081. "symfony/process": ""
  6082. },
  6083. "type": "library",
  6084. "extra": {
  6085. "branch-alias": {
  6086. "dev-master": "4.4-dev"
  6087. }
  6088. },
  6089. "autoload": {
  6090. "psr-4": {
  6091. "Symfony\\Component\\BrowserKit\\": ""
  6092. },
  6093. "exclude-from-classmap": [
  6094. "/Tests/"
  6095. ]
  6096. },
  6097. "notification-url": "https://packagist.org/downloads/",
  6098. "license": [
  6099. "MIT"
  6100. ],
  6101. "authors": [
  6102. {
  6103. "name": "Fabien Potencier",
  6104. "email": "fabien@symfony.com"
  6105. },
  6106. {
  6107. "name": "Symfony Community",
  6108. "homepage": "https://symfony.com/contributors"
  6109. }
  6110. ],
  6111. "description": "Symfony BrowserKit Component",
  6112. "homepage": "https://symfony.com",
  6113. "time": "2020-02-23T10:00:59+00:00"
  6114. },
  6115. {
  6116. "name": "symfony/cache",
  6117. "version": "v4.4.5",
  6118. "source": {
  6119. "type": "git",
  6120. "url": "https://github.com/symfony/cache.git",
  6121. "reference": "28511cbd8c760a19f4b4b70961d2cd957733b3d9"
  6122. },
  6123. "dist": {
  6124. "type": "zip",
  6125. "url": "https://api.github.com/repos/symfony/cache/zipball/28511cbd8c760a19f4b4b70961d2cd957733b3d9",
  6126. "reference": "28511cbd8c760a19f4b4b70961d2cd957733b3d9",
  6127. "shasum": ""
  6128. },
  6129. "require": {
  6130. "php": "^7.1.3",
  6131. "psr/cache": "~1.0",
  6132. "psr/log": "~1.0",
  6133. "symfony/cache-contracts": "^1.1.7|^2",
  6134. "symfony/service-contracts": "^1.1|^2",
  6135. "symfony/var-exporter": "^4.2|^5.0"
  6136. },
  6137. "conflict": {
  6138. "doctrine/dbal": "<2.5",
  6139. "symfony/dependency-injection": "<3.4",
  6140. "symfony/http-kernel": "<4.4",
  6141. "symfony/var-dumper": "<4.4"
  6142. },
  6143. "provide": {
  6144. "psr/cache-implementation": "1.0",
  6145. "psr/simple-cache-implementation": "1.0",
  6146. "symfony/cache-implementation": "1.0"
  6147. },
  6148. "require-dev": {
  6149. "cache/integration-tests": "dev-master",
  6150. "doctrine/cache": "~1.6",
  6151. "doctrine/dbal": "~2.5",
  6152. "predis/predis": "~1.1",
  6153. "psr/simple-cache": "^1.0",
  6154. "symfony/config": "^4.2|^5.0",
  6155. "symfony/dependency-injection": "^3.4|^4.1|^5.0",
  6156. "symfony/var-dumper": "^4.4|^5.0"
  6157. },
  6158. "type": "library",
  6159. "extra": {
  6160. "branch-alias": {
  6161. "dev-master": "4.4-dev"
  6162. }
  6163. },
  6164. "autoload": {
  6165. "psr-4": {
  6166. "Symfony\\Component\\Cache\\": ""
  6167. },
  6168. "exclude-from-classmap": [
  6169. "/Tests/"
  6170. ]
  6171. },
  6172. "notification-url": "https://packagist.org/downloads/",
  6173. "license": [
  6174. "MIT"
  6175. ],
  6176. "authors": [
  6177. {
  6178. "name": "Nicolas Grekas",
  6179. "email": "p@tchwork.com"
  6180. },
  6181. {
  6182. "name": "Symfony Community",
  6183. "homepage": "https://symfony.com/contributors"
  6184. }
  6185. ],
  6186. "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
  6187. "homepage": "https://symfony.com",
  6188. "keywords": [
  6189. "caching",
  6190. "psr6"
  6191. ],
  6192. "time": "2020-02-20T16:31:44+00:00"
  6193. },
  6194. {
  6195. "name": "symfony/cache-contracts",
  6196. "version": "v2.0.1",
  6197. "source": {
  6198. "type": "git",
  6199. "url": "https://github.com/symfony/cache-contracts.git",
  6200. "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16"
  6201. },
  6202. "dist": {
  6203. "type": "zip",
  6204. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
  6205. "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
  6206. "shasum": ""
  6207. },
  6208. "require": {
  6209. "php": "^7.2.5",
  6210. "psr/cache": "^1.0"
  6211. },
  6212. "suggest": {
  6213. "symfony/cache-implementation": ""
  6214. },
  6215. "type": "library",
  6216. "extra": {
  6217. "branch-alias": {
  6218. "dev-master": "2.0-dev"
  6219. }
  6220. },
  6221. "autoload": {
  6222. "psr-4": {
  6223. "Symfony\\Contracts\\Cache\\": ""
  6224. }
  6225. },
  6226. "notification-url": "https://packagist.org/downloads/",
  6227. "license": [
  6228. "MIT"
  6229. ],
  6230. "authors": [
  6231. {
  6232. "name": "Nicolas Grekas",
  6233. "email": "p@tchwork.com"
  6234. },
  6235. {
  6236. "name": "Symfony Community",
  6237. "homepage": "https://symfony.com/contributors"
  6238. }
  6239. ],
  6240. "description": "Generic abstractions related to caching",
  6241. "homepage": "https://symfony.com",
  6242. "keywords": [
  6243. "abstractions",
  6244. "contracts",
  6245. "decoupling",
  6246. "interfaces",
  6247. "interoperability",
  6248. "standards"
  6249. ],
  6250. "time": "2019-11-18T17:27:11+00:00"
  6251. },
  6252. {
  6253. "name": "symfony/config",
  6254. "version": "v4.4.13",
  6255. "source": {
  6256. "type": "git",
  6257. "url": "https://github.com/symfony/config.git",
  6258. "reference": "043bf8652c307ebc23ce44047d215eec889d8850"
  6259. },
  6260. "dist": {
  6261. "type": "zip",
  6262. "url": "https://api.github.com/repos/symfony/config/zipball/043bf8652c307ebc23ce44047d215eec889d8850",
  6263. "reference": "043bf8652c307ebc23ce44047d215eec889d8850",
  6264. "shasum": ""
  6265. },
  6266. "require": {
  6267. "php": ">=7.1.3",
  6268. "symfony/filesystem": "^3.4|^4.0|^5.0",
  6269. "symfony/polyfill-ctype": "~1.8"
  6270. },
  6271. "conflict": {
  6272. "symfony/finder": "<3.4"
  6273. },
  6274. "require-dev": {
  6275. "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
  6276. "symfony/finder": "^3.4|^4.0|^5.0",
  6277. "symfony/messenger": "^4.1|^5.0",
  6278. "symfony/service-contracts": "^1.1|^2",
  6279. "symfony/yaml": "^3.4|^4.0|^5.0"
  6280. },
  6281. "suggest": {
  6282. "symfony/yaml": "To use the yaml reference dumper"
  6283. },
  6284. "type": "library",
  6285. "extra": {
  6286. "branch-alias": {
  6287. "dev-master": "4.4-dev"
  6288. }
  6289. },
  6290. "autoload": {
  6291. "psr-4": {
  6292. "Symfony\\Component\\Config\\": ""
  6293. },
  6294. "exclude-from-classmap": [
  6295. "/Tests/"
  6296. ]
  6297. },
  6298. "notification-url": "https://packagist.org/downloads/",
  6299. "license": [
  6300. "MIT"
  6301. ],
  6302. "authors": [
  6303. {
  6304. "name": "Fabien Potencier",
  6305. "email": "fabien@symfony.com"
  6306. },
  6307. {
  6308. "name": "Symfony Community",
  6309. "homepage": "https://symfony.com/contributors"
  6310. }
  6311. ],
  6312. "description": "Symfony Config Component",
  6313. "homepage": "https://symfony.com",
  6314. "time": "2020-08-10T07:27:51+00:00"
  6315. },
  6316. {
  6317. "name": "symfony/console",
  6318. "version": "v4.4.5",
  6319. "source": {
  6320. "type": "git",
  6321. "url": "https://github.com/symfony/console.git",
  6322. "reference": "4fa15ae7be74e53f6ec8c83ed403b97e23b665e9"
  6323. },
  6324. "dist": {
  6325. "type": "zip",
  6326. "url": "https://api.github.com/repos/symfony/console/zipball/4fa15ae7be74e53f6ec8c83ed403b97e23b665e9",
  6327. "reference": "4fa15ae7be74e53f6ec8c83ed403b97e23b665e9",
  6328. "shasum": ""
  6329. },
  6330. "require": {
  6331. "php": "^7.1.3",
  6332. "symfony/polyfill-mbstring": "~1.0",
  6333. "symfony/polyfill-php73": "^1.8",
  6334. "symfony/service-contracts": "^1.1|^2"
  6335. },
  6336. "conflict": {
  6337. "symfony/dependency-injection": "<3.4",
  6338. "symfony/event-dispatcher": "<4.3|>=5",
  6339. "symfony/lock": "<4.4",
  6340. "symfony/process": "<3.3"
  6341. },
  6342. "provide": {
  6343. "psr/log-implementation": "1.0"
  6344. },
  6345. "require-dev": {
  6346. "psr/log": "~1.0",
  6347. "symfony/config": "^3.4|^4.0|^5.0",
  6348. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  6349. "symfony/event-dispatcher": "^4.3",
  6350. "symfony/lock": "^4.4|^5.0",
  6351. "symfony/process": "^3.4|^4.0|^5.0",
  6352. "symfony/var-dumper": "^4.3|^5.0"
  6353. },
  6354. "suggest": {
  6355. "psr/log": "For using the console logger",
  6356. "symfony/event-dispatcher": "",
  6357. "symfony/lock": "",
  6358. "symfony/process": ""
  6359. },
  6360. "type": "library",
  6361. "extra": {
  6362. "branch-alias": {
  6363. "dev-master": "4.4-dev"
  6364. }
  6365. },
  6366. "autoload": {
  6367. "psr-4": {
  6368. "Symfony\\Component\\Console\\": ""
  6369. },
  6370. "exclude-from-classmap": [
  6371. "/Tests/"
  6372. ]
  6373. },
  6374. "notification-url": "https://packagist.org/downloads/",
  6375. "license": [
  6376. "MIT"
  6377. ],
  6378. "authors": [
  6379. {
  6380. "name": "Fabien Potencier",
  6381. "email": "fabien@symfony.com"
  6382. },
  6383. {
  6384. "name": "Symfony Community",
  6385. "homepage": "https://symfony.com/contributors"
  6386. }
  6387. ],
  6388. "description": "Symfony Console Component",
  6389. "homepage": "https://symfony.com",
  6390. "time": "2020-02-24T13:10:00+00:00"
  6391. },
  6392. {
  6393. "name": "symfony/debug",
  6394. "version": "v4.4.13",
  6395. "source": {
  6396. "type": "git",
  6397. "url": "https://github.com/symfony/debug.git",
  6398. "reference": "aeb73aca16a8f1fe958230fe44e6cf4c84cbb85e"
  6399. },
  6400. "dist": {
  6401. "type": "zip",
  6402. "url": "https://api.github.com/repos/symfony/debug/zipball/aeb73aca16a8f1fe958230fe44e6cf4c84cbb85e",
  6403. "reference": "aeb73aca16a8f1fe958230fe44e6cf4c84cbb85e",
  6404. "shasum": ""
  6405. },
  6406. "require": {
  6407. "php": ">=7.1.3",
  6408. "psr/log": "~1.0",
  6409. "symfony/polyfill-php80": "^1.15"
  6410. },
  6411. "conflict": {
  6412. "symfony/http-kernel": "<3.4"
  6413. },
  6414. "require-dev": {
  6415. "symfony/http-kernel": "^3.4|^4.0|^5.0"
  6416. },
  6417. "type": "library",
  6418. "extra": {
  6419. "branch-alias": {
  6420. "dev-master": "4.4-dev"
  6421. }
  6422. },
  6423. "autoload": {
  6424. "psr-4": {
  6425. "Symfony\\Component\\Debug\\": ""
  6426. },
  6427. "exclude-from-classmap": [
  6428. "/Tests/"
  6429. ]
  6430. },
  6431. "notification-url": "https://packagist.org/downloads/",
  6432. "license": [
  6433. "MIT"
  6434. ],
  6435. "authors": [
  6436. {
  6437. "name": "Fabien Potencier",
  6438. "email": "fabien@symfony.com"
  6439. },
  6440. {
  6441. "name": "Symfony Community",
  6442. "homepage": "https://symfony.com/contributors"
  6443. }
  6444. ],
  6445. "description": "Symfony Debug Component",
  6446. "homepage": "https://symfony.com",
  6447. "time": "2020-08-10T07:47:39+00:00"
  6448. },
  6449. {
  6450. "name": "symfony/dependency-injection",
  6451. "version": "v4.4.13",
  6452. "source": {
  6453. "type": "git",
  6454. "url": "https://github.com/symfony/dependency-injection.git",
  6455. "reference": "384c2601e5a6228d60b041911d63f010e0885ffb"
  6456. },
  6457. "dist": {
  6458. "type": "zip",
  6459. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/384c2601e5a6228d60b041911d63f010e0885ffb",
  6460. "reference": "384c2601e5a6228d60b041911d63f010e0885ffb",
  6461. "shasum": ""
  6462. },
  6463. "require": {
  6464. "php": ">=7.1.3",
  6465. "psr/container": "^1.0",
  6466. "symfony/service-contracts": "^1.1.6|^2"
  6467. },
  6468. "conflict": {
  6469. "symfony/config": "<4.3|>=5.0",
  6470. "symfony/finder": "<3.4",
  6471. "symfony/proxy-manager-bridge": "<3.4",
  6472. "symfony/yaml": "<3.4"
  6473. },
  6474. "provide": {
  6475. "psr/container-implementation": "1.0",
  6476. "symfony/service-implementation": "1.0"
  6477. },
  6478. "require-dev": {
  6479. "symfony/config": "^4.3",
  6480. "symfony/expression-language": "^3.4|^4.0|^5.0",
  6481. "symfony/yaml": "^3.4|^4.0|^5.0"
  6482. },
  6483. "suggest": {
  6484. "symfony/config": "",
  6485. "symfony/expression-language": "For using expressions in service container configuration",
  6486. "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  6487. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  6488. "symfony/yaml": ""
  6489. },
  6490. "type": "library",
  6491. "extra": {
  6492. "branch-alias": {
  6493. "dev-master": "4.4-dev"
  6494. }
  6495. },
  6496. "autoload": {
  6497. "psr-4": {
  6498. "Symfony\\Component\\DependencyInjection\\": ""
  6499. },
  6500. "exclude-from-classmap": [
  6501. "/Tests/"
  6502. ]
  6503. },
  6504. "notification-url": "https://packagist.org/downloads/",
  6505. "license": [
  6506. "MIT"
  6507. ],
  6508. "authors": [
  6509. {
  6510. "name": "Fabien Potencier",
  6511. "email": "fabien@symfony.com"
  6512. },
  6513. {
  6514. "name": "Symfony Community",
  6515. "homepage": "https://symfony.com/contributors"
  6516. }
  6517. ],
  6518. "description": "Symfony DependencyInjection Component",
  6519. "homepage": "https://symfony.com",
  6520. "time": "2020-09-01T17:42:15+00:00"
  6521. },
  6522. {
  6523. "name": "symfony/doctrine-bridge",
  6524. "version": "v4.4.5",
  6525. "source": {
  6526. "type": "git",
  6527. "url": "https://github.com/symfony/doctrine-bridge.git",
  6528. "reference": "1b4564758fe91f5d53dfbdfd9007d15e43fa465f"
  6529. },
  6530. "dist": {
  6531. "type": "zip",
  6532. "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/1b4564758fe91f5d53dfbdfd9007d15e43fa465f",
  6533. "reference": "1b4564758fe91f5d53dfbdfd9007d15e43fa465f",
  6534. "shasum": ""
  6535. },
  6536. "require": {
  6537. "doctrine/event-manager": "~1.0",
  6538. "doctrine/persistence": "^1.3",
  6539. "php": "^7.1.3",
  6540. "symfony/polyfill-ctype": "~1.8",
  6541. "symfony/polyfill-mbstring": "~1.0",
  6542. "symfony/service-contracts": "^1.1|^2"
  6543. },
  6544. "conflict": {
  6545. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  6546. "symfony/dependency-injection": "<3.4",
  6547. "symfony/form": "<4.4",
  6548. "symfony/http-kernel": "<4.3.7",
  6549. "symfony/messenger": "<4.3",
  6550. "symfony/security-core": "<4.4",
  6551. "symfony/validator": "<4.4.2|<5.0.2,>=5.0"
  6552. },
  6553. "require-dev": {
  6554. "doctrine/annotations": "~1.7",
  6555. "doctrine/cache": "~1.6",
  6556. "doctrine/collections": "~1.0",
  6557. "doctrine/data-fixtures": "1.0.*",
  6558. "doctrine/dbal": "~2.4",
  6559. "doctrine/orm": "^2.6.3",
  6560. "doctrine/reflection": "~1.0",
  6561. "symfony/config": "^4.2|^5.0",
  6562. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  6563. "symfony/expression-language": "^3.4|^4.0|^5.0",
  6564. "symfony/form": "^4.4|^5.0",
  6565. "symfony/http-kernel": "^4.3.7",
  6566. "symfony/messenger": "^4.4|^5.0",
  6567. "symfony/property-access": "^3.4|^4.0|^5.0",
  6568. "symfony/property-info": "^3.4|^4.0|^5.0",
  6569. "symfony/proxy-manager-bridge": "^3.4|^4.0|^5.0",
  6570. "symfony/security-core": "^4.4|^5.0",
  6571. "symfony/stopwatch": "^3.4|^4.0|^5.0",
  6572. "symfony/translation": "^3.4|^4.0|^5.0",
  6573. "symfony/validator": "^4.4.2|^5.0.2",
  6574. "symfony/var-dumper": "^3.4|^4.0|^5.0"
  6575. },
  6576. "suggest": {
  6577. "doctrine/data-fixtures": "",
  6578. "doctrine/dbal": "",
  6579. "doctrine/orm": "",
  6580. "symfony/form": "",
  6581. "symfony/property-info": "",
  6582. "symfony/validator": ""
  6583. },
  6584. "type": "symfony-bridge",
  6585. "extra": {
  6586. "branch-alias": {
  6587. "dev-master": "4.4-dev"
  6588. }
  6589. },
  6590. "autoload": {
  6591. "psr-4": {
  6592. "Symfony\\Bridge\\Doctrine\\": ""
  6593. },
  6594. "exclude-from-classmap": [
  6595. "/Tests/"
  6596. ]
  6597. },
  6598. "notification-url": "https://packagist.org/downloads/",
  6599. "license": [
  6600. "MIT"
  6601. ],
  6602. "authors": [
  6603. {
  6604. "name": "Fabien Potencier",
  6605. "email": "fabien@symfony.com"
  6606. },
  6607. {
  6608. "name": "Symfony Community",
  6609. "homepage": "https://symfony.com/contributors"
  6610. }
  6611. ],
  6612. "description": "Symfony Doctrine Bridge",
  6613. "homepage": "https://symfony.com",
  6614. "time": "2020-02-24T17:16:47+00:00"
  6615. },
  6616. {
  6617. "name": "symfony/dom-crawler",
  6618. "version": "v4.4.5",
  6619. "source": {
  6620. "type": "git",
  6621. "url": "https://github.com/symfony/dom-crawler.git",
  6622. "reference": "11dcf08f12f29981bf770f097a5d64d65bce5929"
  6623. },
  6624. "dist": {
  6625. "type": "zip",
  6626. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/11dcf08f12f29981bf770f097a5d64d65bce5929",
  6627. "reference": "11dcf08f12f29981bf770f097a5d64d65bce5929",
  6628. "shasum": ""
  6629. },
  6630. "require": {
  6631. "php": "^7.1.3",
  6632. "symfony/polyfill-ctype": "~1.8",
  6633. "symfony/polyfill-mbstring": "~1.0"
  6634. },
  6635. "conflict": {
  6636. "masterminds/html5": "<2.6"
  6637. },
  6638. "require-dev": {
  6639. "masterminds/html5": "^2.6",
  6640. "symfony/css-selector": "^3.4|^4.0|^5.0"
  6641. },
  6642. "suggest": {
  6643. "symfony/css-selector": ""
  6644. },
  6645. "type": "library",
  6646. "extra": {
  6647. "branch-alias": {
  6648. "dev-master": "4.4-dev"
  6649. }
  6650. },
  6651. "autoload": {
  6652. "psr-4": {
  6653. "Symfony\\Component\\DomCrawler\\": ""
  6654. },
  6655. "exclude-from-classmap": [
  6656. "/Tests/"
  6657. ]
  6658. },
  6659. "notification-url": "https://packagist.org/downloads/",
  6660. "license": [
  6661. "MIT"
  6662. ],
  6663. "authors": [
  6664. {
  6665. "name": "Fabien Potencier",
  6666. "email": "fabien@symfony.com"
  6667. },
  6668. {
  6669. "name": "Symfony Community",
  6670. "homepage": "https://symfony.com/contributors"
  6671. }
  6672. ],
  6673. "description": "Symfony DomCrawler Component",
  6674. "homepage": "https://symfony.com",
  6675. "time": "2020-02-29T10:05:28+00:00"
  6676. },
  6677. {
  6678. "name": "symfony/dotenv",
  6679. "version": "v4.4.5",
  6680. "source": {
  6681. "type": "git",
  6682. "url": "https://github.com/symfony/dotenv.git",
  6683. "reference": "9bba981ecb1f57c04520d4165b3e6a17ac49319f"
  6684. },
  6685. "dist": {
  6686. "type": "zip",
  6687. "url": "https://api.github.com/repos/symfony/dotenv/zipball/9bba981ecb1f57c04520d4165b3e6a17ac49319f",
  6688. "reference": "9bba981ecb1f57c04520d4165b3e6a17ac49319f",
  6689. "shasum": ""
  6690. },
  6691. "require": {
  6692. "php": "^7.1.3"
  6693. },
  6694. "require-dev": {
  6695. "symfony/process": "^3.4.2|^4.0|^5.0"
  6696. },
  6697. "type": "library",
  6698. "extra": {
  6699. "branch-alias": {
  6700. "dev-master": "4.4-dev"
  6701. }
  6702. },
  6703. "autoload": {
  6704. "psr-4": {
  6705. "Symfony\\Component\\Dotenv\\": ""
  6706. },
  6707. "exclude-from-classmap": [
  6708. "/Tests/"
  6709. ]
  6710. },
  6711. "notification-url": "https://packagist.org/downloads/",
  6712. "license": [
  6713. "MIT"
  6714. ],
  6715. "authors": [
  6716. {
  6717. "name": "Fabien Potencier",
  6718. "email": "fabien@symfony.com"
  6719. },
  6720. {
  6721. "name": "Symfony Community",
  6722. "homepage": "https://symfony.com/contributors"
  6723. }
  6724. ],
  6725. "description": "Registers environment variables from a .env file",
  6726. "homepage": "https://symfony.com",
  6727. "keywords": [
  6728. "dotenv",
  6729. "env",
  6730. "environment"
  6731. ],
  6732. "time": "2020-02-29T10:04:02+00:00"
  6733. },
  6734. {
  6735. "name": "symfony/error-handler",
  6736. "version": "v4.4.13",
  6737. "source": {
  6738. "type": "git",
  6739. "url": "https://github.com/symfony/error-handler.git",
  6740. "reference": "2434fb32851f252e4f27691eee0b77c16198db62"
  6741. },
  6742. "dist": {
  6743. "type": "zip",
  6744. "url": "https://api.github.com/repos/symfony/error-handler/zipball/2434fb32851f252e4f27691eee0b77c16198db62",
  6745. "reference": "2434fb32851f252e4f27691eee0b77c16198db62",
  6746. "shasum": ""
  6747. },
  6748. "require": {
  6749. "php": ">=7.1.3",
  6750. "psr/log": "~1.0",
  6751. "symfony/debug": "^4.4.5",
  6752. "symfony/polyfill-php80": "^1.15",
  6753. "symfony/var-dumper": "^4.4|^5.0"
  6754. },
  6755. "require-dev": {
  6756. "symfony/http-kernel": "^4.4|^5.0",
  6757. "symfony/serializer": "^4.4|^5.0"
  6758. },
  6759. "type": "library",
  6760. "extra": {
  6761. "branch-alias": {
  6762. "dev-master": "4.4-dev"
  6763. }
  6764. },
  6765. "autoload": {
  6766. "psr-4": {
  6767. "Symfony\\Component\\ErrorHandler\\": ""
  6768. },
  6769. "exclude-from-classmap": [
  6770. "/Tests/"
  6771. ]
  6772. },
  6773. "notification-url": "https://packagist.org/downloads/",
  6774. "license": [
  6775. "MIT"
  6776. ],
  6777. "authors": [
  6778. {
  6779. "name": "Fabien Potencier",
  6780. "email": "fabien@symfony.com"
  6781. },
  6782. {
  6783. "name": "Symfony Community",
  6784. "homepage": "https://symfony.com/contributors"
  6785. }
  6786. ],
  6787. "description": "Symfony ErrorHandler Component",
  6788. "homepage": "https://symfony.com",
  6789. "time": "2020-08-17T09:56:45+00:00"
  6790. },
  6791. {
  6792. "name": "symfony/event-dispatcher",
  6793. "version": "v4.4.13",
  6794. "source": {
  6795. "type": "git",
  6796. "url": "https://github.com/symfony/event-dispatcher.git",
  6797. "reference": "3e8ea5ccddd00556b86d69d42f99f1061a704030"
  6798. },
  6799. "dist": {
  6800. "type": "zip",
  6801. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3e8ea5ccddd00556b86d69d42f99f1061a704030",
  6802. "reference": "3e8ea5ccddd00556b86d69d42f99f1061a704030",
  6803. "shasum": ""
  6804. },
  6805. "require": {
  6806. "php": ">=7.1.3",
  6807. "symfony/event-dispatcher-contracts": "^1.1"
  6808. },
  6809. "conflict": {
  6810. "symfony/dependency-injection": "<3.4"
  6811. },
  6812. "provide": {
  6813. "psr/event-dispatcher-implementation": "1.0",
  6814. "symfony/event-dispatcher-implementation": "1.1"
  6815. },
  6816. "require-dev": {
  6817. "psr/log": "~1.0",
  6818. "symfony/config": "^3.4|^4.0|^5.0",
  6819. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  6820. "symfony/expression-language": "^3.4|^4.0|^5.0",
  6821. "symfony/http-foundation": "^3.4|^4.0|^5.0",
  6822. "symfony/service-contracts": "^1.1|^2",
  6823. "symfony/stopwatch": "^3.4|^4.0|^5.0"
  6824. },
  6825. "suggest": {
  6826. "symfony/dependency-injection": "",
  6827. "symfony/http-kernel": ""
  6828. },
  6829. "type": "library",
  6830. "extra": {
  6831. "branch-alias": {
  6832. "dev-master": "4.4-dev"
  6833. }
  6834. },
  6835. "autoload": {
  6836. "psr-4": {
  6837. "Symfony\\Component\\EventDispatcher\\": ""
  6838. },
  6839. "exclude-from-classmap": [
  6840. "/Tests/"
  6841. ]
  6842. },
  6843. "notification-url": "https://packagist.org/downloads/",
  6844. "license": [
  6845. "MIT"
  6846. ],
  6847. "authors": [
  6848. {
  6849. "name": "Fabien Potencier",
  6850. "email": "fabien@symfony.com"
  6851. },
  6852. {
  6853. "name": "Symfony Community",
  6854. "homepage": "https://symfony.com/contributors"
  6855. }
  6856. ],
  6857. "description": "Symfony EventDispatcher Component",
  6858. "homepage": "https://symfony.com",
  6859. "time": "2020-08-13T14:18:44+00:00"
  6860. },
  6861. {
  6862. "name": "symfony/event-dispatcher-contracts",
  6863. "version": "v1.1.9",
  6864. "source": {
  6865. "type": "git",
  6866. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  6867. "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
  6868. },
  6869. "dist": {
  6870. "type": "zip",
  6871. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
  6872. "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
  6873. "shasum": ""
  6874. },
  6875. "require": {
  6876. "php": ">=7.1.3"
  6877. },
  6878. "suggest": {
  6879. "psr/event-dispatcher": "",
  6880. "symfony/event-dispatcher-implementation": ""
  6881. },
  6882. "type": "library",
  6883. "extra": {
  6884. "branch-alias": {
  6885. "dev-master": "1.1-dev"
  6886. },
  6887. "thanks": {
  6888. "name": "symfony/contracts",
  6889. "url": "https://github.com/symfony/contracts"
  6890. }
  6891. },
  6892. "autoload": {
  6893. "psr-4": {
  6894. "Symfony\\Contracts\\EventDispatcher\\": ""
  6895. }
  6896. },
  6897. "notification-url": "https://packagist.org/downloads/",
  6898. "license": [
  6899. "MIT"
  6900. ],
  6901. "authors": [
  6902. {
  6903. "name": "Nicolas Grekas",
  6904. "email": "p@tchwork.com"
  6905. },
  6906. {
  6907. "name": "Symfony Community",
  6908. "homepage": "https://symfony.com/contributors"
  6909. }
  6910. ],
  6911. "description": "Generic abstractions related to dispatching event",
  6912. "homepage": "https://symfony.com",
  6913. "keywords": [
  6914. "abstractions",
  6915. "contracts",
  6916. "decoupling",
  6917. "interfaces",
  6918. "interoperability",
  6919. "standards"
  6920. ],
  6921. "time": "2020-07-06T13:19:58+00:00"
  6922. },
  6923. {
  6924. "name": "symfony/expression-language",
  6925. "version": "v4.4.5",
  6926. "source": {
  6927. "type": "git",
  6928. "url": "https://github.com/symfony/expression-language.git",
  6929. "reference": "70649e0abcac6ad1109f6243886bca0445e278b9"
  6930. },
  6931. "dist": {
  6932. "type": "zip",
  6933. "url": "https://api.github.com/repos/symfony/expression-language/zipball/70649e0abcac6ad1109f6243886bca0445e278b9",
  6934. "reference": "70649e0abcac6ad1109f6243886bca0445e278b9",
  6935. "shasum": ""
  6936. },
  6937. "require": {
  6938. "php": "^7.1.3",
  6939. "symfony/cache": "^3.4|^4.0|^5.0",
  6940. "symfony/service-contracts": "^1.1|^2"
  6941. },
  6942. "type": "library",
  6943. "extra": {
  6944. "branch-alias": {
  6945. "dev-master": "4.4-dev"
  6946. }
  6947. },
  6948. "autoload": {
  6949. "psr-4": {
  6950. "Symfony\\Component\\ExpressionLanguage\\": ""
  6951. },
  6952. "exclude-from-classmap": [
  6953. "/Tests/"
  6954. ]
  6955. },
  6956. "notification-url": "https://packagist.org/downloads/",
  6957. "license": [
  6958. "MIT"
  6959. ],
  6960. "authors": [
  6961. {
  6962. "name": "Fabien Potencier",
  6963. "email": "fabien@symfony.com"
  6964. },
  6965. {
  6966. "name": "Symfony Community",
  6967. "homepage": "https://symfony.com/contributors"
  6968. }
  6969. ],
  6970. "description": "Symfony ExpressionLanguage Component",
  6971. "homepage": "https://symfony.com",
  6972. "time": "2020-02-24T13:10:00+00:00"
  6973. },
  6974. {
  6975. "name": "symfony/filesystem",
  6976. "version": "v4.4.13",
  6977. "source": {
  6978. "type": "git",
  6979. "url": "https://github.com/symfony/filesystem.git",
  6980. "reference": "27575bcbc68db1f6d06218891296572c9b845704"
  6981. },
  6982. "dist": {
  6983. "type": "zip",
  6984. "url": "https://api.github.com/repos/symfony/filesystem/zipball/27575bcbc68db1f6d06218891296572c9b845704",
  6985. "reference": "27575bcbc68db1f6d06218891296572c9b845704",
  6986. "shasum": ""
  6987. },
  6988. "require": {
  6989. "php": ">=7.1.3",
  6990. "symfony/polyfill-ctype": "~1.8"
  6991. },
  6992. "type": "library",
  6993. "extra": {
  6994. "branch-alias": {
  6995. "dev-master": "4.4-dev"
  6996. }
  6997. },
  6998. "autoload": {
  6999. "psr-4": {
  7000. "Symfony\\Component\\Filesystem\\": ""
  7001. },
  7002. "exclude-from-classmap": [
  7003. "/Tests/"
  7004. ]
  7005. },
  7006. "notification-url": "https://packagist.org/downloads/",
  7007. "license": [
  7008. "MIT"
  7009. ],
  7010. "authors": [
  7011. {
  7012. "name": "Fabien Potencier",
  7013. "email": "fabien@symfony.com"
  7014. },
  7015. {
  7016. "name": "Symfony Community",
  7017. "homepage": "https://symfony.com/contributors"
  7018. }
  7019. ],
  7020. "description": "Symfony Filesystem Component",
  7021. "homepage": "https://symfony.com",
  7022. "time": "2020-08-21T17:19:37+00:00"
  7023. },
  7024. {
  7025. "name": "symfony/finder",
  7026. "version": "v4.4.5",
  7027. "source": {
  7028. "type": "git",
  7029. "url": "https://github.com/symfony/finder.git",
  7030. "reference": "ea69c129aed9fdeca781d4b77eb20b62cf5d5357"
  7031. },
  7032. "dist": {
  7033. "type": "zip",
  7034. "url": "https://api.github.com/repos/symfony/finder/zipball/ea69c129aed9fdeca781d4b77eb20b62cf5d5357",
  7035. "reference": "ea69c129aed9fdeca781d4b77eb20b62cf5d5357",
  7036. "shasum": ""
  7037. },
  7038. "require": {
  7039. "php": "^7.1.3"
  7040. },
  7041. "type": "library",
  7042. "extra": {
  7043. "branch-alias": {
  7044. "dev-master": "4.4-dev"
  7045. }
  7046. },
  7047. "autoload": {
  7048. "psr-4": {
  7049. "Symfony\\Component\\Finder\\": ""
  7050. },
  7051. "exclude-from-classmap": [
  7052. "/Tests/"
  7053. ]
  7054. },
  7055. "notification-url": "https://packagist.org/downloads/",
  7056. "license": [
  7057. "MIT"
  7058. ],
  7059. "authors": [
  7060. {
  7061. "name": "Fabien Potencier",
  7062. "email": "fabien@symfony.com"
  7063. },
  7064. {
  7065. "name": "Symfony Community",
  7066. "homepage": "https://symfony.com/contributors"
  7067. }
  7068. ],
  7069. "description": "Symfony Finder Component",
  7070. "homepage": "https://symfony.com",
  7071. "time": "2020-02-14T07:42:58+00:00"
  7072. },
  7073. {
  7074. "name": "symfony/flex",
  7075. "version": "v1.6.2",
  7076. "source": {
  7077. "type": "git",
  7078. "url": "https://github.com/symfony/flex.git",
  7079. "reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83"
  7080. },
  7081. "dist": {
  7082. "type": "zip",
  7083. "url": "https://api.github.com/repos/symfony/flex/zipball/e4f5a2653ca503782a31486198bd1dd1c9a47f83",
  7084. "reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83",
  7085. "shasum": ""
  7086. },
  7087. "require": {
  7088. "composer-plugin-api": "^1.0",
  7089. "php": "^7.0"
  7090. },
  7091. "require-dev": {
  7092. "composer/composer": "^1.0.2",
  7093. "symfony/dotenv": "^3.4|^4.0|^5.0",
  7094. "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0",
  7095. "symfony/process": "^2.7|^3.0|^4.0|^5.0"
  7096. },
  7097. "type": "composer-plugin",
  7098. "extra": {
  7099. "branch-alias": {
  7100. "dev-master": "1.5-dev"
  7101. },
  7102. "class": "Symfony\\Flex\\Flex"
  7103. },
  7104. "autoload": {
  7105. "psr-4": {
  7106. "Symfony\\Flex\\": "src"
  7107. }
  7108. },
  7109. "notification-url": "https://packagist.org/downloads/",
  7110. "license": [
  7111. "MIT"
  7112. ],
  7113. "authors": [
  7114. {
  7115. "name": "Fabien Potencier",
  7116. "email": "fabien.potencier@gmail.com"
  7117. }
  7118. ],
  7119. "description": "Composer plugin for Symfony",
  7120. "time": "2020-01-30T12:06:45+00:00"
  7121. },
  7122. {
  7123. "name": "symfony/form",
  7124. "version": "v4.4.5",
  7125. "source": {
  7126. "type": "git",
  7127. "url": "https://github.com/symfony/form.git",
  7128. "reference": "677927dad3b9f93117db62fc1df4de82027dc282"
  7129. },
  7130. "dist": {
  7131. "type": "zip",
  7132. "url": "https://api.github.com/repos/symfony/form/zipball/677927dad3b9f93117db62fc1df4de82027dc282",
  7133. "reference": "677927dad3b9f93117db62fc1df4de82027dc282",
  7134. "shasum": ""
  7135. },
  7136. "require": {
  7137. "php": "^7.1.3",
  7138. "symfony/event-dispatcher": "^4.3",
  7139. "symfony/intl": "^4.4|^5.0",
  7140. "symfony/options-resolver": "~4.3|^5.0",
  7141. "symfony/polyfill-ctype": "~1.8",
  7142. "symfony/polyfill-mbstring": "~1.0",
  7143. "symfony/property-access": "^3.4|^4.0|^5.0",
  7144. "symfony/service-contracts": "^1.1|^2"
  7145. },
  7146. "conflict": {
  7147. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  7148. "symfony/console": "<4.3",
  7149. "symfony/dependency-injection": "<3.4",
  7150. "symfony/doctrine-bridge": "<3.4",
  7151. "symfony/framework-bundle": "<3.4",
  7152. "symfony/http-kernel": "<4.4",
  7153. "symfony/intl": "<4.3",
  7154. "symfony/translation": "<4.2",
  7155. "symfony/twig-bridge": "<3.4.5|<4.0.5,>=4.0"
  7156. },
  7157. "require-dev": {
  7158. "doctrine/collections": "~1.0",
  7159. "symfony/config": "^3.4|^4.0|^5.0",
  7160. "symfony/console": "^4.3|^5.0",
  7161. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  7162. "symfony/http-foundation": "^3.4|^4.0|^5.0",
  7163. "symfony/http-kernel": "^4.4",
  7164. "symfony/security-csrf": "^3.4|^4.0|^5.0",
  7165. "symfony/translation": "^4.2|^5.0",
  7166. "symfony/validator": "^3.4.31|^4.3.4|^5.0",
  7167. "symfony/var-dumper": "^4.3|^5.0"
  7168. },
  7169. "suggest": {
  7170. "symfony/security-csrf": "For protecting forms against CSRF attacks.",
  7171. "symfony/twig-bridge": "For templating with Twig.",
  7172. "symfony/validator": "For form validation."
  7173. },
  7174. "type": "library",
  7175. "extra": {
  7176. "branch-alias": {
  7177. "dev-master": "4.4-dev"
  7178. }
  7179. },
  7180. "autoload": {
  7181. "psr-4": {
  7182. "Symfony\\Component\\Form\\": ""
  7183. },
  7184. "exclude-from-classmap": [
  7185. "/Tests/"
  7186. ]
  7187. },
  7188. "notification-url": "https://packagist.org/downloads/",
  7189. "license": [
  7190. "MIT"
  7191. ],
  7192. "authors": [
  7193. {
  7194. "name": "Fabien Potencier",
  7195. "email": "fabien@symfony.com"
  7196. },
  7197. {
  7198. "name": "Symfony Community",
  7199. "homepage": "https://symfony.com/contributors"
  7200. }
  7201. ],
  7202. "description": "Symfony Form Component",
  7203. "homepage": "https://symfony.com",
  7204. "time": "2020-02-29T10:05:28+00:00"
  7205. },
  7206. {
  7207. "name": "symfony/framework-bundle",
  7208. "version": "v4.4.5",
  7209. "source": {
  7210. "type": "git",
  7211. "url": "https://github.com/symfony/framework-bundle.git",
  7212. "reference": "df5528926e6e1954975f3d73a91f029ba3d9c76b"
  7213. },
  7214. "dist": {
  7215. "type": "zip",
  7216. "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/df5528926e6e1954975f3d73a91f029ba3d9c76b",
  7217. "reference": "df5528926e6e1954975f3d73a91f029ba3d9c76b",
  7218. "shasum": ""
  7219. },
  7220. "require": {
  7221. "ext-xml": "*",
  7222. "php": "^7.1.3",
  7223. "symfony/cache": "^4.4|^5.0",
  7224. "symfony/config": "^4.3.4|^5.0",
  7225. "symfony/dependency-injection": "^4.4.1|^5.0.1",
  7226. "symfony/error-handler": "^4.4.1|^5.0.1",
  7227. "symfony/filesystem": "^3.4|^4.0|^5.0",
  7228. "symfony/finder": "^3.4|^4.0|^5.0",
  7229. "symfony/http-foundation": "^4.4|^5.0",
  7230. "symfony/http-kernel": "^4.4",
  7231. "symfony/polyfill-mbstring": "~1.0",
  7232. "symfony/routing": "^4.4|^5.0"
  7233. },
  7234. "conflict": {
  7235. "doctrine/persistence": "<1.3",
  7236. "phpdocumentor/reflection-docblock": "<3.0",
  7237. "phpdocumentor/type-resolver": "<0.2.1",
  7238. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  7239. "symfony/asset": "<3.4",
  7240. "symfony/browser-kit": "<4.3",
  7241. "symfony/console": "<4.3",
  7242. "symfony/dom-crawler": "<4.3",
  7243. "symfony/dotenv": "<4.3.6",
  7244. "symfony/form": "<4.3.5",
  7245. "symfony/http-client": "<4.4",
  7246. "symfony/lock": "<4.4",
  7247. "symfony/mailer": "<4.4",
  7248. "symfony/messenger": "<4.4",
  7249. "symfony/mime": "<4.4",
  7250. "symfony/property-info": "<3.4",
  7251. "symfony/security-bundle": "<4.4",
  7252. "symfony/serializer": "<4.4",
  7253. "symfony/stopwatch": "<3.4",
  7254. "symfony/translation": "<4.4",
  7255. "symfony/twig-bridge": "<4.1.1",
  7256. "symfony/twig-bundle": "<4.4",
  7257. "symfony/validator": "<4.4",
  7258. "symfony/web-profiler-bundle": "<4.4",
  7259. "symfony/workflow": "<4.3.6"
  7260. },
  7261. "require-dev": {
  7262. "doctrine/annotations": "~1.7",
  7263. "doctrine/cache": "~1.0",
  7264. "paragonie/sodium_compat": "^1.8",
  7265. "phpdocumentor/reflection-docblock": "^3.0|^4.0",
  7266. "symfony/asset": "^3.4|^4.0|^5.0",
  7267. "symfony/browser-kit": "^4.3|^5.0",
  7268. "symfony/console": "^4.3.4|^5.0",
  7269. "symfony/css-selector": "^3.4|^4.0|^5.0",
  7270. "symfony/dom-crawler": "^4.3|^5.0",
  7271. "symfony/dotenv": "^4.3.6|^5.0",
  7272. "symfony/expression-language": "^3.4|^4.0|^5.0",
  7273. "symfony/form": "^4.3.5|^5.0",
  7274. "symfony/http-client": "^4.4|^5.0",
  7275. "symfony/lock": "^4.4|^5.0",
  7276. "symfony/mailer": "^4.4|^5.0",
  7277. "symfony/messenger": "^4.4|^5.0",
  7278. "symfony/mime": "^4.4|^5.0",
  7279. "symfony/polyfill-intl-icu": "~1.0",
  7280. "symfony/process": "^3.4|^4.0|^5.0",
  7281. "symfony/property-info": "^3.4|^4.0|^5.0",
  7282. "symfony/security-csrf": "^3.4|^4.0|^5.0",
  7283. "symfony/security-http": "^3.4|^4.0|^5.0",
  7284. "symfony/serializer": "^4.4|^5.0",
  7285. "symfony/stopwatch": "^3.4|^4.0|^5.0",
  7286. "symfony/templating": "^3.4|^4.0|^5.0",
  7287. "symfony/translation": "^4.4|^5.0",
  7288. "symfony/twig-bundle": "^4.4|^5.0",
  7289. "symfony/validator": "^4.4|^5.0",
  7290. "symfony/web-link": "^4.4|^5.0",
  7291. "symfony/workflow": "^4.3.6|^5.0",
  7292. "symfony/yaml": "^3.4|^4.0|^5.0",
  7293. "twig/twig": "^1.41|^2.10|^3.0"
  7294. },
  7295. "suggest": {
  7296. "ext-apcu": "For best performance of the system caches",
  7297. "symfony/console": "For using the console commands",
  7298. "symfony/form": "For using forms",
  7299. "symfony/property-info": "For using the property_info service",
  7300. "symfony/serializer": "For using the serializer service",
  7301. "symfony/validator": "For using validation",
  7302. "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
  7303. "symfony/yaml": "For using the debug:config and lint:yaml commands"
  7304. },
  7305. "type": "symfony-bundle",
  7306. "extra": {
  7307. "branch-alias": {
  7308. "dev-master": "4.4-dev"
  7309. }
  7310. },
  7311. "autoload": {
  7312. "psr-4": {
  7313. "Symfony\\Bundle\\FrameworkBundle\\": ""
  7314. },
  7315. "exclude-from-classmap": [
  7316. "/Tests/"
  7317. ]
  7318. },
  7319. "notification-url": "https://packagist.org/downloads/",
  7320. "license": [
  7321. "MIT"
  7322. ],
  7323. "authors": [
  7324. {
  7325. "name": "Fabien Potencier",
  7326. "email": "fabien@symfony.com"
  7327. },
  7328. {
  7329. "name": "Symfony Community",
  7330. "homepage": "https://symfony.com/contributors"
  7331. }
  7332. ],
  7333. "description": "Symfony FrameworkBundle",
  7334. "homepage": "https://symfony.com",
  7335. "time": "2020-02-28T13:15:16+00:00"
  7336. },
  7337. {
  7338. "name": "symfony/http-client",
  7339. "version": "v4.4.5",
  7340. "source": {
  7341. "type": "git",
  7342. "url": "https://github.com/symfony/http-client.git",
  7343. "reference": "65ccb6ca4a5a7bf7c244b8a28195fa188521b3d2"
  7344. },
  7345. "dist": {
  7346. "type": "zip",
  7347. "url": "https://api.github.com/repos/symfony/http-client/zipball/65ccb6ca4a5a7bf7c244b8a28195fa188521b3d2",
  7348. "reference": "65ccb6ca4a5a7bf7c244b8a28195fa188521b3d2",
  7349. "shasum": ""
  7350. },
  7351. "require": {
  7352. "php": "^7.1.3",
  7353. "psr/log": "^1.0",
  7354. "symfony/http-client-contracts": "^1.1.8|^2",
  7355. "symfony/polyfill-php73": "^1.11",
  7356. "symfony/service-contracts": "^1.0|^2"
  7357. },
  7358. "provide": {
  7359. "php-http/async-client-implementation": "*",
  7360. "php-http/client-implementation": "*",
  7361. "psr/http-client-implementation": "1.0",
  7362. "symfony/http-client-implementation": "1.1"
  7363. },
  7364. "require-dev": {
  7365. "guzzlehttp/promises": "^1.3.1",
  7366. "nyholm/psr7": "^1.0",
  7367. "php-http/httplug": "^1.0|^2.0",
  7368. "psr/http-client": "^1.0",
  7369. "symfony/dependency-injection": "^4.3|^5.0",
  7370. "symfony/http-kernel": "^4.4",
  7371. "symfony/process": "^4.2|^5.0"
  7372. },
  7373. "type": "library",
  7374. "extra": {
  7375. "branch-alias": {
  7376. "dev-master": "4.4-dev"
  7377. }
  7378. },
  7379. "autoload": {
  7380. "psr-4": {
  7381. "Symfony\\Component\\HttpClient\\": ""
  7382. },
  7383. "exclude-from-classmap": [
  7384. "/Tests/"
  7385. ]
  7386. },
  7387. "notification-url": "https://packagist.org/downloads/",
  7388. "license": [
  7389. "MIT"
  7390. ],
  7391. "authors": [
  7392. {
  7393. "name": "Nicolas Grekas",
  7394. "email": "p@tchwork.com"
  7395. },
  7396. {
  7397. "name": "Symfony Community",
  7398. "homepage": "https://symfony.com/contributors"
  7399. }
  7400. ],
  7401. "description": "Symfony HttpClient component",
  7402. "homepage": "https://symfony.com",
  7403. "time": "2020-02-25T13:55:11+00:00"
  7404. },
  7405. {
  7406. "name": "symfony/http-client-contracts",
  7407. "version": "v2.0.1",
  7408. "source": {
  7409. "type": "git",
  7410. "url": "https://github.com/symfony/http-client-contracts.git",
  7411. "reference": "378868b61b85c5cac6822d4f84e26999c9f2e881"
  7412. },
  7413. "dist": {
  7414. "type": "zip",
  7415. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/378868b61b85c5cac6822d4f84e26999c9f2e881",
  7416. "reference": "378868b61b85c5cac6822d4f84e26999c9f2e881",
  7417. "shasum": ""
  7418. },
  7419. "require": {
  7420. "php": "^7.2.5"
  7421. },
  7422. "suggest": {
  7423. "symfony/http-client-implementation": ""
  7424. },
  7425. "type": "library",
  7426. "extra": {
  7427. "branch-alias": {
  7428. "dev-master": "2.0-dev"
  7429. }
  7430. },
  7431. "autoload": {
  7432. "psr-4": {
  7433. "Symfony\\Contracts\\HttpClient\\": ""
  7434. }
  7435. },
  7436. "notification-url": "https://packagist.org/downloads/",
  7437. "license": [
  7438. "MIT"
  7439. ],
  7440. "authors": [
  7441. {
  7442. "name": "Nicolas Grekas",
  7443. "email": "p@tchwork.com"
  7444. },
  7445. {
  7446. "name": "Symfony Community",
  7447. "homepage": "https://symfony.com/contributors"
  7448. }
  7449. ],
  7450. "description": "Generic abstractions related to HTTP clients",
  7451. "homepage": "https://symfony.com",
  7452. "keywords": [
  7453. "abstractions",
  7454. "contracts",
  7455. "decoupling",
  7456. "interfaces",
  7457. "interoperability",
  7458. "standards"
  7459. ],
  7460. "time": "2019-11-26T23:25:11+00:00"
  7461. },
  7462. {
  7463. "name": "symfony/http-foundation",
  7464. "version": "v4.4.13",
  7465. "source": {
  7466. "type": "git",
  7467. "url": "https://github.com/symfony/http-foundation.git",
  7468. "reference": "e3e5a62a6631a461954d471e7206e3750dbe8ee1"
  7469. },
  7470. "dist": {
  7471. "type": "zip",
  7472. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e3e5a62a6631a461954d471e7206e3750dbe8ee1",
  7473. "reference": "e3e5a62a6631a461954d471e7206e3750dbe8ee1",
  7474. "shasum": ""
  7475. },
  7476. "require": {
  7477. "php": ">=7.1.3",
  7478. "symfony/mime": "^4.3|^5.0",
  7479. "symfony/polyfill-mbstring": "~1.1"
  7480. },
  7481. "require-dev": {
  7482. "predis/predis": "~1.0",
  7483. "symfony/expression-language": "^3.4|^4.0|^5.0"
  7484. },
  7485. "type": "library",
  7486. "extra": {
  7487. "branch-alias": {
  7488. "dev-master": "4.4-dev"
  7489. }
  7490. },
  7491. "autoload": {
  7492. "psr-4": {
  7493. "Symfony\\Component\\HttpFoundation\\": ""
  7494. },
  7495. "exclude-from-classmap": [
  7496. "/Tests/"
  7497. ]
  7498. },
  7499. "notification-url": "https://packagist.org/downloads/",
  7500. "license": [
  7501. "MIT"
  7502. ],
  7503. "authors": [
  7504. {
  7505. "name": "Fabien Potencier",
  7506. "email": "fabien@symfony.com"
  7507. },
  7508. {
  7509. "name": "Symfony Community",
  7510. "homepage": "https://symfony.com/contributors"
  7511. }
  7512. ],
  7513. "description": "Symfony HttpFoundation Component",
  7514. "homepage": "https://symfony.com",
  7515. "time": "2020-08-17T07:39:58+00:00"
  7516. },
  7517. {
  7518. "name": "symfony/http-kernel",
  7519. "version": "v4.4.13",
  7520. "source": {
  7521. "type": "git",
  7522. "url": "https://github.com/symfony/http-kernel.git",
  7523. "reference": "2bb7b90ecdc79813c0bf237b7ff20e79062b5188"
  7524. },
  7525. "dist": {
  7526. "type": "zip",
  7527. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2bb7b90ecdc79813c0bf237b7ff20e79062b5188",
  7528. "reference": "2bb7b90ecdc79813c0bf237b7ff20e79062b5188",
  7529. "shasum": ""
  7530. },
  7531. "require": {
  7532. "php": ">=7.1.3",
  7533. "psr/log": "~1.0",
  7534. "symfony/error-handler": "^4.4",
  7535. "symfony/event-dispatcher": "^4.4",
  7536. "symfony/http-foundation": "^4.4|^5.0",
  7537. "symfony/polyfill-ctype": "^1.8",
  7538. "symfony/polyfill-php73": "^1.9",
  7539. "symfony/polyfill-php80": "^1.15"
  7540. },
  7541. "conflict": {
  7542. "symfony/browser-kit": "<4.3",
  7543. "symfony/config": "<3.4",
  7544. "symfony/console": ">=5",
  7545. "symfony/dependency-injection": "<4.3",
  7546. "symfony/translation": "<4.2",
  7547. "twig/twig": "<1.34|<2.4,>=2"
  7548. },
  7549. "provide": {
  7550. "psr/log-implementation": "1.0"
  7551. },
  7552. "require-dev": {
  7553. "psr/cache": "~1.0",
  7554. "symfony/browser-kit": "^4.3|^5.0",
  7555. "symfony/config": "^3.4|^4.0|^5.0",
  7556. "symfony/console": "^3.4|^4.0",
  7557. "symfony/css-selector": "^3.4|^4.0|^5.0",
  7558. "symfony/dependency-injection": "^4.3|^5.0",
  7559. "symfony/dom-crawler": "^3.4|^4.0|^5.0",
  7560. "symfony/expression-language": "^3.4|^4.0|^5.0",
  7561. "symfony/finder": "^3.4|^4.0|^5.0",
  7562. "symfony/process": "^3.4|^4.0|^5.0",
  7563. "symfony/routing": "^3.4|^4.0|^5.0",
  7564. "symfony/stopwatch": "^3.4|^4.0|^5.0",
  7565. "symfony/templating": "^3.4|^4.0|^5.0",
  7566. "symfony/translation": "^4.2|^5.0",
  7567. "symfony/translation-contracts": "^1.1|^2",
  7568. "twig/twig": "^1.34|^2.4|^3.0"
  7569. },
  7570. "suggest": {
  7571. "symfony/browser-kit": "",
  7572. "symfony/config": "",
  7573. "symfony/console": "",
  7574. "symfony/dependency-injection": ""
  7575. },
  7576. "type": "library",
  7577. "extra": {
  7578. "branch-alias": {
  7579. "dev-master": "4.4-dev"
  7580. }
  7581. },
  7582. "autoload": {
  7583. "psr-4": {
  7584. "Symfony\\Component\\HttpKernel\\": ""
  7585. },
  7586. "exclude-from-classmap": [
  7587. "/Tests/"
  7588. ]
  7589. },
  7590. "notification-url": "https://packagist.org/downloads/",
  7591. "license": [
  7592. "MIT"
  7593. ],
  7594. "authors": [
  7595. {
  7596. "name": "Fabien Potencier",
  7597. "email": "fabien@symfony.com"
  7598. },
  7599. {
  7600. "name": "Symfony Community",
  7601. "homepage": "https://symfony.com/contributors"
  7602. }
  7603. ],
  7604. "description": "Symfony HttpKernel Component",
  7605. "homepage": "https://symfony.com",
  7606. "time": "2020-09-02T08:09:29+00:00"
  7607. },
  7608. {
  7609. "name": "symfony/inflector",
  7610. "version": "v4.4.5",
  7611. "source": {
  7612. "type": "git",
  7613. "url": "https://github.com/symfony/inflector.git",
  7614. "reference": "f419ab2853cc00471ffd7fc18e544b5f5a90adb1"
  7615. },
  7616. "dist": {
  7617. "type": "zip",
  7618. "url": "https://api.github.com/repos/symfony/inflector/zipball/f419ab2853cc00471ffd7fc18e544b5f5a90adb1",
  7619. "reference": "f419ab2853cc00471ffd7fc18e544b5f5a90adb1",
  7620. "shasum": ""
  7621. },
  7622. "require": {
  7623. "php": "^7.1.3",
  7624. "symfony/polyfill-ctype": "~1.8"
  7625. },
  7626. "type": "library",
  7627. "extra": {
  7628. "branch-alias": {
  7629. "dev-master": "4.4-dev"
  7630. }
  7631. },
  7632. "autoload": {
  7633. "psr-4": {
  7634. "Symfony\\Component\\Inflector\\": ""
  7635. },
  7636. "exclude-from-classmap": [
  7637. "/Tests/"
  7638. ]
  7639. },
  7640. "notification-url": "https://packagist.org/downloads/",
  7641. "license": [
  7642. "MIT"
  7643. ],
  7644. "authors": [
  7645. {
  7646. "name": "Bernhard Schussek",
  7647. "email": "bschussek@gmail.com"
  7648. },
  7649. {
  7650. "name": "Symfony Community",
  7651. "homepage": "https://symfony.com/contributors"
  7652. }
  7653. ],
  7654. "description": "Symfony Inflector Component",
  7655. "homepage": "https://symfony.com",
  7656. "keywords": [
  7657. "inflection",
  7658. "pluralize",
  7659. "singularize",
  7660. "string",
  7661. "symfony",
  7662. "words"
  7663. ],
  7664. "time": "2020-01-04T13:00:46+00:00"
  7665. },
  7666. {
  7667. "name": "symfony/intl",
  7668. "version": "v4.4.5",
  7669. "source": {
  7670. "type": "git",
  7671. "url": "https://github.com/symfony/intl.git",
  7672. "reference": "f675f139e20b9e0ff05bac662c081fe9ef7b2f88"
  7673. },
  7674. "dist": {
  7675. "type": "zip",
  7676. "url": "https://api.github.com/repos/symfony/intl/zipball/f675f139e20b9e0ff05bac662c081fe9ef7b2f88",
  7677. "reference": "f675f139e20b9e0ff05bac662c081fe9ef7b2f88",
  7678. "shasum": ""
  7679. },
  7680. "require": {
  7681. "php": "^7.1.3",
  7682. "symfony/polyfill-intl-icu": "~1.0"
  7683. },
  7684. "require-dev": {
  7685. "symfony/filesystem": "^3.4|^4.0|^5.0"
  7686. },
  7687. "suggest": {
  7688. "ext-intl": "to use the component with locales other than \"en\""
  7689. },
  7690. "type": "library",
  7691. "extra": {
  7692. "branch-alias": {
  7693. "dev-master": "4.4-dev"
  7694. }
  7695. },
  7696. "autoload": {
  7697. "psr-4": {
  7698. "Symfony\\Component\\Intl\\": ""
  7699. },
  7700. "classmap": [
  7701. "Resources/stubs"
  7702. ],
  7703. "exclude-from-classmap": [
  7704. "/Tests/"
  7705. ]
  7706. },
  7707. "notification-url": "https://packagist.org/downloads/",
  7708. "license": [
  7709. "MIT"
  7710. ],
  7711. "authors": [
  7712. {
  7713. "name": "Bernhard Schussek",
  7714. "email": "bschussek@gmail.com"
  7715. },
  7716. {
  7717. "name": "Eriksen Costa",
  7718. "email": "eriksen.costa@infranology.com.br"
  7719. },
  7720. {
  7721. "name": "Igor Wiedler",
  7722. "email": "igor@wiedler.ch"
  7723. },
  7724. {
  7725. "name": "Symfony Community",
  7726. "homepage": "https://symfony.com/contributors"
  7727. }
  7728. ],
  7729. "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
  7730. "homepage": "https://symfony.com",
  7731. "keywords": [
  7732. "i18n",
  7733. "icu",
  7734. "internationalization",
  7735. "intl",
  7736. "l10n",
  7737. "localization"
  7738. ],
  7739. "time": "2020-02-04T09:32:40+00:00"
  7740. },
  7741. {
  7742. "name": "symfony/mailer",
  7743. "version": "v4.4.5",
  7744. "source": {
  7745. "type": "git",
  7746. "url": "https://github.com/symfony/mailer.git",
  7747. "reference": "f79a2cc091c14c2d78cade2f8b772f568fb63c43"
  7748. },
  7749. "dist": {
  7750. "type": "zip",
  7751. "url": "https://api.github.com/repos/symfony/mailer/zipball/f79a2cc091c14c2d78cade2f8b772f568fb63c43",
  7752. "reference": "f79a2cc091c14c2d78cade2f8b772f568fb63c43",
  7753. "shasum": ""
  7754. },
  7755. "require": {
  7756. "egulias/email-validator": "^2.1.10",
  7757. "php": "^7.1.3",
  7758. "psr/log": "~1.0",
  7759. "symfony/event-dispatcher": "^4.3",
  7760. "symfony/mime": "^4.4|^5.0",
  7761. "symfony/service-contracts": "^1.1|^2"
  7762. },
  7763. "conflict": {
  7764. "symfony/http-kernel": "<4.4",
  7765. "symfony/sendgrid-mailer": "<4.4"
  7766. },
  7767. "require-dev": {
  7768. "symfony/amazon-mailer": "^4.4|^5.0",
  7769. "symfony/google-mailer": "^4.4|^5.0",
  7770. "symfony/http-client-contracts": "^1.1|^2",
  7771. "symfony/mailchimp-mailer": "^4.4|^5.0",
  7772. "symfony/mailgun-mailer": "^4.4|^5.0",
  7773. "symfony/messenger": "^4.4|^5.0",
  7774. "symfony/postmark-mailer": "^4.4|^5.0",
  7775. "symfony/sendgrid-mailer": "^4.4|^5.0"
  7776. },
  7777. "type": "library",
  7778. "extra": {
  7779. "branch-alias": {
  7780. "dev-master": "4.4-dev"
  7781. }
  7782. },
  7783. "autoload": {
  7784. "psr-4": {
  7785. "Symfony\\Component\\Mailer\\": ""
  7786. },
  7787. "exclude-from-classmap": [
  7788. "/Tests/"
  7789. ]
  7790. },
  7791. "notification-url": "https://packagist.org/downloads/",
  7792. "license": [
  7793. "MIT"
  7794. ],
  7795. "authors": [
  7796. {
  7797. "name": "Fabien Potencier",
  7798. "email": "fabien@symfony.com"
  7799. },
  7800. {
  7801. "name": "Symfony Community",
  7802. "homepage": "https://symfony.com/contributors"
  7803. }
  7804. ],
  7805. "description": "Symfony Mailer Component",
  7806. "homepage": "https://symfony.com",
  7807. "time": "2020-02-07T16:56:37+00:00"
  7808. },
  7809. {
  7810. "name": "symfony/maker-bundle",
  7811. "version": "v1.14.6",
  7812. "source": {
  7813. "type": "git",
  7814. "url": "https://github.com/symfony/maker-bundle.git",
  7815. "reference": "bc4df88792fbaaeb275167101dc714218475db5f"
  7816. },
  7817. "dist": {
  7818. "type": "zip",
  7819. "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/bc4df88792fbaaeb275167101dc714218475db5f",
  7820. "reference": "bc4df88792fbaaeb275167101dc714218475db5f",
  7821. "shasum": ""
  7822. },
  7823. "require": {
  7824. "doctrine/inflector": "^1.2",
  7825. "nikic/php-parser": "^4.0",
  7826. "php": "^7.0.8",
  7827. "symfony/config": "^3.4|^4.0|^5.0",
  7828. "symfony/console": "^3.4|^4.0|^5.0",
  7829. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  7830. "symfony/filesystem": "^3.4|^4.0|^5.0",
  7831. "symfony/finder": "^3.4|^4.0|^5.0",
  7832. "symfony/framework-bundle": "^3.4|^4.0|^5.0",
  7833. "symfony/http-kernel": "^3.4|^4.0|^5.0"
  7834. },
  7835. "require-dev": {
  7836. "doctrine/doctrine-bundle": "^1.8|^2.0",
  7837. "doctrine/orm": "^2.3",
  7838. "friendsofphp/php-cs-fixer": "^2.8",
  7839. "friendsoftwig/twigcs": "^3.1.2",
  7840. "symfony/http-client": "^4.3|^5.0",
  7841. "symfony/phpunit-bridge": "^4.3|^5.0",
  7842. "symfony/process": "^3.4|^4.0|^5.0",
  7843. "symfony/security-core": "^3.4|^4.0|^5.0",
  7844. "symfony/yaml": "^3.4|^4.0|^5.0"
  7845. },
  7846. "type": "symfony-bundle",
  7847. "extra": {
  7848. "branch-alias": {
  7849. "dev-master": "1.0-dev"
  7850. }
  7851. },
  7852. "autoload": {
  7853. "psr-4": {
  7854. "Symfony\\Bundle\\MakerBundle\\": "src/"
  7855. }
  7856. },
  7857. "notification-url": "https://packagist.org/downloads/",
  7858. "license": [
  7859. "MIT"
  7860. ],
  7861. "authors": [
  7862. {
  7863. "name": "Symfony Community",
  7864. "homepage": "https://symfony.com/contributors"
  7865. }
  7866. ],
  7867. "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
  7868. "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
  7869. "keywords": [
  7870. "code generator",
  7871. "generator",
  7872. "scaffold",
  7873. "scaffolding"
  7874. ],
  7875. "time": "2020-03-04T13:57:29+00:00"
  7876. },
  7877. {
  7878. "name": "symfony/mercure",
  7879. "version": "v0.4.0",
  7880. "source": {
  7881. "type": "git",
  7882. "url": "https://github.com/symfony/mercure.git",
  7883. "reference": "7cec6a0e5ac5ad5bb4ac04939ff752ccda2af4cc"
  7884. },
  7885. "dist": {
  7886. "type": "zip",
  7887. "url": "https://api.github.com/repos/symfony/mercure/zipball/7cec6a0e5ac5ad5bb4ac04939ff752ccda2af4cc",
  7888. "reference": "7cec6a0e5ac5ad5bb4ac04939ff752ccda2af4cc",
  7889. "shasum": ""
  7890. },
  7891. "require": {
  7892. "php": "^7.1.3",
  7893. "symfony/http-client": "^4.3.5|^5.0"
  7894. },
  7895. "require-dev": {
  7896. "symfony/phpunit-bridge": "^4.2.4|^5.0",
  7897. "symfony/stopwatch": "^4.3|^5.0"
  7898. },
  7899. "suggest": {
  7900. "symfony/stopwatch": "Integration with the profiler performances"
  7901. },
  7902. "type": "library",
  7903. "extra": {
  7904. "branch-alias": {
  7905. "dev-master": "0.3.x-dev"
  7906. },
  7907. "thanks": {
  7908. "name": "dunglas/mercure",
  7909. "url": "https://github.com/dunglas/mercure"
  7910. }
  7911. },
  7912. "autoload": {
  7913. "psr-4": {
  7914. "Symfony\\Component\\Mercure\\": "src/"
  7915. }
  7916. },
  7917. "notification-url": "https://packagist.org/downloads/",
  7918. "license": [
  7919. "MIT"
  7920. ],
  7921. "authors": [
  7922. {
  7923. "name": "Kévin Dunglas",
  7924. "email": "dunglas@gmail.com"
  7925. },
  7926. {
  7927. "name": "Symfony Community",
  7928. "homepage": "https://symfony.com/contributors"
  7929. }
  7930. ],
  7931. "description": "Symfony Mercure Component",
  7932. "homepage": "https://symfony.com",
  7933. "keywords": [
  7934. "mercure",
  7935. "push",
  7936. "sse",
  7937. "updates"
  7938. ],
  7939. "time": "2020-05-27T14:53:11+00:00"
  7940. },
  7941. {
  7942. "name": "symfony/mercure-bundle",
  7943. "version": "v0.2.4",
  7944. "source": {
  7945. "type": "git",
  7946. "url": "https://github.com/symfony/mercure-bundle.git",
  7947. "reference": "d46c48f0ba074d73d0493ac5256596d9ce785ce6"
  7948. },
  7949. "dist": {
  7950. "type": "zip",
  7951. "url": "https://api.github.com/repos/symfony/mercure-bundle/zipball/d46c48f0ba074d73d0493ac5256596d9ce785ce6",
  7952. "reference": "d46c48f0ba074d73d0493ac5256596d9ce785ce6",
  7953. "shasum": ""
  7954. },
  7955. "require": {
  7956. "php": "^7.1.3",
  7957. "symfony/config": "^4.3.7|^5.0",
  7958. "symfony/dependency-injection": "^4.3.7|^5.0",
  7959. "symfony/http-kernel": "^4.3.7|^5.0",
  7960. "symfony/mercure": "^0.3|^0.4"
  7961. },
  7962. "require-dev": {
  7963. "symfony/phpunit-bridge": "^4.3.7|^5.0",
  7964. "symfony/stopwatch": "^4.3.7|^5.0",
  7965. "symfony/var-dumper": "^4.3.7|^5.0"
  7966. },
  7967. "suggest": {
  7968. "symfony/messenger": "To use the Messenger integration"
  7969. },
  7970. "type": "symfony-bundle",
  7971. "extra": {
  7972. "branch-alias": {
  7973. "dev-master": "0.2.x-dev"
  7974. }
  7975. },
  7976. "autoload": {
  7977. "psr-4": {
  7978. "Symfony\\Bundle\\MercureBundle\\": "src/"
  7979. }
  7980. },
  7981. "notification-url": "https://packagist.org/downloads/",
  7982. "license": [
  7983. "MIT"
  7984. ],
  7985. "authors": [
  7986. {
  7987. "name": "Kévin Dunglas",
  7988. "email": "dunglas@gmail.com"
  7989. },
  7990. {
  7991. "name": "Symfony Community",
  7992. "homepage": "https://symfony.com/contributors"
  7993. }
  7994. ],
  7995. "description": "Symfony MercureBundle",
  7996. "homepage": "https://symfony.com",
  7997. "keywords": [
  7998. "mercure",
  7999. "push",
  8000. "sse",
  8001. "updates"
  8002. ],
  8003. "time": "2020-05-27T14:57:23+00:00"
  8004. },
  8005. {
  8006. "name": "symfony/mime",
  8007. "version": "v4.4.13",
  8008. "source": {
  8009. "type": "git",
  8010. "url": "https://github.com/symfony/mime.git",
  8011. "reference": "50ad671306d3d3ffb888d95b4fb1859496831e3a"
  8012. },
  8013. "dist": {
  8014. "type": "zip",
  8015. "url": "https://api.github.com/repos/symfony/mime/zipball/50ad671306d3d3ffb888d95b4fb1859496831e3a",
  8016. "reference": "50ad671306d3d3ffb888d95b4fb1859496831e3a",
  8017. "shasum": ""
  8018. },
  8019. "require": {
  8020. "php": ">=7.1.3",
  8021. "symfony/polyfill-intl-idn": "^1.10",
  8022. "symfony/polyfill-mbstring": "^1.0"
  8023. },
  8024. "conflict": {
  8025. "symfony/mailer": "<4.4"
  8026. },
  8027. "require-dev": {
  8028. "egulias/email-validator": "^2.1.10",
  8029. "symfony/dependency-injection": "^3.4|^4.1|^5.0"
  8030. },
  8031. "type": "library",
  8032. "extra": {
  8033. "branch-alias": {
  8034. "dev-master": "4.4-dev"
  8035. }
  8036. },
  8037. "autoload": {
  8038. "psr-4": {
  8039. "Symfony\\Component\\Mime\\": ""
  8040. },
  8041. "exclude-from-classmap": [
  8042. "/Tests/"
  8043. ]
  8044. },
  8045. "notification-url": "https://packagist.org/downloads/",
  8046. "license": [
  8047. "MIT"
  8048. ],
  8049. "authors": [
  8050. {
  8051. "name": "Fabien Potencier",
  8052. "email": "fabien@symfony.com"
  8053. },
  8054. {
  8055. "name": "Symfony Community",
  8056. "homepage": "https://symfony.com/contributors"
  8057. }
  8058. ],
  8059. "description": "A library to manipulate MIME messages",
  8060. "homepage": "https://symfony.com",
  8061. "keywords": [
  8062. "mime",
  8063. "mime-type"
  8064. ],
  8065. "time": "2020-08-17T09:56:45+00:00"
  8066. },
  8067. {
  8068. "name": "symfony/monolog-bridge",
  8069. "version": "v4.4.5",
  8070. "source": {
  8071. "type": "git",
  8072. "url": "https://github.com/symfony/monolog-bridge.git",
  8073. "reference": "b14ee2f0488b3ad879fd000bc3dcce1cd2f6cfff"
  8074. },
  8075. "dist": {
  8076. "type": "zip",
  8077. "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/b14ee2f0488b3ad879fd000bc3dcce1cd2f6cfff",
  8078. "reference": "b14ee2f0488b3ad879fd000bc3dcce1cd2f6cfff",
  8079. "shasum": ""
  8080. },
  8081. "require": {
  8082. "monolog/monolog": "^1.25.1",
  8083. "php": "^7.1.3",
  8084. "symfony/http-kernel": "^4.3",
  8085. "symfony/service-contracts": "^1.1|^2"
  8086. },
  8087. "conflict": {
  8088. "symfony/console": "<3.4",
  8089. "symfony/http-foundation": "<3.4"
  8090. },
  8091. "require-dev": {
  8092. "symfony/console": "^3.4|^4.0|^5.0",
  8093. "symfony/http-client": "^4.4|^5.0",
  8094. "symfony/security-core": "^3.4|^4.0|^5.0",
  8095. "symfony/var-dumper": "^3.4|^4.0|^5.0"
  8096. },
  8097. "suggest": {
  8098. "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.",
  8099. "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
  8100. "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
  8101. },
  8102. "type": "symfony-bridge",
  8103. "extra": {
  8104. "branch-alias": {
  8105. "dev-master": "4.4-dev"
  8106. }
  8107. },
  8108. "autoload": {
  8109. "psr-4": {
  8110. "Symfony\\Bridge\\Monolog\\": ""
  8111. },
  8112. "exclude-from-classmap": [
  8113. "/Tests/"
  8114. ]
  8115. },
  8116. "notification-url": "https://packagist.org/downloads/",
  8117. "license": [
  8118. "MIT"
  8119. ],
  8120. "authors": [
  8121. {
  8122. "name": "Fabien Potencier",
  8123. "email": "fabien@symfony.com"
  8124. },
  8125. {
  8126. "name": "Symfony Community",
  8127. "homepage": "https://symfony.com/contributors"
  8128. }
  8129. ],
  8130. "description": "Symfony Monolog Bridge",
  8131. "homepage": "https://symfony.com",
  8132. "time": "2020-02-04T09:32:40+00:00"
  8133. },
  8134. {
  8135. "name": "symfony/monolog-bundle",
  8136. "version": "v3.5.0",
  8137. "source": {
  8138. "type": "git",
  8139. "url": "https://github.com/symfony/monolog-bundle.git",
  8140. "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd"
  8141. },
  8142. "dist": {
  8143. "type": "zip",
  8144. "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
  8145. "reference": "dd80460fcfe1fa2050a7103ad818e9d0686ce6fd",
  8146. "shasum": ""
  8147. },
  8148. "require": {
  8149. "monolog/monolog": "~1.22 || ~2.0",
  8150. "php": ">=5.6",
  8151. "symfony/config": "~3.4 || ~4.0 || ^5.0",
  8152. "symfony/dependency-injection": "~3.4.10 || ^4.0.10 || ^5.0",
  8153. "symfony/http-kernel": "~3.4 || ~4.0 || ^5.0",
  8154. "symfony/monolog-bridge": "~3.4 || ~4.0 || ^5.0"
  8155. },
  8156. "require-dev": {
  8157. "symfony/console": "~3.4 || ~4.0 || ^5.0",
  8158. "symfony/phpunit-bridge": "^3.4.19 || ^4.0 || ^5.0",
  8159. "symfony/yaml": "~3.4 || ~4.0 || ^5.0"
  8160. },
  8161. "type": "symfony-bundle",
  8162. "extra": {
  8163. "branch-alias": {
  8164. "dev-master": "3.x-dev"
  8165. }
  8166. },
  8167. "autoload": {
  8168. "psr-4": {
  8169. "Symfony\\Bundle\\MonologBundle\\": ""
  8170. },
  8171. "exclude-from-classmap": [
  8172. "/Tests/"
  8173. ]
  8174. },
  8175. "notification-url": "https://packagist.org/downloads/",
  8176. "license": [
  8177. "MIT"
  8178. ],
  8179. "authors": [
  8180. {
  8181. "name": "Fabien Potencier",
  8182. "email": "fabien@symfony.com"
  8183. },
  8184. {
  8185. "name": "Symfony Community",
  8186. "homepage": "http://symfony.com/contributors"
  8187. }
  8188. ],
  8189. "description": "Symfony MonologBundle",
  8190. "homepage": "http://symfony.com",
  8191. "keywords": [
  8192. "log",
  8193. "logging"
  8194. ],
  8195. "time": "2019-11-13T13:11:14+00:00"
  8196. },
  8197. {
  8198. "name": "symfony/options-resolver",
  8199. "version": "v4.4.5",
  8200. "source": {
  8201. "type": "git",
  8202. "url": "https://github.com/symfony/options-resolver.git",
  8203. "reference": "9a02d6662660fe7bfadad63b5f0b0718d4c8b6b0"
  8204. },
  8205. "dist": {
  8206. "type": "zip",
  8207. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/9a02d6662660fe7bfadad63b5f0b0718d4c8b6b0",
  8208. "reference": "9a02d6662660fe7bfadad63b5f0b0718d4c8b6b0",
  8209. "shasum": ""
  8210. },
  8211. "require": {
  8212. "php": "^7.1.3"
  8213. },
  8214. "type": "library",
  8215. "extra": {
  8216. "branch-alias": {
  8217. "dev-master": "4.4-dev"
  8218. }
  8219. },
  8220. "autoload": {
  8221. "psr-4": {
  8222. "Symfony\\Component\\OptionsResolver\\": ""
  8223. },
  8224. "exclude-from-classmap": [
  8225. "/Tests/"
  8226. ]
  8227. },
  8228. "notification-url": "https://packagist.org/downloads/",
  8229. "license": [
  8230. "MIT"
  8231. ],
  8232. "authors": [
  8233. {
  8234. "name": "Fabien Potencier",
  8235. "email": "fabien@symfony.com"
  8236. },
  8237. {
  8238. "name": "Symfony Community",
  8239. "homepage": "https://symfony.com/contributors"
  8240. }
  8241. ],
  8242. "description": "Symfony OptionsResolver Component",
  8243. "homepage": "https://symfony.com",
  8244. "keywords": [
  8245. "config",
  8246. "configuration",
  8247. "options"
  8248. ],
  8249. "time": "2020-01-04T13:00:46+00:00"
  8250. },
  8251. {
  8252. "name": "symfony/orm-pack",
  8253. "version": "v1.0.8",
  8254. "source": {
  8255. "type": "git",
  8256. "url": "https://github.com/symfony/orm-pack.git",
  8257. "reference": "c9bcc08102061f406dc908192c0f33524a675666"
  8258. },
  8259. "dist": {
  8260. "type": "zip",
  8261. "url": "https://api.github.com/repos/symfony/orm-pack/zipball/c9bcc08102061f406dc908192c0f33524a675666",
  8262. "reference": "c9bcc08102061f406dc908192c0f33524a675666",
  8263. "shasum": ""
  8264. },
  8265. "require": {
  8266. "doctrine/doctrine-bundle": "*",
  8267. "doctrine/doctrine-migrations-bundle": "*",
  8268. "doctrine/orm": "*"
  8269. },
  8270. "type": "symfony-pack",
  8271. "notification-url": "https://packagist.org/downloads/",
  8272. "license": [
  8273. "MIT"
  8274. ],
  8275. "description": "A pack for the Doctrine ORM",
  8276. "time": "2020-02-10T18:03:48+00:00"
  8277. },
  8278. {
  8279. "name": "symfony/panther",
  8280. "version": "v0.6.1",
  8281. "source": {
  8282. "type": "git",
  8283. "url": "https://github.com/symfony/panther.git",
  8284. "reference": "e774e332bd5ec1d31c774fc4b2a6a72627c37921"
  8285. },
  8286. "dist": {
  8287. "type": "zip",
  8288. "url": "https://api.github.com/repos/symfony/panther/zipball/e774e332bd5ec1d31c774fc4b2a6a72627c37921",
  8289. "reference": "e774e332bd5ec1d31c774fc4b2a6a72627c37921",
  8290. "shasum": ""
  8291. },
  8292. "require": {
  8293. "php": ">=7.1",
  8294. "php-webdriver/webdriver": "^1.7.1",
  8295. "symfony/browser-kit": "^4.3 || ^5.0",
  8296. "symfony/dom-crawler": "^4.3 || ^5.0",
  8297. "symfony/http-client": "^4.3 || ^5.0",
  8298. "symfony/polyfill-php72": "^1.9",
  8299. "symfony/process": "^3.4 || ^4.0 || ^5.0"
  8300. },
  8301. "conflict": {
  8302. "symfony/framework-bundle": ">=4.3 <4.3.4"
  8303. },
  8304. "require-dev": {
  8305. "fabpot/goutte": "^3.2.3",
  8306. "guzzlehttp/guzzle": "^6.3",
  8307. "symfony/css-selector": "^3.4 || ^4.0 || ^5.0",
  8308. "symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0",
  8309. "symfony/phpunit-bridge": "^4.3.3 || ^5.0"
  8310. },
  8311. "type": "library",
  8312. "extra": {
  8313. "branch-alias": {
  8314. "dev-master": "1.0.x-dev"
  8315. }
  8316. },
  8317. "autoload": {
  8318. "psr-4": {
  8319. "Symfony\\Component\\Panther\\": "src/"
  8320. }
  8321. },
  8322. "notification-url": "https://packagist.org/downloads/",
  8323. "license": [
  8324. "MIT"
  8325. ],
  8326. "authors": [
  8327. {
  8328. "name": "Kévin Dunglas",
  8329. "email": "dunglas@gmail.com",
  8330. "homepage": "https://dunglas.fr"
  8331. },
  8332. {
  8333. "name": "Symfony Community",
  8334. "homepage": "https://symfony.com/contributors"
  8335. }
  8336. ],
  8337. "description": "A browser testing and web scraping library for PHP and Symfony.",
  8338. "homepage": "https://dunglas.fr",
  8339. "keywords": [
  8340. "e2e",
  8341. "scraping",
  8342. "selenium",
  8343. "symfony",
  8344. "testing",
  8345. "webdriver"
  8346. ],
  8347. "time": "2020-01-20T15:24:48+00:00"
  8348. },
  8349. {
  8350. "name": "symfony/polyfill-intl-grapheme",
  8351. "version": "v1.17.0",
  8352. "source": {
  8353. "type": "git",
  8354. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  8355. "reference": "e094b0770f7833fdf257e6ba4775be4e258230b2"
  8356. },
  8357. "dist": {
  8358. "type": "zip",
  8359. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/e094b0770f7833fdf257e6ba4775be4e258230b2",
  8360. "reference": "e094b0770f7833fdf257e6ba4775be4e258230b2",
  8361. "shasum": ""
  8362. },
  8363. "require": {
  8364. "php": ">=5.3.3"
  8365. },
  8366. "suggest": {
  8367. "ext-intl": "For best performance"
  8368. },
  8369. "type": "library",
  8370. "extra": {
  8371. "branch-alias": {
  8372. "dev-master": "1.17-dev"
  8373. }
  8374. },
  8375. "autoload": {
  8376. "psr-4": {
  8377. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  8378. },
  8379. "files": [
  8380. "bootstrap.php"
  8381. ]
  8382. },
  8383. "notification-url": "https://packagist.org/downloads/",
  8384. "license": [
  8385. "MIT"
  8386. ],
  8387. "authors": [
  8388. {
  8389. "name": "Nicolas Grekas",
  8390. "email": "p@tchwork.com"
  8391. },
  8392. {
  8393. "name": "Symfony Community",
  8394. "homepage": "https://symfony.com/contributors"
  8395. }
  8396. ],
  8397. "description": "Symfony polyfill for intl's grapheme_* functions",
  8398. "homepage": "https://symfony.com",
  8399. "keywords": [
  8400. "compatibility",
  8401. "grapheme",
  8402. "intl",
  8403. "polyfill",
  8404. "portable",
  8405. "shim"
  8406. ],
  8407. "time": "2020-05-12T16:47:27+00:00"
  8408. },
  8409. {
  8410. "name": "symfony/polyfill-intl-icu",
  8411. "version": "v1.14.0",
  8412. "source": {
  8413. "type": "git",
  8414. "url": "https://github.com/symfony/polyfill-intl-icu.git",
  8415. "reference": "727b3bb5bfa7ca9eeb86416784cf1c08a6289b86"
  8416. },
  8417. "dist": {
  8418. "type": "zip",
  8419. "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/727b3bb5bfa7ca9eeb86416784cf1c08a6289b86",
  8420. "reference": "727b3bb5bfa7ca9eeb86416784cf1c08a6289b86",
  8421. "shasum": ""
  8422. },
  8423. "require": {
  8424. "php": ">=5.3.3",
  8425. "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
  8426. },
  8427. "suggest": {
  8428. "ext-intl": "For best performance"
  8429. },
  8430. "type": "library",
  8431. "extra": {
  8432. "branch-alias": {
  8433. "dev-master": "1.14-dev"
  8434. }
  8435. },
  8436. "autoload": {
  8437. "files": [
  8438. "bootstrap.php"
  8439. ]
  8440. },
  8441. "notification-url": "https://packagist.org/downloads/",
  8442. "license": [
  8443. "MIT"
  8444. ],
  8445. "authors": [
  8446. {
  8447. "name": "Nicolas Grekas",
  8448. "email": "p@tchwork.com"
  8449. },
  8450. {
  8451. "name": "Symfony Community",
  8452. "homepage": "https://symfony.com/contributors"
  8453. }
  8454. ],
  8455. "description": "Symfony polyfill for intl's ICU-related data and classes",
  8456. "homepage": "https://symfony.com",
  8457. "keywords": [
  8458. "compatibility",
  8459. "icu",
  8460. "intl",
  8461. "polyfill",
  8462. "portable",
  8463. "shim"
  8464. ],
  8465. "time": "2020-01-13T11:15:53+00:00"
  8466. },
  8467. {
  8468. "name": "symfony/polyfill-intl-idn",
  8469. "version": "v1.18.1",
  8470. "source": {
  8471. "type": "git",
  8472. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  8473. "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251"
  8474. },
  8475. "dist": {
  8476. "type": "zip",
  8477. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251",
  8478. "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251",
  8479. "shasum": ""
  8480. },
  8481. "require": {
  8482. "php": ">=5.3.3",
  8483. "symfony/polyfill-intl-normalizer": "^1.10",
  8484. "symfony/polyfill-php70": "^1.10",
  8485. "symfony/polyfill-php72": "^1.10"
  8486. },
  8487. "suggest": {
  8488. "ext-intl": "For best performance"
  8489. },
  8490. "type": "library",
  8491. "extra": {
  8492. "branch-alias": {
  8493. "dev-master": "1.18-dev"
  8494. },
  8495. "thanks": {
  8496. "name": "symfony/polyfill",
  8497. "url": "https://github.com/symfony/polyfill"
  8498. }
  8499. },
  8500. "autoload": {
  8501. "psr-4": {
  8502. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  8503. },
  8504. "files": [
  8505. "bootstrap.php"
  8506. ]
  8507. },
  8508. "notification-url": "https://packagist.org/downloads/",
  8509. "license": [
  8510. "MIT"
  8511. ],
  8512. "authors": [
  8513. {
  8514. "name": "Laurent Bassin",
  8515. "email": "laurent@bassin.info"
  8516. },
  8517. {
  8518. "name": "Trevor Rowbotham",
  8519. "email": "trevor.rowbotham@pm.me"
  8520. },
  8521. {
  8522. "name": "Symfony Community",
  8523. "homepage": "https://symfony.com/contributors"
  8524. }
  8525. ],
  8526. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  8527. "homepage": "https://symfony.com",
  8528. "keywords": [
  8529. "compatibility",
  8530. "idn",
  8531. "intl",
  8532. "polyfill",
  8533. "portable",
  8534. "shim"
  8535. ],
  8536. "time": "2020-08-04T06:02:08+00:00"
  8537. },
  8538. {
  8539. "name": "symfony/polyfill-intl-normalizer",
  8540. "version": "v1.17.0",
  8541. "source": {
  8542. "type": "git",
  8543. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  8544. "reference": "1357b1d168eb7f68ad6a134838e46b0b159444a9"
  8545. },
  8546. "dist": {
  8547. "type": "zip",
  8548. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/1357b1d168eb7f68ad6a134838e46b0b159444a9",
  8549. "reference": "1357b1d168eb7f68ad6a134838e46b0b159444a9",
  8550. "shasum": ""
  8551. },
  8552. "require": {
  8553. "php": ">=5.3.3"
  8554. },
  8555. "suggest": {
  8556. "ext-intl": "For best performance"
  8557. },
  8558. "type": "library",
  8559. "extra": {
  8560. "branch-alias": {
  8561. "dev-master": "1.17-dev"
  8562. }
  8563. },
  8564. "autoload": {
  8565. "psr-4": {
  8566. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  8567. },
  8568. "files": [
  8569. "bootstrap.php"
  8570. ],
  8571. "classmap": [
  8572. "Resources/stubs"
  8573. ]
  8574. },
  8575. "notification-url": "https://packagist.org/downloads/",
  8576. "license": [
  8577. "MIT"
  8578. ],
  8579. "authors": [
  8580. {
  8581. "name": "Nicolas Grekas",
  8582. "email": "p@tchwork.com"
  8583. },
  8584. {
  8585. "name": "Symfony Community",
  8586. "homepage": "https://symfony.com/contributors"
  8587. }
  8588. ],
  8589. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  8590. "homepage": "https://symfony.com",
  8591. "keywords": [
  8592. "compatibility",
  8593. "intl",
  8594. "normalizer",
  8595. "polyfill",
  8596. "portable",
  8597. "shim"
  8598. ],
  8599. "time": "2020-05-12T16:14:59+00:00"
  8600. },
  8601. {
  8602. "name": "symfony/polyfill-mbstring",
  8603. "version": "v1.18.1",
  8604. "source": {
  8605. "type": "git",
  8606. "url": "https://github.com/symfony/polyfill-mbstring.git",
  8607. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
  8608. },
  8609. "dist": {
  8610. "type": "zip",
  8611. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
  8612. "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
  8613. "shasum": ""
  8614. },
  8615. "require": {
  8616. "php": ">=5.3.3"
  8617. },
  8618. "suggest": {
  8619. "ext-mbstring": "For best performance"
  8620. },
  8621. "type": "library",
  8622. "extra": {
  8623. "branch-alias": {
  8624. "dev-master": "1.18-dev"
  8625. },
  8626. "thanks": {
  8627. "name": "symfony/polyfill",
  8628. "url": "https://github.com/symfony/polyfill"
  8629. }
  8630. },
  8631. "autoload": {
  8632. "psr-4": {
  8633. "Symfony\\Polyfill\\Mbstring\\": ""
  8634. },
  8635. "files": [
  8636. "bootstrap.php"
  8637. ]
  8638. },
  8639. "notification-url": "https://packagist.org/downloads/",
  8640. "license": [
  8641. "MIT"
  8642. ],
  8643. "authors": [
  8644. {
  8645. "name": "Nicolas Grekas",
  8646. "email": "p@tchwork.com"
  8647. },
  8648. {
  8649. "name": "Symfony Community",
  8650. "homepage": "https://symfony.com/contributors"
  8651. }
  8652. ],
  8653. "description": "Symfony polyfill for the Mbstring extension",
  8654. "homepage": "https://symfony.com",
  8655. "keywords": [
  8656. "compatibility",
  8657. "mbstring",
  8658. "polyfill",
  8659. "portable",
  8660. "shim"
  8661. ],
  8662. "time": "2020-07-14T12:35:20+00:00"
  8663. },
  8664. {
  8665. "name": "symfony/polyfill-php72",
  8666. "version": "v1.18.1",
  8667. "source": {
  8668. "type": "git",
  8669. "url": "https://github.com/symfony/polyfill-php72.git",
  8670. "reference": "639447d008615574653fb3bc60d1986d7172eaae"
  8671. },
  8672. "dist": {
  8673. "type": "zip",
  8674. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
  8675. "reference": "639447d008615574653fb3bc60d1986d7172eaae",
  8676. "shasum": ""
  8677. },
  8678. "require": {
  8679. "php": ">=5.3.3"
  8680. },
  8681. "type": "library",
  8682. "extra": {
  8683. "branch-alias": {
  8684. "dev-master": "1.18-dev"
  8685. },
  8686. "thanks": {
  8687. "name": "symfony/polyfill",
  8688. "url": "https://github.com/symfony/polyfill"
  8689. }
  8690. },
  8691. "autoload": {
  8692. "psr-4": {
  8693. "Symfony\\Polyfill\\Php72\\": ""
  8694. },
  8695. "files": [
  8696. "bootstrap.php"
  8697. ]
  8698. },
  8699. "notification-url": "https://packagist.org/downloads/",
  8700. "license": [
  8701. "MIT"
  8702. ],
  8703. "authors": [
  8704. {
  8705. "name": "Nicolas Grekas",
  8706. "email": "p@tchwork.com"
  8707. },
  8708. {
  8709. "name": "Symfony Community",
  8710. "homepage": "https://symfony.com/contributors"
  8711. }
  8712. ],
  8713. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  8714. "homepage": "https://symfony.com",
  8715. "keywords": [
  8716. "compatibility",
  8717. "polyfill",
  8718. "portable",
  8719. "shim"
  8720. ],
  8721. "time": "2020-07-14T12:35:20+00:00"
  8722. },
  8723. {
  8724. "name": "symfony/polyfill-php73",
  8725. "version": "v1.18.1",
  8726. "source": {
  8727. "type": "git",
  8728. "url": "https://github.com/symfony/polyfill-php73.git",
  8729. "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
  8730. },
  8731. "dist": {
  8732. "type": "zip",
  8733. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
  8734. "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
  8735. "shasum": ""
  8736. },
  8737. "require": {
  8738. "php": ">=5.3.3"
  8739. },
  8740. "type": "library",
  8741. "extra": {
  8742. "branch-alias": {
  8743. "dev-master": "1.18-dev"
  8744. },
  8745. "thanks": {
  8746. "name": "symfony/polyfill",
  8747. "url": "https://github.com/symfony/polyfill"
  8748. }
  8749. },
  8750. "autoload": {
  8751. "psr-4": {
  8752. "Symfony\\Polyfill\\Php73\\": ""
  8753. },
  8754. "files": [
  8755. "bootstrap.php"
  8756. ],
  8757. "classmap": [
  8758. "Resources/stubs"
  8759. ]
  8760. },
  8761. "notification-url": "https://packagist.org/downloads/",
  8762. "license": [
  8763. "MIT"
  8764. ],
  8765. "authors": [
  8766. {
  8767. "name": "Nicolas Grekas",
  8768. "email": "p@tchwork.com"
  8769. },
  8770. {
  8771. "name": "Symfony Community",
  8772. "homepage": "https://symfony.com/contributors"
  8773. }
  8774. ],
  8775. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  8776. "homepage": "https://symfony.com",
  8777. "keywords": [
  8778. "compatibility",
  8779. "polyfill",
  8780. "portable",
  8781. "shim"
  8782. ],
  8783. "time": "2020-07-14T12:35:20+00:00"
  8784. },
  8785. {
  8786. "name": "symfony/polyfill-php80",
  8787. "version": "v1.18.1",
  8788. "source": {
  8789. "type": "git",
  8790. "url": "https://github.com/symfony/polyfill-php80.git",
  8791. "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
  8792. },
  8793. "dist": {
  8794. "type": "zip",
  8795. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
  8796. "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
  8797. "shasum": ""
  8798. },
  8799. "require": {
  8800. "php": ">=7.0.8"
  8801. },
  8802. "type": "library",
  8803. "extra": {
  8804. "branch-alias": {
  8805. "dev-master": "1.18-dev"
  8806. },
  8807. "thanks": {
  8808. "name": "symfony/polyfill",
  8809. "url": "https://github.com/symfony/polyfill"
  8810. }
  8811. },
  8812. "autoload": {
  8813. "psr-4": {
  8814. "Symfony\\Polyfill\\Php80\\": ""
  8815. },
  8816. "files": [
  8817. "bootstrap.php"
  8818. ],
  8819. "classmap": [
  8820. "Resources/stubs"
  8821. ]
  8822. },
  8823. "notification-url": "https://packagist.org/downloads/",
  8824. "license": [
  8825. "MIT"
  8826. ],
  8827. "authors": [
  8828. {
  8829. "name": "Ion Bazan",
  8830. "email": "ion.bazan@gmail.com"
  8831. },
  8832. {
  8833. "name": "Nicolas Grekas",
  8834. "email": "p@tchwork.com"
  8835. },
  8836. {
  8837. "name": "Symfony Community",
  8838. "homepage": "https://symfony.com/contributors"
  8839. }
  8840. ],
  8841. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  8842. "homepage": "https://symfony.com",
  8843. "keywords": [
  8844. "compatibility",
  8845. "polyfill",
  8846. "portable",
  8847. "shim"
  8848. ],
  8849. "time": "2020-07-14T12:35:20+00:00"
  8850. },
  8851. {
  8852. "name": "symfony/process",
  8853. "version": "v4.4.5",
  8854. "source": {
  8855. "type": "git",
  8856. "url": "https://github.com/symfony/process.git",
  8857. "reference": "bf9166bac906c9e69fb7a11d94875e7ced97bcd7"
  8858. },
  8859. "dist": {
  8860. "type": "zip",
  8861. "url": "https://api.github.com/repos/symfony/process/zipball/bf9166bac906c9e69fb7a11d94875e7ced97bcd7",
  8862. "reference": "bf9166bac906c9e69fb7a11d94875e7ced97bcd7",
  8863. "shasum": ""
  8864. },
  8865. "require": {
  8866. "php": "^7.1.3"
  8867. },
  8868. "type": "library",
  8869. "extra": {
  8870. "branch-alias": {
  8871. "dev-master": "4.4-dev"
  8872. }
  8873. },
  8874. "autoload": {
  8875. "psr-4": {
  8876. "Symfony\\Component\\Process\\": ""
  8877. },
  8878. "exclude-from-classmap": [
  8879. "/Tests/"
  8880. ]
  8881. },
  8882. "notification-url": "https://packagist.org/downloads/",
  8883. "license": [
  8884. "MIT"
  8885. ],
  8886. "authors": [
  8887. {
  8888. "name": "Fabien Potencier",
  8889. "email": "fabien@symfony.com"
  8890. },
  8891. {
  8892. "name": "Symfony Community",
  8893. "homepage": "https://symfony.com/contributors"
  8894. }
  8895. ],
  8896. "description": "Symfony Process Component",
  8897. "homepage": "https://symfony.com",
  8898. "time": "2020-02-07T20:06:44+00:00"
  8899. },
  8900. {
  8901. "name": "symfony/property-access",
  8902. "version": "v4.4.5",
  8903. "source": {
  8904. "type": "git",
  8905. "url": "https://github.com/symfony/property-access.git",
  8906. "reference": "090b4bc92ded1ec512f7e2ed1691210769dffdb3"
  8907. },
  8908. "dist": {
  8909. "type": "zip",
  8910. "url": "https://api.github.com/repos/symfony/property-access/zipball/090b4bc92ded1ec512f7e2ed1691210769dffdb3",
  8911. "reference": "090b4bc92ded1ec512f7e2ed1691210769dffdb3",
  8912. "shasum": ""
  8913. },
  8914. "require": {
  8915. "php": "^7.1.3",
  8916. "symfony/inflector": "^3.4|^4.0|^5.0"
  8917. },
  8918. "require-dev": {
  8919. "symfony/cache": "^3.4|^4.0|^5.0"
  8920. },
  8921. "suggest": {
  8922. "psr/cache-implementation": "To cache access methods."
  8923. },
  8924. "type": "library",
  8925. "extra": {
  8926. "branch-alias": {
  8927. "dev-master": "4.4-dev"
  8928. }
  8929. },
  8930. "autoload": {
  8931. "psr-4": {
  8932. "Symfony\\Component\\PropertyAccess\\": ""
  8933. },
  8934. "exclude-from-classmap": [
  8935. "/Tests/"
  8936. ]
  8937. },
  8938. "notification-url": "https://packagist.org/downloads/",
  8939. "license": [
  8940. "MIT"
  8941. ],
  8942. "authors": [
  8943. {
  8944. "name": "Fabien Potencier",
  8945. "email": "fabien@symfony.com"
  8946. },
  8947. {
  8948. "name": "Symfony Community",
  8949. "homepage": "https://symfony.com/contributors"
  8950. }
  8951. ],
  8952. "description": "Symfony PropertyAccess Component",
  8953. "homepage": "https://symfony.com",
  8954. "keywords": [
  8955. "access",
  8956. "array",
  8957. "extraction",
  8958. "index",
  8959. "injection",
  8960. "object",
  8961. "property",
  8962. "property path",
  8963. "reflection"
  8964. ],
  8965. "time": "2020-01-04T13:00:46+00:00"
  8966. },
  8967. {
  8968. "name": "symfony/property-info",
  8969. "version": "v4.4.5",
  8970. "source": {
  8971. "type": "git",
  8972. "url": "https://github.com/symfony/property-info.git",
  8973. "reference": "e6355ba81c738be31c3c3b3cd7929963f98da576"
  8974. },
  8975. "dist": {
  8976. "type": "zip",
  8977. "url": "https://api.github.com/repos/symfony/property-info/zipball/e6355ba81c738be31c3c3b3cd7929963f98da576",
  8978. "reference": "e6355ba81c738be31c3c3b3cd7929963f98da576",
  8979. "shasum": ""
  8980. },
  8981. "require": {
  8982. "php": "^7.1.3",
  8983. "symfony/inflector": "^3.4|^4.0|^5.0"
  8984. },
  8985. "conflict": {
  8986. "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
  8987. "phpdocumentor/type-resolver": "<0.3.0",
  8988. "symfony/dependency-injection": "<3.4"
  8989. },
  8990. "require-dev": {
  8991. "doctrine/annotations": "~1.7",
  8992. "phpdocumentor/reflection-docblock": "^3.0|^4.0",
  8993. "symfony/cache": "^3.4|^4.0|^5.0",
  8994. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  8995. "symfony/serializer": "^3.4|^4.0|^5.0"
  8996. },
  8997. "suggest": {
  8998. "phpdocumentor/reflection-docblock": "To use the PHPDoc",
  8999. "psr/cache-implementation": "To cache results",
  9000. "symfony/doctrine-bridge": "To use Doctrine metadata",
  9001. "symfony/serializer": "To use Serializer metadata"
  9002. },
  9003. "type": "library",
  9004. "extra": {
  9005. "branch-alias": {
  9006. "dev-master": "4.4-dev"
  9007. }
  9008. },
  9009. "autoload": {
  9010. "psr-4": {
  9011. "Symfony\\Component\\PropertyInfo\\": ""
  9012. },
  9013. "exclude-from-classmap": [
  9014. "/Tests/"
  9015. ]
  9016. },
  9017. "notification-url": "https://packagist.org/downloads/",
  9018. "license": [
  9019. "MIT"
  9020. ],
  9021. "authors": [
  9022. {
  9023. "name": "Kévin Dunglas",
  9024. "email": "dunglas@gmail.com"
  9025. },
  9026. {
  9027. "name": "Symfony Community",
  9028. "homepage": "https://symfony.com/contributors"
  9029. }
  9030. ],
  9031. "description": "Symfony Property Info Component",
  9032. "homepage": "https://symfony.com",
  9033. "keywords": [
  9034. "doctrine",
  9035. "phpdoc",
  9036. "property",
  9037. "symfony",
  9038. "type",
  9039. "validator"
  9040. ],
  9041. "time": "2020-01-04T13:00:46+00:00"
  9042. },
  9043. {
  9044. "name": "symfony/routing",
  9045. "version": "v4.4.5",
  9046. "source": {
  9047. "type": "git",
  9048. "url": "https://github.com/symfony/routing.git",
  9049. "reference": "4124d621d0e445732520037f888a0456951bde8c"
  9050. },
  9051. "dist": {
  9052. "type": "zip",
  9053. "url": "https://api.github.com/repos/symfony/routing/zipball/4124d621d0e445732520037f888a0456951bde8c",
  9054. "reference": "4124d621d0e445732520037f888a0456951bde8c",
  9055. "shasum": ""
  9056. },
  9057. "require": {
  9058. "php": "^7.1.3"
  9059. },
  9060. "conflict": {
  9061. "symfony/config": "<4.2",
  9062. "symfony/dependency-injection": "<3.4",
  9063. "symfony/yaml": "<3.4"
  9064. },
  9065. "require-dev": {
  9066. "doctrine/annotations": "~1.2",
  9067. "psr/log": "~1.0",
  9068. "symfony/config": "^4.2|^5.0",
  9069. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  9070. "symfony/expression-language": "^3.4|^4.0|^5.0",
  9071. "symfony/http-foundation": "^3.4|^4.0|^5.0",
  9072. "symfony/yaml": "^3.4|^4.0|^5.0"
  9073. },
  9074. "suggest": {
  9075. "doctrine/annotations": "For using the annotation loader",
  9076. "symfony/config": "For using the all-in-one router or any loader",
  9077. "symfony/expression-language": "For using expression matching",
  9078. "symfony/http-foundation": "For using a Symfony Request object",
  9079. "symfony/yaml": "For using the YAML loader"
  9080. },
  9081. "type": "library",
  9082. "extra": {
  9083. "branch-alias": {
  9084. "dev-master": "4.4-dev"
  9085. }
  9086. },
  9087. "autoload": {
  9088. "psr-4": {
  9089. "Symfony\\Component\\Routing\\": ""
  9090. },
  9091. "exclude-from-classmap": [
  9092. "/Tests/"
  9093. ]
  9094. },
  9095. "notification-url": "https://packagist.org/downloads/",
  9096. "license": [
  9097. "MIT"
  9098. ],
  9099. "authors": [
  9100. {
  9101. "name": "Fabien Potencier",
  9102. "email": "fabien@symfony.com"
  9103. },
  9104. {
  9105. "name": "Symfony Community",
  9106. "homepage": "https://symfony.com/contributors"
  9107. }
  9108. ],
  9109. "description": "Symfony Routing Component",
  9110. "homepage": "https://symfony.com",
  9111. "keywords": [
  9112. "router",
  9113. "routing",
  9114. "uri",
  9115. "url"
  9116. ],
  9117. "time": "2020-02-25T12:41:09+00:00"
  9118. },
  9119. {
  9120. "name": "symfony/security-acl",
  9121. "version": "v3.0.4",
  9122. "source": {
  9123. "type": "git",
  9124. "url": "https://github.com/symfony/security-acl.git",
  9125. "reference": "dc8f10b3bda34e9ddcad49edc7accf61f31fce43"
  9126. },
  9127. "dist": {
  9128. "type": "zip",
  9129. "url": "https://api.github.com/repos/symfony/security-acl/zipball/dc8f10b3bda34e9ddcad49edc7accf61f31fce43",
  9130. "reference": "dc8f10b3bda34e9ddcad49edc7accf61f31fce43",
  9131. "shasum": ""
  9132. },
  9133. "require": {
  9134. "php": ">=5.5.9",
  9135. "symfony/security-core": "^2.8|^3.0|^4.0|^5.0"
  9136. },
  9137. "require-dev": {
  9138. "doctrine/common": "~2.2",
  9139. "doctrine/dbal": "~2.2",
  9140. "psr/log": "~1.0",
  9141. "symfony/phpunit-bridge": "^2.8|^3.0|^4.0|^5.0"
  9142. },
  9143. "suggest": {
  9144. "doctrine/dbal": "For using the built-in ACL implementation",
  9145. "symfony/class-loader": "For using the ACL generateSql script",
  9146. "symfony/finder": "For using the ACL generateSql script"
  9147. },
  9148. "type": "library",
  9149. "extra": {
  9150. "branch-alias": {
  9151. "dev-master": "3.0-dev"
  9152. }
  9153. },
  9154. "autoload": {
  9155. "psr-4": {
  9156. "Symfony\\Component\\Security\\Acl\\": ""
  9157. },
  9158. "exclude-from-classmap": [
  9159. "/Tests/"
  9160. ]
  9161. },
  9162. "notification-url": "https://packagist.org/downloads/",
  9163. "license": [
  9164. "MIT"
  9165. ],
  9166. "authors": [
  9167. {
  9168. "name": "Fabien Potencier",
  9169. "email": "fabien@symfony.com"
  9170. },
  9171. {
  9172. "name": "Symfony Community",
  9173. "homepage": "https://symfony.com/contributors"
  9174. }
  9175. ],
  9176. "description": "Symfony Security Component - ACL (Access Control List)",
  9177. "homepage": "https://symfony.com",
  9178. "time": "2019-12-12T09:55:57+00:00"
  9179. },
  9180. {
  9181. "name": "symfony/security-bundle",
  9182. "version": "v4.4.5",
  9183. "source": {
  9184. "type": "git",
  9185. "url": "https://github.com/symfony/security-bundle.git",
  9186. "reference": "21c4270b37f76e6c3c22f92597f397593ed1c9db"
  9187. },
  9188. "dist": {
  9189. "type": "zip",
  9190. "url": "https://api.github.com/repos/symfony/security-bundle/zipball/21c4270b37f76e6c3c22f92597f397593ed1c9db",
  9191. "reference": "21c4270b37f76e6c3c22f92597f397593ed1c9db",
  9192. "shasum": ""
  9193. },
  9194. "require": {
  9195. "ext-xml": "*",
  9196. "php": "^7.1.3",
  9197. "symfony/config": "^4.2|^5.0",
  9198. "symfony/dependency-injection": "^4.4|^5.0",
  9199. "symfony/http-kernel": "^4.4",
  9200. "symfony/security-core": "^4.4",
  9201. "symfony/security-csrf": "^4.2|^5.0",
  9202. "symfony/security-guard": "^4.2|^5.0",
  9203. "symfony/security-http": "^4.4.5"
  9204. },
  9205. "conflict": {
  9206. "symfony/browser-kit": "<4.2",
  9207. "symfony/console": "<3.4",
  9208. "symfony/framework-bundle": "<4.4",
  9209. "symfony/ldap": "<4.4",
  9210. "symfony/twig-bundle": "<4.4"
  9211. },
  9212. "require-dev": {
  9213. "doctrine/doctrine-bundle": "^1.5|^2.0",
  9214. "symfony/asset": "^3.4|^4.0|^5.0",
  9215. "symfony/browser-kit": "^4.2|^5.0",
  9216. "symfony/console": "^3.4|^4.0|^5.0",
  9217. "symfony/css-selector": "^3.4|^4.0|^5.0",
  9218. "symfony/dom-crawler": "^3.4|^4.0|^5.0",
  9219. "symfony/expression-language": "^3.4|^4.0|^5.0",
  9220. "symfony/form": "^3.4|^4.0|^5.0",
  9221. "symfony/framework-bundle": "^4.4|^5.0",
  9222. "symfony/process": "^3.4|^4.0|^5.0",
  9223. "symfony/serializer": "^4.4|^5.0",
  9224. "symfony/translation": "^3.4|^4.0|^5.0",
  9225. "symfony/twig-bridge": "^3.4|^4.0|^5.0",
  9226. "symfony/twig-bundle": "^4.4|^5.0",
  9227. "symfony/validator": "^3.4|^4.0|^5.0",
  9228. "symfony/yaml": "^3.4|^4.0|^5.0",
  9229. "twig/twig": "^1.41|^2.10|^3.0"
  9230. },
  9231. "type": "symfony-bundle",
  9232. "extra": {
  9233. "branch-alias": {
  9234. "dev-master": "4.4-dev"
  9235. }
  9236. },
  9237. "autoload": {
  9238. "psr-4": {
  9239. "Symfony\\Bundle\\SecurityBundle\\": ""
  9240. },
  9241. "exclude-from-classmap": [
  9242. "/Tests/"
  9243. ]
  9244. },
  9245. "notification-url": "https://packagist.org/downloads/",
  9246. "license": [
  9247. "MIT"
  9248. ],
  9249. "authors": [
  9250. {
  9251. "name": "Fabien Potencier",
  9252. "email": "fabien@symfony.com"
  9253. },
  9254. {
  9255. "name": "Symfony Community",
  9256. "homepage": "https://symfony.com/contributors"
  9257. }
  9258. ],
  9259. "description": "Symfony SecurityBundle",
  9260. "homepage": "https://symfony.com",
  9261. "time": "2020-02-26T10:27:30+00:00"
  9262. },
  9263. {
  9264. "name": "symfony/security-core",
  9265. "version": "v4.4.5",
  9266. "source": {
  9267. "type": "git",
  9268. "url": "https://github.com/symfony/security-core.git",
  9269. "reference": "6251c8e432640106e6f2f045ac3b365f1af36d44"
  9270. },
  9271. "dist": {
  9272. "type": "zip",
  9273. "url": "https://api.github.com/repos/symfony/security-core/zipball/6251c8e432640106e6f2f045ac3b365f1af36d44",
  9274. "reference": "6251c8e432640106e6f2f045ac3b365f1af36d44",
  9275. "shasum": ""
  9276. },
  9277. "require": {
  9278. "php": "^7.1.3",
  9279. "symfony/event-dispatcher-contracts": "^1.1|^2",
  9280. "symfony/service-contracts": "^1.1.6|^2"
  9281. },
  9282. "conflict": {
  9283. "symfony/event-dispatcher": "<4.3|>=5",
  9284. "symfony/ldap": "<4.4",
  9285. "symfony/security-guard": "<4.3"
  9286. },
  9287. "require-dev": {
  9288. "psr/container": "^1.0",
  9289. "psr/log": "~1.0",
  9290. "symfony/event-dispatcher": "^4.3",
  9291. "symfony/expression-language": "^3.4|^4.0|^5.0",
  9292. "symfony/http-foundation": "^3.4|^4.0|^5.0",
  9293. "symfony/ldap": "^4.4|^5.0",
  9294. "symfony/validator": "^3.4.31|^4.3.4|^5.0"
  9295. },
  9296. "suggest": {
  9297. "psr/container-implementation": "To instantiate the Security class",
  9298. "symfony/event-dispatcher": "",
  9299. "symfony/expression-language": "For using the expression voter",
  9300. "symfony/http-foundation": "",
  9301. "symfony/ldap": "For using LDAP integration",
  9302. "symfony/validator": "For using the user password constraint"
  9303. },
  9304. "type": "library",
  9305. "extra": {
  9306. "branch-alias": {
  9307. "dev-master": "4.4-dev"
  9308. }
  9309. },
  9310. "autoload": {
  9311. "psr-4": {
  9312. "Symfony\\Component\\Security\\Core\\": ""
  9313. },
  9314. "exclude-from-classmap": [
  9315. "/Tests/"
  9316. ]
  9317. },
  9318. "notification-url": "https://packagist.org/downloads/",
  9319. "license": [
  9320. "MIT"
  9321. ],
  9322. "authors": [
  9323. {
  9324. "name": "Fabien Potencier",
  9325. "email": "fabien@symfony.com"
  9326. },
  9327. {
  9328. "name": "Symfony Community",
  9329. "homepage": "https://symfony.com/contributors"
  9330. }
  9331. ],
  9332. "description": "Symfony Security Component - Core Library",
  9333. "homepage": "https://symfony.com",
  9334. "time": "2020-02-24T13:10:00+00:00"
  9335. },
  9336. {
  9337. "name": "symfony/security-csrf",
  9338. "version": "v4.4.5",
  9339. "source": {
  9340. "type": "git",
  9341. "url": "https://github.com/symfony/security-csrf.git",
  9342. "reference": "da4664d94164e2b50ce75f2453724c6c33222505"
  9343. },
  9344. "dist": {
  9345. "type": "zip",
  9346. "url": "https://api.github.com/repos/symfony/security-csrf/zipball/da4664d94164e2b50ce75f2453724c6c33222505",
  9347. "reference": "da4664d94164e2b50ce75f2453724c6c33222505",
  9348. "shasum": ""
  9349. },
  9350. "require": {
  9351. "php": "^7.1.3",
  9352. "symfony/security-core": "^3.4|^4.0|^5.0"
  9353. },
  9354. "conflict": {
  9355. "symfony/http-foundation": "<3.4"
  9356. },
  9357. "require-dev": {
  9358. "symfony/http-foundation": "^3.4|^4.0|^5.0"
  9359. },
  9360. "suggest": {
  9361. "symfony/http-foundation": "For using the class SessionTokenStorage."
  9362. },
  9363. "type": "library",
  9364. "extra": {
  9365. "branch-alias": {
  9366. "dev-master": "4.4-dev"
  9367. }
  9368. },
  9369. "autoload": {
  9370. "psr-4": {
  9371. "Symfony\\Component\\Security\\Csrf\\": ""
  9372. },
  9373. "exclude-from-classmap": [
  9374. "/Tests/"
  9375. ]
  9376. },
  9377. "notification-url": "https://packagist.org/downloads/",
  9378. "license": [
  9379. "MIT"
  9380. ],
  9381. "authors": [
  9382. {
  9383. "name": "Fabien Potencier",
  9384. "email": "fabien@symfony.com"
  9385. },
  9386. {
  9387. "name": "Symfony Community",
  9388. "homepage": "https://symfony.com/contributors"
  9389. }
  9390. ],
  9391. "description": "Symfony Security Component - CSRF Library",
  9392. "homepage": "https://symfony.com",
  9393. "time": "2020-01-04T13:00:46+00:00"
  9394. },
  9395. {
  9396. "name": "symfony/security-guard",
  9397. "version": "v4.4.5",
  9398. "source": {
  9399. "type": "git",
  9400. "url": "https://github.com/symfony/security-guard.git",
  9401. "reference": "7dcc99e3fa89387a1914496118b4aa0927f282e1"
  9402. },
  9403. "dist": {
  9404. "type": "zip",
  9405. "url": "https://api.github.com/repos/symfony/security-guard/zipball/7dcc99e3fa89387a1914496118b4aa0927f282e1",
  9406. "reference": "7dcc99e3fa89387a1914496118b4aa0927f282e1",
  9407. "shasum": ""
  9408. },
  9409. "require": {
  9410. "php": "^7.1.3",
  9411. "symfony/security-core": "^3.4.22|^4.2.3|^5.0",
  9412. "symfony/security-http": "^4.4.1"
  9413. },
  9414. "require-dev": {
  9415. "psr/log": "~1.0"
  9416. },
  9417. "type": "library",
  9418. "extra": {
  9419. "branch-alias": {
  9420. "dev-master": "4.4-dev"
  9421. }
  9422. },
  9423. "autoload": {
  9424. "psr-4": {
  9425. "Symfony\\Component\\Security\\Guard\\": ""
  9426. },
  9427. "exclude-from-classmap": [
  9428. "/Tests/"
  9429. ]
  9430. },
  9431. "notification-url": "https://packagist.org/downloads/",
  9432. "license": [
  9433. "MIT"
  9434. ],
  9435. "authors": [
  9436. {
  9437. "name": "Fabien Potencier",
  9438. "email": "fabien@symfony.com"
  9439. },
  9440. {
  9441. "name": "Symfony Community",
  9442. "homepage": "https://symfony.com/contributors"
  9443. }
  9444. ],
  9445. "description": "Symfony Security Component - Guard",
  9446. "homepage": "https://symfony.com",
  9447. "time": "2020-02-24T13:10:00+00:00"
  9448. },
  9449. {
  9450. "name": "symfony/security-http",
  9451. "version": "v4.4.5",
  9452. "source": {
  9453. "type": "git",
  9454. "url": "https://github.com/symfony/security-http.git",
  9455. "reference": "c38fe1cd72360dfaa39c82fcb9e4666b041f8834"
  9456. },
  9457. "dist": {
  9458. "type": "zip",
  9459. "url": "https://api.github.com/repos/symfony/security-http/zipball/c38fe1cd72360dfaa39c82fcb9e4666b041f8834",
  9460. "reference": "c38fe1cd72360dfaa39c82fcb9e4666b041f8834",
  9461. "shasum": ""
  9462. },
  9463. "require": {
  9464. "php": "^7.1.3",
  9465. "symfony/http-foundation": "^3.4|^4.0|^5.0",
  9466. "symfony/http-kernel": "^4.4",
  9467. "symfony/property-access": "^3.4|^4.0|^5.0",
  9468. "symfony/security-core": "^4.4"
  9469. },
  9470. "conflict": {
  9471. "symfony/event-dispatcher": ">=5",
  9472. "symfony/security-csrf": "<3.4.11|~4.0,<4.0.11"
  9473. },
  9474. "require-dev": {
  9475. "psr/log": "~1.0",
  9476. "symfony/routing": "^3.4|^4.0|^5.0",
  9477. "symfony/security-csrf": "^3.4.11|^4.0.11|^5.0"
  9478. },
  9479. "suggest": {
  9480. "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
  9481. "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
  9482. },
  9483. "type": "library",
  9484. "extra": {
  9485. "branch-alias": {
  9486. "dev-master": "4.4-dev"
  9487. }
  9488. },
  9489. "autoload": {
  9490. "psr-4": {
  9491. "Symfony\\Component\\Security\\Http\\": ""
  9492. },
  9493. "exclude-from-classmap": [
  9494. "/Tests/"
  9495. ]
  9496. },
  9497. "notification-url": "https://packagist.org/downloads/",
  9498. "license": [
  9499. "MIT"
  9500. ],
  9501. "authors": [
  9502. {
  9503. "name": "Fabien Potencier",
  9504. "email": "fabien@symfony.com"
  9505. },
  9506. {
  9507. "name": "Symfony Community",
  9508. "homepage": "https://symfony.com/contributors"
  9509. }
  9510. ],
  9511. "description": "Symfony Security Component - HTTP Integration",
  9512. "homepage": "https://symfony.com",
  9513. "time": "2020-02-26T10:27:30+00:00"
  9514. },
  9515. {
  9516. "name": "symfony/serializer",
  9517. "version": "v4.4.5",
  9518. "source": {
  9519. "type": "git",
  9520. "url": "https://github.com/symfony/serializer.git",
  9521. "reference": "bc76d242fea5ff09c3ca34c90f3bb9341a2470a4"
  9522. },
  9523. "dist": {
  9524. "type": "zip",
  9525. "url": "https://api.github.com/repos/symfony/serializer/zipball/bc76d242fea5ff09c3ca34c90f3bb9341a2470a4",
  9526. "reference": "bc76d242fea5ff09c3ca34c90f3bb9341a2470a4",
  9527. "shasum": ""
  9528. },
  9529. "require": {
  9530. "php": "^7.1.3",
  9531. "symfony/polyfill-ctype": "~1.8"
  9532. },
  9533. "conflict": {
  9534. "phpdocumentor/type-resolver": "<0.2.1",
  9535. "symfony/dependency-injection": "<3.4",
  9536. "symfony/property-access": "<3.4",
  9537. "symfony/property-info": "<3.4",
  9538. "symfony/yaml": "<3.4"
  9539. },
  9540. "require-dev": {
  9541. "doctrine/annotations": "~1.0",
  9542. "doctrine/cache": "~1.0",
  9543. "phpdocumentor/reflection-docblock": "^3.2|^4.0",
  9544. "symfony/cache": "^3.4|^4.0|^5.0",
  9545. "symfony/config": "^3.4|^4.0|^5.0",
  9546. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  9547. "symfony/error-handler": "^4.4|^5.0",
  9548. "symfony/http-foundation": "^3.4|^4.0|^5.0",
  9549. "symfony/mime": "^4.4|^5.0",
  9550. "symfony/property-access": "^3.4|^4.0|^5.0",
  9551. "symfony/property-info": "^3.4.13|~4.0|^5.0",
  9552. "symfony/validator": "^3.4|^4.0|^5.0",
  9553. "symfony/yaml": "^3.4|^4.0|^5.0"
  9554. },
  9555. "suggest": {
  9556. "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
  9557. "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
  9558. "psr/cache-implementation": "For using the metadata cache.",
  9559. "symfony/config": "For using the XML mapping loader.",
  9560. "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
  9561. "symfony/property-access": "For using the ObjectNormalizer.",
  9562. "symfony/property-info": "To deserialize relations.",
  9563. "symfony/yaml": "For using the default YAML mapping loader."
  9564. },
  9565. "type": "library",
  9566. "extra": {
  9567. "branch-alias": {
  9568. "dev-master": "4.4-dev"
  9569. }
  9570. },
  9571. "autoload": {
  9572. "psr-4": {
  9573. "Symfony\\Component\\Serializer\\": ""
  9574. },
  9575. "exclude-from-classmap": [
  9576. "/Tests/"
  9577. ]
  9578. },
  9579. "notification-url": "https://packagist.org/downloads/",
  9580. "license": [
  9581. "MIT"
  9582. ],
  9583. "authors": [
  9584. {
  9585. "name": "Fabien Potencier",
  9586. "email": "fabien@symfony.com"
  9587. },
  9588. {
  9589. "name": "Symfony Community",
  9590. "homepage": "https://symfony.com/contributors"
  9591. }
  9592. ],
  9593. "description": "Symfony Serializer Component",
  9594. "homepage": "https://symfony.com",
  9595. "time": "2020-02-29T10:05:28+00:00"
  9596. },
  9597. {
  9598. "name": "symfony/serializer-pack",
  9599. "version": "v1.0.2",
  9600. "source": {
  9601. "type": "git",
  9602. "url": "https://github.com/symfony/serializer-pack.git",
  9603. "reference": "c5f18ba4ff989a42d7d140b7f85406e77cd8c4b2"
  9604. },
  9605. "dist": {
  9606. "type": "zip",
  9607. "url": "https://api.github.com/repos/symfony/serializer-pack/zipball/c5f18ba4ff989a42d7d140b7f85406e77cd8c4b2",
  9608. "reference": "c5f18ba4ff989a42d7d140b7f85406e77cd8c4b2",
  9609. "shasum": ""
  9610. },
  9611. "require": {
  9612. "doctrine/annotations": "^1.0",
  9613. "php": "^7.0",
  9614. "phpdocumentor/reflection-docblock": "^3.0|^4.0",
  9615. "symfony/property-access": "*",
  9616. "symfony/property-info": "*",
  9617. "symfony/serializer": "*"
  9618. },
  9619. "type": "symfony-pack",
  9620. "notification-url": "https://packagist.org/downloads/",
  9621. "license": [
  9622. "MIT"
  9623. ],
  9624. "description": "A pack for the Symfony serializer",
  9625. "time": "2018-12-10T12:14:14+00:00"
  9626. },
  9627. {
  9628. "name": "symfony/service-contracts",
  9629. "version": "v2.2.0",
  9630. "source": {
  9631. "type": "git",
  9632. "url": "https://github.com/symfony/service-contracts.git",
  9633. "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
  9634. },
  9635. "dist": {
  9636. "type": "zip",
  9637. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
  9638. "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
  9639. "shasum": ""
  9640. },
  9641. "require": {
  9642. "php": ">=7.2.5",
  9643. "psr/container": "^1.0"
  9644. },
  9645. "suggest": {
  9646. "symfony/service-implementation": ""
  9647. },
  9648. "type": "library",
  9649. "extra": {
  9650. "branch-alias": {
  9651. "dev-master": "2.2-dev"
  9652. },
  9653. "thanks": {
  9654. "name": "symfony/contracts",
  9655. "url": "https://github.com/symfony/contracts"
  9656. }
  9657. },
  9658. "autoload": {
  9659. "psr-4": {
  9660. "Symfony\\Contracts\\Service\\": ""
  9661. }
  9662. },
  9663. "notification-url": "https://packagist.org/downloads/",
  9664. "license": [
  9665. "MIT"
  9666. ],
  9667. "authors": [
  9668. {
  9669. "name": "Nicolas Grekas",
  9670. "email": "p@tchwork.com"
  9671. },
  9672. {
  9673. "name": "Symfony Community",
  9674. "homepage": "https://symfony.com/contributors"
  9675. }
  9676. ],
  9677. "description": "Generic abstractions related to writing services",
  9678. "homepage": "https://symfony.com",
  9679. "keywords": [
  9680. "abstractions",
  9681. "contracts",
  9682. "decoupling",
  9683. "interfaces",
  9684. "interoperability",
  9685. "standards"
  9686. ],
  9687. "time": "2020-09-07T11:33:47+00:00"
  9688. },
  9689. {
  9690. "name": "symfony/stopwatch",
  9691. "version": "v4.4.5",
  9692. "source": {
  9693. "type": "git",
  9694. "url": "https://github.com/symfony/stopwatch.git",
  9695. "reference": "abc08d7c48987829bac301347faa10f7e8bbf4fb"
  9696. },
  9697. "dist": {
  9698. "type": "zip",
  9699. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/abc08d7c48987829bac301347faa10f7e8bbf4fb",
  9700. "reference": "abc08d7c48987829bac301347faa10f7e8bbf4fb",
  9701. "shasum": ""
  9702. },
  9703. "require": {
  9704. "php": "^7.1.3",
  9705. "symfony/service-contracts": "^1.0|^2"
  9706. },
  9707. "type": "library",
  9708. "extra": {
  9709. "branch-alias": {
  9710. "dev-master": "4.4-dev"
  9711. }
  9712. },
  9713. "autoload": {
  9714. "psr-4": {
  9715. "Symfony\\Component\\Stopwatch\\": ""
  9716. },
  9717. "exclude-from-classmap": [
  9718. "/Tests/"
  9719. ]
  9720. },
  9721. "notification-url": "https://packagist.org/downloads/",
  9722. "license": [
  9723. "MIT"
  9724. ],
  9725. "authors": [
  9726. {
  9727. "name": "Fabien Potencier",
  9728. "email": "fabien@symfony.com"
  9729. },
  9730. {
  9731. "name": "Symfony Community",
  9732. "homepage": "https://symfony.com/contributors"
  9733. }
  9734. ],
  9735. "description": "Symfony Stopwatch Component",
  9736. "homepage": "https://symfony.com",
  9737. "time": "2020-01-04T13:00:46+00:00"
  9738. },
  9739. {
  9740. "name": "symfony/string",
  9741. "version": "v5.0.8",
  9742. "source": {
  9743. "type": "git",
  9744. "url": "https://github.com/symfony/string.git",
  9745. "reference": "48a2f4b3597514e6c885c0ddb22d3bbdb60517d0"
  9746. },
  9747. "dist": {
  9748. "type": "zip",
  9749. "url": "https://api.github.com/repos/symfony/string/zipball/48a2f4b3597514e6c885c0ddb22d3bbdb60517d0",
  9750. "reference": "48a2f4b3597514e6c885c0ddb22d3bbdb60517d0",
  9751. "shasum": ""
  9752. },
  9753. "require": {
  9754. "php": "^7.2.5",
  9755. "symfony/polyfill-intl-grapheme": "~1.0",
  9756. "symfony/polyfill-intl-normalizer": "~1.0",
  9757. "symfony/polyfill-mbstring": "~1.0",
  9758. "symfony/translation-contracts": "^1.1|^2"
  9759. },
  9760. "type": "library",
  9761. "extra": {
  9762. "branch-alias": {
  9763. "dev-master": "5.0-dev"
  9764. }
  9765. },
  9766. "autoload": {
  9767. "psr-4": {
  9768. "Symfony\\Component\\String\\": ""
  9769. },
  9770. "files": [
  9771. "Resources/functions.php"
  9772. ],
  9773. "exclude-from-classmap": [
  9774. "/Tests/"
  9775. ]
  9776. },
  9777. "notification-url": "https://packagist.org/downloads/",
  9778. "license": [
  9779. "MIT"
  9780. ],
  9781. "authors": [
  9782. {
  9783. "name": "Nicolas Grekas",
  9784. "email": "p@tchwork.com"
  9785. },
  9786. {
  9787. "name": "Symfony Community",
  9788. "homepage": "https://symfony.com/contributors"
  9789. }
  9790. ],
  9791. "description": "Symfony String component",
  9792. "homepage": "https://symfony.com",
  9793. "keywords": [
  9794. "grapheme",
  9795. "i18n",
  9796. "string",
  9797. "unicode",
  9798. "utf-8",
  9799. "utf8"
  9800. ],
  9801. "time": "2020-03-16T13:02:39+00:00"
  9802. },
  9803. {
  9804. "name": "symfony/swiftmailer-bundle",
  9805. "version": "v3.4.0",
  9806. "source": {
  9807. "type": "git",
  9808. "url": "https://github.com/symfony/swiftmailer-bundle.git",
  9809. "reference": "553d2474288349faed873da8ab7c1551a00d26ae"
  9810. },
  9811. "dist": {
  9812. "type": "zip",
  9813. "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/553d2474288349faed873da8ab7c1551a00d26ae",
  9814. "reference": "553d2474288349faed873da8ab7c1551a00d26ae",
  9815. "shasum": ""
  9816. },
  9817. "require": {
  9818. "php": ">=7.1",
  9819. "swiftmailer/swiftmailer": "^6.1.3",
  9820. "symfony/config": "^4.3.8|^5.0",
  9821. "symfony/dependency-injection": "^4.3.8|^5.0",
  9822. "symfony/http-kernel": "^4.3.8|^5.0"
  9823. },
  9824. "conflict": {
  9825. "twig/twig": "<1.41|<2.10"
  9826. },
  9827. "require-dev": {
  9828. "symfony/console": "^4.3.8|^5.0",
  9829. "symfony/framework-bundle": "^4.3.8|^5.0",
  9830. "symfony/phpunit-bridge": "^4.3.8|^5.0",
  9831. "symfony/yaml": "^4.3.8|^5.0"
  9832. },
  9833. "suggest": {
  9834. "psr/log": "Allows logging"
  9835. },
  9836. "type": "symfony-bundle",
  9837. "extra": {
  9838. "branch-alias": {
  9839. "dev-master": "3.4-dev"
  9840. }
  9841. },
  9842. "autoload": {
  9843. "psr-4": {
  9844. "Symfony\\Bundle\\SwiftmailerBundle\\": ""
  9845. },
  9846. "exclude-from-classmap": [
  9847. "/Tests/"
  9848. ]
  9849. },
  9850. "notification-url": "https://packagist.org/downloads/",
  9851. "license": [
  9852. "MIT"
  9853. ],
  9854. "authors": [
  9855. {
  9856. "name": "Fabien Potencier",
  9857. "email": "fabien@symfony.com"
  9858. },
  9859. {
  9860. "name": "Symfony Community",
  9861. "homepage": "http://symfony.com/contributors"
  9862. }
  9863. ],
  9864. "description": "Symfony SwiftmailerBundle",
  9865. "homepage": "http://symfony.com",
  9866. "time": "2019-11-14T16:18:31+00:00"
  9867. },
  9868. {
  9869. "name": "symfony/templating",
  9870. "version": "v4.4.5",
  9871. "source": {
  9872. "type": "git",
  9873. "url": "https://github.com/symfony/templating.git",
  9874. "reference": "9995a4f65149d5ab7f0d9cca6d88136ae8bfaa72"
  9875. },
  9876. "dist": {
  9877. "type": "zip",
  9878. "url": "https://api.github.com/repos/symfony/templating/zipball/9995a4f65149d5ab7f0d9cca6d88136ae8bfaa72",
  9879. "reference": "9995a4f65149d5ab7f0d9cca6d88136ae8bfaa72",
  9880. "shasum": ""
  9881. },
  9882. "require": {
  9883. "php": "^7.1.3",
  9884. "symfony/polyfill-ctype": "~1.8"
  9885. },
  9886. "require-dev": {
  9887. "psr/log": "~1.0"
  9888. },
  9889. "suggest": {
  9890. "psr/log-implementation": "For using debug logging in loaders"
  9891. },
  9892. "type": "library",
  9893. "extra": {
  9894. "branch-alias": {
  9895. "dev-master": "4.4-dev"
  9896. }
  9897. },
  9898. "autoload": {
  9899. "psr-4": {
  9900. "Symfony\\Component\\Templating\\": ""
  9901. },
  9902. "exclude-from-classmap": [
  9903. "/Tests/"
  9904. ]
  9905. },
  9906. "notification-url": "https://packagist.org/downloads/",
  9907. "license": [
  9908. "MIT"
  9909. ],
  9910. "authors": [
  9911. {
  9912. "name": "Fabien Potencier",
  9913. "email": "fabien@symfony.com"
  9914. },
  9915. {
  9916. "name": "Symfony Community",
  9917. "homepage": "https://symfony.com/contributors"
  9918. }
  9919. ],
  9920. "description": "Symfony Templating Component",
  9921. "homepage": "https://symfony.com",
  9922. "time": "2020-01-04T13:00:46+00:00"
  9923. },
  9924. {
  9925. "name": "symfony/translation",
  9926. "version": "v4.4.5",
  9927. "source": {
  9928. "type": "git",
  9929. "url": "https://github.com/symfony/translation.git",
  9930. "reference": "0a19a77fba20818a969ef03fdaf1602de0546353"
  9931. },
  9932. "dist": {
  9933. "type": "zip",
  9934. "url": "https://api.github.com/repos/symfony/translation/zipball/0a19a77fba20818a969ef03fdaf1602de0546353",
  9935. "reference": "0a19a77fba20818a969ef03fdaf1602de0546353",
  9936. "shasum": ""
  9937. },
  9938. "require": {
  9939. "php": "^7.1.3",
  9940. "symfony/polyfill-mbstring": "~1.0",
  9941. "symfony/translation-contracts": "^1.1.6|^2"
  9942. },
  9943. "conflict": {
  9944. "symfony/config": "<3.4",
  9945. "symfony/dependency-injection": "<3.4",
  9946. "symfony/http-kernel": "<4.4",
  9947. "symfony/yaml": "<3.4"
  9948. },
  9949. "provide": {
  9950. "symfony/translation-implementation": "1.0"
  9951. },
  9952. "require-dev": {
  9953. "psr/log": "~1.0",
  9954. "symfony/config": "^3.4|^4.0|^5.0",
  9955. "symfony/console": "^3.4|^4.0|^5.0",
  9956. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  9957. "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
  9958. "symfony/http-kernel": "^4.4",
  9959. "symfony/intl": "^3.4|^4.0|^5.0",
  9960. "symfony/service-contracts": "^1.1.2|^2",
  9961. "symfony/yaml": "^3.4|^4.0|^5.0"
  9962. },
  9963. "suggest": {
  9964. "psr/log-implementation": "To use logging capability in translator",
  9965. "symfony/config": "",
  9966. "symfony/yaml": ""
  9967. },
  9968. "type": "library",
  9969. "extra": {
  9970. "branch-alias": {
  9971. "dev-master": "4.4-dev"
  9972. }
  9973. },
  9974. "autoload": {
  9975. "psr-4": {
  9976. "Symfony\\Component\\Translation\\": ""
  9977. },
  9978. "exclude-from-classmap": [
  9979. "/Tests/"
  9980. ]
  9981. },
  9982. "notification-url": "https://packagist.org/downloads/",
  9983. "license": [
  9984. "MIT"
  9985. ],
  9986. "authors": [
  9987. {
  9988. "name": "Fabien Potencier",
  9989. "email": "fabien@symfony.com"
  9990. },
  9991. {
  9992. "name": "Symfony Community",
  9993. "homepage": "https://symfony.com/contributors"
  9994. }
  9995. ],
  9996. "description": "Symfony Translation Component",
  9997. "homepage": "https://symfony.com",
  9998. "time": "2020-02-04T09:32:40+00:00"
  9999. },
  10000. {
  10001. "name": "symfony/translation-contracts",
  10002. "version": "v2.0.1",
  10003. "source": {
  10004. "type": "git",
  10005. "url": "https://github.com/symfony/translation-contracts.git",
  10006. "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
  10007. },
  10008. "dist": {
  10009. "type": "zip",
  10010. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
  10011. "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
  10012. "shasum": ""
  10013. },
  10014. "require": {
  10015. "php": "^7.2.5"
  10016. },
  10017. "suggest": {
  10018. "symfony/translation-implementation": ""
  10019. },
  10020. "type": "library",
  10021. "extra": {
  10022. "branch-alias": {
  10023. "dev-master": "2.0-dev"
  10024. }
  10025. },
  10026. "autoload": {
  10027. "psr-4": {
  10028. "Symfony\\Contracts\\Translation\\": ""
  10029. }
  10030. },
  10031. "notification-url": "https://packagist.org/downloads/",
  10032. "license": [
  10033. "MIT"
  10034. ],
  10035. "authors": [
  10036. {
  10037. "name": "Nicolas Grekas",
  10038. "email": "p@tchwork.com"
  10039. },
  10040. {
  10041. "name": "Symfony Community",
  10042. "homepage": "https://symfony.com/contributors"
  10043. }
  10044. ],
  10045. "description": "Generic abstractions related to translation",
  10046. "homepage": "https://symfony.com",
  10047. "keywords": [
  10048. "abstractions",
  10049. "contracts",
  10050. "decoupling",
  10051. "interfaces",
  10052. "interoperability",
  10053. "standards"
  10054. ],
  10055. "time": "2019-11-18T17:27:11+00:00"
  10056. },
  10057. {
  10058. "name": "symfony/twig-bridge",
  10059. "version": "v4.4.5",
  10060. "source": {
  10061. "type": "git",
  10062. "url": "https://github.com/symfony/twig-bridge.git",
  10063. "reference": "e76e963d8aeb1370a1236ca237a8028141402fc0"
  10064. },
  10065. "dist": {
  10066. "type": "zip",
  10067. "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/e76e963d8aeb1370a1236ca237a8028141402fc0",
  10068. "reference": "e76e963d8aeb1370a1236ca237a8028141402fc0",
  10069. "shasum": ""
  10070. },
  10071. "require": {
  10072. "php": "^7.1.3",
  10073. "symfony/translation-contracts": "^1.1|^2",
  10074. "twig/twig": "^1.41|^2.10|^3.0"
  10075. },
  10076. "conflict": {
  10077. "symfony/console": "<3.4",
  10078. "symfony/form": "<4.4",
  10079. "symfony/http-foundation": "<4.3",
  10080. "symfony/translation": "<4.2",
  10081. "symfony/workflow": "<4.3"
  10082. },
  10083. "require-dev": {
  10084. "egulias/email-validator": "^2.1.10",
  10085. "symfony/asset": "^3.4|^4.0|^5.0",
  10086. "symfony/console": "^3.4|^4.0|^5.0",
  10087. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  10088. "symfony/error-handler": "^4.4|^5.0",
  10089. "symfony/expression-language": "^3.4|^4.0|^5.0",
  10090. "symfony/finder": "^3.4|^4.0|^5.0",
  10091. "symfony/form": "^4.3.5",
  10092. "symfony/http-foundation": "^4.3|^5.0",
  10093. "symfony/http-kernel": "^4.4",
  10094. "symfony/mime": "^4.3|^5.0",
  10095. "symfony/polyfill-intl-icu": "~1.0",
  10096. "symfony/routing": "^3.4|^4.0|^5.0",
  10097. "symfony/security-acl": "^2.8|^3.0",
  10098. "symfony/security-core": "^3.0|^4.0|^5.0",
  10099. "symfony/security-csrf": "^3.4|^4.0|^5.0",
  10100. "symfony/security-http": "^3.4|^4.0|^5.0",
  10101. "symfony/stopwatch": "^3.4|^4.0|^5.0",
  10102. "symfony/templating": "^3.4|^4.0|^5.0",
  10103. "symfony/translation": "^4.2.1|^5.0",
  10104. "symfony/web-link": "^4.4|^5.0",
  10105. "symfony/workflow": "^4.3|^5.0",
  10106. "symfony/yaml": "^3.4|^4.0|^5.0",
  10107. "twig/cssinliner-extra": "^2.12",
  10108. "twig/inky-extra": "^2.12",
  10109. "twig/markdown-extra": "^2.12"
  10110. },
  10111. "suggest": {
  10112. "symfony/asset": "For using the AssetExtension",
  10113. "symfony/expression-language": "For using the ExpressionExtension",
  10114. "symfony/finder": "",
  10115. "symfony/form": "For using the FormExtension",
  10116. "symfony/http-kernel": "For using the HttpKernelExtension",
  10117. "symfony/routing": "For using the RoutingExtension",
  10118. "symfony/security-core": "For using the SecurityExtension",
  10119. "symfony/security-csrf": "For using the CsrfExtension",
  10120. "symfony/security-http": "For using the LogoutUrlExtension",
  10121. "symfony/stopwatch": "For using the StopwatchExtension",
  10122. "symfony/templating": "For using the TwigEngine",
  10123. "symfony/translation": "For using the TranslationExtension",
  10124. "symfony/var-dumper": "For using the DumpExtension",
  10125. "symfony/web-link": "For using the WebLinkExtension",
  10126. "symfony/yaml": "For using the YamlExtension"
  10127. },
  10128. "type": "symfony-bridge",
  10129. "extra": {
  10130. "branch-alias": {
  10131. "dev-master": "4.4-dev"
  10132. }
  10133. },
  10134. "autoload": {
  10135. "psr-4": {
  10136. "Symfony\\Bridge\\Twig\\": ""
  10137. },
  10138. "exclude-from-classmap": [
  10139. "/Tests/"
  10140. ]
  10141. },
  10142. "notification-url": "https://packagist.org/downloads/",
  10143. "license": [
  10144. "MIT"
  10145. ],
  10146. "authors": [
  10147. {
  10148. "name": "Fabien Potencier",
  10149. "email": "fabien@symfony.com"
  10150. },
  10151. {
  10152. "name": "Symfony Community",
  10153. "homepage": "https://symfony.com/contributors"
  10154. }
  10155. ],
  10156. "description": "Symfony Twig Bridge",
  10157. "homepage": "https://symfony.com",
  10158. "time": "2020-02-14T08:28:51+00:00"
  10159. },
  10160. {
  10161. "name": "symfony/twig-bundle",
  10162. "version": "v4.4.5",
  10163. "source": {
  10164. "type": "git",
  10165. "url": "https://github.com/symfony/twig-bundle.git",
  10166. "reference": "d3e3e46e9e683e946746219570299ba07506260a"
  10167. },
  10168. "dist": {
  10169. "type": "zip",
  10170. "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/d3e3e46e9e683e946746219570299ba07506260a",
  10171. "reference": "d3e3e46e9e683e946746219570299ba07506260a",
  10172. "shasum": ""
  10173. },
  10174. "require": {
  10175. "php": "^7.1.3",
  10176. "symfony/http-foundation": "^4.3|^5.0",
  10177. "symfony/http-kernel": "^4.4",
  10178. "symfony/polyfill-ctype": "~1.8",
  10179. "symfony/twig-bridge": "^4.4|^5.0",
  10180. "twig/twig": "^1.41|^2.10|^3.0"
  10181. },
  10182. "conflict": {
  10183. "symfony/dependency-injection": "<4.1",
  10184. "symfony/framework-bundle": "<4.4",
  10185. "symfony/translation": "<4.2"
  10186. },
  10187. "require-dev": {
  10188. "doctrine/annotations": "~1.7",
  10189. "doctrine/cache": "~1.0",
  10190. "symfony/asset": "^3.4|^4.0|^5.0",
  10191. "symfony/dependency-injection": "^4.2.5|^5.0",
  10192. "symfony/expression-language": "^3.4|^4.0|^5.0",
  10193. "symfony/finder": "^3.4|^4.0|^5.0",
  10194. "symfony/form": "^3.4|^4.0|^5.0",
  10195. "symfony/framework-bundle": "^4.4|^5.0",
  10196. "symfony/routing": "^3.4|^4.0|^5.0",
  10197. "symfony/stopwatch": "^3.4|^4.0|^5.0",
  10198. "symfony/templating": "^3.4|^4.0|^5.0",
  10199. "symfony/translation": "^4.2|^5.0",
  10200. "symfony/web-link": "^3.4|^4.0|^5.0",
  10201. "symfony/yaml": "^3.4|^4.0|^5.0"
  10202. },
  10203. "type": "symfony-bundle",
  10204. "extra": {
  10205. "branch-alias": {
  10206. "dev-master": "4.4-dev"
  10207. }
  10208. },
  10209. "autoload": {
  10210. "psr-4": {
  10211. "Symfony\\Bundle\\TwigBundle\\": ""
  10212. },
  10213. "exclude-from-classmap": [
  10214. "/Tests/"
  10215. ]
  10216. },
  10217. "notification-url": "https://packagist.org/downloads/",
  10218. "license": [
  10219. "MIT"
  10220. ],
  10221. "authors": [
  10222. {
  10223. "name": "Fabien Potencier",
  10224. "email": "fabien@symfony.com"
  10225. },
  10226. {
  10227. "name": "Symfony Community",
  10228. "homepage": "https://symfony.com/contributors"
  10229. }
  10230. ],
  10231. "description": "Symfony TwigBundle",
  10232. "homepage": "https://symfony.com",
  10233. "time": "2020-01-04T13:00:46+00:00"
  10234. },
  10235. {
  10236. "name": "symfony/twig-pack",
  10237. "version": "v1.0.0",
  10238. "source": {
  10239. "type": "git",
  10240. "url": "https://github.com/symfony/twig-pack.git",
  10241. "reference": "8b278ea4b61fba7c051f172aacae6d87ef4be0e0"
  10242. },
  10243. "dist": {
  10244. "type": "zip",
  10245. "url": "https://api.github.com/repos/symfony/twig-pack/zipball/8b278ea4b61fba7c051f172aacae6d87ef4be0e0",
  10246. "reference": "8b278ea4b61fba7c051f172aacae6d87ef4be0e0",
  10247. "shasum": ""
  10248. },
  10249. "require": {
  10250. "php": "^7.0",
  10251. "symfony/twig-bundle": "*",
  10252. "twig/extra-bundle": "^2.12|^3.0",
  10253. "twig/twig": "^2.12|^3.0"
  10254. },
  10255. "type": "symfony-pack",
  10256. "notification-url": "https://packagist.org/downloads/",
  10257. "license": [
  10258. "MIT"
  10259. ],
  10260. "description": "A Twig pack for Symfony projects",
  10261. "time": "2019-10-17T05:44:22+00:00"
  10262. },
  10263. {
  10264. "name": "symfony/validator",
  10265. "version": "v4.4.5",
  10266. "source": {
  10267. "type": "git",
  10268. "url": "https://github.com/symfony/validator.git",
  10269. "reference": "3a3a07fe2f42492eccca6771f1a460c9900cd851"
  10270. },
  10271. "dist": {
  10272. "type": "zip",
  10273. "url": "https://api.github.com/repos/symfony/validator/zipball/3a3a07fe2f42492eccca6771f1a460c9900cd851",
  10274. "reference": "3a3a07fe2f42492eccca6771f1a460c9900cd851",
  10275. "shasum": ""
  10276. },
  10277. "require": {
  10278. "php": "^7.1.3",
  10279. "symfony/polyfill-ctype": "~1.8",
  10280. "symfony/polyfill-mbstring": "~1.0",
  10281. "symfony/translation-contracts": "^1.1|^2"
  10282. },
  10283. "conflict": {
  10284. "doctrine/lexer": "<1.0.2",
  10285. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  10286. "symfony/dependency-injection": "<3.4",
  10287. "symfony/http-kernel": "<4.4",
  10288. "symfony/intl": "<4.3",
  10289. "symfony/translation": ">=5.0",
  10290. "symfony/yaml": "<3.4"
  10291. },
  10292. "require-dev": {
  10293. "doctrine/annotations": "~1.7",
  10294. "doctrine/cache": "~1.0",
  10295. "egulias/email-validator": "^2.1.10",
  10296. "symfony/cache": "^3.4|^4.0|^5.0",
  10297. "symfony/config": "^3.4|^4.0|^5.0",
  10298. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  10299. "symfony/expression-language": "^3.4|^4.0|^5.0",
  10300. "symfony/http-client": "^4.3|^5.0",
  10301. "symfony/http-foundation": "^4.1|^5.0",
  10302. "symfony/http-kernel": "^4.4",
  10303. "symfony/intl": "^4.3|^5.0",
  10304. "symfony/mime": "^4.4|^5.0",
  10305. "symfony/property-access": "^3.4|^4.0|^5.0",
  10306. "symfony/property-info": "^3.4|^4.0|^5.0",
  10307. "symfony/translation": "^4.2",
  10308. "symfony/yaml": "^3.4|^4.0|^5.0"
  10309. },
  10310. "suggest": {
  10311. "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
  10312. "doctrine/cache": "For using the default cached annotation reader.",
  10313. "egulias/email-validator": "Strict (RFC compliant) email validation",
  10314. "psr/cache-implementation": "For using the mapping cache.",
  10315. "symfony/config": "",
  10316. "symfony/expression-language": "For using the Expression validator",
  10317. "symfony/http-foundation": "",
  10318. "symfony/intl": "",
  10319. "symfony/property-access": "For accessing properties within comparison constraints",
  10320. "symfony/property-info": "To automatically add NotNull and Type constraints",
  10321. "symfony/translation": "For translating validation errors.",
  10322. "symfony/yaml": ""
  10323. },
  10324. "type": "library",
  10325. "extra": {
  10326. "branch-alias": {
  10327. "dev-master": "4.4-dev"
  10328. }
  10329. },
  10330. "autoload": {
  10331. "psr-4": {
  10332. "Symfony\\Component\\Validator\\": ""
  10333. },
  10334. "exclude-from-classmap": [
  10335. "/Tests/"
  10336. ]
  10337. },
  10338. "notification-url": "https://packagist.org/downloads/",
  10339. "license": [
  10340. "MIT"
  10341. ],
  10342. "authors": [
  10343. {
  10344. "name": "Fabien Potencier",
  10345. "email": "fabien@symfony.com"
  10346. },
  10347. {
  10348. "name": "Symfony Community",
  10349. "homepage": "https://symfony.com/contributors"
  10350. }
  10351. ],
  10352. "description": "Symfony Validator Component",
  10353. "homepage": "https://symfony.com",
  10354. "time": "2020-02-29T10:05:28+00:00"
  10355. },
  10356. {
  10357. "name": "symfony/var-dumper",
  10358. "version": "v4.4.13",
  10359. "source": {
  10360. "type": "git",
  10361. "url": "https://github.com/symfony/var-dumper.git",
  10362. "reference": "1bef32329f3166486ab7cb88599cae4875632b99"
  10363. },
  10364. "dist": {
  10365. "type": "zip",
  10366. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1bef32329f3166486ab7cb88599cae4875632b99",
  10367. "reference": "1bef32329f3166486ab7cb88599cae4875632b99",
  10368. "shasum": ""
  10369. },
  10370. "require": {
  10371. "php": ">=7.1.3",
  10372. "symfony/polyfill-mbstring": "~1.0",
  10373. "symfony/polyfill-php72": "~1.5",
  10374. "symfony/polyfill-php80": "^1.15"
  10375. },
  10376. "conflict": {
  10377. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  10378. "symfony/console": "<3.4"
  10379. },
  10380. "require-dev": {
  10381. "ext-iconv": "*",
  10382. "symfony/console": "^3.4|^4.0|^5.0",
  10383. "symfony/process": "^4.4|^5.0",
  10384. "twig/twig": "^1.34|^2.4|^3.0"
  10385. },
  10386. "suggest": {
  10387. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  10388. "ext-intl": "To show region name in time zone dump",
  10389. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  10390. },
  10391. "bin": [
  10392. "Resources/bin/var-dump-server"
  10393. ],
  10394. "type": "library",
  10395. "extra": {
  10396. "branch-alias": {
  10397. "dev-master": "4.4-dev"
  10398. }
  10399. },
  10400. "autoload": {
  10401. "files": [
  10402. "Resources/functions/dump.php"
  10403. ],
  10404. "psr-4": {
  10405. "Symfony\\Component\\VarDumper\\": ""
  10406. },
  10407. "exclude-from-classmap": [
  10408. "/Tests/"
  10409. ]
  10410. },
  10411. "notification-url": "https://packagist.org/downloads/",
  10412. "license": [
  10413. "MIT"
  10414. ],
  10415. "authors": [
  10416. {
  10417. "name": "Nicolas Grekas",
  10418. "email": "p@tchwork.com"
  10419. },
  10420. {
  10421. "name": "Symfony Community",
  10422. "homepage": "https://symfony.com/contributors"
  10423. }
  10424. ],
  10425. "description": "Symfony mechanism for exploring and dumping PHP variables",
  10426. "homepage": "https://symfony.com",
  10427. "keywords": [
  10428. "debug",
  10429. "dump"
  10430. ],
  10431. "time": "2020-08-17T07:31:35+00:00"
  10432. },
  10433. {
  10434. "name": "symfony/var-exporter",
  10435. "version": "v4.4.5",
  10436. "source": {
  10437. "type": "git",
  10438. "url": "https://github.com/symfony/var-exporter.git",
  10439. "reference": "1a76a943f2af334da13bc9f33f49392fa530eec9"
  10440. },
  10441. "dist": {
  10442. "type": "zip",
  10443. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/1a76a943f2af334da13bc9f33f49392fa530eec9",
  10444. "reference": "1a76a943f2af334da13bc9f33f49392fa530eec9",
  10445. "shasum": ""
  10446. },
  10447. "require": {
  10448. "php": "^7.1.3"
  10449. },
  10450. "require-dev": {
  10451. "symfony/var-dumper": "^4.1.1|^5.0"
  10452. },
  10453. "type": "library",
  10454. "extra": {
  10455. "branch-alias": {
  10456. "dev-master": "4.4-dev"
  10457. }
  10458. },
  10459. "autoload": {
  10460. "psr-4": {
  10461. "Symfony\\Component\\VarExporter\\": ""
  10462. },
  10463. "exclude-from-classmap": [
  10464. "/Tests/"
  10465. ]
  10466. },
  10467. "notification-url": "https://packagist.org/downloads/",
  10468. "license": [
  10469. "MIT"
  10470. ],
  10471. "authors": [
  10472. {
  10473. "name": "Nicolas Grekas",
  10474. "email": "p@tchwork.com"
  10475. },
  10476. {
  10477. "name": "Symfony Community",
  10478. "homepage": "https://symfony.com/contributors"
  10479. }
  10480. ],
  10481. "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
  10482. "homepage": "https://symfony.com",
  10483. "keywords": [
  10484. "clone",
  10485. "construct",
  10486. "export",
  10487. "hydrate",
  10488. "instantiate",
  10489. "serialize"
  10490. ],
  10491. "time": "2020-01-04T13:00:46+00:00"
  10492. },
  10493. {
  10494. "name": "symfony/web-link",
  10495. "version": "v4.4.5",
  10496. "source": {
  10497. "type": "git",
  10498. "url": "https://github.com/symfony/web-link.git",
  10499. "reference": "dad60d94b2e7f16e1a7d0ebd0f1f460f45a51386"
  10500. },
  10501. "dist": {
  10502. "type": "zip",
  10503. "url": "https://api.github.com/repos/symfony/web-link/zipball/dad60d94b2e7f16e1a7d0ebd0f1f460f45a51386",
  10504. "reference": "dad60d94b2e7f16e1a7d0ebd0f1f460f45a51386",
  10505. "shasum": ""
  10506. },
  10507. "require": {
  10508. "php": "^7.1.3",
  10509. "psr/link": "^1.0",
  10510. "symfony/polyfill-php72": "^1.5"
  10511. },
  10512. "conflict": {
  10513. "symfony/http-kernel": "<4.3"
  10514. },
  10515. "provide": {
  10516. "psr/link-implementation": "1.0"
  10517. },
  10518. "require-dev": {
  10519. "symfony/http-foundation": "^4.4|^5.0",
  10520. "symfony/http-kernel": "^4.3|^5.0"
  10521. },
  10522. "suggest": {
  10523. "symfony/http-kernel": ""
  10524. },
  10525. "type": "library",
  10526. "extra": {
  10527. "branch-alias": {
  10528. "dev-master": "4.4-dev"
  10529. }
  10530. },
  10531. "autoload": {
  10532. "psr-4": {
  10533. "Symfony\\Component\\WebLink\\": ""
  10534. },
  10535. "exclude-from-classmap": [
  10536. "/Tests/"
  10537. ]
  10538. },
  10539. "notification-url": "https://packagist.org/downloads/",
  10540. "license": [
  10541. "MIT"
  10542. ],
  10543. "authors": [
  10544. {
  10545. "name": "Kévin Dunglas",
  10546. "email": "dunglas@gmail.com"
  10547. },
  10548. {
  10549. "name": "Symfony Community",
  10550. "homepage": "https://symfony.com/contributors"
  10551. }
  10552. ],
  10553. "description": "Symfony WebLink Component",
  10554. "homepage": "https://symfony.com",
  10555. "keywords": [
  10556. "dns-prefetch",
  10557. "http",
  10558. "http2",
  10559. "link",
  10560. "performance",
  10561. "prefetch",
  10562. "preload",
  10563. "prerender",
  10564. "psr13",
  10565. "push"
  10566. ],
  10567. "time": "2020-01-04T13:00:46+00:00"
  10568. },
  10569. {
  10570. "name": "symfony/yaml",
  10571. "version": "v4.4.5",
  10572. "source": {
  10573. "type": "git",
  10574. "url": "https://github.com/symfony/yaml.git",
  10575. "reference": "94d005c176db2080e98825d98e01e8b311a97a88"
  10576. },
  10577. "dist": {
  10578. "type": "zip",
  10579. "url": "https://api.github.com/repos/symfony/yaml/zipball/94d005c176db2080e98825d98e01e8b311a97a88",
  10580. "reference": "94d005c176db2080e98825d98e01e8b311a97a88",
  10581. "shasum": ""
  10582. },
  10583. "require": {
  10584. "php": "^7.1.3",
  10585. "symfony/polyfill-ctype": "~1.8"
  10586. },
  10587. "conflict": {
  10588. "symfony/console": "<3.4"
  10589. },
  10590. "require-dev": {
  10591. "symfony/console": "^3.4|^4.0|^5.0"
  10592. },
  10593. "suggest": {
  10594. "symfony/console": "For validating YAML files using the lint command"
  10595. },
  10596. "type": "library",
  10597. "extra": {
  10598. "branch-alias": {
  10599. "dev-master": "4.4-dev"
  10600. }
  10601. },
  10602. "autoload": {
  10603. "psr-4": {
  10604. "Symfony\\Component\\Yaml\\": ""
  10605. },
  10606. "exclude-from-classmap": [
  10607. "/Tests/"
  10608. ]
  10609. },
  10610. "notification-url": "https://packagist.org/downloads/",
  10611. "license": [
  10612. "MIT"
  10613. ],
  10614. "authors": [
  10615. {
  10616. "name": "Fabien Potencier",
  10617. "email": "fabien@symfony.com"
  10618. },
  10619. {
  10620. "name": "Symfony Community",
  10621. "homepage": "https://symfony.com/contributors"
  10622. }
  10623. ],
  10624. "description": "Symfony Yaml Component",
  10625. "homepage": "https://symfony.com",
  10626. "time": "2020-02-03T10:46:43+00:00"
  10627. },
  10628. {
  10629. "name": "tecnickcom/tcpdf",
  10630. "version": "6.3.5",
  10631. "source": {
  10632. "type": "git",
  10633. "url": "https://github.com/tecnickcom/TCPDF.git",
  10634. "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
  10635. },
  10636. "dist": {
  10637. "type": "zip",
  10638. "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
  10639. "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
  10640. "shasum": ""
  10641. },
  10642. "require": {
  10643. "php": ">=5.3.0"
  10644. },
  10645. "type": "library",
  10646. "autoload": {
  10647. "classmap": [
  10648. "config",
  10649. "include",
  10650. "tcpdf.php",
  10651. "tcpdf_parser.php",
  10652. "tcpdf_import.php",
  10653. "tcpdf_barcodes_1d.php",
  10654. "tcpdf_barcodes_2d.php",
  10655. "include/tcpdf_colors.php",
  10656. "include/tcpdf_filters.php",
  10657. "include/tcpdf_font_data.php",
  10658. "include/tcpdf_fonts.php",
  10659. "include/tcpdf_images.php",
  10660. "include/tcpdf_static.php",
  10661. "include/barcodes/datamatrix.php",
  10662. "include/barcodes/pdf417.php",
  10663. "include/barcodes/qrcode.php"
  10664. ]
  10665. },
  10666. "notification-url": "https://packagist.org/downloads/",
  10667. "license": [
  10668. "LGPL-3.0-only"
  10669. ],
  10670. "authors": [
  10671. {
  10672. "name": "Nicola Asuni",
  10673. "email": "info@tecnick.com",
  10674. "role": "lead"
  10675. }
  10676. ],
  10677. "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
  10678. "homepage": "http://www.tcpdf.org/",
  10679. "keywords": [
  10680. "PDFD32000-2008",
  10681. "TCPDF",
  10682. "barcodes",
  10683. "datamatrix",
  10684. "pdf",
  10685. "pdf417",
  10686. "qrcode"
  10687. ],
  10688. "time": "2020-02-14T14:20:12+00:00"
  10689. },
  10690. {
  10691. "name": "theseer/tokenizer",
  10692. "version": "1.1.3",
  10693. "source": {
  10694. "type": "git",
  10695. "url": "https://github.com/theseer/tokenizer.git",
  10696. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
  10697. },
  10698. "dist": {
  10699. "type": "zip",
  10700. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  10701. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  10702. "shasum": ""
  10703. },
  10704. "require": {
  10705. "ext-dom": "*",
  10706. "ext-tokenizer": "*",
  10707. "ext-xmlwriter": "*",
  10708. "php": "^7.0"
  10709. },
  10710. "type": "library",
  10711. "autoload": {
  10712. "classmap": [
  10713. "src/"
  10714. ]
  10715. },
  10716. "notification-url": "https://packagist.org/downloads/",
  10717. "license": [
  10718. "BSD-3-Clause"
  10719. ],
  10720. "authors": [
  10721. {
  10722. "name": "Arne Blankerts",
  10723. "email": "arne@blankerts.de",
  10724. "role": "Developer"
  10725. }
  10726. ],
  10727. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  10728. "time": "2019-06-13T22:48:21+00:00"
  10729. },
  10730. {
  10731. "name": "twig/extensions",
  10732. "version": "v1.5.4",
  10733. "source": {
  10734. "type": "git",
  10735. "url": "https://github.com/twigphp/Twig-extensions.git",
  10736. "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
  10737. },
  10738. "dist": {
  10739. "type": "zip",
  10740. "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
  10741. "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
  10742. "shasum": ""
  10743. },
  10744. "require": {
  10745. "twig/twig": "^1.27|^2.0"
  10746. },
  10747. "require-dev": {
  10748. "symfony/phpunit-bridge": "^3.4",
  10749. "symfony/translation": "^2.7|^3.4"
  10750. },
  10751. "suggest": {
  10752. "symfony/translation": "Allow the time_diff output to be translated"
  10753. },
  10754. "type": "library",
  10755. "extra": {
  10756. "branch-alias": {
  10757. "dev-master": "1.5-dev"
  10758. }
  10759. },
  10760. "autoload": {
  10761. "psr-0": {
  10762. "Twig_Extensions_": "lib/"
  10763. },
  10764. "psr-4": {
  10765. "Twig\\Extensions\\": "src/"
  10766. }
  10767. },
  10768. "notification-url": "https://packagist.org/downloads/",
  10769. "license": [
  10770. "MIT"
  10771. ],
  10772. "authors": [
  10773. {
  10774. "name": "Fabien Potencier",
  10775. "email": "fabien@symfony.com"
  10776. }
  10777. ],
  10778. "description": "Common additional features for Twig that do not directly belong in core",
  10779. "keywords": [
  10780. "i18n",
  10781. "text"
  10782. ],
  10783. "abandoned": true,
  10784. "time": "2018-12-05T18:34:18+00:00"
  10785. },
  10786. {
  10787. "name": "twig/extra-bundle",
  10788. "version": "v3.0.3",
  10789. "source": {
  10790. "type": "git",
  10791. "url": "https://github.com/twigphp/twig-extra-bundle.git",
  10792. "reference": "6eaf1637abe6b68518e7e0949ebb84e55770d5c6"
  10793. },
  10794. "dist": {
  10795. "type": "zip",
  10796. "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/6eaf1637abe6b68518e7e0949ebb84e55770d5c6",
  10797. "reference": "6eaf1637abe6b68518e7e0949ebb84e55770d5c6",
  10798. "shasum": ""
  10799. },
  10800. "require": {
  10801. "php": "^7.1.3",
  10802. "symfony/framework-bundle": "^4.3|^5.0",
  10803. "symfony/twig-bundle": "^4.3|^5.0",
  10804. "twig/twig": "^2.4|^3.0"
  10805. },
  10806. "require-dev": {
  10807. "twig/cssinliner-extra": "^2.12|^3.0",
  10808. "twig/html-extra": "^2.12|^3.0",
  10809. "twig/inky-extra": "^2.12|^3.0",
  10810. "twig/intl-extra": "^2.12|^3.0",
  10811. "twig/markdown-extra": "^2.12|^3.0"
  10812. },
  10813. "type": "symfony-bundle",
  10814. "extra": {
  10815. "branch-alias": {
  10816. "dev-master": "3.0-dev"
  10817. }
  10818. },
  10819. "autoload": {
  10820. "psr-4": {
  10821. "Twig\\Extra\\TwigExtraBundle\\": "src/"
  10822. }
  10823. },
  10824. "notification-url": "https://packagist.org/downloads/",
  10825. "license": [
  10826. "MIT"
  10827. ],
  10828. "authors": [
  10829. {
  10830. "name": "Fabien Potencier",
  10831. "email": "fabien@symfony.com",
  10832. "homepage": "http://fabien.potencier.org",
  10833. "role": "Lead Developer"
  10834. }
  10835. ],
  10836. "description": "A Symfony bundle for extra Twig extensions",
  10837. "homepage": "https://twig.symfony.com",
  10838. "keywords": [
  10839. "bundle",
  10840. "extra",
  10841. "twig"
  10842. ],
  10843. "time": "2020-01-01T17:11:09+00:00"
  10844. },
  10845. {
  10846. "name": "twig/intl-extra",
  10847. "version": "v3.0.3",
  10848. "source": {
  10849. "type": "git",
  10850. "url": "https://github.com/twigphp/intl-extra.git",
  10851. "reference": "55d68a5836f40d62695488b4bdbc71fa71f52574"
  10852. },
  10853. "dist": {
  10854. "type": "zip",
  10855. "url": "https://api.github.com/repos/twigphp/intl-extra/zipball/55d68a5836f40d62695488b4bdbc71fa71f52574",
  10856. "reference": "55d68a5836f40d62695488b4bdbc71fa71f52574",
  10857. "shasum": ""
  10858. },
  10859. "require": {
  10860. "php": "^7.1.3",
  10861. "symfony/intl": "^4.3|^5.0",
  10862. "twig/twig": "^2.4|^3.0"
  10863. },
  10864. "require-dev": {
  10865. "symfony/phpunit-bridge": "^4.4|^5.0"
  10866. },
  10867. "type": "library",
  10868. "extra": {
  10869. "branch-alias": {
  10870. "dev-master": "3.0-dev"
  10871. }
  10872. },
  10873. "autoload": {
  10874. "psr-4": {
  10875. "Twig\\Extra\\Intl\\": "src/"
  10876. }
  10877. },
  10878. "notification-url": "https://packagist.org/downloads/",
  10879. "license": [
  10880. "MIT"
  10881. ],
  10882. "authors": [
  10883. {
  10884. "name": "Fabien Potencier",
  10885. "email": "fabien@symfony.com",
  10886. "homepage": "http://fabien.potencier.org",
  10887. "role": "Lead Developer"
  10888. }
  10889. ],
  10890. "description": "A Twig extension for Intl",
  10891. "homepage": "https://twig.symfony.com",
  10892. "keywords": [
  10893. "intl",
  10894. "twig"
  10895. ],
  10896. "time": "2020-02-11T05:45:44+00:00"
  10897. },
  10898. {
  10899. "name": "twig/string-extra",
  10900. "version": "v3.0.5",
  10901. "source": {
  10902. "type": "git",
  10903. "url": "https://github.com/twigphp/string-extra.git",
  10904. "reference": "8e9b436d25b9473e9dc163c83cff1eb9f5dd68c4"
  10905. },
  10906. "dist": {
  10907. "type": "zip",
  10908. "url": "https://api.github.com/repos/twigphp/string-extra/zipball/8e9b436d25b9473e9dc163c83cff1eb9f5dd68c4",
  10909. "reference": "8e9b436d25b9473e9dc163c83cff1eb9f5dd68c4",
  10910. "shasum": ""
  10911. },
  10912. "require": {
  10913. "php": ">=7.2.5",
  10914. "symfony/string": "^5.0",
  10915. "twig/twig": "^2.4|^3.0"
  10916. },
  10917. "require-dev": {
  10918. "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
  10919. },
  10920. "type": "library",
  10921. "extra": {
  10922. "branch-alias": {
  10923. "dev-master": "2.12-dev"
  10924. }
  10925. },
  10926. "autoload": {
  10927. "psr-4": {
  10928. "Twig\\Extra\\String\\": "src/"
  10929. }
  10930. },
  10931. "notification-url": "https://packagist.org/downloads/",
  10932. "license": [
  10933. "MIT"
  10934. ],
  10935. "authors": [
  10936. {
  10937. "name": "Fabien Potencier",
  10938. "email": "fabien@symfony.com",
  10939. "homepage": "http://fabien.potencier.org",
  10940. "role": "Lead Developer"
  10941. }
  10942. ],
  10943. "description": "A Twig extension for Symfony String",
  10944. "homepage": "https://twig.symfony.com",
  10945. "keywords": [
  10946. "html",
  10947. "string",
  10948. "twig",
  10949. "unicode"
  10950. ],
  10951. "time": "2020-05-21T09:54:27+00:00"
  10952. },
  10953. {
  10954. "name": "twig/twig",
  10955. "version": "v2.12.5",
  10956. "source": {
  10957. "type": "git",
  10958. "url": "https://github.com/twigphp/Twig.git",
  10959. "reference": "18772e0190734944277ee97a02a9a6c6555fcd94"
  10960. },
  10961. "dist": {
  10962. "type": "zip",
  10963. "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94",
  10964. "reference": "18772e0190734944277ee97a02a9a6c6555fcd94",
  10965. "shasum": ""
  10966. },
  10967. "require": {
  10968. "php": "^7.0",
  10969. "symfony/polyfill-ctype": "^1.8",
  10970. "symfony/polyfill-mbstring": "^1.3"
  10971. },
  10972. "require-dev": {
  10973. "psr/container": "^1.0",
  10974. "symfony/phpunit-bridge": "^4.4|^5.0"
  10975. },
  10976. "type": "library",
  10977. "extra": {
  10978. "branch-alias": {
  10979. "dev-master": "2.12-dev"
  10980. }
  10981. },
  10982. "autoload": {
  10983. "psr-0": {
  10984. "Twig_": "lib/"
  10985. },
  10986. "psr-4": {
  10987. "Twig\\": "src/"
  10988. }
  10989. },
  10990. "notification-url": "https://packagist.org/downloads/",
  10991. "license": [
  10992. "BSD-3-Clause"
  10993. ],
  10994. "authors": [
  10995. {
  10996. "name": "Fabien Potencier",
  10997. "email": "fabien@symfony.com",
  10998. "homepage": "http://fabien.potencier.org",
  10999. "role": "Lead Developer"
  11000. },
  11001. {
  11002. "name": "Twig Team",
  11003. "role": "Contributors"
  11004. },
  11005. {
  11006. "name": "Armin Ronacher",
  11007. "email": "armin.ronacher@active-4.com",
  11008. "role": "Project Founder"
  11009. }
  11010. ],
  11011. "description": "Twig, the flexible, fast, and secure template language for PHP",
  11012. "homepage": "https://twig.symfony.com",
  11013. "keywords": [
  11014. "templating"
  11015. ],
  11016. "time": "2020-02-11T15:31:23+00:00"
  11017. },
  11018. {
  11019. "name": "vich/uploader-bundle",
  11020. "version": "1.13.2",
  11021. "source": {
  11022. "type": "git",
  11023. "url": "https://github.com/dustin10/VichUploaderBundle.git",
  11024. "reference": "f24c3a1764d30cbe6e7d4d8bbc2daca6f0c2693e"
  11025. },
  11026. "dist": {
  11027. "type": "zip",
  11028. "url": "https://api.github.com/repos/dustin10/VichUploaderBundle/zipball/f24c3a1764d30cbe6e7d4d8bbc2daca6f0c2693e",
  11029. "reference": "f24c3a1764d30cbe6e7d4d8bbc2daca6f0c2693e",
  11030. "shasum": ""
  11031. },
  11032. "require": {
  11033. "ext-simplexml": "*",
  11034. "jms/metadata": "^2.1",
  11035. "php": "^7.2",
  11036. "symfony/config": "^4.4 || ^5.0",
  11037. "symfony/console": "^4.4 || ^5.0",
  11038. "symfony/dependency-injection": "^4.4 || ^5.0",
  11039. "symfony/event-dispatcher-contracts": "^1.1 || ^2.0",
  11040. "symfony/form": "^4.4 || ^5.0",
  11041. "symfony/http-foundation": "^4.4 || ^5.0",
  11042. "symfony/http-kernel": "^4.4 || ^5.0",
  11043. "symfony/property-access": "^4.4 || ^5.0",
  11044. "symfony/string": "^5.0"
  11045. },
  11046. "require-dev": {
  11047. "alcaeus/mongo-php-adapter": "^1.1",
  11048. "doctrine/doctrine-bundle": "^2.0.3",
  11049. "doctrine/mongodb-odm": "^1.2",
  11050. "doctrine/orm": "^2.7",
  11051. "ext-sqlite3": "*",
  11052. "knplabs/knp-gaufrette-bundle": "^0.7",
  11053. "kphoen/rusty": "dev-update-php-parser",
  11054. "league/flysystem-bundle": "^1.4",
  11055. "league/flysystem-memory": "^1.0",
  11056. "matthiasnoback/symfony-dependency-injection-test": "^4.1",
  11057. "mikey179/vfsstream": "^1.6",
  11058. "oneup/flysystem-bundle": "^3.3",
  11059. "phpunit/phpunit": "^8.5",
  11060. "symfony/asset": "^4.4 || ^5.0",
  11061. "symfony/browser-kit": "^4.4 || ^5.0",
  11062. "symfony/css-selector": "^4.4 || ^5.0",
  11063. "symfony/doctrine-bridge": "^4.4 || ^5.0",
  11064. "symfony/dom-crawler": "^4.4 || ^5.0",
  11065. "symfony/framework-bundle": "^4.4 || ^5.0",
  11066. "symfony/phpunit-bridge": "^4.3 || ^5.0",
  11067. "symfony/security-csrf": "^4.4 || ^5.0",
  11068. "symfony/translation": "^4.4 || ^5.0",
  11069. "symfony/twig-bridge": "^4.4 || ^5.0",
  11070. "symfony/twig-bundle": "^4.4 || ^5.0",
  11071. "symfony/validator": "^4.4 || ^5.0",
  11072. "symfony/var-dumper": "^4.4 || ^5.0",
  11073. "symfony/yaml": "^4.4 || ^5.0"
  11074. },
  11075. "suggest": {
  11076. "doctrine/doctrine-bundle": "For integration with Doctrine",
  11077. "doctrine/mongodb-odm-bundle": "For integration with Doctrine ODM",
  11078. "doctrine/orm": "For integration with Doctrine ORM",
  11079. "doctrine/phpcr-odm": "For integration with Doctrine PHPCR",
  11080. "knplabs/knp-gaufrette-bundle": "For integration with Gaufrette",
  11081. "liip/imagine-bundle": "To generate image thumbnails",
  11082. "ocramius/proxy-manager": "To use lazy services",
  11083. "oneup/flysystem-bundle": "For integration with Flysystem",
  11084. "symfony/asset": "To generate better links",
  11085. "symfony/yaml": "To use YAML mapping"
  11086. },
  11087. "type": "symfony-bundle",
  11088. "extra": {
  11089. "branch-alias": {
  11090. "dev-master": "1.14.x-dev"
  11091. }
  11092. },
  11093. "autoload": {
  11094. "psr-4": {
  11095. "Vich\\UploaderBundle\\": "src"
  11096. }
  11097. },
  11098. "notification-url": "https://packagist.org/downloads/",
  11099. "license": [
  11100. "MIT"
  11101. ],
  11102. "authors": [
  11103. {
  11104. "name": "Dustin Dobervich",
  11105. "email": "ddobervich@gmail.com"
  11106. }
  11107. ],
  11108. "description": "Ease file uploads attached to entities",
  11109. "homepage": "https://github.com/dustin10/VichUploaderBundle",
  11110. "keywords": [
  11111. "file uploads",
  11112. "upload"
  11113. ],
  11114. "time": "2020-03-11T14:30:56+00:00"
  11115. },
  11116. {
  11117. "name": "webmozart/assert",
  11118. "version": "1.7.0",
  11119. "source": {
  11120. "type": "git",
  11121. "url": "https://github.com/webmozart/assert.git",
  11122. "reference": "aed98a490f9a8f78468232db345ab9cf606cf598"
  11123. },
  11124. "dist": {
  11125. "type": "zip",
  11126. "url": "https://api.github.com/repos/webmozart/assert/zipball/aed98a490f9a8f78468232db345ab9cf606cf598",
  11127. "reference": "aed98a490f9a8f78468232db345ab9cf606cf598",
  11128. "shasum": ""
  11129. },
  11130. "require": {
  11131. "php": "^5.3.3 || ^7.0",
  11132. "symfony/polyfill-ctype": "^1.8"
  11133. },
  11134. "conflict": {
  11135. "vimeo/psalm": "<3.6.0"
  11136. },
  11137. "require-dev": {
  11138. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  11139. },
  11140. "type": "library",
  11141. "autoload": {
  11142. "psr-4": {
  11143. "Webmozart\\Assert\\": "src/"
  11144. }
  11145. },
  11146. "notification-url": "https://packagist.org/downloads/",
  11147. "license": [
  11148. "MIT"
  11149. ],
  11150. "authors": [
  11151. {
  11152. "name": "Bernhard Schussek",
  11153. "email": "bschussek@gmail.com"
  11154. }
  11155. ],
  11156. "description": "Assertions to validate method input/output with nice error messages.",
  11157. "keywords": [
  11158. "assert",
  11159. "check",
  11160. "validate"
  11161. ],
  11162. "time": "2020-02-14T12:15:55+00:00"
  11163. },
  11164. {
  11165. "name": "willdurand/jsonp-callback-validator",
  11166. "version": "v1.1.0",
  11167. "source": {
  11168. "type": "git",
  11169. "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
  11170. "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
  11171. },
  11172. "dist": {
  11173. "type": "zip",
  11174. "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
  11175. "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
  11176. "shasum": ""
  11177. },
  11178. "require": {
  11179. "php": ">=5.3.0"
  11180. },
  11181. "require-dev": {
  11182. "phpunit/phpunit": "~3.7"
  11183. },
  11184. "type": "library",
  11185. "autoload": {
  11186. "psr-0": {
  11187. "JsonpCallbackValidator": "src/"
  11188. }
  11189. },
  11190. "notification-url": "https://packagist.org/downloads/",
  11191. "license": [
  11192. "MIT"
  11193. ],
  11194. "authors": [
  11195. {
  11196. "name": "William Durand",
  11197. "email": "william.durand1@gmail.com",
  11198. "homepage": "http://www.willdurand.fr"
  11199. }
  11200. ],
  11201. "description": "JSONP callback validator.",
  11202. "time": "2014-01-20T22:35:06+00:00"
  11203. },
  11204. {
  11205. "name": "willdurand/negotiation",
  11206. "version": "v2.3.1",
  11207. "source": {
  11208. "type": "git",
  11209. "url": "https://github.com/willdurand/Negotiation.git",
  11210. "reference": "03436ededa67c6e83b9b12defac15384cb399dc9"
  11211. },
  11212. "dist": {
  11213. "type": "zip",
  11214. "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/03436ededa67c6e83b9b12defac15384cb399dc9",
  11215. "reference": "03436ededa67c6e83b9b12defac15384cb399dc9",
  11216. "shasum": ""
  11217. },
  11218. "require": {
  11219. "php": ">=5.4.0"
  11220. },
  11221. "require-dev": {
  11222. "phpunit/phpunit": "~4.5"
  11223. },
  11224. "type": "library",
  11225. "extra": {
  11226. "branch-alias": {
  11227. "dev-master": "2.3-dev"
  11228. }
  11229. },
  11230. "autoload": {
  11231. "psr-4": {
  11232. "Negotiation\\": "src/Negotiation"
  11233. }
  11234. },
  11235. "notification-url": "https://packagist.org/downloads/",
  11236. "license": [
  11237. "MIT"
  11238. ],
  11239. "authors": [
  11240. {
  11241. "name": "William Durand",
  11242. "email": "will+git@drnd.me"
  11243. }
  11244. ],
  11245. "description": "Content Negotiation tools for PHP provided as a standalone library.",
  11246. "homepage": "http://williamdurand.fr/Negotiation/",
  11247. "keywords": [
  11248. "accept",
  11249. "content",
  11250. "format",
  11251. "header",
  11252. "negotiation"
  11253. ],
  11254. "time": "2017-05-14T17:21:12+00:00"
  11255. },
  11256. {
  11257. "name": "zendframework/zend-code",
  11258. "version": "3.4.1",
  11259. "source": {
  11260. "type": "git",
  11261. "url": "https://github.com/zendframework/zend-code.git",
  11262. "reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
  11263. },
  11264. "dist": {
  11265. "type": "zip",
  11266. "url": "https://api.github.com/repos/zendframework/zend-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
  11267. "reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
  11268. "shasum": ""
  11269. },
  11270. "require": {
  11271. "php": "^7.1",
  11272. "zendframework/zend-eventmanager": "^2.6 || ^3.0"
  11273. },
  11274. "conflict": {
  11275. "phpspec/prophecy": "<1.9.0"
  11276. },
  11277. "require-dev": {
  11278. "doctrine/annotations": "^1.7",
  11279. "ext-phar": "*",
  11280. "phpunit/phpunit": "^7.5.16 || ^8.4",
  11281. "zendframework/zend-coding-standard": "^1.0",
  11282. "zendframework/zend-stdlib": "^2.7 || ^3.0"
  11283. },
  11284. "suggest": {
  11285. "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
  11286. "zendframework/zend-stdlib": "Zend\\Stdlib component"
  11287. },
  11288. "type": "library",
  11289. "extra": {
  11290. "branch-alias": {
  11291. "dev-master": "3.4.x-dev",
  11292. "dev-develop": "3.5.x-dev",
  11293. "dev-dev-4.0": "4.0.x-dev"
  11294. }
  11295. },
  11296. "autoload": {
  11297. "psr-4": {
  11298. "Zend\\Code\\": "src/"
  11299. }
  11300. },
  11301. "notification-url": "https://packagist.org/downloads/",
  11302. "license": [
  11303. "BSD-3-Clause"
  11304. ],
  11305. "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
  11306. "keywords": [
  11307. "ZendFramework",
  11308. "code",
  11309. "zf"
  11310. ],
  11311. "abandoned": "laminas/laminas-code",
  11312. "time": "2019-12-10T19:21:15+00:00"
  11313. },
  11314. {
  11315. "name": "zendframework/zend-escaper",
  11316. "version": "2.6.1",
  11317. "source": {
  11318. "type": "git",
  11319. "url": "https://github.com/zendframework/zend-escaper.git",
  11320. "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f"
  11321. },
  11322. "dist": {
  11323. "type": "zip",
  11324. "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
  11325. "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
  11326. "shasum": ""
  11327. },
  11328. "require": {
  11329. "php": "^5.6 || ^7.0"
  11330. },
  11331. "require-dev": {
  11332. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
  11333. "zendframework/zend-coding-standard": "~1.0.0"
  11334. },
  11335. "type": "library",
  11336. "extra": {
  11337. "branch-alias": {
  11338. "dev-master": "2.6.x-dev",
  11339. "dev-develop": "2.7.x-dev"
  11340. }
  11341. },
  11342. "autoload": {
  11343. "psr-4": {
  11344. "Zend\\Escaper\\": "src/"
  11345. }
  11346. },
  11347. "notification-url": "https://packagist.org/downloads/",
  11348. "license": [
  11349. "BSD-3-Clause"
  11350. ],
  11351. "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
  11352. "keywords": [
  11353. "ZendFramework",
  11354. "escaper",
  11355. "zf"
  11356. ],
  11357. "abandoned": "laminas/laminas-escaper",
  11358. "time": "2019-09-05T20:03:20+00:00"
  11359. },
  11360. {
  11361. "name": "zendframework/zend-eventmanager",
  11362. "version": "3.2.1",
  11363. "source": {
  11364. "type": "git",
  11365. "url": "https://github.com/zendframework/zend-eventmanager.git",
  11366. "reference": "a5e2583a211f73604691586b8406ff7296a946dd"
  11367. },
  11368. "dist": {
  11369. "type": "zip",
  11370. "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/a5e2583a211f73604691586b8406ff7296a946dd",
  11371. "reference": "a5e2583a211f73604691586b8406ff7296a946dd",
  11372. "shasum": ""
  11373. },
  11374. "require": {
  11375. "php": "^5.6 || ^7.0"
  11376. },
  11377. "require-dev": {
  11378. "athletic/athletic": "^0.1",
  11379. "container-interop/container-interop": "^1.1.0",
  11380. "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
  11381. "zendframework/zend-coding-standard": "~1.0.0",
  11382. "zendframework/zend-stdlib": "^2.7.3 || ^3.0"
  11383. },
  11384. "suggest": {
  11385. "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
  11386. "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
  11387. },
  11388. "type": "library",
  11389. "extra": {
  11390. "branch-alias": {
  11391. "dev-master": "3.2-dev",
  11392. "dev-develop": "3.3-dev"
  11393. }
  11394. },
  11395. "autoload": {
  11396. "psr-4": {
  11397. "Zend\\EventManager\\": "src/"
  11398. }
  11399. },
  11400. "notification-url": "https://packagist.org/downloads/",
  11401. "license": [
  11402. "BSD-3-Clause"
  11403. ],
  11404. "description": "Trigger and listen to events within a PHP application",
  11405. "homepage": "https://github.com/zendframework/zend-eventmanager",
  11406. "keywords": [
  11407. "event",
  11408. "eventmanager",
  11409. "events",
  11410. "zf2"
  11411. ],
  11412. "abandoned": "laminas/laminas-eventmanager",
  11413. "time": "2018-04-25T15:33:34+00:00"
  11414. },
  11415. {
  11416. "name": "zitec/rule-engine-bundle-acdr",
  11417. "version": "1.0.1",
  11418. "dist": {
  11419. "type": "path",
  11420. "url": "repositories/rule-engine-bundle-acdr",
  11421. "reference": "6405324191abddcd4d3ec1adbcacde4bd4696a0d"
  11422. },
  11423. "require": {
  11424. "php": ">=7.1"
  11425. },
  11426. "suggest": {
  11427. "doctrine/orm": "For using Rule entities",
  11428. "sonata-project/doctrine-orm-admin-bundle": "For easy administration of the doctrine entities."
  11429. },
  11430. "type": "symfony-bundle",
  11431. "autoload": {
  11432. "psr-4": {
  11433. "Zitec\\RuleEngineBundle\\": ""
  11434. }
  11435. },
  11436. "license": [
  11437. "MIT"
  11438. ],
  11439. "authors": [
  11440. {
  11441. "name": "Andrei Ciovica",
  11442. "email": "andrei.ciovica@zitec.com"
  11443. },
  11444. {
  11445. "name": "Zitec",
  11446. "homepage": "https://www.zitec.com"
  11447. }
  11448. ],
  11449. "transport-options": {
  11450. "symlink": true
  11451. }
  11452. }
  11453. ],
  11454. "packages-dev": [
  11455. {
  11456. "name": "easycorp/easy-log-handler",
  11457. "version": "v1.0.9",
  11458. "source": {
  11459. "type": "git",
  11460. "url": "https://github.com/EasyCorp/easy-log-handler.git",
  11461. "reference": "224e1dfcf9455aceee89cd0af306ac097167fac1"
  11462. },
  11463. "dist": {
  11464. "type": "zip",
  11465. "url": "https://api.github.com/repos/EasyCorp/easy-log-handler/zipball/224e1dfcf9455aceee89cd0af306ac097167fac1",
  11466. "reference": "224e1dfcf9455aceee89cd0af306ac097167fac1",
  11467. "shasum": ""
  11468. },
  11469. "require": {
  11470. "monolog/monolog": "~1.6|~2.0",
  11471. "php": ">=7.1",
  11472. "symfony/yaml": "^3.4|^4.0|^5.0"
  11473. },
  11474. "type": "library",
  11475. "autoload": {
  11476. "psr-4": {
  11477. "EasyCorp\\EasyLog\\": "src"
  11478. }
  11479. },
  11480. "notification-url": "https://packagist.org/downloads/",
  11481. "license": [
  11482. "MIT"
  11483. ],
  11484. "authors": [
  11485. {
  11486. "name": "Javier Eguiluz",
  11487. "email": "javiereguiluz@gmail.com"
  11488. },
  11489. {
  11490. "name": "Project Contributors",
  11491. "homepage": "https://github.com/EasyCorp/easy-log-handler"
  11492. }
  11493. ],
  11494. "description": "A handler for Monolog that optimizes log messages to be processed by humans instead of software. Improve your productivity with logs that are easy to understand.",
  11495. "homepage": "https://github.com/EasyCorp/easy-log-handler",
  11496. "keywords": [
  11497. "easy",
  11498. "log",
  11499. "logging",
  11500. "monolog",
  11501. "productivity"
  11502. ],
  11503. "abandoned": true,
  11504. "time": "2019-10-24T07:13:31+00:00"
  11505. },
  11506. {
  11507. "name": "maennchen/zipstream-php",
  11508. "version": "2.1.0",
  11509. "source": {
  11510. "type": "git",
  11511. "url": "https://github.com/maennchen/ZipStream-PHP.git",
  11512. "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58"
  11513. },
  11514. "dist": {
  11515. "type": "zip",
  11516. "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58",
  11517. "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58",
  11518. "shasum": ""
  11519. },
  11520. "require": {
  11521. "myclabs/php-enum": "^1.5",
  11522. "php": ">= 7.1",
  11523. "psr/http-message": "^1.0",
  11524. "symfony/polyfill-mbstring": "^1.0"
  11525. },
  11526. "require-dev": {
  11527. "ext-zip": "*",
  11528. "guzzlehttp/guzzle": ">= 6.3",
  11529. "mikey179/vfsstream": "^1.6",
  11530. "phpunit/phpunit": ">= 7.5"
  11531. },
  11532. "type": "library",
  11533. "autoload": {
  11534. "psr-4": {
  11535. "ZipStream\\": "src/"
  11536. }
  11537. },
  11538. "notification-url": "https://packagist.org/downloads/",
  11539. "license": [
  11540. "MIT"
  11541. ],
  11542. "authors": [
  11543. {
  11544. "name": "Paul Duncan",
  11545. "email": "pabs@pablotron.org"
  11546. },
  11547. {
  11548. "name": "Jonatan Männchen",
  11549. "email": "jonatan@maennchen.ch"
  11550. },
  11551. {
  11552. "name": "Jesse Donat",
  11553. "email": "donatj@gmail.com"
  11554. },
  11555. {
  11556. "name": "András Kolesár",
  11557. "email": "kolesar@kolesar.hu"
  11558. }
  11559. ],
  11560. "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
  11561. "keywords": [
  11562. "stream",
  11563. "zip"
  11564. ],
  11565. "time": "2020-05-30T13:11:16+00:00"
  11566. },
  11567. {
  11568. "name": "markbaker/complex",
  11569. "version": "1.5.0",
  11570. "source": {
  11571. "type": "git",
  11572. "url": "https://github.com/MarkBaker/PHPComplex.git",
  11573. "reference": "c3131244e29c08d44fefb49e0dd35021e9e39dd2"
  11574. },
  11575. "dist": {
  11576. "type": "zip",
  11577. "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/c3131244e29c08d44fefb49e0dd35021e9e39dd2",
  11578. "reference": "c3131244e29c08d44fefb49e0dd35021e9e39dd2",
  11579. "shasum": ""
  11580. },
  11581. "require": {
  11582. "php": "^5.6.0|^7.0"
  11583. },
  11584. "require-dev": {
  11585. "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
  11586. "phpcompatibility/php-compatibility": "^9.0",
  11587. "phpdocumentor/phpdocumentor": "2.*",
  11588. "phploc/phploc": "^4.0|^5.0|^6.0|^7.0",
  11589. "phpmd/phpmd": "2.*",
  11590. "phpunit/phpunit": "^4.8.35|^5.0|^6.0|^7.0",
  11591. "sebastian/phpcpd": "2.*",
  11592. "squizlabs/php_codesniffer": "^3.4.0"
  11593. },
  11594. "type": "library",
  11595. "autoload": {
  11596. "psr-4": {
  11597. "Complex\\": "classes/src/"
  11598. },
  11599. "files": [
  11600. "classes/src/functions/abs.php",
  11601. "classes/src/functions/acos.php",
  11602. "classes/src/functions/acosh.php",
  11603. "classes/src/functions/acot.php",
  11604. "classes/src/functions/acoth.php",
  11605. "classes/src/functions/acsc.php",
  11606. "classes/src/functions/acsch.php",
  11607. "classes/src/functions/argument.php",
  11608. "classes/src/functions/asec.php",
  11609. "classes/src/functions/asech.php",
  11610. "classes/src/functions/asin.php",
  11611. "classes/src/functions/asinh.php",
  11612. "classes/src/functions/atan.php",
  11613. "classes/src/functions/atanh.php",
  11614. "classes/src/functions/conjugate.php",
  11615. "classes/src/functions/cos.php",
  11616. "classes/src/functions/cosh.php",
  11617. "classes/src/functions/cot.php",
  11618. "classes/src/functions/coth.php",
  11619. "classes/src/functions/csc.php",
  11620. "classes/src/functions/csch.php",
  11621. "classes/src/functions/exp.php",
  11622. "classes/src/functions/inverse.php",
  11623. "classes/src/functions/ln.php",
  11624. "classes/src/functions/log2.php",
  11625. "classes/src/functions/log10.php",
  11626. "classes/src/functions/negative.php",
  11627. "classes/src/functions/pow.php",
  11628. "classes/src/functions/rho.php",
  11629. "classes/src/functions/sec.php",
  11630. "classes/src/functions/sech.php",
  11631. "classes/src/functions/sin.php",
  11632. "classes/src/functions/sinh.php",
  11633. "classes/src/functions/sqrt.php",
  11634. "classes/src/functions/tan.php",
  11635. "classes/src/functions/tanh.php",
  11636. "classes/src/functions/theta.php",
  11637. "classes/src/operations/add.php",
  11638. "classes/src/operations/subtract.php",
  11639. "classes/src/operations/multiply.php",
  11640. "classes/src/operations/divideby.php",
  11641. "classes/src/operations/divideinto.php"
  11642. ]
  11643. },
  11644. "notification-url": "https://packagist.org/downloads/",
  11645. "license": [
  11646. "MIT"
  11647. ],
  11648. "authors": [
  11649. {
  11650. "name": "Mark Baker",
  11651. "email": "mark@lange.demon.co.uk"
  11652. }
  11653. ],
  11654. "description": "PHP Class for working with complex numbers",
  11655. "homepage": "https://github.com/MarkBaker/PHPComplex",
  11656. "keywords": [
  11657. "complex",
  11658. "mathematics"
  11659. ],
  11660. "time": "2020-08-26T19:47:57+00:00"
  11661. },
  11662. {
  11663. "name": "markbaker/matrix",
  11664. "version": "1.2.1",
  11665. "source": {
  11666. "type": "git",
  11667. "url": "https://github.com/MarkBaker/PHPMatrix.git",
  11668. "reference": "182d44c3b2e3b063468f7481ae3ef71c69dc1409"
  11669. },
  11670. "dist": {
  11671. "type": "zip",
  11672. "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/182d44c3b2e3b063468f7481ae3ef71c69dc1409",
  11673. "reference": "182d44c3b2e3b063468f7481ae3ef71c69dc1409",
  11674. "shasum": ""
  11675. },
  11676. "require": {
  11677. "php": "^5.6.0|^7.0.0"
  11678. },
  11679. "require-dev": {
  11680. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  11681. "phpcompatibility/php-compatibility": "dev-master",
  11682. "phploc/phploc": "^4",
  11683. "phpmd/phpmd": "dev-master",
  11684. "phpunit/phpunit": "^5.7|^6.0|7.0",
  11685. "sebastian/phpcpd": "^3.0",
  11686. "squizlabs/php_codesniffer": "^3.0@dev"
  11687. },
  11688. "type": "library",
  11689. "autoload": {
  11690. "psr-4": {
  11691. "Matrix\\": "classes/src/"
  11692. },
  11693. "files": [
  11694. "classes/src/functions/adjoint.php",
  11695. "classes/src/functions/antidiagonal.php",
  11696. "classes/src/functions/cofactors.php",
  11697. "classes/src/functions/determinant.php",
  11698. "classes/src/functions/diagonal.php",
  11699. "classes/src/functions/identity.php",
  11700. "classes/src/functions/inverse.php",
  11701. "classes/src/functions/minors.php",
  11702. "classes/src/functions/trace.php",
  11703. "classes/src/functions/transpose.php",
  11704. "classes/src/operations/add.php",
  11705. "classes/src/operations/directsum.php",
  11706. "classes/src/operations/subtract.php",
  11707. "classes/src/operations/multiply.php",
  11708. "classes/src/operations/divideby.php",
  11709. "classes/src/operations/divideinto.php"
  11710. ]
  11711. },
  11712. "notification-url": "https://packagist.org/downloads/",
  11713. "license": [
  11714. "MIT"
  11715. ],
  11716. "authors": [
  11717. {
  11718. "name": "Mark Baker",
  11719. "email": "mark@lange.demon.co.uk"
  11720. }
  11721. ],
  11722. "description": "PHP Class for working with matrices",
  11723. "homepage": "https://github.com/MarkBaker/PHPMatrix",
  11724. "keywords": [
  11725. "mathematics",
  11726. "matrix",
  11727. "vector"
  11728. ],
  11729. "time": "2020-08-28T19:41:55+00:00"
  11730. },
  11731. {
  11732. "name": "myclabs/php-enum",
  11733. "version": "1.7.6",
  11734. "source": {
  11735. "type": "git",
  11736. "url": "https://github.com/myclabs/php-enum.git",
  11737. "reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c"
  11738. },
  11739. "dist": {
  11740. "type": "zip",
  11741. "url": "https://api.github.com/repos/myclabs/php-enum/zipball/5f36467c7a87e20fbdc51e524fd8f9d1de80187c",
  11742. "reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c",
  11743. "shasum": ""
  11744. },
  11745. "require": {
  11746. "ext-json": "*",
  11747. "php": ">=7.1"
  11748. },
  11749. "require-dev": {
  11750. "phpunit/phpunit": "^7",
  11751. "squizlabs/php_codesniffer": "1.*",
  11752. "vimeo/psalm": "^3.8"
  11753. },
  11754. "type": "library",
  11755. "autoload": {
  11756. "psr-4": {
  11757. "MyCLabs\\Enum\\": "src/"
  11758. }
  11759. },
  11760. "notification-url": "https://packagist.org/downloads/",
  11761. "license": [
  11762. "MIT"
  11763. ],
  11764. "authors": [
  11765. {
  11766. "name": "PHP Enum contributors",
  11767. "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
  11768. }
  11769. ],
  11770. "description": "PHP Enum implementation",
  11771. "homepage": "http://github.com/myclabs/php-enum",
  11772. "keywords": [
  11773. "enum"
  11774. ],
  11775. "time": "2020-02-14T08:15:52+00:00"
  11776. },
  11777. {
  11778. "name": "phpoffice/phpspreadsheet",
  11779. "version": "1.14.1",
  11780. "source": {
  11781. "type": "git",
  11782. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  11783. "reference": "2383aad5689778470491581442aab38cec41bf1d"
  11784. },
  11785. "dist": {
  11786. "type": "zip",
  11787. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/2383aad5689778470491581442aab38cec41bf1d",
  11788. "reference": "2383aad5689778470491581442aab38cec41bf1d",
  11789. "shasum": ""
  11790. },
  11791. "require": {
  11792. "ext-ctype": "*",
  11793. "ext-dom": "*",
  11794. "ext-fileinfo": "*",
  11795. "ext-gd": "*",
  11796. "ext-iconv": "*",
  11797. "ext-libxml": "*",
  11798. "ext-mbstring": "*",
  11799. "ext-simplexml": "*",
  11800. "ext-xml": "*",
  11801. "ext-xmlreader": "*",
  11802. "ext-xmlwriter": "*",
  11803. "ext-zip": "*",
  11804. "ext-zlib": "*",
  11805. "maennchen/zipstream-php": "^2.1",
  11806. "markbaker/complex": "^1.4",
  11807. "markbaker/matrix": "^1.2",
  11808. "php": "^7.2",
  11809. "psr/http-client": "^1.0",
  11810. "psr/http-factory": "^1.0",
  11811. "psr/simple-cache": "^1.0"
  11812. },
  11813. "require-dev": {
  11814. "dompdf/dompdf": "^0.8.5",
  11815. "friendsofphp/php-cs-fixer": "^2.16",
  11816. "jpgraph/jpgraph": "^4.0",
  11817. "mpdf/mpdf": "^8.0",
  11818. "phpcompatibility/php-compatibility": "^9.3",
  11819. "phpunit/phpunit": "^8.5",
  11820. "squizlabs/php_codesniffer": "^3.5",
  11821. "tecnickcom/tcpdf": "^6.3"
  11822. },
  11823. "suggest": {
  11824. "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
  11825. "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  11826. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  11827. "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
  11828. },
  11829. "type": "library",
  11830. "autoload": {
  11831. "psr-4": {
  11832. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  11833. }
  11834. },
  11835. "notification-url": "https://packagist.org/downloads/",
  11836. "license": [
  11837. "MIT"
  11838. ],
  11839. "authors": [
  11840. {
  11841. "name": "Maarten Balliauw",
  11842. "homepage": "https://blog.maartenballiauw.be"
  11843. },
  11844. {
  11845. "name": "Mark Baker",
  11846. "homepage": "https://markbakeruk.net"
  11847. },
  11848. {
  11849. "name": "Franck Lefevre",
  11850. "homepage": "https://rootslabs.net"
  11851. },
  11852. {
  11853. "name": "Erik Tilt"
  11854. },
  11855. {
  11856. "name": "Adrien Crivelli"
  11857. }
  11858. ],
  11859. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  11860. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  11861. "keywords": [
  11862. "OpenXML",
  11863. "excel",
  11864. "gnumeric",
  11865. "ods",
  11866. "php",
  11867. "spreadsheet",
  11868. "xls",
  11869. "xlsx"
  11870. ],
  11871. "time": "2020-07-19T09:51:35+00:00"
  11872. },
  11873. {
  11874. "name": "psr/http-client",
  11875. "version": "1.0.1",
  11876. "source": {
  11877. "type": "git",
  11878. "url": "https://github.com/php-fig/http-client.git",
  11879. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  11880. },
  11881. "dist": {
  11882. "type": "zip",
  11883. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  11884. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  11885. "shasum": ""
  11886. },
  11887. "require": {
  11888. "php": "^7.0 || ^8.0",
  11889. "psr/http-message": "^1.0"
  11890. },
  11891. "type": "library",
  11892. "extra": {
  11893. "branch-alias": {
  11894. "dev-master": "1.0.x-dev"
  11895. }
  11896. },
  11897. "autoload": {
  11898. "psr-4": {
  11899. "Psr\\Http\\Client\\": "src/"
  11900. }
  11901. },
  11902. "notification-url": "https://packagist.org/downloads/",
  11903. "license": [
  11904. "MIT"
  11905. ],
  11906. "authors": [
  11907. {
  11908. "name": "PHP-FIG",
  11909. "homepage": "http://www.php-fig.org/"
  11910. }
  11911. ],
  11912. "description": "Common interface for HTTP clients",
  11913. "homepage": "https://github.com/php-fig/http-client",
  11914. "keywords": [
  11915. "http",
  11916. "http-client",
  11917. "psr",
  11918. "psr-18"
  11919. ],
  11920. "time": "2020-06-29T06:28:15+00:00"
  11921. },
  11922. {
  11923. "name": "psr/http-factory",
  11924. "version": "1.0.1",
  11925. "source": {
  11926. "type": "git",
  11927. "url": "https://github.com/php-fig/http-factory.git",
  11928. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  11929. },
  11930. "dist": {
  11931. "type": "zip",
  11932. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  11933. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  11934. "shasum": ""
  11935. },
  11936. "require": {
  11937. "php": ">=7.0.0",
  11938. "psr/http-message": "^1.0"
  11939. },
  11940. "type": "library",
  11941. "extra": {
  11942. "branch-alias": {
  11943. "dev-master": "1.0.x-dev"
  11944. }
  11945. },
  11946. "autoload": {
  11947. "psr-4": {
  11948. "Psr\\Http\\Message\\": "src/"
  11949. }
  11950. },
  11951. "notification-url": "https://packagist.org/downloads/",
  11952. "license": [
  11953. "MIT"
  11954. ],
  11955. "authors": [
  11956. {
  11957. "name": "PHP-FIG",
  11958. "homepage": "http://www.php-fig.org/"
  11959. }
  11960. ],
  11961. "description": "Common interfaces for PSR-7 HTTP message factories",
  11962. "keywords": [
  11963. "factory",
  11964. "http",
  11965. "message",
  11966. "psr",
  11967. "psr-17",
  11968. "psr-7",
  11969. "request",
  11970. "response"
  11971. ],
  11972. "time": "2019-04-30T12:38:16+00:00"
  11973. },
  11974. {
  11975. "name": "psr/http-message",
  11976. "version": "1.0.1",
  11977. "source": {
  11978. "type": "git",
  11979. "url": "https://github.com/php-fig/http-message.git",
  11980. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  11981. },
  11982. "dist": {
  11983. "type": "zip",
  11984. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  11985. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  11986. "shasum": ""
  11987. },
  11988. "require": {
  11989. "php": ">=5.3.0"
  11990. },
  11991. "type": "library",
  11992. "extra": {
  11993. "branch-alias": {
  11994. "dev-master": "1.0.x-dev"
  11995. }
  11996. },
  11997. "autoload": {
  11998. "psr-4": {
  11999. "Psr\\Http\\Message\\": "src/"
  12000. }
  12001. },
  12002. "notification-url": "https://packagist.org/downloads/",
  12003. "license": [
  12004. "MIT"
  12005. ],
  12006. "authors": [
  12007. {
  12008. "name": "PHP-FIG",
  12009. "homepage": "http://www.php-fig.org/"
  12010. }
  12011. ],
  12012. "description": "Common interface for HTTP messages",
  12013. "homepage": "https://github.com/php-fig/http-message",
  12014. "keywords": [
  12015. "http",
  12016. "http-message",
  12017. "psr",
  12018. "psr-7",
  12019. "request",
  12020. "response"
  12021. ],
  12022. "time": "2016-08-06T14:39:51+00:00"
  12023. },
  12024. {
  12025. "name": "psr/simple-cache",
  12026. "version": "1.0.1",
  12027. "source": {
  12028. "type": "git",
  12029. "url": "https://github.com/php-fig/simple-cache.git",
  12030. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  12031. },
  12032. "dist": {
  12033. "type": "zip",
  12034. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  12035. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  12036. "shasum": ""
  12037. },
  12038. "require": {
  12039. "php": ">=5.3.0"
  12040. },
  12041. "type": "library",
  12042. "extra": {
  12043. "branch-alias": {
  12044. "dev-master": "1.0.x-dev"
  12045. }
  12046. },
  12047. "autoload": {
  12048. "psr-4": {
  12049. "Psr\\SimpleCache\\": "src/"
  12050. }
  12051. },
  12052. "notification-url": "https://packagist.org/downloads/",
  12053. "license": [
  12054. "MIT"
  12055. ],
  12056. "authors": [
  12057. {
  12058. "name": "PHP-FIG",
  12059. "homepage": "http://www.php-fig.org/"
  12060. }
  12061. ],
  12062. "description": "Common interfaces for simple caching",
  12063. "keywords": [
  12064. "cache",
  12065. "caching",
  12066. "psr",
  12067. "psr-16",
  12068. "simple-cache"
  12069. ],
  12070. "time": "2017-10-23T01:57:42+00:00"
  12071. },
  12072. {
  12073. "name": "symfony/css-selector",
  12074. "version": "v4.4.5",
  12075. "source": {
  12076. "type": "git",
  12077. "url": "https://github.com/symfony/css-selector.git",
  12078. "reference": "d0a6dd288fa8848dcc3d1f58b94de6a7cc5d2d22"
  12079. },
  12080. "dist": {
  12081. "type": "zip",
  12082. "url": "https://api.github.com/repos/symfony/css-selector/zipball/d0a6dd288fa8848dcc3d1f58b94de6a7cc5d2d22",
  12083. "reference": "d0a6dd288fa8848dcc3d1f58b94de6a7cc5d2d22",
  12084. "shasum": ""
  12085. },
  12086. "require": {
  12087. "php": "^7.1.3"
  12088. },
  12089. "type": "library",
  12090. "extra": {
  12091. "branch-alias": {
  12092. "dev-master": "4.4-dev"
  12093. }
  12094. },
  12095. "autoload": {
  12096. "psr-4": {
  12097. "Symfony\\Component\\CssSelector\\": ""
  12098. },
  12099. "exclude-from-classmap": [
  12100. "/Tests/"
  12101. ]
  12102. },
  12103. "notification-url": "https://packagist.org/downloads/",
  12104. "license": [
  12105. "MIT"
  12106. ],
  12107. "authors": [
  12108. {
  12109. "name": "Fabien Potencier",
  12110. "email": "fabien@symfony.com"
  12111. },
  12112. {
  12113. "name": "Jean-François Simon",
  12114. "email": "jeanfrancois.simon@sensiolabs.com"
  12115. },
  12116. {
  12117. "name": "Symfony Community",
  12118. "homepage": "https://symfony.com/contributors"
  12119. }
  12120. ],
  12121. "description": "Symfony CssSelector Component",
  12122. "homepage": "https://symfony.com",
  12123. "time": "2020-02-04T09:01:01+00:00"
  12124. },
  12125. {
  12126. "name": "symfony/debug-bundle",
  12127. "version": "v4.4.5",
  12128. "source": {
  12129. "type": "git",
  12130. "url": "https://github.com/symfony/debug-bundle.git",
  12131. "reference": "570c3c69e69f7709f184ee3acbebe45e5ff1adce"
  12132. },
  12133. "dist": {
  12134. "type": "zip",
  12135. "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/570c3c69e69f7709f184ee3acbebe45e5ff1adce",
  12136. "reference": "570c3c69e69f7709f184ee3acbebe45e5ff1adce",
  12137. "shasum": ""
  12138. },
  12139. "require": {
  12140. "ext-xml": "*",
  12141. "php": "^7.1.3",
  12142. "symfony/http-kernel": "^3.4|^4.0|^5.0",
  12143. "symfony/twig-bridge": "^3.4|^4.0|^5.0",
  12144. "symfony/var-dumper": "^4.1.1|^5.0"
  12145. },
  12146. "conflict": {
  12147. "symfony/config": "<4.2",
  12148. "symfony/dependency-injection": "<3.4"
  12149. },
  12150. "require-dev": {
  12151. "symfony/config": "^4.2|^5.0",
  12152. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  12153. "symfony/web-profiler-bundle": "^3.4|^4.0|^5.0"
  12154. },
  12155. "suggest": {
  12156. "symfony/config": "For service container configuration",
  12157. "symfony/dependency-injection": "For using as a service from the container"
  12158. },
  12159. "type": "symfony-bundle",
  12160. "extra": {
  12161. "branch-alias": {
  12162. "dev-master": "4.4-dev"
  12163. }
  12164. },
  12165. "autoload": {
  12166. "psr-4": {
  12167. "Symfony\\Bundle\\DebugBundle\\": ""
  12168. },
  12169. "exclude-from-classmap": [
  12170. "/Tests/"
  12171. ]
  12172. },
  12173. "notification-url": "https://packagist.org/downloads/",
  12174. "license": [
  12175. "MIT"
  12176. ],
  12177. "authors": [
  12178. {
  12179. "name": "Fabien Potencier",
  12180. "email": "fabien@symfony.com"
  12181. },
  12182. {
  12183. "name": "Symfony Community",
  12184. "homepage": "https://symfony.com/contributors"
  12185. }
  12186. ],
  12187. "description": "Symfony DebugBundle",
  12188. "homepage": "https://symfony.com",
  12189. "time": "2020-01-04T13:00:46+00:00"
  12190. },
  12191. {
  12192. "name": "symfony/debug-pack",
  12193. "version": "v1.0.7",
  12194. "source": {
  12195. "type": "git",
  12196. "url": "https://github.com/symfony/debug-pack.git",
  12197. "reference": "09a4a1e9bf2465987d4f79db0ad6c11cc632bc79"
  12198. },
  12199. "dist": {
  12200. "type": "zip",
  12201. "url": "https://api.github.com/repos/symfony/debug-pack/zipball/09a4a1e9bf2465987d4f79db0ad6c11cc632bc79",
  12202. "reference": "09a4a1e9bf2465987d4f79db0ad6c11cc632bc79",
  12203. "shasum": ""
  12204. },
  12205. "require": {
  12206. "easycorp/easy-log-handler": "^1.0.7",
  12207. "php": "^7.0",
  12208. "symfony/debug-bundle": "*",
  12209. "symfony/monolog-bundle": "^3.0",
  12210. "symfony/profiler-pack": "*",
  12211. "symfony/var-dumper": "*"
  12212. },
  12213. "type": "symfony-pack",
  12214. "notification-url": "https://packagist.org/downloads/",
  12215. "license": [
  12216. "MIT"
  12217. ],
  12218. "description": "A debug pack for Symfony projects",
  12219. "time": "2018-12-10T12:11:11+00:00"
  12220. },
  12221. {
  12222. "name": "symfony/phpunit-bridge",
  12223. "version": "v5.0.5",
  12224. "source": {
  12225. "type": "git",
  12226. "url": "https://github.com/symfony/phpunit-bridge.git",
  12227. "reference": "b8fee53045a55ccbb9209e453bf6fdcf74381959"
  12228. },
  12229. "dist": {
  12230. "type": "zip",
  12231. "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/b8fee53045a55ccbb9209e453bf6fdcf74381959",
  12232. "reference": "b8fee53045a55ccbb9209e453bf6fdcf74381959",
  12233. "shasum": ""
  12234. },
  12235. "require": {
  12236. "php": ">=5.5.9"
  12237. },
  12238. "conflict": {
  12239. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0"
  12240. },
  12241. "suggest": {
  12242. "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
  12243. },
  12244. "bin": [
  12245. "bin/simple-phpunit"
  12246. ],
  12247. "type": "symfony-bridge",
  12248. "extra": {
  12249. "branch-alias": {
  12250. "dev-master": "5.0-dev"
  12251. },
  12252. "thanks": {
  12253. "name": "phpunit/phpunit",
  12254. "url": "https://github.com/sebastianbergmann/phpunit"
  12255. }
  12256. },
  12257. "autoload": {
  12258. "files": [
  12259. "bootstrap.php"
  12260. ],
  12261. "psr-4": {
  12262. "Symfony\\Bridge\\PhpUnit\\": ""
  12263. },
  12264. "exclude-from-classmap": [
  12265. "/Tests/"
  12266. ]
  12267. },
  12268. "notification-url": "https://packagist.org/downloads/",
  12269. "license": [
  12270. "MIT"
  12271. ],
  12272. "authors": [
  12273. {
  12274. "name": "Nicolas Grekas",
  12275. "email": "p@tchwork.com"
  12276. },
  12277. {
  12278. "name": "Symfony Community",
  12279. "homepage": "https://symfony.com/contributors"
  12280. }
  12281. ],
  12282. "description": "Symfony PHPUnit Bridge",
  12283. "homepage": "https://symfony.com",
  12284. "time": "2020-02-24T15:05:31+00:00"
  12285. },
  12286. {
  12287. "name": "symfony/profiler-pack",
  12288. "version": "v1.0.4",
  12289. "source": {
  12290. "type": "git",
  12291. "url": "https://github.com/symfony/profiler-pack.git",
  12292. "reference": "99c4370632c2a59bb0444852f92140074ef02209"
  12293. },
  12294. "dist": {
  12295. "type": "zip",
  12296. "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/99c4370632c2a59bb0444852f92140074ef02209",
  12297. "reference": "99c4370632c2a59bb0444852f92140074ef02209",
  12298. "shasum": ""
  12299. },
  12300. "require": {
  12301. "php": "^7.0",
  12302. "symfony/stopwatch": "*",
  12303. "symfony/twig-bundle": "*",
  12304. "symfony/web-profiler-bundle": "*"
  12305. },
  12306. "type": "symfony-pack",
  12307. "notification-url": "https://packagist.org/downloads/",
  12308. "license": [
  12309. "MIT"
  12310. ],
  12311. "description": "A pack for the Symfony web profiler",
  12312. "time": "2018-12-10T12:11:44+00:00"
  12313. },
  12314. {
  12315. "name": "symfony/test-pack",
  12316. "version": "v1.0.6",
  12317. "source": {
  12318. "type": "git",
  12319. "url": "https://github.com/symfony/test-pack.git",
  12320. "reference": "ff87e800a67d06c423389f77b8209bc9dc469def"
  12321. },
  12322. "dist": {
  12323. "type": "zip",
  12324. "url": "https://api.github.com/repos/symfony/test-pack/zipball/ff87e800a67d06c423389f77b8209bc9dc469def",
  12325. "reference": "ff87e800a67d06c423389f77b8209bc9dc469def",
  12326. "shasum": ""
  12327. },
  12328. "require": {
  12329. "php": "^7.0",
  12330. "symfony/browser-kit": "*",
  12331. "symfony/css-selector": "*",
  12332. "symfony/phpunit-bridge": "*"
  12333. },
  12334. "type": "symfony-pack",
  12335. "notification-url": "https://packagist.org/downloads/",
  12336. "license": [
  12337. "MIT"
  12338. ],
  12339. "description": "A pack for functional and end-to-end testing within a Symfony app",
  12340. "time": "2019-06-21T06:27:32+00:00"
  12341. },
  12342. {
  12343. "name": "symfony/web-profiler-bundle",
  12344. "version": "v4.4.5",
  12345. "source": {
  12346. "type": "git",
  12347. "url": "https://github.com/symfony/web-profiler-bundle.git",
  12348. "reference": "76c21d0137f0b9c6bbbc93ac2672cadfdf2e625a"
  12349. },
  12350. "dist": {
  12351. "type": "zip",
  12352. "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/76c21d0137f0b9c6bbbc93ac2672cadfdf2e625a",
  12353. "reference": "76c21d0137f0b9c6bbbc93ac2672cadfdf2e625a",
  12354. "shasum": ""
  12355. },
  12356. "require": {
  12357. "php": "^7.1.3",
  12358. "symfony/config": "^4.2|^5.0",
  12359. "symfony/framework-bundle": "^4.4|^5.0",
  12360. "symfony/http-kernel": "^4.4",
  12361. "symfony/routing": "^4.3|^5.0",
  12362. "symfony/twig-bundle": "^4.2|^5.0",
  12363. "twig/twig": "^1.41|^2.10|^3.0"
  12364. },
  12365. "conflict": {
  12366. "symfony/form": "<4.3",
  12367. "symfony/messenger": "<4.2"
  12368. },
  12369. "require-dev": {
  12370. "symfony/browser-kit": "^4.3|^5.0",
  12371. "symfony/console": "^4.3|^5.0",
  12372. "symfony/css-selector": "^3.4|^4.0|^5.0",
  12373. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  12374. "symfony/stopwatch": "^3.4|^4.0|^5.0"
  12375. },
  12376. "type": "symfony-bundle",
  12377. "extra": {
  12378. "branch-alias": {
  12379. "dev-master": "4.4-dev"
  12380. }
  12381. },
  12382. "autoload": {
  12383. "psr-4": {
  12384. "Symfony\\Bundle\\WebProfilerBundle\\": ""
  12385. },
  12386. "exclude-from-classmap": [
  12387. "/Tests/"
  12388. ]
  12389. },
  12390. "notification-url": "https://packagist.org/downloads/",
  12391. "license": [
  12392. "MIT"
  12393. ],
  12394. "authors": [
  12395. {
  12396. "name": "Fabien Potencier",
  12397. "email": "fabien@symfony.com"
  12398. },
  12399. {
  12400. "name": "Symfony Community",
  12401. "homepage": "https://symfony.com/contributors"
  12402. }
  12403. ],
  12404. "description": "Symfony WebProfilerBundle",
  12405. "homepage": "https://symfony.com",
  12406. "time": "2020-02-14T07:42:58+00:00"
  12407. }
  12408. ],
  12409. "aliases": [],
  12410. "minimum-stability": "dev",
  12411. "stability-flags": {
  12412. "prometeo/prometeo-command": 20,
  12413. "zitec/rule-engine-bundle-acdr": 20
  12414. },
  12415. "prefer-stable": true,
  12416. "prefer-lowest": false,
  12417. "platform": {
  12418. "php": "^7.1.3",
  12419. "ext-ctype": "*",
  12420. "ext-iconv": "*"
  12421. },
  12422. "platform-dev": []
  12423. }