composer.lock 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  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#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "642fa332c5fa99e1d5086035641b5a74",
  8. "packages": [
  9. {
  10. "name": "doctrine/instantiator",
  11. "version": "1.0.5",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/doctrine/instantiator.git",
  15. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  20. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3,<8.0-DEV"
  25. },
  26. "require-dev": {
  27. "athletic/athletic": "~0.1.8",
  28. "ext-pdo": "*",
  29. "ext-phar": "*",
  30. "phpunit/phpunit": "~4.0",
  31. "squizlabs/php_codesniffer": "~2.0"
  32. },
  33. "type": "library",
  34. "extra": {
  35. "branch-alias": {
  36. "dev-master": "1.0.x-dev"
  37. }
  38. },
  39. "autoload": {
  40. "psr-4": {
  41. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  42. }
  43. },
  44. "notification-url": "https://packagist.org/downloads/",
  45. "license": [
  46. "MIT"
  47. ],
  48. "authors": [
  49. {
  50. "name": "Marco Pivetta",
  51. "email": "ocramius@gmail.com",
  52. "homepage": "http://ocramius.github.com/"
  53. }
  54. ],
  55. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  56. "homepage": "https://github.com/doctrine/instantiator",
  57. "keywords": [
  58. "constructor",
  59. "instantiate"
  60. ],
  61. "time": "2015-06-14 21:17:01"
  62. },
  63. {
  64. "name": "phpdocumentor/reflection-docblock",
  65. "version": "2.0.4",
  66. "source": {
  67. "type": "git",
  68. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  69. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  70. },
  71. "dist": {
  72. "type": "zip",
  73. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  74. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  75. "shasum": ""
  76. },
  77. "require": {
  78. "php": ">=5.3.3"
  79. },
  80. "require-dev": {
  81. "phpunit/phpunit": "~4.0"
  82. },
  83. "suggest": {
  84. "dflydev/markdown": "~1.0",
  85. "erusev/parsedown": "~1.0"
  86. },
  87. "type": "library",
  88. "extra": {
  89. "branch-alias": {
  90. "dev-master": "2.0.x-dev"
  91. }
  92. },
  93. "autoload": {
  94. "psr-0": {
  95. "phpDocumentor": [
  96. "src/"
  97. ]
  98. }
  99. },
  100. "notification-url": "https://packagist.org/downloads/",
  101. "license": [
  102. "MIT"
  103. ],
  104. "authors": [
  105. {
  106. "name": "Mike van Riel",
  107. "email": "mike.vanriel@naenius.com"
  108. }
  109. ],
  110. "time": "2015-02-03 12:10:50"
  111. },
  112. {
  113. "name": "sebastian/comparator",
  114. "version": "1.2.0",
  115. "source": {
  116. "type": "git",
  117. "url": "https://github.com/sebastianbergmann/comparator.git",
  118. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  119. },
  120. "dist": {
  121. "type": "zip",
  122. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  123. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  124. "shasum": ""
  125. },
  126. "require": {
  127. "php": ">=5.3.3",
  128. "sebastian/diff": "~1.2",
  129. "sebastian/exporter": "~1.2"
  130. },
  131. "require-dev": {
  132. "phpunit/phpunit": "~4.4"
  133. },
  134. "type": "library",
  135. "extra": {
  136. "branch-alias": {
  137. "dev-master": "1.2.x-dev"
  138. }
  139. },
  140. "autoload": {
  141. "classmap": [
  142. "src/"
  143. ]
  144. },
  145. "notification-url": "https://packagist.org/downloads/",
  146. "license": [
  147. "BSD-3-Clause"
  148. ],
  149. "authors": [
  150. {
  151. "name": "Jeff Welch",
  152. "email": "whatthejeff@gmail.com"
  153. },
  154. {
  155. "name": "Volker Dusch",
  156. "email": "github@wallbash.com"
  157. },
  158. {
  159. "name": "Bernhard Schussek",
  160. "email": "bschussek@2bepublished.at"
  161. },
  162. {
  163. "name": "Sebastian Bergmann",
  164. "email": "sebastian@phpunit.de"
  165. }
  166. ],
  167. "description": "Provides the functionality to compare PHP values for equality",
  168. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  169. "keywords": [
  170. "comparator",
  171. "compare",
  172. "equality"
  173. ],
  174. "time": "2015-07-26 15:48:44"
  175. },
  176. {
  177. "name": "sebastian/diff",
  178. "version": "1.3.0",
  179. "source": {
  180. "type": "git",
  181. "url": "https://github.com/sebastianbergmann/diff.git",
  182. "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
  183. },
  184. "dist": {
  185. "type": "zip",
  186. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
  187. "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
  188. "shasum": ""
  189. },
  190. "require": {
  191. "php": ">=5.3.3"
  192. },
  193. "require-dev": {
  194. "phpunit/phpunit": "~4.2"
  195. },
  196. "type": "library",
  197. "extra": {
  198. "branch-alias": {
  199. "dev-master": "1.3-dev"
  200. }
  201. },
  202. "autoload": {
  203. "classmap": [
  204. "src/"
  205. ]
  206. },
  207. "notification-url": "https://packagist.org/downloads/",
  208. "license": [
  209. "BSD-3-Clause"
  210. ],
  211. "authors": [
  212. {
  213. "name": "Kore Nordmann",
  214. "email": "mail@kore-nordmann.de"
  215. },
  216. {
  217. "name": "Sebastian Bergmann",
  218. "email": "sebastian@phpunit.de"
  219. }
  220. ],
  221. "description": "Diff implementation",
  222. "homepage": "http://www.github.com/sebastianbergmann/diff",
  223. "keywords": [
  224. "diff"
  225. ],
  226. "time": "2015-02-22 15:13:53"
  227. },
  228. {
  229. "name": "sebastian/exporter",
  230. "version": "1.2.1",
  231. "source": {
  232. "type": "git",
  233. "url": "https://github.com/sebastianbergmann/exporter.git",
  234. "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  235. },
  236. "dist": {
  237. "type": "zip",
  238. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  239. "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  240. "shasum": ""
  241. },
  242. "require": {
  243. "php": ">=5.3.3",
  244. "sebastian/recursion-context": "~1.0"
  245. },
  246. "require-dev": {
  247. "phpunit/phpunit": "~4.4"
  248. },
  249. "type": "library",
  250. "extra": {
  251. "branch-alias": {
  252. "dev-master": "1.2.x-dev"
  253. }
  254. },
  255. "autoload": {
  256. "classmap": [
  257. "src/"
  258. ]
  259. },
  260. "notification-url": "https://packagist.org/downloads/",
  261. "license": [
  262. "BSD-3-Clause"
  263. ],
  264. "authors": [
  265. {
  266. "name": "Jeff Welch",
  267. "email": "whatthejeff@gmail.com"
  268. },
  269. {
  270. "name": "Volker Dusch",
  271. "email": "github@wallbash.com"
  272. },
  273. {
  274. "name": "Bernhard Schussek",
  275. "email": "bschussek@2bepublished.at"
  276. },
  277. {
  278. "name": "Sebastian Bergmann",
  279. "email": "sebastian@phpunit.de"
  280. },
  281. {
  282. "name": "Adam Harvey",
  283. "email": "aharvey@php.net"
  284. }
  285. ],
  286. "description": "Provides the functionality to export PHP variables for visualization",
  287. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  288. "keywords": [
  289. "export",
  290. "exporter"
  291. ],
  292. "time": "2015-06-21 07:55:53"
  293. },
  294. {
  295. "name": "sebastian/recursion-context",
  296. "version": "1.0.1",
  297. "source": {
  298. "type": "git",
  299. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  300. "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
  301. },
  302. "dist": {
  303. "type": "zip",
  304. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
  305. "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
  306. "shasum": ""
  307. },
  308. "require": {
  309. "php": ">=5.3.3"
  310. },
  311. "require-dev": {
  312. "phpunit/phpunit": "~4.4"
  313. },
  314. "type": "library",
  315. "extra": {
  316. "branch-alias": {
  317. "dev-master": "1.0.x-dev"
  318. }
  319. },
  320. "autoload": {
  321. "classmap": [
  322. "src/"
  323. ]
  324. },
  325. "notification-url": "https://packagist.org/downloads/",
  326. "license": [
  327. "BSD-3-Clause"
  328. ],
  329. "authors": [
  330. {
  331. "name": "Jeff Welch",
  332. "email": "whatthejeff@gmail.com"
  333. },
  334. {
  335. "name": "Sebastian Bergmann",
  336. "email": "sebastian@phpunit.de"
  337. },
  338. {
  339. "name": "Adam Harvey",
  340. "email": "aharvey@php.net"
  341. }
  342. ],
  343. "description": "Provides functionality to recursively process PHP variables",
  344. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  345. "time": "2015-06-21 08:04:50"
  346. }
  347. ],
  348. "packages-dev": [
  349. {
  350. "name": "phpspec/php-diff",
  351. "version": "v1.0.2",
  352. "source": {
  353. "type": "git",
  354. "url": "https://github.com/phpspec/php-diff.git",
  355. "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a"
  356. },
  357. "dist": {
  358. "type": "zip",
  359. "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a",
  360. "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a",
  361. "shasum": ""
  362. },
  363. "type": "library",
  364. "autoload": {
  365. "psr-0": {
  366. "Diff": "lib/"
  367. }
  368. },
  369. "notification-url": "https://packagist.org/downloads/",
  370. "license": [
  371. "BSD-3-Clause"
  372. ],
  373. "authors": [
  374. {
  375. "name": "Chris Boulton",
  376. "homepage": "http://github.com/chrisboulton",
  377. "role": "Original developer"
  378. }
  379. ],
  380. "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
  381. "time": "2013-11-01 13:02:21"
  382. },
  383. {
  384. "name": "phpspec/phpspec",
  385. "version": "2.2.1",
  386. "source": {
  387. "type": "git",
  388. "url": "https://github.com/phpspec/phpspec.git",
  389. "reference": "e9a40577323e67f1de2e214abf32976a0352d8f8"
  390. },
  391. "dist": {
  392. "type": "zip",
  393. "url": "https://api.github.com/repos/phpspec/phpspec/zipball/e9a40577323e67f1de2e214abf32976a0352d8f8",
  394. "reference": "e9a40577323e67f1de2e214abf32976a0352d8f8",
  395. "shasum": ""
  396. },
  397. "require": {
  398. "doctrine/instantiator": "^1.0.1",
  399. "php": ">=5.3.3",
  400. "phpspec/php-diff": "~1.0.0",
  401. "phpspec/prophecy": "~1.4",
  402. "sebastian/exporter": "~1.0",
  403. "symfony/console": "~2.3",
  404. "symfony/event-dispatcher": "~2.1",
  405. "symfony/finder": "~2.1",
  406. "symfony/process": "~2.1",
  407. "symfony/yaml": "~2.1"
  408. },
  409. "require-dev": {
  410. "behat/behat": "^3.0.11",
  411. "bossa/phpspec2-expect": "~1.0",
  412. "phpunit/phpunit": "~4.4",
  413. "symfony/filesystem": "~2.1",
  414. "symfony/process": "~2.1"
  415. },
  416. "suggest": {
  417. "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters"
  418. },
  419. "bin": [
  420. "bin/phpspec"
  421. ],
  422. "type": "library",
  423. "extra": {
  424. "branch-alias": {
  425. "dev-master": "2.2.x-dev"
  426. }
  427. },
  428. "autoload": {
  429. "psr-0": {
  430. "PhpSpec": "src/"
  431. }
  432. },
  433. "notification-url": "https://packagist.org/downloads/",
  434. "license": [
  435. "MIT"
  436. ],
  437. "authors": [
  438. {
  439. "name": "Konstantin Kudryashov",
  440. "email": "ever.zet@gmail.com",
  441. "homepage": "http://everzet.com"
  442. },
  443. {
  444. "name": "Marcello Duarte",
  445. "homepage": "http://marcelloduarte.net/"
  446. }
  447. ],
  448. "description": "Specification-oriented BDD framework for PHP 5.3+",
  449. "homepage": "http://phpspec.net/",
  450. "keywords": [
  451. "BDD",
  452. "SpecBDD",
  453. "TDD",
  454. "spec",
  455. "specification",
  456. "testing",
  457. "tests"
  458. ],
  459. "time": "2015-05-30 15:21:40"
  460. },
  461. {
  462. "name": "symfony/console",
  463. "version": "v2.7.3",
  464. "source": {
  465. "type": "git",
  466. "url": "https://github.com/symfony/Console.git",
  467. "reference": "d6cf02fe73634c96677e428f840704bfbcaec29e"
  468. },
  469. "dist": {
  470. "type": "zip",
  471. "url": "https://api.github.com/repos/symfony/Console/zipball/d6cf02fe73634c96677e428f840704bfbcaec29e",
  472. "reference": "d6cf02fe73634c96677e428f840704bfbcaec29e",
  473. "shasum": ""
  474. },
  475. "require": {
  476. "php": ">=5.3.9"
  477. },
  478. "require-dev": {
  479. "psr/log": "~1.0",
  480. "symfony/event-dispatcher": "~2.1",
  481. "symfony/phpunit-bridge": "~2.7",
  482. "symfony/process": "~2.1"
  483. },
  484. "suggest": {
  485. "psr/log": "For using the console logger",
  486. "symfony/event-dispatcher": "",
  487. "symfony/process": ""
  488. },
  489. "type": "library",
  490. "extra": {
  491. "branch-alias": {
  492. "dev-master": "2.7-dev"
  493. }
  494. },
  495. "autoload": {
  496. "psr-4": {
  497. "Symfony\\Component\\Console\\": ""
  498. }
  499. },
  500. "notification-url": "https://packagist.org/downloads/",
  501. "license": [
  502. "MIT"
  503. ],
  504. "authors": [
  505. {
  506. "name": "Fabien Potencier",
  507. "email": "fabien@symfony.com"
  508. },
  509. {
  510. "name": "Symfony Community",
  511. "homepage": "https://symfony.com/contributors"
  512. }
  513. ],
  514. "description": "Symfony Console Component",
  515. "homepage": "https://symfony.com",
  516. "time": "2015-07-28 15:18:12"
  517. },
  518. {
  519. "name": "symfony/event-dispatcher",
  520. "version": "v2.7.3",
  521. "source": {
  522. "type": "git",
  523. "url": "https://github.com/symfony/EventDispatcher.git",
  524. "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3"
  525. },
  526. "dist": {
  527. "type": "zip",
  528. "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
  529. "reference": "9310b5f9a87ec2ea75d20fec0b0017c77c66dac3",
  530. "shasum": ""
  531. },
  532. "require": {
  533. "php": ">=5.3.9"
  534. },
  535. "require-dev": {
  536. "psr/log": "~1.0",
  537. "symfony/config": "~2.0,>=2.0.5",
  538. "symfony/dependency-injection": "~2.6",
  539. "symfony/expression-language": "~2.6",
  540. "symfony/phpunit-bridge": "~2.7",
  541. "symfony/stopwatch": "~2.3"
  542. },
  543. "suggest": {
  544. "symfony/dependency-injection": "",
  545. "symfony/http-kernel": ""
  546. },
  547. "type": "library",
  548. "extra": {
  549. "branch-alias": {
  550. "dev-master": "2.7-dev"
  551. }
  552. },
  553. "autoload": {
  554. "psr-4": {
  555. "Symfony\\Component\\EventDispatcher\\": ""
  556. }
  557. },
  558. "notification-url": "https://packagist.org/downloads/",
  559. "license": [
  560. "MIT"
  561. ],
  562. "authors": [
  563. {
  564. "name": "Fabien Potencier",
  565. "email": "fabien@symfony.com"
  566. },
  567. {
  568. "name": "Symfony Community",
  569. "homepage": "https://symfony.com/contributors"
  570. }
  571. ],
  572. "description": "Symfony EventDispatcher Component",
  573. "homepage": "https://symfony.com",
  574. "time": "2015-06-18 19:21:56"
  575. },
  576. {
  577. "name": "symfony/finder",
  578. "version": "v2.7.3",
  579. "source": {
  580. "type": "git",
  581. "url": "https://github.com/symfony/Finder.git",
  582. "reference": "ae0f363277485094edc04c9f3cbe595b183b78e4"
  583. },
  584. "dist": {
  585. "type": "zip",
  586. "url": "https://api.github.com/repos/symfony/Finder/zipball/ae0f363277485094edc04c9f3cbe595b183b78e4",
  587. "reference": "ae0f363277485094edc04c9f3cbe595b183b78e4",
  588. "shasum": ""
  589. },
  590. "require": {
  591. "php": ">=5.3.9"
  592. },
  593. "require-dev": {
  594. "symfony/phpunit-bridge": "~2.7"
  595. },
  596. "type": "library",
  597. "extra": {
  598. "branch-alias": {
  599. "dev-master": "2.7-dev"
  600. }
  601. },
  602. "autoload": {
  603. "psr-4": {
  604. "Symfony\\Component\\Finder\\": ""
  605. }
  606. },
  607. "notification-url": "https://packagist.org/downloads/",
  608. "license": [
  609. "MIT"
  610. ],
  611. "authors": [
  612. {
  613. "name": "Fabien Potencier",
  614. "email": "fabien@symfony.com"
  615. },
  616. {
  617. "name": "Symfony Community",
  618. "homepage": "https://symfony.com/contributors"
  619. }
  620. ],
  621. "description": "Symfony Finder Component",
  622. "homepage": "https://symfony.com",
  623. "time": "2015-07-09 16:07:40"
  624. },
  625. {
  626. "name": "symfony/process",
  627. "version": "v2.7.3",
  628. "source": {
  629. "type": "git",
  630. "url": "https://github.com/symfony/Process.git",
  631. "reference": "48aeb0e48600321c272955132d7606ab0a49adb3"
  632. },
  633. "dist": {
  634. "type": "zip",
  635. "url": "https://api.github.com/repos/symfony/Process/zipball/48aeb0e48600321c272955132d7606ab0a49adb3",
  636. "reference": "48aeb0e48600321c272955132d7606ab0a49adb3",
  637. "shasum": ""
  638. },
  639. "require": {
  640. "php": ">=5.3.9"
  641. },
  642. "require-dev": {
  643. "symfony/phpunit-bridge": "~2.7"
  644. },
  645. "type": "library",
  646. "extra": {
  647. "branch-alias": {
  648. "dev-master": "2.7-dev"
  649. }
  650. },
  651. "autoload": {
  652. "psr-4": {
  653. "Symfony\\Component\\Process\\": ""
  654. }
  655. },
  656. "notification-url": "https://packagist.org/downloads/",
  657. "license": [
  658. "MIT"
  659. ],
  660. "authors": [
  661. {
  662. "name": "Fabien Potencier",
  663. "email": "fabien@symfony.com"
  664. },
  665. {
  666. "name": "Symfony Community",
  667. "homepage": "https://symfony.com/contributors"
  668. }
  669. ],
  670. "description": "Symfony Process Component",
  671. "homepage": "https://symfony.com",
  672. "time": "2015-07-01 11:25:50"
  673. },
  674. {
  675. "name": "symfony/yaml",
  676. "version": "v2.7.3",
  677. "source": {
  678. "type": "git",
  679. "url": "https://github.com/symfony/Yaml.git",
  680. "reference": "71340e996171474a53f3d29111d046be4ad8a0ff"
  681. },
  682. "dist": {
  683. "type": "zip",
  684. "url": "https://api.github.com/repos/symfony/Yaml/zipball/71340e996171474a53f3d29111d046be4ad8a0ff",
  685. "reference": "71340e996171474a53f3d29111d046be4ad8a0ff",
  686. "shasum": ""
  687. },
  688. "require": {
  689. "php": ">=5.3.9"
  690. },
  691. "require-dev": {
  692. "symfony/phpunit-bridge": "~2.7"
  693. },
  694. "type": "library",
  695. "extra": {
  696. "branch-alias": {
  697. "dev-master": "2.7-dev"
  698. }
  699. },
  700. "autoload": {
  701. "psr-4": {
  702. "Symfony\\Component\\Yaml\\": ""
  703. }
  704. },
  705. "notification-url": "https://packagist.org/downloads/",
  706. "license": [
  707. "MIT"
  708. ],
  709. "authors": [
  710. {
  711. "name": "Fabien Potencier",
  712. "email": "fabien@symfony.com"
  713. },
  714. {
  715. "name": "Symfony Community",
  716. "homepage": "https://symfony.com/contributors"
  717. }
  718. ],
  719. "description": "Symfony Yaml Component",
  720. "homepage": "https://symfony.com",
  721. "time": "2015-07-28 14:07:07"
  722. }
  723. ],
  724. "aliases": [],
  725. "minimum-stability": "stable",
  726. "stability-flags": [],
  727. "prefer-stable": false,
  728. "prefer-lowest": false,
  729. "platform": [],
  730. "platform-dev": []
  731. }