Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

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