composer.lock 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "bb90182bd8d808a06ae4762518746ed3",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "justinrainbow/json-schema",
  12. "version": "1.3.7",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/justinrainbow/json-schema.git",
  16. "reference": "87b54b460febed69726c781ab67462084e97a105"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/87b54b460febed69726c781ab67462084e97a105",
  21. "reference": "87b54b460febed69726c781ab67462084e97a105",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.3.0"
  26. },
  27. "require-dev": {
  28. "json-schema/json-schema-test-suite": "1.1.0",
  29. "phpdocumentor/phpdocumentor": "~2",
  30. "phpunit/phpunit": "~3.7"
  31. },
  32. "bin": [
  33. "bin/validate-json"
  34. ],
  35. "type": "library",
  36. "extra": {
  37. "branch-alias": {
  38. "dev-master": "1.4.x-dev"
  39. }
  40. },
  41. "autoload": {
  42. "psr-0": {
  43. "JsonSchema": "src/"
  44. }
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "BSD-3-Clause"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Bruno Prieto Reis",
  53. "email": "bruno.p.reis@gmail.com"
  54. },
  55. {
  56. "name": "Justin Rainbow",
  57. "email": "justin.rainbow@gmail.com"
  58. },
  59. {
  60. "name": "Igor Wiedler",
  61. "email": "igor@wiedler.ch"
  62. },
  63. {
  64. "name": "Robert Schönthal",
  65. "email": "seroscho@googlemail.com"
  66. }
  67. ],
  68. "description": "A library to validate a json schema.",
  69. "homepage": "https://github.com/justinrainbow/json-schema",
  70. "keywords": [
  71. "json",
  72. "schema"
  73. ],
  74. "time": "2014-08-25 02:48:14"
  75. },
  76. {
  77. "name": "phpunit/php-code-coverage",
  78. "version": "2.0.15",
  79. "source": {
  80. "type": "git",
  81. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  82. "reference": "34cc484af1ca149188d0d9e91412191e398e0b67"
  83. },
  84. "dist": {
  85. "type": "zip",
  86. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/34cc484af1ca149188d0d9e91412191e398e0b67",
  87. "reference": "34cc484af1ca149188d0d9e91412191e398e0b67",
  88. "shasum": ""
  89. },
  90. "require": {
  91. "php": ">=5.3.3",
  92. "phpunit/php-file-iterator": "~1.3",
  93. "phpunit/php-text-template": "~1.2",
  94. "phpunit/php-token-stream": "~1.3",
  95. "sebastian/environment": "~1.0",
  96. "sebastian/version": "~1.0"
  97. },
  98. "require-dev": {
  99. "ext-xdebug": ">=2.1.4",
  100. "phpunit/phpunit": "~4"
  101. },
  102. "suggest": {
  103. "ext-dom": "*",
  104. "ext-xdebug": ">=2.2.1",
  105. "ext-xmlwriter": "*"
  106. },
  107. "type": "library",
  108. "extra": {
  109. "branch-alias": {
  110. "dev-master": "2.0.x-dev"
  111. }
  112. },
  113. "autoload": {
  114. "classmap": [
  115. "src/"
  116. ]
  117. },
  118. "notification-url": "https://packagist.org/downloads/",
  119. "license": [
  120. "BSD-3-Clause"
  121. ],
  122. "authors": [
  123. {
  124. "name": "Sebastian Bergmann",
  125. "email": "sb@sebastian-bergmann.de",
  126. "role": "lead"
  127. }
  128. ],
  129. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  130. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  131. "keywords": [
  132. "coverage",
  133. "testing",
  134. "xunit"
  135. ],
  136. "time": "2015-01-24 10:06:35"
  137. },
  138. {
  139. "name": "phpunit/php-file-iterator",
  140. "version": "1.3.4",
  141. "source": {
  142. "type": "git",
  143. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  144. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
  145. },
  146. "dist": {
  147. "type": "zip",
  148. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
  149. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
  150. "shasum": ""
  151. },
  152. "require": {
  153. "php": ">=5.3.3"
  154. },
  155. "type": "library",
  156. "autoload": {
  157. "classmap": [
  158. "File/"
  159. ]
  160. },
  161. "notification-url": "https://packagist.org/downloads/",
  162. "include-path": [
  163. ""
  164. ],
  165. "license": [
  166. "BSD-3-Clause"
  167. ],
  168. "authors": [
  169. {
  170. "name": "Sebastian Bergmann",
  171. "email": "sb@sebastian-bergmann.de",
  172. "role": "lead"
  173. }
  174. ],
  175. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  176. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  177. "keywords": [
  178. "filesystem",
  179. "iterator"
  180. ],
  181. "time": "2013-10-10 15:34:57"
  182. },
  183. {
  184. "name": "phpunit/php-text-template",
  185. "version": "1.2.0",
  186. "source": {
  187. "type": "git",
  188. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  189. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
  190. },
  191. "dist": {
  192. "type": "zip",
  193. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  194. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  195. "shasum": ""
  196. },
  197. "require": {
  198. "php": ">=5.3.3"
  199. },
  200. "type": "library",
  201. "autoload": {
  202. "classmap": [
  203. "Text/"
  204. ]
  205. },
  206. "notification-url": "https://packagist.org/downloads/",
  207. "include-path": [
  208. ""
  209. ],
  210. "license": [
  211. "BSD-3-Clause"
  212. ],
  213. "authors": [
  214. {
  215. "name": "Sebastian Bergmann",
  216. "email": "sb@sebastian-bergmann.de",
  217. "role": "lead"
  218. }
  219. ],
  220. "description": "Simple template engine.",
  221. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  222. "keywords": [
  223. "template"
  224. ],
  225. "time": "2014-01-30 17:20:04"
  226. },
  227. {
  228. "name": "phpunit/php-timer",
  229. "version": "1.0.5",
  230. "source": {
  231. "type": "git",
  232. "url": "https://github.com/sebastianbergmann/php-timer.git",
  233. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
  234. },
  235. "dist": {
  236. "type": "zip",
  237. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  238. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  239. "shasum": ""
  240. },
  241. "require": {
  242. "php": ">=5.3.3"
  243. },
  244. "type": "library",
  245. "autoload": {
  246. "classmap": [
  247. "PHP/"
  248. ]
  249. },
  250. "notification-url": "https://packagist.org/downloads/",
  251. "include-path": [
  252. ""
  253. ],
  254. "license": [
  255. "BSD-3-Clause"
  256. ],
  257. "authors": [
  258. {
  259. "name": "Sebastian Bergmann",
  260. "email": "sb@sebastian-bergmann.de",
  261. "role": "lead"
  262. }
  263. ],
  264. "description": "Utility class for timing",
  265. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  266. "keywords": [
  267. "timer"
  268. ],
  269. "time": "2013-08-02 07:42:54"
  270. },
  271. {
  272. "name": "phpunit/php-token-stream",
  273. "version": "1.4.0",
  274. "source": {
  275. "type": "git",
  276. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  277. "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74"
  278. },
  279. "dist": {
  280. "type": "zip",
  281. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db32c18eba00b121c145575fcbcd4d4d24e6db74",
  282. "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74",
  283. "shasum": ""
  284. },
  285. "require": {
  286. "ext-tokenizer": "*",
  287. "php": ">=5.3.3"
  288. },
  289. "require-dev": {
  290. "phpunit/phpunit": "~4.2"
  291. },
  292. "type": "library",
  293. "extra": {
  294. "branch-alias": {
  295. "dev-master": "1.4-dev"
  296. }
  297. },
  298. "autoload": {
  299. "classmap": [
  300. "src/"
  301. ]
  302. },
  303. "notification-url": "https://packagist.org/downloads/",
  304. "license": [
  305. "BSD-3-Clause"
  306. ],
  307. "authors": [
  308. {
  309. "name": "Sebastian Bergmann",
  310. "email": "sebastian@phpunit.de"
  311. }
  312. ],
  313. "description": "Wrapper around PHP's tokenizer extension.",
  314. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  315. "keywords": [
  316. "tokenizer"
  317. ],
  318. "time": "2015-01-17 09:51:32"
  319. },
  320. {
  321. "name": "phpunit/phpunit",
  322. "version": "4.0.0",
  323. "source": {
  324. "type": "git",
  325. "url": "https://github.com/sebastianbergmann/phpunit.git",
  326. "reference": "b3a7c58bc39f01577f89d63da1ec578e1e993f1a"
  327. },
  328. "dist": {
  329. "type": "zip",
  330. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b3a7c58bc39f01577f89d63da1ec578e1e993f1a",
  331. "reference": "b3a7c58bc39f01577f89d63da1ec578e1e993f1a",
  332. "shasum": ""
  333. },
  334. "require": {
  335. "ext-dom": "*",
  336. "ext-pcre": "*",
  337. "ext-reflection": "*",
  338. "ext-spl": "*",
  339. "php": ">=5.3.3",
  340. "phpunit/php-code-coverage": ">=2.0.0,<2.1.0",
  341. "phpunit/php-file-iterator": "~1.3.1",
  342. "phpunit/php-text-template": "~1.2",
  343. "phpunit/php-timer": "~1.0.2",
  344. "phpunit/phpunit-mock-objects": ">=2.0.0,<2.1.0",
  345. "sebastian/diff": "~1.1",
  346. "sebastian/environment": "~1.0",
  347. "sebastian/exporter": "~1.0.1",
  348. "sebastian/version": "~1.0",
  349. "symfony/yaml": "~2.0"
  350. },
  351. "suggest": {
  352. "ext-json": "*",
  353. "ext-simplexml": "*",
  354. "ext-tokenizer": "*",
  355. "phpunit/php-invoker": "~1.1"
  356. },
  357. "bin": [
  358. "phpunit"
  359. ],
  360. "type": "library",
  361. "extra": {
  362. "branch-alias": {
  363. "dev-master": "4.0.x-dev"
  364. }
  365. },
  366. "autoload": {
  367. "classmap": [
  368. "src/"
  369. ]
  370. },
  371. "notification-url": "https://packagist.org/downloads/",
  372. "include-path": [
  373. "",
  374. "../../symfony/yaml/"
  375. ],
  376. "license": [
  377. "BSD-3-Clause"
  378. ],
  379. "authors": [
  380. {
  381. "name": "Sebastian Bergmann",
  382. "email": "sebastian@phpunit.de",
  383. "role": "lead"
  384. }
  385. ],
  386. "description": "The PHP Unit Testing framework.",
  387. "homepage": "http://www.phpunit.de/",
  388. "keywords": [
  389. "phpunit",
  390. "testing",
  391. "xunit"
  392. ],
  393. "time": "2014-03-07 07:00:44"
  394. },
  395. {
  396. "name": "phpunit/phpunit-mock-objects",
  397. "version": "2.0.10",
  398. "source": {
  399. "type": "git",
  400. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  401. "reference": "e60bb929c50ae4237aaf680a4f6773f4ee17f0a2"
  402. },
  403. "dist": {
  404. "type": "zip",
  405. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/e60bb929c50ae4237aaf680a4f6773f4ee17f0a2",
  406. "reference": "e60bb929c50ae4237aaf680a4f6773f4ee17f0a2",
  407. "shasum": ""
  408. },
  409. "require": {
  410. "php": ">=5.3.3",
  411. "phpunit/php-text-template": "~1.2"
  412. },
  413. "require-dev": {
  414. "phpunit/phpunit": ">=4.0.0,<4.1.0"
  415. },
  416. "suggest": {
  417. "ext-soap": "*"
  418. },
  419. "type": "library",
  420. "extra": {
  421. "branch-alias": {
  422. "dev-master": "2.0.x-dev"
  423. }
  424. },
  425. "autoload": {
  426. "classmap": [
  427. "src/"
  428. ]
  429. },
  430. "notification-url": "https://packagist.org/downloads/",
  431. "include-path": [
  432. ""
  433. ],
  434. "license": [
  435. "BSD-3-Clause"
  436. ],
  437. "authors": [
  438. {
  439. "name": "Sebastian Bergmann",
  440. "email": "sb@sebastian-bergmann.de",
  441. "role": "lead"
  442. }
  443. ],
  444. "description": "Mock Object library for PHPUnit",
  445. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  446. "keywords": [
  447. "mock",
  448. "xunit"
  449. ],
  450. "time": "2014-06-12 07:19:48"
  451. },
  452. {
  453. "name": "sebastian/diff",
  454. "version": "1.2.0",
  455. "source": {
  456. "type": "git",
  457. "url": "https://github.com/sebastianbergmann/diff.git",
  458. "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
  459. },
  460. "dist": {
  461. "type": "zip",
  462. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
  463. "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
  464. "shasum": ""
  465. },
  466. "require": {
  467. "php": ">=5.3.3"
  468. },
  469. "require-dev": {
  470. "phpunit/phpunit": "~4.2"
  471. },
  472. "type": "library",
  473. "extra": {
  474. "branch-alias": {
  475. "dev-master": "1.2-dev"
  476. }
  477. },
  478. "autoload": {
  479. "classmap": [
  480. "src/"
  481. ]
  482. },
  483. "notification-url": "https://packagist.org/downloads/",
  484. "license": [
  485. "BSD-3-Clause"
  486. ],
  487. "authors": [
  488. {
  489. "name": "Kore Nordmann",
  490. "email": "mail@kore-nordmann.de"
  491. },
  492. {
  493. "name": "Sebastian Bergmann",
  494. "email": "sebastian@phpunit.de"
  495. }
  496. ],
  497. "description": "Diff implementation",
  498. "homepage": "http://www.github.com/sebastianbergmann/diff",
  499. "keywords": [
  500. "diff"
  501. ],
  502. "time": "2014-08-15 10:29:00"
  503. },
  504. {
  505. "name": "sebastian/environment",
  506. "version": "1.2.1",
  507. "source": {
  508. "type": "git",
  509. "url": "https://github.com/sebastianbergmann/environment.git",
  510. "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7"
  511. },
  512. "dist": {
  513. "type": "zip",
  514. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7",
  515. "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7",
  516. "shasum": ""
  517. },
  518. "require": {
  519. "php": ">=5.3.3"
  520. },
  521. "require-dev": {
  522. "phpunit/phpunit": "~4.3"
  523. },
  524. "type": "library",
  525. "extra": {
  526. "branch-alias": {
  527. "dev-master": "1.2.x-dev"
  528. }
  529. },
  530. "autoload": {
  531. "classmap": [
  532. "src/"
  533. ]
  534. },
  535. "notification-url": "https://packagist.org/downloads/",
  536. "license": [
  537. "BSD-3-Clause"
  538. ],
  539. "authors": [
  540. {
  541. "name": "Sebastian Bergmann",
  542. "email": "sebastian@phpunit.de"
  543. }
  544. ],
  545. "description": "Provides functionality to handle HHVM/PHP environments",
  546. "homepage": "http://www.github.com/sebastianbergmann/environment",
  547. "keywords": [
  548. "Xdebug",
  549. "environment",
  550. "hhvm"
  551. ],
  552. "time": "2014-10-25 08:00:45"
  553. },
  554. {
  555. "name": "sebastian/exporter",
  556. "version": "1.0.2",
  557. "source": {
  558. "type": "git",
  559. "url": "https://github.com/sebastianbergmann/exporter.git",
  560. "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0"
  561. },
  562. "dist": {
  563. "type": "zip",
  564. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
  565. "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
  566. "shasum": ""
  567. },
  568. "require": {
  569. "php": ">=5.3.3"
  570. },
  571. "require-dev": {
  572. "phpunit/phpunit": "~4.0"
  573. },
  574. "type": "library",
  575. "extra": {
  576. "branch-alias": {
  577. "dev-master": "1.0.x-dev"
  578. }
  579. },
  580. "autoload": {
  581. "classmap": [
  582. "src/"
  583. ]
  584. },
  585. "notification-url": "https://packagist.org/downloads/",
  586. "license": [
  587. "BSD-3-Clause"
  588. ],
  589. "authors": [
  590. {
  591. "name": "Jeff Welch",
  592. "email": "whatthejeff@gmail.com"
  593. },
  594. {
  595. "name": "Volker Dusch",
  596. "email": "github@wallbash.com"
  597. },
  598. {
  599. "name": "Bernhard Schussek",
  600. "email": "bschussek@2bepublished.at"
  601. },
  602. {
  603. "name": "Sebastian Bergmann",
  604. "email": "sebastian@phpunit.de"
  605. },
  606. {
  607. "name": "Adam Harvey",
  608. "email": "aharvey@php.net"
  609. }
  610. ],
  611. "description": "Provides the functionality to export PHP variables for visualization",
  612. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  613. "keywords": [
  614. "export",
  615. "exporter"
  616. ],
  617. "time": "2014-09-10 00:51:36"
  618. },
  619. {
  620. "name": "sebastian/version",
  621. "version": "1.0.4",
  622. "source": {
  623. "type": "git",
  624. "url": "https://github.com/sebastianbergmann/version.git",
  625. "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b"
  626. },
  627. "dist": {
  628. "type": "zip",
  629. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b",
  630. "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b",
  631. "shasum": ""
  632. },
  633. "type": "library",
  634. "autoload": {
  635. "classmap": [
  636. "src/"
  637. ]
  638. },
  639. "notification-url": "https://packagist.org/downloads/",
  640. "license": [
  641. "BSD-3-Clause"
  642. ],
  643. "authors": [
  644. {
  645. "name": "Sebastian Bergmann",
  646. "email": "sebastian@phpunit.de",
  647. "role": "lead"
  648. }
  649. ],
  650. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  651. "homepage": "https://github.com/sebastianbergmann/version",
  652. "time": "2014-12-15 14:25:24"
  653. },
  654. {
  655. "name": "soundasleep/component-tests",
  656. "version": "dev-master",
  657. "source": {
  658. "type": "git",
  659. "url": "https://github.com/soundasleep/component-tests.git",
  660. "reference": "c1e9e6608ef41452b35d68a7057ea7add77ccd36"
  661. },
  662. "dist": {
  663. "type": "zip",
  664. "url": "https://api.github.com/repos/soundasleep/component-tests/zipball/c1e9e6608ef41452b35d68a7057ea7add77ccd36",
  665. "reference": "c1e9e6608ef41452b35d68a7057ea7add77ccd36",
  666. "shasum": ""
  667. },
  668. "require": {
  669. "justinrainbow/json-schema": "~1.3",
  670. "phpunit/phpunit": "4.0"
  671. },
  672. "type": "library",
  673. "autoload": {
  674. "psr-4": {
  675. "ComponentTests\\": "src"
  676. }
  677. },
  678. "notification-url": "https://packagist.org/downloads/",
  679. "description": "Common Composer and PHP component lint and validation tests",
  680. "time": "2015-03-18 02:30:24"
  681. },
  682. {
  683. "name": "symfony/yaml",
  684. "version": "v2.6.5",
  685. "target-dir": "Symfony/Component/Yaml",
  686. "source": {
  687. "type": "git",
  688. "url": "https://github.com/symfony/Yaml.git",
  689. "reference": "0cd8e72071e46e15fc072270ae39ea1b66b10a9d"
  690. },
  691. "dist": {
  692. "type": "zip",
  693. "url": "https://api.github.com/repos/symfony/Yaml/zipball/0cd8e72071e46e15fc072270ae39ea1b66b10a9d",
  694. "reference": "0cd8e72071e46e15fc072270ae39ea1b66b10a9d",
  695. "shasum": ""
  696. },
  697. "require": {
  698. "php": ">=5.3.3"
  699. },
  700. "require-dev": {
  701. "symfony/phpunit-bridge": "~2.7"
  702. },
  703. "type": "library",
  704. "extra": {
  705. "branch-alias": {
  706. "dev-master": "2.6-dev"
  707. }
  708. },
  709. "autoload": {
  710. "psr-0": {
  711. "Symfony\\Component\\Yaml\\": ""
  712. }
  713. },
  714. "notification-url": "https://packagist.org/downloads/",
  715. "license": [
  716. "MIT"
  717. ],
  718. "authors": [
  719. {
  720. "name": "Symfony Community",
  721. "homepage": "http://symfony.com/contributors"
  722. },
  723. {
  724. "name": "Fabien Potencier",
  725. "email": "fabien@symfony.com"
  726. }
  727. ],
  728. "description": "Symfony Yaml Component",
  729. "homepage": "http://symfony.com",
  730. "time": "2015-03-12 10:28:44"
  731. }
  732. ],
  733. "aliases": [],
  734. "minimum-stability": "stable",
  735. "stability-flags": {
  736. "soundasleep/component-tests": 20
  737. },
  738. "prefer-stable": false,
  739. "prefer-lowest": false,
  740. "platform": {
  741. "php": ">=5.3.2",
  742. "ext-dom": "*",
  743. "ext-libxml": "*"
  744. },
  745. "platform-dev": []
  746. }