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.
 
 
 
 

2386 lines
82 KiB

  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "2ab113991ae6dde7f7448cf4e4e7f8d9",
  8. "packages": [
  9. {
  10. "name": "mongodb/mongodb",
  11. "version": "1.6.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/mongodb/mongo-php-library.git",
  15. "reference": "dc43ba25fb593d6a2988e6a535b6f5386eda5b15"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/dc43ba25fb593d6a2988e6a535b6f5386eda5b15",
  20. "reference": "dc43ba25fb593d6a2988e6a535b6f5386eda5b15",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-hash": "*",
  25. "ext-json": "*",
  26. "ext-mongodb": "^1.7",
  27. "php": "^5.6 || ^7.0"
  28. },
  29. "require-dev": {
  30. "phpunit/phpunit": "^5.7.27 || ^6.4 || ^8.3",
  31. "sebastian/comparator": "^1.0 || ^2.0 || ^3.0",
  32. "squizlabs/php_codesniffer": "^3.4",
  33. "symfony/phpunit-bridge": "^4.4@dev"
  34. },
  35. "type": "library",
  36. "extra": {
  37. "branch-alias": {
  38. "dev-master": "1.6.x-dev"
  39. }
  40. },
  41. "autoload": {
  42. "psr-4": {
  43. "MongoDB\\": "src/"
  44. },
  45. "files": [
  46. "src/functions.php"
  47. ]
  48. },
  49. "notification-url": "https://packagist.org/downloads/",
  50. "license": [
  51. "Apache-2.0"
  52. ],
  53. "authors": [
  54. {
  55. "name": "Andreas Braun",
  56. "email": "andreas.braun@mongodb.com"
  57. },
  58. {
  59. "name": "Jeremy Mikola",
  60. "email": "jmikola@gmail.com"
  61. },
  62. {
  63. "name": "Katherine Walker",
  64. "email": "katherine.walker@mongodb.com"
  65. }
  66. ],
  67. "description": "MongoDB driver library",
  68. "homepage": "https://jira.mongodb.org/browse/PHPLIB",
  69. "keywords": [
  70. "database",
  71. "driver",
  72. "mongodb",
  73. "persistence"
  74. ],
  75. "time": "2020-02-04T18:16:35+00:00"
  76. },
  77. {
  78. "name": "myclabs/php-enum",
  79. "version": "1.7.6",
  80. "source": {
  81. "type": "git",
  82. "url": "https://github.com/myclabs/php-enum.git",
  83. "reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c"
  84. },
  85. "dist": {
  86. "type": "zip",
  87. "url": "https://api.github.com/repos/myclabs/php-enum/zipball/5f36467c7a87e20fbdc51e524fd8f9d1de80187c",
  88. "reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c",
  89. "shasum": ""
  90. },
  91. "require": {
  92. "ext-json": "*",
  93. "php": ">=7.1"
  94. },
  95. "require-dev": {
  96. "phpunit/phpunit": "^7",
  97. "squizlabs/php_codesniffer": "1.*",
  98. "vimeo/psalm": "^3.8"
  99. },
  100. "type": "library",
  101. "autoload": {
  102. "psr-4": {
  103. "MyCLabs\\Enum\\": "src/"
  104. }
  105. },
  106. "notification-url": "https://packagist.org/downloads/",
  107. "license": [
  108. "MIT"
  109. ],
  110. "authors": [
  111. {
  112. "name": "PHP Enum contributors",
  113. "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
  114. }
  115. ],
  116. "description": "PHP Enum implementation",
  117. "homepage": "http://github.com/myclabs/php-enum",
  118. "keywords": [
  119. "enum"
  120. ],
  121. "time": "2020-02-14T08:15:52+00:00"
  122. },
  123. {
  124. "name": "nyholm/psr7",
  125. "version": "1.2.1",
  126. "source": {
  127. "type": "git",
  128. "url": "https://github.com/Nyholm/psr7.git",
  129. "reference": "55ff6b76573f5b242554c9775792bd59fb52e11c"
  130. },
  131. "dist": {
  132. "type": "zip",
  133. "url": "https://api.github.com/repos/Nyholm/psr7/zipball/55ff6b76573f5b242554c9775792bd59fb52e11c",
  134. "reference": "55ff6b76573f5b242554c9775792bd59fb52e11c",
  135. "shasum": ""
  136. },
  137. "require": {
  138. "php": "^7.1",
  139. "php-http/message-factory": "^1.0",
  140. "psr/http-factory": "^1.0",
  141. "psr/http-message": "^1.0"
  142. },
  143. "provide": {
  144. "psr/http-factory-implementation": "1.0",
  145. "psr/http-message-implementation": "1.0"
  146. },
  147. "require-dev": {
  148. "http-interop/http-factory-tests": "dev-master",
  149. "php-http/psr7-integration-tests": "dev-master",
  150. "phpunit/phpunit": "^7.5"
  151. },
  152. "type": "library",
  153. "extra": {
  154. "branch-alias": {
  155. "dev-master": "1.0-dev"
  156. }
  157. },
  158. "autoload": {
  159. "psr-4": {
  160. "Nyholm\\Psr7\\": "src/"
  161. }
  162. },
  163. "notification-url": "https://packagist.org/downloads/",
  164. "license": [
  165. "MIT"
  166. ],
  167. "authors": [
  168. {
  169. "name": "Tobias Nyholm",
  170. "email": "tobias.nyholm@gmail.com"
  171. },
  172. {
  173. "name": "Martijn van der Ven",
  174. "email": "martijn@vanderven.se"
  175. }
  176. ],
  177. "description": "A fast PHP7 implementation of PSR-7",
  178. "homepage": "http://tnyholm.se",
  179. "keywords": [
  180. "psr-17",
  181. "psr-7"
  182. ],
  183. "time": "2019-09-05T13:24:16+00:00"
  184. },
  185. {
  186. "name": "php-http/message-factory",
  187. "version": "v1.0.2",
  188. "source": {
  189. "type": "git",
  190. "url": "https://github.com/php-http/message-factory.git",
  191. "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
  192. },
  193. "dist": {
  194. "type": "zip",
  195. "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
  196. "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
  197. "shasum": ""
  198. },
  199. "require": {
  200. "php": ">=5.4",
  201. "psr/http-message": "^1.0"
  202. },
  203. "type": "library",
  204. "extra": {
  205. "branch-alias": {
  206. "dev-master": "1.0-dev"
  207. }
  208. },
  209. "autoload": {
  210. "psr-4": {
  211. "Http\\Message\\": "src/"
  212. }
  213. },
  214. "notification-url": "https://packagist.org/downloads/",
  215. "license": [
  216. "MIT"
  217. ],
  218. "authors": [
  219. {
  220. "name": "Márk Sági-Kazár",
  221. "email": "mark.sagikazar@gmail.com"
  222. }
  223. ],
  224. "description": "Factory interfaces for PSR-7 HTTP Message",
  225. "homepage": "http://php-http.org",
  226. "keywords": [
  227. "factory",
  228. "http",
  229. "message",
  230. "stream",
  231. "uri"
  232. ],
  233. "time": "2015-12-19T14:08:53+00:00"
  234. },
  235. {
  236. "name": "psr/cache",
  237. "version": "1.0.1",
  238. "source": {
  239. "type": "git",
  240. "url": "https://github.com/php-fig/cache.git",
  241. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  242. },
  243. "dist": {
  244. "type": "zip",
  245. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  246. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  247. "shasum": ""
  248. },
  249. "require": {
  250. "php": ">=5.3.0"
  251. },
  252. "type": "library",
  253. "extra": {
  254. "branch-alias": {
  255. "dev-master": "1.0.x-dev"
  256. }
  257. },
  258. "autoload": {
  259. "psr-4": {
  260. "Psr\\Cache\\": "src/"
  261. }
  262. },
  263. "notification-url": "https://packagist.org/downloads/",
  264. "license": [
  265. "MIT"
  266. ],
  267. "authors": [
  268. {
  269. "name": "PHP-FIG",
  270. "homepage": "http://www.php-fig.org/"
  271. }
  272. ],
  273. "description": "Common interface for caching libraries",
  274. "keywords": [
  275. "cache",
  276. "psr",
  277. "psr-6"
  278. ],
  279. "time": "2016-08-06T20:24:11+00:00"
  280. },
  281. {
  282. "name": "psr/container",
  283. "version": "1.0.0",
  284. "source": {
  285. "type": "git",
  286. "url": "https://github.com/php-fig/container.git",
  287. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  288. },
  289. "dist": {
  290. "type": "zip",
  291. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  292. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  293. "shasum": ""
  294. },
  295. "require": {
  296. "php": ">=5.3.0"
  297. },
  298. "type": "library",
  299. "extra": {
  300. "branch-alias": {
  301. "dev-master": "1.0.x-dev"
  302. }
  303. },
  304. "autoload": {
  305. "psr-4": {
  306. "Psr\\Container\\": "src/"
  307. }
  308. },
  309. "notification-url": "https://packagist.org/downloads/",
  310. "license": [
  311. "MIT"
  312. ],
  313. "authors": [
  314. {
  315. "name": "PHP-FIG",
  316. "homepage": "http://www.php-fig.org/"
  317. }
  318. ],
  319. "description": "Common Container Interface (PHP FIG PSR-11)",
  320. "homepage": "https://github.com/php-fig/container",
  321. "keywords": [
  322. "PSR-11",
  323. "container",
  324. "container-interface",
  325. "container-interop",
  326. "psr"
  327. ],
  328. "time": "2017-02-14T16:28:37+00:00"
  329. },
  330. {
  331. "name": "psr/event-dispatcher",
  332. "version": "1.0.0",
  333. "source": {
  334. "type": "git",
  335. "url": "https://github.com/php-fig/event-dispatcher.git",
  336. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  337. },
  338. "dist": {
  339. "type": "zip",
  340. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  341. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  342. "shasum": ""
  343. },
  344. "require": {
  345. "php": ">=7.2.0"
  346. },
  347. "type": "library",
  348. "extra": {
  349. "branch-alias": {
  350. "dev-master": "1.0.x-dev"
  351. }
  352. },
  353. "autoload": {
  354. "psr-4": {
  355. "Psr\\EventDispatcher\\": "src/"
  356. }
  357. },
  358. "notification-url": "https://packagist.org/downloads/",
  359. "license": [
  360. "MIT"
  361. ],
  362. "authors": [
  363. {
  364. "name": "PHP-FIG",
  365. "homepage": "http://www.php-fig.org/"
  366. }
  367. ],
  368. "description": "Standard interfaces for event handling.",
  369. "keywords": [
  370. "events",
  371. "psr",
  372. "psr-14"
  373. ],
  374. "time": "2019-01-08T18:20:26+00:00"
  375. },
  376. {
  377. "name": "psr/http-client",
  378. "version": "1.0.0",
  379. "source": {
  380. "type": "git",
  381. "url": "https://github.com/php-fig/http-client.git",
  382. "reference": "496a823ef742b632934724bf769560c2a5c7c44e"
  383. },
  384. "dist": {
  385. "type": "zip",
  386. "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
  387. "reference": "496a823ef742b632934724bf769560c2a5c7c44e",
  388. "shasum": ""
  389. },
  390. "require": {
  391. "php": "^7.0",
  392. "psr/http-message": "^1.0"
  393. },
  394. "type": "library",
  395. "extra": {
  396. "branch-alias": {
  397. "dev-master": "1.0.x-dev"
  398. }
  399. },
  400. "autoload": {
  401. "psr-4": {
  402. "Psr\\Http\\Client\\": "src/"
  403. }
  404. },
  405. "notification-url": "https://packagist.org/downloads/",
  406. "license": [
  407. "MIT"
  408. ],
  409. "authors": [
  410. {
  411. "name": "PHP-FIG",
  412. "homepage": "http://www.php-fig.org/"
  413. }
  414. ],
  415. "description": "Common interface for HTTP clients",
  416. "homepage": "https://github.com/php-fig/http-client",
  417. "keywords": [
  418. "http",
  419. "http-client",
  420. "psr",
  421. "psr-18"
  422. ],
  423. "time": "2018-10-30T23:29:13+00:00"
  424. },
  425. {
  426. "name": "psr/http-factory",
  427. "version": "1.0.1",
  428. "source": {
  429. "type": "git",
  430. "url": "https://github.com/php-fig/http-factory.git",
  431. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  432. },
  433. "dist": {
  434. "type": "zip",
  435. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  436. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  437. "shasum": ""
  438. },
  439. "require": {
  440. "php": ">=7.0.0",
  441. "psr/http-message": "^1.0"
  442. },
  443. "type": "library",
  444. "extra": {
  445. "branch-alias": {
  446. "dev-master": "1.0.x-dev"
  447. }
  448. },
  449. "autoload": {
  450. "psr-4": {
  451. "Psr\\Http\\Message\\": "src/"
  452. }
  453. },
  454. "notification-url": "https://packagist.org/downloads/",
  455. "license": [
  456. "MIT"
  457. ],
  458. "authors": [
  459. {
  460. "name": "PHP-FIG",
  461. "homepage": "http://www.php-fig.org/"
  462. }
  463. ],
  464. "description": "Common interfaces for PSR-7 HTTP message factories",
  465. "keywords": [
  466. "factory",
  467. "http",
  468. "message",
  469. "psr",
  470. "psr-17",
  471. "psr-7",
  472. "request",
  473. "response"
  474. ],
  475. "time": "2019-04-30T12:38:16+00:00"
  476. },
  477. {
  478. "name": "psr/http-message",
  479. "version": "1.0.1",
  480. "source": {
  481. "type": "git",
  482. "url": "https://github.com/php-fig/http-message.git",
  483. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  484. },
  485. "dist": {
  486. "type": "zip",
  487. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  488. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  489. "shasum": ""
  490. },
  491. "require": {
  492. "php": ">=5.3.0"
  493. },
  494. "type": "library",
  495. "extra": {
  496. "branch-alias": {
  497. "dev-master": "1.0.x-dev"
  498. }
  499. },
  500. "autoload": {
  501. "psr-4": {
  502. "Psr\\Http\\Message\\": "src/"
  503. }
  504. },
  505. "notification-url": "https://packagist.org/downloads/",
  506. "license": [
  507. "MIT"
  508. ],
  509. "authors": [
  510. {
  511. "name": "PHP-FIG",
  512. "homepage": "http://www.php-fig.org/"
  513. }
  514. ],
  515. "description": "Common interface for HTTP messages",
  516. "homepage": "https://github.com/php-fig/http-message",
  517. "keywords": [
  518. "http",
  519. "http-message",
  520. "psr",
  521. "psr-7",
  522. "request",
  523. "response"
  524. ],
  525. "time": "2016-08-06T14:39:51+00:00"
  526. },
  527. {
  528. "name": "psr/log",
  529. "version": "1.1.3",
  530. "source": {
  531. "type": "git",
  532. "url": "https://github.com/php-fig/log.git",
  533. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  534. },
  535. "dist": {
  536. "type": "zip",
  537. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  538. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  539. "shasum": ""
  540. },
  541. "require": {
  542. "php": ">=5.3.0"
  543. },
  544. "type": "library",
  545. "extra": {
  546. "branch-alias": {
  547. "dev-master": "1.1.x-dev"
  548. }
  549. },
  550. "autoload": {
  551. "psr-4": {
  552. "Psr\\Log\\": "Psr/Log/"
  553. }
  554. },
  555. "notification-url": "https://packagist.org/downloads/",
  556. "license": [
  557. "MIT"
  558. ],
  559. "authors": [
  560. {
  561. "name": "PHP-FIG",
  562. "homepage": "http://www.php-fig.org/"
  563. }
  564. ],
  565. "description": "Common interface for logging libraries",
  566. "homepage": "https://github.com/php-fig/log",
  567. "keywords": [
  568. "log",
  569. "psr",
  570. "psr-3"
  571. ],
  572. "time": "2020-03-23T09:12:05+00:00"
  573. },
  574. {
  575. "name": "symfony/cache",
  576. "version": "v5.0.7",
  577. "source": {
  578. "type": "git",
  579. "url": "https://github.com/symfony/cache.git",
  580. "reference": "7c229da093cb0c630e5d16b99fd253e20f979ac2"
  581. },
  582. "dist": {
  583. "type": "zip",
  584. "url": "https://api.github.com/repos/symfony/cache/zipball/7c229da093cb0c630e5d16b99fd253e20f979ac2",
  585. "reference": "7c229da093cb0c630e5d16b99fd253e20f979ac2",
  586. "shasum": ""
  587. },
  588. "require": {
  589. "php": "^7.2.5",
  590. "psr/cache": "~1.0",
  591. "psr/log": "~1.0",
  592. "symfony/cache-contracts": "^1.1.7|^2",
  593. "symfony/service-contracts": "^1.1|^2",
  594. "symfony/var-exporter": "^4.4|^5.0"
  595. },
  596. "conflict": {
  597. "doctrine/dbal": "<2.5",
  598. "symfony/dependency-injection": "<4.4",
  599. "symfony/http-kernel": "<4.4",
  600. "symfony/var-dumper": "<4.4"
  601. },
  602. "provide": {
  603. "psr/cache-implementation": "1.0",
  604. "psr/simple-cache-implementation": "1.0",
  605. "symfony/cache-implementation": "1.0"
  606. },
  607. "require-dev": {
  608. "cache/integration-tests": "dev-master",
  609. "doctrine/cache": "~1.6",
  610. "doctrine/dbal": "~2.5",
  611. "predis/predis": "~1.1",
  612. "psr/simple-cache": "^1.0",
  613. "symfony/config": "^4.4|^5.0",
  614. "symfony/dependency-injection": "^4.4|^5.0",
  615. "symfony/var-dumper": "^4.4|^5.0"
  616. },
  617. "type": "library",
  618. "extra": {
  619. "branch-alias": {
  620. "dev-master": "5.0-dev"
  621. }
  622. },
  623. "autoload": {
  624. "psr-4": {
  625. "Symfony\\Component\\Cache\\": ""
  626. },
  627. "exclude-from-classmap": [
  628. "/Tests/"
  629. ]
  630. },
  631. "notification-url": "https://packagist.org/downloads/",
  632. "license": [
  633. "MIT"
  634. ],
  635. "authors": [
  636. {
  637. "name": "Nicolas Grekas",
  638. "email": "p@tchwork.com"
  639. },
  640. {
  641. "name": "Symfony Community",
  642. "homepage": "https://symfony.com/contributors"
  643. }
  644. ],
  645. "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
  646. "homepage": "https://symfony.com",
  647. "keywords": [
  648. "caching",
  649. "psr6"
  650. ],
  651. "time": "2020-03-27T16:56:45+00:00"
  652. },
  653. {
  654. "name": "symfony/cache-contracts",
  655. "version": "v2.0.1",
  656. "source": {
  657. "type": "git",
  658. "url": "https://github.com/symfony/cache-contracts.git",
  659. "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16"
  660. },
  661. "dist": {
  662. "type": "zip",
  663. "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
  664. "reference": "23ed8bfc1a4115feca942cb5f1aacdf3dcdf3c16",
  665. "shasum": ""
  666. },
  667. "require": {
  668. "php": "^7.2.5",
  669. "psr/cache": "^1.0"
  670. },
  671. "suggest": {
  672. "symfony/cache-implementation": ""
  673. },
  674. "type": "library",
  675. "extra": {
  676. "branch-alias": {
  677. "dev-master": "2.0-dev"
  678. }
  679. },
  680. "autoload": {
  681. "psr-4": {
  682. "Symfony\\Contracts\\Cache\\": ""
  683. }
  684. },
  685. "notification-url": "https://packagist.org/downloads/",
  686. "license": [
  687. "MIT"
  688. ],
  689. "authors": [
  690. {
  691. "name": "Nicolas Grekas",
  692. "email": "p@tchwork.com"
  693. },
  694. {
  695. "name": "Symfony Community",
  696. "homepage": "https://symfony.com/contributors"
  697. }
  698. ],
  699. "description": "Generic abstractions related to caching",
  700. "homepage": "https://symfony.com",
  701. "keywords": [
  702. "abstractions",
  703. "contracts",
  704. "decoupling",
  705. "interfaces",
  706. "interoperability",
  707. "standards"
  708. ],
  709. "time": "2019-11-18T17:27:11+00:00"
  710. },
  711. {
  712. "name": "symfony/config",
  713. "version": "v5.0.7",
  714. "source": {
  715. "type": "git",
  716. "url": "https://github.com/symfony/config.git",
  717. "reference": "3e633c31a34738f7f4ed7a225c43fc45ca74c986"
  718. },
  719. "dist": {
  720. "type": "zip",
  721. "url": "https://api.github.com/repos/symfony/config/zipball/3e633c31a34738f7f4ed7a225c43fc45ca74c986",
  722. "reference": "3e633c31a34738f7f4ed7a225c43fc45ca74c986",
  723. "shasum": ""
  724. },
  725. "require": {
  726. "php": "^7.2.5",
  727. "symfony/filesystem": "^4.4|^5.0",
  728. "symfony/polyfill-ctype": "~1.8"
  729. },
  730. "conflict": {
  731. "symfony/finder": "<4.4"
  732. },
  733. "require-dev": {
  734. "symfony/event-dispatcher": "^4.4|^5.0",
  735. "symfony/finder": "^4.4|^5.0",
  736. "symfony/messenger": "^4.4|^5.0",
  737. "symfony/service-contracts": "^1.1|^2",
  738. "symfony/yaml": "^4.4|^5.0"
  739. },
  740. "suggest": {
  741. "symfony/yaml": "To use the yaml reference dumper"
  742. },
  743. "type": "library",
  744. "extra": {
  745. "branch-alias": {
  746. "dev-master": "5.0-dev"
  747. }
  748. },
  749. "autoload": {
  750. "psr-4": {
  751. "Symfony\\Component\\Config\\": ""
  752. },
  753. "exclude-from-classmap": [
  754. "/Tests/"
  755. ]
  756. },
  757. "notification-url": "https://packagist.org/downloads/",
  758. "license": [
  759. "MIT"
  760. ],
  761. "authors": [
  762. {
  763. "name": "Fabien Potencier",
  764. "email": "fabien@symfony.com"
  765. },
  766. {
  767. "name": "Symfony Community",
  768. "homepage": "https://symfony.com/contributors"
  769. }
  770. ],
  771. "description": "Symfony Config Component",
  772. "homepage": "https://symfony.com",
  773. "time": "2020-03-27T16:56:45+00:00"
  774. },
  775. {
  776. "name": "symfony/console",
  777. "version": "v5.0.7",
  778. "source": {
  779. "type": "git",
  780. "url": "https://github.com/symfony/console.git",
  781. "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935"
  782. },
  783. "dist": {
  784. "type": "zip",
  785. "url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
  786. "reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
  787. "shasum": ""
  788. },
  789. "require": {
  790. "php": "^7.2.5",
  791. "symfony/polyfill-mbstring": "~1.0",
  792. "symfony/polyfill-php73": "^1.8",
  793. "symfony/service-contracts": "^1.1|^2"
  794. },
  795. "conflict": {
  796. "symfony/dependency-injection": "<4.4",
  797. "symfony/event-dispatcher": "<4.4",
  798. "symfony/lock": "<4.4",
  799. "symfony/process": "<4.4"
  800. },
  801. "provide": {
  802. "psr/log-implementation": "1.0"
  803. },
  804. "require-dev": {
  805. "psr/log": "~1.0",
  806. "symfony/config": "^4.4|^5.0",
  807. "symfony/dependency-injection": "^4.4|^5.0",
  808. "symfony/event-dispatcher": "^4.4|^5.0",
  809. "symfony/lock": "^4.4|^5.0",
  810. "symfony/process": "^4.4|^5.0",
  811. "symfony/var-dumper": "^4.4|^5.0"
  812. },
  813. "suggest": {
  814. "psr/log": "For using the console logger",
  815. "symfony/event-dispatcher": "",
  816. "symfony/lock": "",
  817. "symfony/process": ""
  818. },
  819. "type": "library",
  820. "extra": {
  821. "branch-alias": {
  822. "dev-master": "5.0-dev"
  823. }
  824. },
  825. "autoload": {
  826. "psr-4": {
  827. "Symfony\\Component\\Console\\": ""
  828. },
  829. "exclude-from-classmap": [
  830. "/Tests/"
  831. ]
  832. },
  833. "notification-url": "https://packagist.org/downloads/",
  834. "license": [
  835. "MIT"
  836. ],
  837. "authors": [
  838. {
  839. "name": "Fabien Potencier",
  840. "email": "fabien@symfony.com"
  841. },
  842. {
  843. "name": "Symfony Community",
  844. "homepage": "https://symfony.com/contributors"
  845. }
  846. ],
  847. "description": "Symfony Console Component",
  848. "homepage": "https://symfony.com",
  849. "time": "2020-03-30T11:42:42+00:00"
  850. },
  851. {
  852. "name": "symfony/dependency-injection",
  853. "version": "v5.0.7",
  854. "source": {
  855. "type": "git",
  856. "url": "https://github.com/symfony/dependency-injection.git",
  857. "reference": "4e48dc44680d8efa357410c78093a04753196981"
  858. },
  859. "dist": {
  860. "type": "zip",
  861. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/4e48dc44680d8efa357410c78093a04753196981",
  862. "reference": "4e48dc44680d8efa357410c78093a04753196981",
  863. "shasum": ""
  864. },
  865. "require": {
  866. "php": "^7.2.5",
  867. "psr/container": "^1.0",
  868. "symfony/service-contracts": "^1.1.6|^2"
  869. },
  870. "conflict": {
  871. "symfony/config": "<5.0",
  872. "symfony/finder": "<4.4",
  873. "symfony/proxy-manager-bridge": "<4.4",
  874. "symfony/yaml": "<4.4"
  875. },
  876. "provide": {
  877. "psr/container-implementation": "1.0",
  878. "symfony/service-implementation": "1.0"
  879. },
  880. "require-dev": {
  881. "symfony/config": "^5.0",
  882. "symfony/expression-language": "^4.4|^5.0",
  883. "symfony/yaml": "^4.4|^5.0"
  884. },
  885. "suggest": {
  886. "symfony/config": "",
  887. "symfony/expression-language": "For using expressions in service container configuration",
  888. "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  889. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  890. "symfony/yaml": ""
  891. },
  892. "type": "library",
  893. "extra": {
  894. "branch-alias": {
  895. "dev-master": "5.0-dev"
  896. }
  897. },
  898. "autoload": {
  899. "psr-4": {
  900. "Symfony\\Component\\DependencyInjection\\": ""
  901. },
  902. "exclude-from-classmap": [
  903. "/Tests/"
  904. ]
  905. },
  906. "notification-url": "https://packagist.org/downloads/",
  907. "license": [
  908. "MIT"
  909. ],
  910. "authors": [
  911. {
  912. "name": "Fabien Potencier",
  913. "email": "fabien@symfony.com"
  914. },
  915. {
  916. "name": "Symfony Community",
  917. "homepage": "https://symfony.com/contributors"
  918. }
  919. ],
  920. "description": "Symfony DependencyInjection Component",
  921. "homepage": "https://symfony.com",
  922. "time": "2020-03-30T11:42:42+00:00"
  923. },
  924. {
  925. "name": "symfony/dotenv",
  926. "version": "v5.0.7",
  927. "source": {
  928. "type": "git",
  929. "url": "https://github.com/symfony/dotenv.git",
  930. "reference": "28658ee990ea643c8111bac242d6ee5f3a15ef72"
  931. },
  932. "dist": {
  933. "type": "zip",
  934. "url": "https://api.github.com/repos/symfony/dotenv/zipball/28658ee990ea643c8111bac242d6ee5f3a15ef72",
  935. "reference": "28658ee990ea643c8111bac242d6ee5f3a15ef72",
  936. "shasum": ""
  937. },
  938. "require": {
  939. "php": "^7.2.5"
  940. },
  941. "require-dev": {
  942. "symfony/process": "^4.4|^5.0"
  943. },
  944. "type": "library",
  945. "extra": {
  946. "branch-alias": {
  947. "dev-master": "5.0-dev"
  948. }
  949. },
  950. "autoload": {
  951. "psr-4": {
  952. "Symfony\\Component\\Dotenv\\": ""
  953. },
  954. "exclude-from-classmap": [
  955. "/Tests/"
  956. ]
  957. },
  958. "notification-url": "https://packagist.org/downloads/",
  959. "license": [
  960. "MIT"
  961. ],
  962. "authors": [
  963. {
  964. "name": "Fabien Potencier",
  965. "email": "fabien@symfony.com"
  966. },
  967. {
  968. "name": "Symfony Community",
  969. "homepage": "https://symfony.com/contributors"
  970. }
  971. ],
  972. "description": "Registers environment variables from a .env file",
  973. "homepage": "https://symfony.com",
  974. "keywords": [
  975. "dotenv",
  976. "env",
  977. "environment"
  978. ],
  979. "funding": [
  980. {
  981. "url": "https://symfony.com/sponsor",
  982. "type": "custom"
  983. },
  984. {
  985. "url": "https://github.com/fabpot",
  986. "type": "github"
  987. },
  988. {
  989. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  990. "type": "tidelift"
  991. }
  992. ],
  993. "time": "2020-03-27T16:56:45+00:00"
  994. },
  995. {
  996. "name": "symfony/error-handler",
  997. "version": "v5.0.7",
  998. "source": {
  999. "type": "git",
  1000. "url": "https://github.com/symfony/error-handler.git",
  1001. "reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4"
  1002. },
  1003. "dist": {
  1004. "type": "zip",
  1005. "url": "https://api.github.com/repos/symfony/error-handler/zipball/949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
  1006. "reference": "949ffc17c3ac3a9f8e6232220e2da33913c04ea4",
  1007. "shasum": ""
  1008. },
  1009. "require": {
  1010. "php": "^7.2.5",
  1011. "psr/log": "^1.0",
  1012. "symfony/var-dumper": "^4.4|^5.0"
  1013. },
  1014. "require-dev": {
  1015. "symfony/http-kernel": "^4.4|^5.0",
  1016. "symfony/serializer": "^4.4|^5.0"
  1017. },
  1018. "type": "library",
  1019. "extra": {
  1020. "branch-alias": {
  1021. "dev-master": "5.0-dev"
  1022. }
  1023. },
  1024. "autoload": {
  1025. "psr-4": {
  1026. "Symfony\\Component\\ErrorHandler\\": ""
  1027. },
  1028. "exclude-from-classmap": [
  1029. "/Tests/"
  1030. ]
  1031. },
  1032. "notification-url": "https://packagist.org/downloads/",
  1033. "license": [
  1034. "MIT"
  1035. ],
  1036. "authors": [
  1037. {
  1038. "name": "Fabien Potencier",
  1039. "email": "fabien@symfony.com"
  1040. },
  1041. {
  1042. "name": "Symfony Community",
  1043. "homepage": "https://symfony.com/contributors"
  1044. }
  1045. ],
  1046. "description": "Symfony ErrorHandler Component",
  1047. "homepage": "https://symfony.com",
  1048. "time": "2020-03-30T14:14:32+00:00"
  1049. },
  1050. {
  1051. "name": "symfony/event-dispatcher",
  1052. "version": "v5.0.7",
  1053. "source": {
  1054. "type": "git",
  1055. "url": "https://github.com/symfony/event-dispatcher.git",
  1056. "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc"
  1057. },
  1058. "dist": {
  1059. "type": "zip",
  1060. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/24f40d95385774ed5c71dbf014edd047e2f2f3dc",
  1061. "reference": "24f40d95385774ed5c71dbf014edd047e2f2f3dc",
  1062. "shasum": ""
  1063. },
  1064. "require": {
  1065. "php": "^7.2.5",
  1066. "symfony/event-dispatcher-contracts": "^2"
  1067. },
  1068. "conflict": {
  1069. "symfony/dependency-injection": "<4.4"
  1070. },
  1071. "provide": {
  1072. "psr/event-dispatcher-implementation": "1.0",
  1073. "symfony/event-dispatcher-implementation": "2.0"
  1074. },
  1075. "require-dev": {
  1076. "psr/log": "~1.0",
  1077. "symfony/config": "^4.4|^5.0",
  1078. "symfony/dependency-injection": "^4.4|^5.0",
  1079. "symfony/expression-language": "^4.4|^5.0",
  1080. "symfony/http-foundation": "^4.4|^5.0",
  1081. "symfony/service-contracts": "^1.1|^2",
  1082. "symfony/stopwatch": "^4.4|^5.0"
  1083. },
  1084. "suggest": {
  1085. "symfony/dependency-injection": "",
  1086. "symfony/http-kernel": ""
  1087. },
  1088. "type": "library",
  1089. "extra": {
  1090. "branch-alias": {
  1091. "dev-master": "5.0-dev"
  1092. }
  1093. },
  1094. "autoload": {
  1095. "psr-4": {
  1096. "Symfony\\Component\\EventDispatcher\\": ""
  1097. },
  1098. "exclude-from-classmap": [
  1099. "/Tests/"
  1100. ]
  1101. },
  1102. "notification-url": "https://packagist.org/downloads/",
  1103. "license": [
  1104. "MIT"
  1105. ],
  1106. "authors": [
  1107. {
  1108. "name": "Fabien Potencier",
  1109. "email": "fabien@symfony.com"
  1110. },
  1111. {
  1112. "name": "Symfony Community",
  1113. "homepage": "https://symfony.com/contributors"
  1114. }
  1115. ],
  1116. "description": "Symfony EventDispatcher Component",
  1117. "homepage": "https://symfony.com",
  1118. "funding": [
  1119. {
  1120. "url": "https://symfony.com/sponsor",
  1121. "type": "custom"
  1122. },
  1123. {
  1124. "url": "https://github.com/fabpot",
  1125. "type": "github"
  1126. },
  1127. {
  1128. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1129. "type": "tidelift"
  1130. }
  1131. ],
  1132. "time": "2020-03-27T16:56:45+00:00"
  1133. },
  1134. {
  1135. "name": "symfony/event-dispatcher-contracts",
  1136. "version": "v2.0.1",
  1137. "source": {
  1138. "type": "git",
  1139. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  1140. "reference": "af23c2584d4577d54661c434446fb8fbed6025dd"
  1141. },
  1142. "dist": {
  1143. "type": "zip",
  1144. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/af23c2584d4577d54661c434446fb8fbed6025dd",
  1145. "reference": "af23c2584d4577d54661c434446fb8fbed6025dd",
  1146. "shasum": ""
  1147. },
  1148. "require": {
  1149. "php": "^7.2.5",
  1150. "psr/event-dispatcher": "^1"
  1151. },
  1152. "suggest": {
  1153. "symfony/event-dispatcher-implementation": ""
  1154. },
  1155. "type": "library",
  1156. "extra": {
  1157. "branch-alias": {
  1158. "dev-master": "2.0-dev"
  1159. }
  1160. },
  1161. "autoload": {
  1162. "psr-4": {
  1163. "Symfony\\Contracts\\EventDispatcher\\": ""
  1164. }
  1165. },
  1166. "notification-url": "https://packagist.org/downloads/",
  1167. "license": [
  1168. "MIT"
  1169. ],
  1170. "authors": [
  1171. {
  1172. "name": "Nicolas Grekas",
  1173. "email": "p@tchwork.com"
  1174. },
  1175. {
  1176. "name": "Symfony Community",
  1177. "homepage": "https://symfony.com/contributors"
  1178. }
  1179. ],
  1180. "description": "Generic abstractions related to dispatching event",
  1181. "homepage": "https://symfony.com",
  1182. "keywords": [
  1183. "abstractions",
  1184. "contracts",
  1185. "decoupling",
  1186. "interfaces",
  1187. "interoperability",
  1188. "standards"
  1189. ],
  1190. "time": "2019-11-18T17:27:11+00:00"
  1191. },
  1192. {
  1193. "name": "symfony/filesystem",
  1194. "version": "v5.0.7",
  1195. "source": {
  1196. "type": "git",
  1197. "url": "https://github.com/symfony/filesystem.git",
  1198. "reference": "ca3b87dd09fff9b771731637f5379965fbfab420"
  1199. },
  1200. "dist": {
  1201. "type": "zip",
  1202. "url": "https://api.github.com/repos/symfony/filesystem/zipball/ca3b87dd09fff9b771731637f5379965fbfab420",
  1203. "reference": "ca3b87dd09fff9b771731637f5379965fbfab420",
  1204. "shasum": ""
  1205. },
  1206. "require": {
  1207. "php": "^7.2.5",
  1208. "symfony/polyfill-ctype": "~1.8"
  1209. },
  1210. "type": "library",
  1211. "extra": {
  1212. "branch-alias": {
  1213. "dev-master": "5.0-dev"
  1214. }
  1215. },
  1216. "autoload": {
  1217. "psr-4": {
  1218. "Symfony\\Component\\Filesystem\\": ""
  1219. },
  1220. "exclude-from-classmap": [
  1221. "/Tests/"
  1222. ]
  1223. },
  1224. "notification-url": "https://packagist.org/downloads/",
  1225. "license": [
  1226. "MIT"
  1227. ],
  1228. "authors": [
  1229. {
  1230. "name": "Fabien Potencier",
  1231. "email": "fabien@symfony.com"
  1232. },
  1233. {
  1234. "name": "Symfony Community",
  1235. "homepage": "https://symfony.com/contributors"
  1236. }
  1237. ],
  1238. "description": "Symfony Filesystem Component",
  1239. "homepage": "https://symfony.com",
  1240. "time": "2020-03-27T16:56:45+00:00"
  1241. },
  1242. {
  1243. "name": "symfony/finder",
  1244. "version": "v5.0.7",
  1245. "source": {
  1246. "type": "git",
  1247. "url": "https://github.com/symfony/finder.git",
  1248. "reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d"
  1249. },
  1250. "dist": {
  1251. "type": "zip",
  1252. "url": "https://api.github.com/repos/symfony/finder/zipball/600a52c29afc0d1caa74acbec8d3095ca7e9910d",
  1253. "reference": "600a52c29afc0d1caa74acbec8d3095ca7e9910d",
  1254. "shasum": ""
  1255. },
  1256. "require": {
  1257. "php": "^7.2.5"
  1258. },
  1259. "type": "library",
  1260. "extra": {
  1261. "branch-alias": {
  1262. "dev-master": "5.0-dev"
  1263. }
  1264. },
  1265. "autoload": {
  1266. "psr-4": {
  1267. "Symfony\\Component\\Finder\\": ""
  1268. },
  1269. "exclude-from-classmap": [
  1270. "/Tests/"
  1271. ]
  1272. },
  1273. "notification-url": "https://packagist.org/downloads/",
  1274. "license": [
  1275. "MIT"
  1276. ],
  1277. "authors": [
  1278. {
  1279. "name": "Fabien Potencier",
  1280. "email": "fabien@symfony.com"
  1281. },
  1282. {
  1283. "name": "Symfony Community",
  1284. "homepage": "https://symfony.com/contributors"
  1285. }
  1286. ],
  1287. "description": "Symfony Finder Component",
  1288. "homepage": "https://symfony.com",
  1289. "funding": [
  1290. {
  1291. "url": "https://symfony.com/sponsor",
  1292. "type": "custom"
  1293. },
  1294. {
  1295. "url": "https://github.com/fabpot",
  1296. "type": "github"
  1297. },
  1298. {
  1299. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1300. "type": "tidelift"
  1301. }
  1302. ],
  1303. "time": "2020-03-27T16:56:45+00:00"
  1304. },
  1305. {
  1306. "name": "symfony/flex",
  1307. "version": "v1.6.2",
  1308. "source": {
  1309. "type": "git",
  1310. "url": "https://github.com/symfony/flex.git",
  1311. "reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83"
  1312. },
  1313. "dist": {
  1314. "type": "zip",
  1315. "url": "https://api.github.com/repos/symfony/flex/zipball/e4f5a2653ca503782a31486198bd1dd1c9a47f83",
  1316. "reference": "e4f5a2653ca503782a31486198bd1dd1c9a47f83",
  1317. "shasum": ""
  1318. },
  1319. "require": {
  1320. "composer-plugin-api": "^1.0",
  1321. "php": "^7.0"
  1322. },
  1323. "require-dev": {
  1324. "composer/composer": "^1.0.2",
  1325. "symfony/dotenv": "^3.4|^4.0|^5.0",
  1326. "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0",
  1327. "symfony/process": "^2.7|^3.0|^4.0|^5.0"
  1328. },
  1329. "type": "composer-plugin",
  1330. "extra": {
  1331. "branch-alias": {
  1332. "dev-master": "1.5-dev"
  1333. },
  1334. "class": "Symfony\\Flex\\Flex"
  1335. },
  1336. "autoload": {
  1337. "psr-4": {
  1338. "Symfony\\Flex\\": "src"
  1339. }
  1340. },
  1341. "notification-url": "https://packagist.org/downloads/",
  1342. "license": [
  1343. "MIT"
  1344. ],
  1345. "authors": [
  1346. {
  1347. "name": "Fabien Potencier",
  1348. "email": "fabien.potencier@gmail.com"
  1349. }
  1350. ],
  1351. "description": "Composer plugin for Symfony",
  1352. "time": "2020-01-30T12:06:45+00:00"
  1353. },
  1354. {
  1355. "name": "symfony/framework-bundle",
  1356. "version": "v5.0.7",
  1357. "source": {
  1358. "type": "git",
  1359. "url": "https://github.com/symfony/framework-bundle.git",
  1360. "reference": "b1807be65ff05c21d47094e77b6c5a4246284c33"
  1361. },
  1362. "dist": {
  1363. "type": "zip",
  1364. "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/b1807be65ff05c21d47094e77b6c5a4246284c33",
  1365. "reference": "b1807be65ff05c21d47094e77b6c5a4246284c33",
  1366. "shasum": ""
  1367. },
  1368. "require": {
  1369. "ext-xml": "*",
  1370. "php": "^7.2.5",
  1371. "symfony/cache": "^4.4|^5.0",
  1372. "symfony/config": "^5.0",
  1373. "symfony/dependency-injection": "^5.0.1",
  1374. "symfony/error-handler": "^4.4.1|^5.0.1",
  1375. "symfony/filesystem": "^4.4|^5.0",
  1376. "symfony/finder": "^4.4|^5.0",
  1377. "symfony/http-foundation": "^4.4|^5.0",
  1378. "symfony/http-kernel": "^5.0",
  1379. "symfony/polyfill-mbstring": "~1.0",
  1380. "symfony/routing": "^5.0"
  1381. },
  1382. "conflict": {
  1383. "doctrine/persistence": "<1.3",
  1384. "phpdocumentor/reflection-docblock": "<3.0",
  1385. "phpdocumentor/type-resolver": "<0.2.1",
  1386. "phpunit/phpunit": "<5.4.3",
  1387. "symfony/asset": "<4.4",
  1388. "symfony/browser-kit": "<4.4",
  1389. "symfony/console": "<4.4",
  1390. "symfony/dom-crawler": "<4.4",
  1391. "symfony/dotenv": "<4.4",
  1392. "symfony/form": "<4.4",
  1393. "symfony/http-client": "<4.4",
  1394. "symfony/lock": "<4.4",
  1395. "symfony/mailer": "<4.4",
  1396. "symfony/messenger": "<4.4",
  1397. "symfony/mime": "<4.4",
  1398. "symfony/property-info": "<4.4",
  1399. "symfony/serializer": "<4.4",
  1400. "symfony/stopwatch": "<4.4",
  1401. "symfony/translation": "<5.0",
  1402. "symfony/twig-bridge": "<4.4",
  1403. "symfony/twig-bundle": "<4.4",
  1404. "symfony/validator": "<4.4",
  1405. "symfony/web-profiler-bundle": "<4.4",
  1406. "symfony/workflow": "<4.4"
  1407. },
  1408. "require-dev": {
  1409. "doctrine/annotations": "~1.7",
  1410. "doctrine/cache": "~1.0",
  1411. "paragonie/sodium_compat": "^1.8",
  1412. "phpdocumentor/reflection-docblock": "^3.0|^4.0",
  1413. "symfony/asset": "^4.4|^5.0",
  1414. "symfony/browser-kit": "^4.4|^5.0",
  1415. "symfony/console": "^4.4|^5.0",
  1416. "symfony/css-selector": "^4.4|^5.0",
  1417. "symfony/dom-crawler": "^4.4|^5.0",
  1418. "symfony/dotenv": "^4.4|^5.0",
  1419. "symfony/expression-language": "^4.4|^5.0",
  1420. "symfony/form": "^4.4|^5.0",
  1421. "symfony/http-client": "^4.4|^5.0",
  1422. "symfony/lock": "^4.4|^5.0",
  1423. "symfony/mailer": "^4.4|^5.0",
  1424. "symfony/messenger": "^4.4|^5.0",
  1425. "symfony/mime": "^4.4|^5.0",
  1426. "symfony/polyfill-intl-icu": "~1.0",
  1427. "symfony/process": "^4.4|^5.0",
  1428. "symfony/property-info": "^4.4|^5.0",
  1429. "symfony/security-csrf": "^4.4|^5.0",
  1430. "symfony/security-http": "^4.4|^5.0",
  1431. "symfony/serializer": "^4.4|^5.0",
  1432. "symfony/stopwatch": "^4.4|^5.0",
  1433. "symfony/string": "~5.0.0",
  1434. "symfony/translation": "^5.0",
  1435. "symfony/twig-bundle": "^4.4|^5.0",
  1436. "symfony/validator": "^4.4|^5.0",
  1437. "symfony/web-link": "^4.4|^5.0",
  1438. "symfony/workflow": "^4.4|^5.0",
  1439. "symfony/yaml": "^4.4|^5.0",
  1440. "twig/twig": "^2.10|^3.0"
  1441. },
  1442. "suggest": {
  1443. "ext-apcu": "For best performance of the system caches",
  1444. "symfony/console": "For using the console commands",
  1445. "symfony/form": "For using forms",
  1446. "symfony/property-info": "For using the property_info service",
  1447. "symfony/serializer": "For using the serializer service",
  1448. "symfony/validator": "For using validation",
  1449. "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
  1450. "symfony/yaml": "For using the debug:config and lint:yaml commands"
  1451. },
  1452. "type": "symfony-bundle",
  1453. "extra": {
  1454. "branch-alias": {
  1455. "dev-master": "5.0-dev"
  1456. }
  1457. },
  1458. "autoload": {
  1459. "psr-4": {
  1460. "Symfony\\Bundle\\FrameworkBundle\\": ""
  1461. },
  1462. "exclude-from-classmap": [
  1463. "/Tests/"
  1464. ]
  1465. },
  1466. "notification-url": "https://packagist.org/downloads/",
  1467. "license": [
  1468. "MIT"
  1469. ],
  1470. "authors": [
  1471. {
  1472. "name": "Fabien Potencier",
  1473. "email": "fabien@symfony.com"
  1474. },
  1475. {
  1476. "name": "Symfony Community",
  1477. "homepage": "https://symfony.com/contributors"
  1478. }
  1479. ],
  1480. "description": "Symfony FrameworkBundle",
  1481. "homepage": "https://symfony.com",
  1482. "time": "2020-03-30T11:42:42+00:00"
  1483. },
  1484. {
  1485. "name": "symfony/http-client",
  1486. "version": "v5.0.7",
  1487. "source": {
  1488. "type": "git",
  1489. "url": "https://github.com/symfony/http-client.git",
  1490. "reference": "14d386ae55b699ea9a0ddb872fa5f3e35219bba8"
  1491. },
  1492. "dist": {
  1493. "type": "zip",
  1494. "url": "https://api.github.com/repos/symfony/http-client/zipball/14d386ae55b699ea9a0ddb872fa5f3e35219bba8",
  1495. "reference": "14d386ae55b699ea9a0ddb872fa5f3e35219bba8",
  1496. "shasum": ""
  1497. },
  1498. "require": {
  1499. "php": "^7.2.5",
  1500. "psr/log": "^1.0",
  1501. "symfony/http-client-contracts": "^1.1.8|^2",
  1502. "symfony/polyfill-php73": "^1.11",
  1503. "symfony/service-contracts": "^1.0|^2"
  1504. },
  1505. "provide": {
  1506. "php-http/async-client-implementation": "*",
  1507. "php-http/client-implementation": "*",
  1508. "psr/http-client-implementation": "1.0",
  1509. "symfony/http-client-implementation": "1.1"
  1510. },
  1511. "require-dev": {
  1512. "guzzlehttp/promises": "^1.3.1",
  1513. "nyholm/psr7": "^1.0",
  1514. "php-http/httplug": "^1.0|^2.0",
  1515. "psr/http-client": "^1.0",
  1516. "symfony/dependency-injection": "^4.4|^5.0",
  1517. "symfony/http-kernel": "^4.4|^5.0",
  1518. "symfony/process": "^4.4|^5.0"
  1519. },
  1520. "type": "library",
  1521. "extra": {
  1522. "branch-alias": {
  1523. "dev-master": "5.0-dev"
  1524. }
  1525. },
  1526. "autoload": {
  1527. "psr-4": {
  1528. "Symfony\\Component\\HttpClient\\": ""
  1529. },
  1530. "exclude-from-classmap": [
  1531. "/Tests/"
  1532. ]
  1533. },
  1534. "notification-url": "https://packagist.org/downloads/",
  1535. "license": [
  1536. "MIT"
  1537. ],
  1538. "authors": [
  1539. {
  1540. "name": "Nicolas Grekas",
  1541. "email": "p@tchwork.com"
  1542. },
  1543. {
  1544. "name": "Symfony Community",
  1545. "homepage": "https://symfony.com/contributors"
  1546. }
  1547. ],
  1548. "description": "Symfony HttpClient component",
  1549. "homepage": "https://symfony.com",
  1550. "time": "2020-03-27T16:56:45+00:00"
  1551. },
  1552. {
  1553. "name": "symfony/http-client-contracts",
  1554. "version": "v2.0.1",
  1555. "source": {
  1556. "type": "git",
  1557. "url": "https://github.com/symfony/http-client-contracts.git",
  1558. "reference": "378868b61b85c5cac6822d4f84e26999c9f2e881"
  1559. },
  1560. "dist": {
  1561. "type": "zip",
  1562. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/378868b61b85c5cac6822d4f84e26999c9f2e881",
  1563. "reference": "378868b61b85c5cac6822d4f84e26999c9f2e881",
  1564. "shasum": ""
  1565. },
  1566. "require": {
  1567. "php": "^7.2.5"
  1568. },
  1569. "suggest": {
  1570. "symfony/http-client-implementation": ""
  1571. },
  1572. "type": "library",
  1573. "extra": {
  1574. "branch-alias": {
  1575. "dev-master": "2.0-dev"
  1576. }
  1577. },
  1578. "autoload": {
  1579. "psr-4": {
  1580. "Symfony\\Contracts\\HttpClient\\": ""
  1581. }
  1582. },
  1583. "notification-url": "https://packagist.org/downloads/",
  1584. "license": [
  1585. "MIT"
  1586. ],
  1587. "authors": [
  1588. {
  1589. "name": "Nicolas Grekas",
  1590. "email": "p@tchwork.com"
  1591. },
  1592. {
  1593. "name": "Symfony Community",
  1594. "homepage": "https://symfony.com/contributors"
  1595. }
  1596. ],
  1597. "description": "Generic abstractions related to HTTP clients",
  1598. "homepage": "https://symfony.com",
  1599. "keywords": [
  1600. "abstractions",
  1601. "contracts",
  1602. "decoupling",
  1603. "interfaces",
  1604. "interoperability",
  1605. "standards"
  1606. ],
  1607. "time": "2019-11-26T23:25:11+00:00"
  1608. },
  1609. {
  1610. "name": "symfony/http-foundation",
  1611. "version": "v5.0.7",
  1612. "source": {
  1613. "type": "git",
  1614. "url": "https://github.com/symfony/http-foundation.git",
  1615. "reference": "26fb006a2c7b6cdd23d52157b05f8414ffa417b6"
  1616. },
  1617. "dist": {
  1618. "type": "zip",
  1619. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/26fb006a2c7b6cdd23d52157b05f8414ffa417b6",
  1620. "reference": "26fb006a2c7b6cdd23d52157b05f8414ffa417b6",
  1621. "shasum": ""
  1622. },
  1623. "require": {
  1624. "php": "^7.2.5",
  1625. "symfony/mime": "^4.4|^5.0",
  1626. "symfony/polyfill-mbstring": "~1.1"
  1627. },
  1628. "require-dev": {
  1629. "predis/predis": "~1.0",
  1630. "symfony/expression-language": "^4.4|^5.0"
  1631. },
  1632. "type": "library",
  1633. "extra": {
  1634. "branch-alias": {
  1635. "dev-master": "5.0-dev"
  1636. }
  1637. },
  1638. "autoload": {
  1639. "psr-4": {
  1640. "Symfony\\Component\\HttpFoundation\\": ""
  1641. },
  1642. "exclude-from-classmap": [
  1643. "/Tests/"
  1644. ]
  1645. },
  1646. "notification-url": "https://packagist.org/downloads/",
  1647. "license": [
  1648. "MIT"
  1649. ],
  1650. "authors": [
  1651. {
  1652. "name": "Fabien Potencier",
  1653. "email": "fabien@symfony.com"
  1654. },
  1655. {
  1656. "name": "Symfony Community",
  1657. "homepage": "https://symfony.com/contributors"
  1658. }
  1659. ],
  1660. "description": "Symfony HttpFoundation Component",
  1661. "homepage": "https://symfony.com",
  1662. "time": "2020-03-30T14:14:32+00:00"
  1663. },
  1664. {
  1665. "name": "symfony/http-kernel",
  1666. "version": "v5.0.7",
  1667. "source": {
  1668. "type": "git",
  1669. "url": "https://github.com/symfony/http-kernel.git",
  1670. "reference": "ad574c55d451127cab1c45b4ac51bf283e340cf0"
  1671. },
  1672. "dist": {
  1673. "type": "zip",
  1674. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ad574c55d451127cab1c45b4ac51bf283e340cf0",
  1675. "reference": "ad574c55d451127cab1c45b4ac51bf283e340cf0",
  1676. "shasum": ""
  1677. },
  1678. "require": {
  1679. "php": "^7.2.5",
  1680. "psr/log": "~1.0",
  1681. "symfony/error-handler": "^4.4|^5.0",
  1682. "symfony/event-dispatcher": "^5.0",
  1683. "symfony/http-foundation": "^4.4|^5.0",
  1684. "symfony/polyfill-ctype": "^1.8",
  1685. "symfony/polyfill-php73": "^1.9"
  1686. },
  1687. "conflict": {
  1688. "symfony/browser-kit": "<4.4",
  1689. "symfony/cache": "<5.0",
  1690. "symfony/config": "<5.0",
  1691. "symfony/dependency-injection": "<4.4",
  1692. "symfony/doctrine-bridge": "<5.0",
  1693. "symfony/form": "<5.0",
  1694. "symfony/http-client": "<5.0",
  1695. "symfony/mailer": "<5.0",
  1696. "symfony/messenger": "<5.0",
  1697. "symfony/translation": "<5.0",
  1698. "symfony/twig-bridge": "<5.0",
  1699. "symfony/validator": "<5.0",
  1700. "twig/twig": "<2.4"
  1701. },
  1702. "provide": {
  1703. "psr/log-implementation": "1.0"
  1704. },
  1705. "require-dev": {
  1706. "psr/cache": "~1.0",
  1707. "symfony/browser-kit": "^4.4|^5.0",
  1708. "symfony/config": "^5.0",
  1709. "symfony/console": "^4.4|^5.0",
  1710. "symfony/css-selector": "^4.4|^5.0",
  1711. "symfony/dependency-injection": "^4.4|^5.0",
  1712. "symfony/dom-crawler": "^4.4|^5.0",
  1713. "symfony/expression-language": "^4.4|^5.0",
  1714. "symfony/finder": "^4.4|^5.0",
  1715. "symfony/process": "^4.4|^5.0",
  1716. "symfony/routing": "^4.4|^5.0",
  1717. "symfony/stopwatch": "^4.4|^5.0",
  1718. "symfony/translation": "^4.4|^5.0",
  1719. "symfony/translation-contracts": "^1.1|^2",
  1720. "twig/twig": "^2.4|^3.0"
  1721. },
  1722. "suggest": {
  1723. "symfony/browser-kit": "",
  1724. "symfony/config": "",
  1725. "symfony/console": "",
  1726. "symfony/dependency-injection": ""
  1727. },
  1728. "type": "library",
  1729. "extra": {
  1730. "branch-alias": {
  1731. "dev-master": "5.0-dev"
  1732. }
  1733. },
  1734. "autoload": {
  1735. "psr-4": {
  1736. "Symfony\\Component\\HttpKernel\\": ""
  1737. },
  1738. "exclude-from-classmap": [
  1739. "/Tests/"
  1740. ]
  1741. },
  1742. "notification-url": "https://packagist.org/downloads/",
  1743. "license": [
  1744. "MIT"
  1745. ],
  1746. "authors": [
  1747. {
  1748. "name": "Fabien Potencier",
  1749. "email": "fabien@symfony.com"
  1750. },
  1751. {
  1752. "name": "Symfony Community",
  1753. "homepage": "https://symfony.com/contributors"
  1754. }
  1755. ],
  1756. "description": "Symfony HttpKernel Component",
  1757. "homepage": "https://symfony.com",
  1758. "time": "2020-03-30T15:04:59+00:00"
  1759. },
  1760. {
  1761. "name": "symfony/mime",
  1762. "version": "v5.0.7",
  1763. "source": {
  1764. "type": "git",
  1765. "url": "https://github.com/symfony/mime.git",
  1766. "reference": "481b7d6da88922fb1e0d86a943987722b08f3955"
  1767. },
  1768. "dist": {
  1769. "type": "zip",
  1770. "url": "https://api.github.com/repos/symfony/mime/zipball/481b7d6da88922fb1e0d86a943987722b08f3955",
  1771. "reference": "481b7d6da88922fb1e0d86a943987722b08f3955",
  1772. "shasum": ""
  1773. },
  1774. "require": {
  1775. "php": "^7.2.5",
  1776. "symfony/polyfill-intl-idn": "^1.10",
  1777. "symfony/polyfill-mbstring": "^1.0"
  1778. },
  1779. "conflict": {
  1780. "symfony/mailer": "<4.4"
  1781. },
  1782. "require-dev": {
  1783. "egulias/email-validator": "^2.1.10",
  1784. "symfony/dependency-injection": "^4.4|^5.0"
  1785. },
  1786. "type": "library",
  1787. "extra": {
  1788. "branch-alias": {
  1789. "dev-master": "5.0-dev"
  1790. }
  1791. },
  1792. "autoload": {
  1793. "psr-4": {
  1794. "Symfony\\Component\\Mime\\": ""
  1795. },
  1796. "exclude-from-classmap": [
  1797. "/Tests/"
  1798. ]
  1799. },
  1800. "notification-url": "https://packagist.org/downloads/",
  1801. "license": [
  1802. "MIT"
  1803. ],
  1804. "authors": [
  1805. {
  1806. "name": "Fabien Potencier",
  1807. "email": "fabien@symfony.com"
  1808. },
  1809. {
  1810. "name": "Symfony Community",
  1811. "homepage": "https://symfony.com/contributors"
  1812. }
  1813. ],
  1814. "description": "A library to manipulate MIME messages",
  1815. "homepage": "https://symfony.com",
  1816. "keywords": [
  1817. "mime",
  1818. "mime-type"
  1819. ],
  1820. "time": "2020-03-27T16:56:45+00:00"
  1821. },
  1822. {
  1823. "name": "symfony/polyfill-intl-idn",
  1824. "version": "v1.15.0",
  1825. "source": {
  1826. "type": "git",
  1827. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  1828. "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf"
  1829. },
  1830. "dist": {
  1831. "type": "zip",
  1832. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
  1833. "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
  1834. "shasum": ""
  1835. },
  1836. "require": {
  1837. "php": ">=5.3.3",
  1838. "symfony/polyfill-mbstring": "^1.3",
  1839. "symfony/polyfill-php72": "^1.10"
  1840. },
  1841. "suggest": {
  1842. "ext-intl": "For best performance"
  1843. },
  1844. "type": "library",
  1845. "extra": {
  1846. "branch-alias": {
  1847. "dev-master": "1.15-dev"
  1848. }
  1849. },
  1850. "autoload": {
  1851. "psr-4": {
  1852. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  1853. },
  1854. "files": [
  1855. "bootstrap.php"
  1856. ]
  1857. },
  1858. "notification-url": "https://packagist.org/downloads/",
  1859. "license": [
  1860. "MIT"
  1861. ],
  1862. "authors": [
  1863. {
  1864. "name": "Laurent Bassin",
  1865. "email": "laurent@bassin.info"
  1866. },
  1867. {
  1868. "name": "Symfony Community",
  1869. "homepage": "https://symfony.com/contributors"
  1870. }
  1871. ],
  1872. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  1873. "homepage": "https://symfony.com",
  1874. "keywords": [
  1875. "compatibility",
  1876. "idn",
  1877. "intl",
  1878. "polyfill",
  1879. "portable",
  1880. "shim"
  1881. ],
  1882. "funding": [
  1883. {
  1884. "url": "https://symfony.com/sponsor",
  1885. "type": "custom"
  1886. },
  1887. {
  1888. "url": "https://github.com/fabpot",
  1889. "type": "github"
  1890. },
  1891. {
  1892. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1893. "type": "tidelift"
  1894. }
  1895. ],
  1896. "time": "2020-03-09T19:04:49+00:00"
  1897. },
  1898. {
  1899. "name": "symfony/polyfill-mbstring",
  1900. "version": "v1.15.0",
  1901. "source": {
  1902. "type": "git",
  1903. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1904. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
  1905. },
  1906. "dist": {
  1907. "type": "zip",
  1908. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  1909. "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
  1910. "shasum": ""
  1911. },
  1912. "require": {
  1913. "php": ">=5.3.3"
  1914. },
  1915. "suggest": {
  1916. "ext-mbstring": "For best performance"
  1917. },
  1918. "type": "library",
  1919. "extra": {
  1920. "branch-alias": {
  1921. "dev-master": "1.15-dev"
  1922. }
  1923. },
  1924. "autoload": {
  1925. "psr-4": {
  1926. "Symfony\\Polyfill\\Mbstring\\": ""
  1927. },
  1928. "files": [
  1929. "bootstrap.php"
  1930. ]
  1931. },
  1932. "notification-url": "https://packagist.org/downloads/",
  1933. "license": [
  1934. "MIT"
  1935. ],
  1936. "authors": [
  1937. {
  1938. "name": "Nicolas Grekas",
  1939. "email": "p@tchwork.com"
  1940. },
  1941. {
  1942. "name": "Symfony Community",
  1943. "homepage": "https://symfony.com/contributors"
  1944. }
  1945. ],
  1946. "description": "Symfony polyfill for the Mbstring extension",
  1947. "homepage": "https://symfony.com",
  1948. "keywords": [
  1949. "compatibility",
  1950. "mbstring",
  1951. "polyfill",
  1952. "portable",
  1953. "shim"
  1954. ],
  1955. "funding": [
  1956. {
  1957. "url": "https://symfony.com/sponsor",
  1958. "type": "custom"
  1959. },
  1960. {
  1961. "url": "https://github.com/fabpot",
  1962. "type": "github"
  1963. },
  1964. {
  1965. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  1966. "type": "tidelift"
  1967. }
  1968. ],
  1969. "time": "2020-03-09T19:04:49+00:00"
  1970. },
  1971. {
  1972. "name": "symfony/polyfill-php73",
  1973. "version": "v1.15.0",
  1974. "source": {
  1975. "type": "git",
  1976. "url": "https://github.com/symfony/polyfill-php73.git",
  1977. "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
  1978. },
  1979. "dist": {
  1980. "type": "zip",
  1981. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
  1982. "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
  1983. "shasum": ""
  1984. },
  1985. "require": {
  1986. "php": ">=5.3.3"
  1987. },
  1988. "type": "library",
  1989. "extra": {
  1990. "branch-alias": {
  1991. "dev-master": "1.15-dev"
  1992. }
  1993. },
  1994. "autoload": {
  1995. "psr-4": {
  1996. "Symfony\\Polyfill\\Php73\\": ""
  1997. },
  1998. "files": [
  1999. "bootstrap.php"
  2000. ],
  2001. "classmap": [
  2002. "Resources/stubs"
  2003. ]
  2004. },
  2005. "notification-url": "https://packagist.org/downloads/",
  2006. "license": [
  2007. "MIT"
  2008. ],
  2009. "authors": [
  2010. {
  2011. "name": "Nicolas Grekas",
  2012. "email": "p@tchwork.com"
  2013. },
  2014. {
  2015. "name": "Symfony Community",
  2016. "homepage": "https://symfony.com/contributors"
  2017. }
  2018. ],
  2019. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  2020. "homepage": "https://symfony.com",
  2021. "keywords": [
  2022. "compatibility",
  2023. "polyfill",
  2024. "portable",
  2025. "shim"
  2026. ],
  2027. "funding": [
  2028. {
  2029. "url": "https://symfony.com/sponsor",
  2030. "type": "custom"
  2031. },
  2032. {
  2033. "url": "https://github.com/fabpot",
  2034. "type": "github"
  2035. },
  2036. {
  2037. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2038. "type": "tidelift"
  2039. }
  2040. ],
  2041. "time": "2020-02-27T09:26:54+00:00"
  2042. },
  2043. {
  2044. "name": "symfony/routing",
  2045. "version": "v5.0.7",
  2046. "source": {
  2047. "type": "git",
  2048. "url": "https://github.com/symfony/routing.git",
  2049. "reference": "d98a95d0a684caba47a47c1c50c602a669dc973b"
  2050. },
  2051. "dist": {
  2052. "type": "zip",
  2053. "url": "https://api.github.com/repos/symfony/routing/zipball/d98a95d0a684caba47a47c1c50c602a669dc973b",
  2054. "reference": "d98a95d0a684caba47a47c1c50c602a669dc973b",
  2055. "shasum": ""
  2056. },
  2057. "require": {
  2058. "php": "^7.2.5"
  2059. },
  2060. "conflict": {
  2061. "symfony/config": "<5.0",
  2062. "symfony/dependency-injection": "<4.4",
  2063. "symfony/yaml": "<4.4"
  2064. },
  2065. "require-dev": {
  2066. "doctrine/annotations": "~1.2",
  2067. "psr/log": "~1.0",
  2068. "symfony/config": "^5.0",
  2069. "symfony/dependency-injection": "^4.4|^5.0",
  2070. "symfony/expression-language": "^4.4|^5.0",
  2071. "symfony/http-foundation": "^4.4|^5.0",
  2072. "symfony/yaml": "^4.4|^5.0"
  2073. },
  2074. "suggest": {
  2075. "doctrine/annotations": "For using the annotation loader",
  2076. "symfony/config": "For using the all-in-one router or any loader",
  2077. "symfony/expression-language": "For using expression matching",
  2078. "symfony/http-foundation": "For using a Symfony Request object",
  2079. "symfony/yaml": "For using the YAML loader"
  2080. },
  2081. "type": "library",
  2082. "extra": {
  2083. "branch-alias": {
  2084. "dev-master": "5.0-dev"
  2085. }
  2086. },
  2087. "autoload": {
  2088. "psr-4": {
  2089. "Symfony\\Component\\Routing\\": ""
  2090. },
  2091. "exclude-from-classmap": [
  2092. "/Tests/"
  2093. ]
  2094. },
  2095. "notification-url": "https://packagist.org/downloads/",
  2096. "license": [
  2097. "MIT"
  2098. ],
  2099. "authors": [
  2100. {
  2101. "name": "Fabien Potencier",
  2102. "email": "fabien@symfony.com"
  2103. },
  2104. {
  2105. "name": "Symfony Community",
  2106. "homepage": "https://symfony.com/contributors"
  2107. }
  2108. ],
  2109. "description": "Symfony Routing Component",
  2110. "homepage": "https://symfony.com",
  2111. "keywords": [
  2112. "router",
  2113. "routing",
  2114. "uri",
  2115. "url"
  2116. ],
  2117. "time": "2020-03-30T11:42:42+00:00"
  2118. },
  2119. {
  2120. "name": "symfony/service-contracts",
  2121. "version": "v2.0.1",
  2122. "source": {
  2123. "type": "git",
  2124. "url": "https://github.com/symfony/service-contracts.git",
  2125. "reference": "144c5e51266b281231e947b51223ba14acf1a749"
  2126. },
  2127. "dist": {
  2128. "type": "zip",
  2129. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
  2130. "reference": "144c5e51266b281231e947b51223ba14acf1a749",
  2131. "shasum": ""
  2132. },
  2133. "require": {
  2134. "php": "^7.2.5",
  2135. "psr/container": "^1.0"
  2136. },
  2137. "suggest": {
  2138. "symfony/service-implementation": ""
  2139. },
  2140. "type": "library",
  2141. "extra": {
  2142. "branch-alias": {
  2143. "dev-master": "2.0-dev"
  2144. }
  2145. },
  2146. "autoload": {
  2147. "psr-4": {
  2148. "Symfony\\Contracts\\Service\\": ""
  2149. }
  2150. },
  2151. "notification-url": "https://packagist.org/downloads/",
  2152. "license": [
  2153. "MIT"
  2154. ],
  2155. "authors": [
  2156. {
  2157. "name": "Nicolas Grekas",
  2158. "email": "p@tchwork.com"
  2159. },
  2160. {
  2161. "name": "Symfony Community",
  2162. "homepage": "https://symfony.com/contributors"
  2163. }
  2164. ],
  2165. "description": "Generic abstractions related to writing services",
  2166. "homepage": "https://symfony.com",
  2167. "keywords": [
  2168. "abstractions",
  2169. "contracts",
  2170. "decoupling",
  2171. "interfaces",
  2172. "interoperability",
  2173. "standards"
  2174. ],
  2175. "time": "2019-11-18T17:27:11+00:00"
  2176. },
  2177. {
  2178. "name": "symfony/var-dumper",
  2179. "version": "v5.0.7",
  2180. "source": {
  2181. "type": "git",
  2182. "url": "https://github.com/symfony/var-dumper.git",
  2183. "reference": "f74a126acd701392eef2492a17228d42552c86b5"
  2184. },
  2185. "dist": {
  2186. "type": "zip",
  2187. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/f74a126acd701392eef2492a17228d42552c86b5",
  2188. "reference": "f74a126acd701392eef2492a17228d42552c86b5",
  2189. "shasum": ""
  2190. },
  2191. "require": {
  2192. "php": "^7.2.5",
  2193. "symfony/polyfill-mbstring": "~1.0"
  2194. },
  2195. "conflict": {
  2196. "phpunit/phpunit": "<5.4.3",
  2197. "symfony/console": "<4.4"
  2198. },
  2199. "require-dev": {
  2200. "ext-iconv": "*",
  2201. "symfony/console": "^4.4|^5.0",
  2202. "symfony/process": "^4.4|^5.0",
  2203. "twig/twig": "^2.4|^3.0"
  2204. },
  2205. "suggest": {
  2206. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  2207. "ext-intl": "To show region name in time zone dump",
  2208. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  2209. },
  2210. "bin": [
  2211. "Resources/bin/var-dump-server"
  2212. ],
  2213. "type": "library",
  2214. "extra": {
  2215. "branch-alias": {
  2216. "dev-master": "5.0-dev"
  2217. }
  2218. },
  2219. "autoload": {
  2220. "files": [
  2221. "Resources/functions/dump.php"
  2222. ],
  2223. "psr-4": {
  2224. "Symfony\\Component\\VarDumper\\": ""
  2225. },
  2226. "exclude-from-classmap": [
  2227. "/Tests/"
  2228. ]
  2229. },
  2230. "notification-url": "https://packagist.org/downloads/",
  2231. "license": [
  2232. "MIT"
  2233. ],
  2234. "authors": [
  2235. {
  2236. "name": "Nicolas Grekas",
  2237. "email": "p@tchwork.com"
  2238. },
  2239. {
  2240. "name": "Symfony Community",
  2241. "homepage": "https://symfony.com/contributors"
  2242. }
  2243. ],
  2244. "description": "Symfony mechanism for exploring and dumping PHP variables",
  2245. "homepage": "https://symfony.com",
  2246. "keywords": [
  2247. "debug",
  2248. "dump"
  2249. ],
  2250. "time": "2020-03-27T16:56:45+00:00"
  2251. },
  2252. {
  2253. "name": "symfony/var-exporter",
  2254. "version": "v5.0.7",
  2255. "source": {
  2256. "type": "git",
  2257. "url": "https://github.com/symfony/var-exporter.git",
  2258. "reference": "ffd29a70370e466343e33154b5df197a07a13afa"
  2259. },
  2260. "dist": {
  2261. "type": "zip",
  2262. "url": "https://api.github.com/repos/symfony/var-exporter/zipball/ffd29a70370e466343e33154b5df197a07a13afa",
  2263. "reference": "ffd29a70370e466343e33154b5df197a07a13afa",
  2264. "shasum": ""
  2265. },
  2266. "require": {
  2267. "php": "^7.2.5"
  2268. },
  2269. "require-dev": {
  2270. "symfony/var-dumper": "^4.4|^5.0"
  2271. },
  2272. "type": "library",
  2273. "extra": {
  2274. "branch-alias": {
  2275. "dev-master": "5.0-dev"
  2276. }
  2277. },
  2278. "autoload": {
  2279. "psr-4": {
  2280. "Symfony\\Component\\VarExporter\\": ""
  2281. },
  2282. "exclude-from-classmap": [
  2283. "/Tests/"
  2284. ]
  2285. },
  2286. "notification-url": "https://packagist.org/downloads/",
  2287. "license": [
  2288. "MIT"
  2289. ],
  2290. "authors": [
  2291. {
  2292. "name": "Nicolas Grekas",
  2293. "email": "p@tchwork.com"
  2294. },
  2295. {
  2296. "name": "Symfony Community",
  2297. "homepage": "https://symfony.com/contributors"
  2298. }
  2299. ],
  2300. "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
  2301. "homepage": "https://symfony.com",
  2302. "keywords": [
  2303. "clone",
  2304. "construct",
  2305. "export",
  2306. "hydrate",
  2307. "instantiate",
  2308. "serialize"
  2309. ],
  2310. "time": "2020-03-27T16:56:45+00:00"
  2311. },
  2312. {
  2313. "name": "symfony/yaml",
  2314. "version": "v5.0.7",
  2315. "source": {
  2316. "type": "git",
  2317. "url": "https://github.com/symfony/yaml.git",
  2318. "reference": "ad5e9c83ade5bbb3a96a3f30588a0622708caefd"
  2319. },
  2320. "dist": {
  2321. "type": "zip",
  2322. "url": "https://api.github.com/repos/symfony/yaml/zipball/ad5e9c83ade5bbb3a96a3f30588a0622708caefd",
  2323. "reference": "ad5e9c83ade5bbb3a96a3f30588a0622708caefd",
  2324. "shasum": ""
  2325. },
  2326. "require": {
  2327. "php": "^7.2.5",
  2328. "symfony/polyfill-ctype": "~1.8"
  2329. },
  2330. "conflict": {
  2331. "symfony/console": "<4.4"
  2332. },
  2333. "require-dev": {
  2334. "symfony/console": "^4.4|^5.0"
  2335. },
  2336. "suggest": {
  2337. "symfony/console": "For validating YAML files using the lint command"
  2338. },
  2339. "type": "library",
  2340. "extra": {
  2341. "branch-alias": {
  2342. "dev-master": "5.0-dev"
  2343. }
  2344. },
  2345. "autoload": {
  2346. "psr-4": {
  2347. "Symfony\\Component\\Yaml\\": ""
  2348. },
  2349. "exclude-from-classmap": [
  2350. "/Tests/"
  2351. ]
  2352. },
  2353. "notification-url": "https://packagist.org/downloads/",
  2354. "license": [
  2355. "MIT"
  2356. ],
  2357. "authors": [
  2358. {
  2359. "name": "Fabien Potencier",
  2360. "email": "fabien@symfony.com"
  2361. },
  2362. {
  2363. "name": "Symfony Community",
  2364. "homepage": "https://symfony.com/contributors"
  2365. }
  2366. ],
  2367. "description": "Symfony Yaml Component",
  2368. "homepage": "https://symfony.com",
  2369. "time": "2020-03-30T11:42:42+00:00"
  2370. }
  2371. ],
  2372. "packages-dev": [],
  2373. "aliases": [],
  2374. "minimum-stability": "stable",
  2375. "stability-flags": [],
  2376. "prefer-stable": false,
  2377. "prefer-lowest": false,
  2378. "platform": {
  2379. "php": "^7.2.5",
  2380. "ext-ctype": "*",
  2381. "ext-iconv": "*"
  2382. },
  2383. "platform-dev": [],
  2384. "plugin-api-version": "1.1.0"
  2385. }