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

1476 lines
50 KiB

9 years ago
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "5cc37d4bc843c6cbd92dc660ef9e71d8",
  8. "content-hash": "07f934dcf7d5e224f6c980c51525aa81",
  9. "packages": [
  10. {
  11. "name": "indieweb/mention-client",
  12. "version": "1.0.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/indieweb/mention-client-php.git",
  16. "reference": "4f07d535716f5b2eec05e33e9b3d6e33843a3b9a"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/indieweb/mention-client-php/zipball/4f07d535716f5b2eec05e33e9b3d6e33843a3b9a",
  21. "reference": "4f07d535716f5b2eec05e33e9b3d6e33843a3b9a",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "mf2/mf2": "0.2.*",
  26. "php": ">=5.3"
  27. },
  28. "require-dev": {
  29. "phpunit/phpunit": ">=4.8.13"
  30. },
  31. "type": "library",
  32. "autoload": {
  33. "psr-0": {
  34. "IndieWeb": "src/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "Apache-2.0"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Aaron Parecki",
  44. "email": "aaron@parecki.com",
  45. "homepage": "http://aaronparecki.com/"
  46. }
  47. ],
  48. "description": "Client library for sending webmention and pingback notifications",
  49. "homepage": "https://github.com/indieweb/mention-client-php",
  50. "time": "2015-12-09 19:10:25"
  51. },
  52. {
  53. "name": "league/container",
  54. "version": "1.3.2",
  55. "source": {
  56. "type": "git",
  57. "url": "https://github.com/thephpleague/container.git",
  58. "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15"
  59. },
  60. "dist": {
  61. "type": "zip",
  62. "url": "https://api.github.com/repos/thephpleague/container/zipball/7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
  63. "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
  64. "shasum": ""
  65. },
  66. "require": {
  67. "php": ">=5.4.0"
  68. },
  69. "replace": {
  70. "orno/di": "~2.0"
  71. },
  72. "require-dev": {
  73. "phpunit/phpunit": "4.*"
  74. },
  75. "type": "library",
  76. "extra": {
  77. "branch-alias": {
  78. "dev-master": "2.0-dev",
  79. "dev-1.x": "1.3-dev"
  80. }
  81. },
  82. "autoload": {
  83. "psr-4": {
  84. "League\\Container\\": "src"
  85. }
  86. },
  87. "notification-url": "https://packagist.org/downloads/",
  88. "license": [
  89. "MIT"
  90. ],
  91. "authors": [
  92. {
  93. "name": "Phil Bennett",
  94. "email": "philipobenito@gmail.com",
  95. "homepage": "http://philipobenito.github.io",
  96. "role": "Developer"
  97. }
  98. ],
  99. "description": "A fast and intuitive dependency injection container.",
  100. "homepage": "https://github.com/thephpleague/container",
  101. "keywords": [
  102. "container",
  103. "dependency",
  104. "di",
  105. "injection",
  106. "league"
  107. ],
  108. "time": "2015-04-05 17:14:48"
  109. },
  110. {
  111. "name": "league/plates",
  112. "version": "3.1.1",
  113. "source": {
  114. "type": "git",
  115. "url": "https://github.com/thephpleague/plates.git",
  116. "reference": "2d8569e9f140a70d6a05db38006926f7547cb802"
  117. },
  118. "dist": {
  119. "type": "zip",
  120. "url": "https://api.github.com/repos/thephpleague/plates/zipball/2d8569e9f140a70d6a05db38006926f7547cb802",
  121. "reference": "2d8569e9f140a70d6a05db38006926f7547cb802",
  122. "shasum": ""
  123. },
  124. "require-dev": {
  125. "mikey179/vfsstream": "~1.4.0",
  126. "phpunit/phpunit": "~4.0",
  127. "squizlabs/php_codesniffer": "~1.5"
  128. },
  129. "type": "library",
  130. "extra": {
  131. "branch-alias": {
  132. "dev-master": "3.0-dev"
  133. }
  134. },
  135. "autoload": {
  136. "psr-4": {
  137. "League\\Plates\\": "src"
  138. }
  139. },
  140. "notification-url": "https://packagist.org/downloads/",
  141. "license": [
  142. "MIT"
  143. ],
  144. "authors": [
  145. {
  146. "name": "Jonathan Reinink",
  147. "email": "jonathan@reinink.ca",
  148. "role": "Developer"
  149. }
  150. ],
  151. "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
  152. "homepage": "http://platesphp.com",
  153. "keywords": [
  154. "league",
  155. "package",
  156. "templates",
  157. "templating",
  158. "views"
  159. ],
  160. "time": "2015-07-09 02:14:40"
  161. },
  162. {
  163. "name": "league/route",
  164. "version": "1.2.3",
  165. "source": {
  166. "type": "git",
  167. "url": "https://github.com/thephpleague/route.git",
  168. "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8"
  169. },
  170. "dist": {
  171. "type": "zip",
  172. "url": "https://api.github.com/repos/thephpleague/route/zipball/079e87a4653b43e2cba47b9e0563179c1c49fcf8",
  173. "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8",
  174. "shasum": ""
  175. },
  176. "require": {
  177. "league/container": "~1.0",
  178. "nikic/fast-route": "~0.3",
  179. "php": ">=5.4.0",
  180. "symfony/http-foundation": "~2.6"
  181. },
  182. "replace": {
  183. "orno/http": "~1.0",
  184. "orno/route": "~1.0"
  185. },
  186. "require-dev": {
  187. "phpunit/phpunit": "4.*"
  188. },
  189. "type": "library",
  190. "extra": {
  191. "branch-alias": {
  192. "dev-master": "1.0-dev"
  193. }
  194. },
  195. "autoload": {
  196. "psr-4": {
  197. "League\\Route\\": "src"
  198. }
  199. },
  200. "notification-url": "https://packagist.org/downloads/",
  201. "license": [
  202. "MIT"
  203. ],
  204. "authors": [
  205. {
  206. "name": "Phil Bennett",
  207. "email": "philipobenito@gmail.com",
  208. "homepage": "http://philipobenito.github.io",
  209. "role": "Developer"
  210. }
  211. ],
  212. "description": "A fast routing and dispatch package built on top of FastRoute.",
  213. "homepage": "https://github.com/thephpleague/route",
  214. "keywords": [
  215. "league",
  216. "route"
  217. ],
  218. "time": "2015-09-11 07:40:31"
  219. },
  220. {
  221. "name": "mf2/mf2",
  222. "version": "v0.2.12",
  223. "source": {
  224. "type": "git",
  225. "url": "https://github.com/indieweb/php-mf2.git",
  226. "reference": "6701504876d6c9242eb310b35f41d40d9785ab4e"
  227. },
  228. "dist": {
  229. "type": "zip",
  230. "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/6701504876d6c9242eb310b35f41d40d9785ab4e",
  231. "reference": "6701504876d6c9242eb310b35f41d40d9785ab4e",
  232. "shasum": ""
  233. },
  234. "require": {
  235. "php": ">=5.3.0"
  236. },
  237. "require-dev": {
  238. "phpunit/phpunit": "3.7.*"
  239. },
  240. "suggest": {
  241. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you"
  242. },
  243. "bin": [
  244. "bin/fetch-mf2",
  245. "bin/parse-mf2"
  246. ],
  247. "type": "library",
  248. "autoload": {
  249. "files": [
  250. "Mf2/Parser.php"
  251. ]
  252. },
  253. "notification-url": "https://packagist.org/downloads/",
  254. "license": [
  255. "MIT"
  256. ],
  257. "authors": [
  258. {
  259. "name": "Barnaby Walters",
  260. "homepage": "http://waterpigs.co.uk"
  261. }
  262. ],
  263. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  264. "keywords": [
  265. "html",
  266. "microformats",
  267. "microformats 2",
  268. "parser",
  269. "semantic"
  270. ],
  271. "time": "2015-07-12 14:10:01"
  272. },
  273. {
  274. "name": "nikic/fast-route",
  275. "version": "v0.6.0",
  276. "source": {
  277. "type": "git",
  278. "url": "https://github.com/nikic/FastRoute.git",
  279. "reference": "31fa86924556b80735f98b294a7ffdfb26789f22"
  280. },
  281. "dist": {
  282. "type": "zip",
  283. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/31fa86924556b80735f98b294a7ffdfb26789f22",
  284. "reference": "31fa86924556b80735f98b294a7ffdfb26789f22",
  285. "shasum": ""
  286. },
  287. "require": {
  288. "php": ">=5.4.0"
  289. },
  290. "type": "library",
  291. "autoload": {
  292. "psr-4": {
  293. "FastRoute\\": "src/"
  294. },
  295. "files": [
  296. "src/functions.php"
  297. ]
  298. },
  299. "notification-url": "https://packagist.org/downloads/",
  300. "license": [
  301. "BSD-3-Clause"
  302. ],
  303. "authors": [
  304. {
  305. "name": "Nikita Popov",
  306. "email": "nikic@php.net"
  307. }
  308. ],
  309. "description": "Fast request router for PHP",
  310. "keywords": [
  311. "router",
  312. "routing"
  313. ],
  314. "time": "2015-06-18 19:15:47"
  315. },
  316. {
  317. "name": "symfony/http-foundation",
  318. "version": "v2.8.0",
  319. "source": {
  320. "type": "git",
  321. "url": "https://github.com/symfony/http-foundation.git",
  322. "reference": "5ed0ec39ef684bec84d1fd9f2a55104e403b7e49"
  323. },
  324. "dist": {
  325. "type": "zip",
  326. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5ed0ec39ef684bec84d1fd9f2a55104e403b7e49",
  327. "reference": "5ed0ec39ef684bec84d1fd9f2a55104e403b7e49",
  328. "shasum": ""
  329. },
  330. "require": {
  331. "php": ">=5.3.9",
  332. "symfony/polyfill-php54": "~1.0"
  333. },
  334. "require-dev": {
  335. "symfony/expression-language": "~2.4|~3.0.0"
  336. },
  337. "type": "library",
  338. "extra": {
  339. "branch-alias": {
  340. "dev-master": "2.8-dev"
  341. }
  342. },
  343. "autoload": {
  344. "psr-4": {
  345. "Symfony\\Component\\HttpFoundation\\": ""
  346. },
  347. "exclude-from-classmap": [
  348. "/Tests/"
  349. ]
  350. },
  351. "notification-url": "https://packagist.org/downloads/",
  352. "license": [
  353. "MIT"
  354. ],
  355. "authors": [
  356. {
  357. "name": "Fabien Potencier",
  358. "email": "fabien@symfony.com"
  359. },
  360. {
  361. "name": "Symfony Community",
  362. "homepage": "https://symfony.com/contributors"
  363. }
  364. ],
  365. "description": "Symfony HttpFoundation Component",
  366. "homepage": "https://symfony.com",
  367. "time": "2015-11-27 11:03:19"
  368. },
  369. {
  370. "name": "symfony/polyfill-php54",
  371. "version": "v1.0.0",
  372. "source": {
  373. "type": "git",
  374. "url": "https://github.com/symfony/polyfill-php54.git",
  375. "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc"
  376. },
  377. "dist": {
  378. "type": "zip",
  379. "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc",
  380. "reference": "2c9f6d98eb30dc04fe0b06f9cc92a55acea5bdcc",
  381. "shasum": ""
  382. },
  383. "require": {
  384. "php": ">=5.3.3"
  385. },
  386. "type": "library",
  387. "extra": {
  388. "branch-alias": {
  389. "dev-master": "1.0-dev"
  390. }
  391. },
  392. "autoload": {
  393. "psr-4": {
  394. "Symfony\\Polyfill\\Php54\\": ""
  395. },
  396. "files": [
  397. "bootstrap.php"
  398. ],
  399. "classmap": [
  400. "Resources/stubs"
  401. ]
  402. },
  403. "notification-url": "https://packagist.org/downloads/",
  404. "license": [
  405. "MIT"
  406. ],
  407. "authors": [
  408. {
  409. "name": "Nicolas Grekas",
  410. "email": "p@tchwork.com"
  411. },
  412. {
  413. "name": "Symfony Community",
  414. "homepage": "https://symfony.com/contributors"
  415. }
  416. ],
  417. "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
  418. "homepage": "https://symfony.com",
  419. "keywords": [
  420. "compatibility",
  421. "polyfill",
  422. "portable",
  423. "shim"
  424. ],
  425. "time": "2015-11-04 20:28:58"
  426. }
  427. ],
  428. "packages-dev": [
  429. {
  430. "name": "doctrine/instantiator",
  431. "version": "1.0.5",
  432. "source": {
  433. "type": "git",
  434. "url": "https://github.com/doctrine/instantiator.git",
  435. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  436. },
  437. "dist": {
  438. "type": "zip",
  439. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  440. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  441. "shasum": ""
  442. },
  443. "require": {
  444. "php": ">=5.3,<8.0-DEV"
  445. },
  446. "require-dev": {
  447. "athletic/athletic": "~0.1.8",
  448. "ext-pdo": "*",
  449. "ext-phar": "*",
  450. "phpunit/phpunit": "~4.0",
  451. "squizlabs/php_codesniffer": "~2.0"
  452. },
  453. "type": "library",
  454. "extra": {
  455. "branch-alias": {
  456. "dev-master": "1.0.x-dev"
  457. }
  458. },
  459. "autoload": {
  460. "psr-4": {
  461. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  462. }
  463. },
  464. "notification-url": "https://packagist.org/downloads/",
  465. "license": [
  466. "MIT"
  467. ],
  468. "authors": [
  469. {
  470. "name": "Marco Pivetta",
  471. "email": "ocramius@gmail.com",
  472. "homepage": "http://ocramius.github.com/"
  473. }
  474. ],
  475. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  476. "homepage": "https://github.com/doctrine/instantiator",
  477. "keywords": [
  478. "constructor",
  479. "instantiate"
  480. ],
  481. "time": "2015-06-14 21:17:01"
  482. },
  483. {
  484. "name": "myclabs/deep-copy",
  485. "version": "1.5.0",
  486. "source": {
  487. "type": "git",
  488. "url": "https://github.com/myclabs/DeepCopy.git",
  489. "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc"
  490. },
  491. "dist": {
  492. "type": "zip",
  493. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
  494. "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
  495. "shasum": ""
  496. },
  497. "require": {
  498. "php": ">=5.4.0"
  499. },
  500. "require-dev": {
  501. "doctrine/collections": "1.*",
  502. "phpunit/phpunit": "~4.1"
  503. },
  504. "type": "library",
  505. "autoload": {
  506. "psr-4": {
  507. "DeepCopy\\": "src/DeepCopy/"
  508. }
  509. },
  510. "notification-url": "https://packagist.org/downloads/",
  511. "license": [
  512. "MIT"
  513. ],
  514. "description": "Create deep copies (clones) of your objects",
  515. "homepage": "https://github.com/myclabs/DeepCopy",
  516. "keywords": [
  517. "clone",
  518. "copy",
  519. "duplicate",
  520. "object",
  521. "object graph"
  522. ],
  523. "time": "2015-11-07 22:20:37"
  524. },
  525. {
  526. "name": "phpdocumentor/reflection-docblock",
  527. "version": "2.0.4",
  528. "source": {
  529. "type": "git",
  530. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  531. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  532. },
  533. "dist": {
  534. "type": "zip",
  535. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  536. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  537. "shasum": ""
  538. },
  539. "require": {
  540. "php": ">=5.3.3"
  541. },
  542. "require-dev": {
  543. "phpunit/phpunit": "~4.0"
  544. },
  545. "suggest": {
  546. "dflydev/markdown": "~1.0",
  547. "erusev/parsedown": "~1.0"
  548. },
  549. "type": "library",
  550. "extra": {
  551. "branch-alias": {
  552. "dev-master": "2.0.x-dev"
  553. }
  554. },
  555. "autoload": {
  556. "psr-0": {
  557. "phpDocumentor": [
  558. "src/"
  559. ]
  560. }
  561. },
  562. "notification-url": "https://packagist.org/downloads/",
  563. "license": [
  564. "MIT"
  565. ],
  566. "authors": [
  567. {
  568. "name": "Mike van Riel",
  569. "email": "mike.vanriel@naenius.com"
  570. }
  571. ],
  572. "time": "2015-02-03 12:10:50"
  573. },
  574. {
  575. "name": "phpspec/prophecy",
  576. "version": "v1.5.0",
  577. "source": {
  578. "type": "git",
  579. "url": "https://github.com/phpspec/prophecy.git",
  580. "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
  581. },
  582. "dist": {
  583. "type": "zip",
  584. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  585. "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  586. "shasum": ""
  587. },
  588. "require": {
  589. "doctrine/instantiator": "^1.0.2",
  590. "phpdocumentor/reflection-docblock": "~2.0",
  591. "sebastian/comparator": "~1.1"
  592. },
  593. "require-dev": {
  594. "phpspec/phpspec": "~2.0"
  595. },
  596. "type": "library",
  597. "extra": {
  598. "branch-alias": {
  599. "dev-master": "1.4.x-dev"
  600. }
  601. },
  602. "autoload": {
  603. "psr-0": {
  604. "Prophecy\\": "src/"
  605. }
  606. },
  607. "notification-url": "https://packagist.org/downloads/",
  608. "license": [
  609. "MIT"
  610. ],
  611. "authors": [
  612. {
  613. "name": "Konstantin Kudryashov",
  614. "email": "ever.zet@gmail.com",
  615. "homepage": "http://everzet.com"
  616. },
  617. {
  618. "name": "Marcello Duarte",
  619. "email": "marcello.duarte@gmail.com"
  620. }
  621. ],
  622. "description": "Highly opinionated mocking framework for PHP 5.3+",
  623. "homepage": "https://github.com/phpspec/prophecy",
  624. "keywords": [
  625. "Double",
  626. "Dummy",
  627. "fake",
  628. "mock",
  629. "spy",
  630. "stub"
  631. ],
  632. "time": "2015-08-13 10:07:40"
  633. },
  634. {
  635. "name": "phpunit/php-code-coverage",
  636. "version": "3.0.2",
  637. "source": {
  638. "type": "git",
  639. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  640. "reference": "f7bb5cddf4ffe113eeb737b05241adb947b43f9d"
  641. },
  642. "dist": {
  643. "type": "zip",
  644. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f7bb5cddf4ffe113eeb737b05241adb947b43f9d",
  645. "reference": "f7bb5cddf4ffe113eeb737b05241adb947b43f9d",
  646. "shasum": ""
  647. },
  648. "require": {
  649. "php": ">=5.6",
  650. "phpunit/php-file-iterator": "~1.3",
  651. "phpunit/php-text-template": "~1.2",
  652. "phpunit/php-token-stream": "~1.3",
  653. "sebastian/environment": "^1.3.2",
  654. "sebastian/version": "~1.0"
  655. },
  656. "require-dev": {
  657. "ext-xdebug": ">=2.1.4",
  658. "phpunit/phpunit": "~5"
  659. },
  660. "suggest": {
  661. "ext-dom": "*",
  662. "ext-xdebug": ">=2.2.1",
  663. "ext-xmlwriter": "*"
  664. },
  665. "type": "library",
  666. "extra": {
  667. "branch-alias": {
  668. "dev-master": "3.0.x-dev"
  669. }
  670. },
  671. "autoload": {
  672. "classmap": [
  673. "src/"
  674. ]
  675. },
  676. "notification-url": "https://packagist.org/downloads/",
  677. "license": [
  678. "BSD-3-Clause"
  679. ],
  680. "authors": [
  681. {
  682. "name": "Sebastian Bergmann",
  683. "email": "sb@sebastian-bergmann.de",
  684. "role": "lead"
  685. }
  686. ],
  687. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  688. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  689. "keywords": [
  690. "coverage",
  691. "testing",
  692. "xunit"
  693. ],
  694. "time": "2015-11-12 21:08:20"
  695. },
  696. {
  697. "name": "phpunit/php-file-iterator",
  698. "version": "1.4.1",
  699. "source": {
  700. "type": "git",
  701. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  702. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  703. },
  704. "dist": {
  705. "type": "zip",
  706. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  707. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  708. "shasum": ""
  709. },
  710. "require": {
  711. "php": ">=5.3.3"
  712. },
  713. "type": "library",
  714. "extra": {
  715. "branch-alias": {
  716. "dev-master": "1.4.x-dev"
  717. }
  718. },
  719. "autoload": {
  720. "classmap": [
  721. "src/"
  722. ]
  723. },
  724. "notification-url": "https://packagist.org/downloads/",
  725. "license": [
  726. "BSD-3-Clause"
  727. ],
  728. "authors": [
  729. {
  730. "name": "Sebastian Bergmann",
  731. "email": "sb@sebastian-bergmann.de",
  732. "role": "lead"
  733. }
  734. ],
  735. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  736. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  737. "keywords": [
  738. "filesystem",
  739. "iterator"
  740. ],
  741. "time": "2015-06-21 13:08:43"
  742. },
  743. {
  744. "name": "phpunit/php-text-template",
  745. "version": "1.2.1",
  746. "source": {
  747. "type": "git",
  748. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  749. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  750. },
  751. "dist": {
  752. "type": "zip",
  753. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  754. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  755. "shasum": ""
  756. },
  757. "require": {
  758. "php": ">=5.3.3"
  759. },
  760. "type": "library",
  761. "autoload": {
  762. "classmap": [
  763. "src/"
  764. ]
  765. },
  766. "notification-url": "https://packagist.org/downloads/",
  767. "license": [
  768. "BSD-3-Clause"
  769. ],
  770. "authors": [
  771. {
  772. "name": "Sebastian Bergmann",
  773. "email": "sebastian@phpunit.de",
  774. "role": "lead"
  775. }
  776. ],
  777. "description": "Simple template engine.",
  778. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  779. "keywords": [
  780. "template"
  781. ],
  782. "time": "2015-06-21 13:50:34"
  783. },
  784. {
  785. "name": "phpunit/php-timer",
  786. "version": "1.0.7",
  787. "source": {
  788. "type": "git",
  789. "url": "https://github.com/sebastianbergmann/php-timer.git",
  790. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
  791. },
  792. "dist": {
  793. "type": "zip",
  794. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  795. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  796. "shasum": ""
  797. },
  798. "require": {
  799. "php": ">=5.3.3"
  800. },
  801. "type": "library",
  802. "autoload": {
  803. "classmap": [
  804. "src/"
  805. ]
  806. },
  807. "notification-url": "https://packagist.org/downloads/",
  808. "license": [
  809. "BSD-3-Clause"
  810. ],
  811. "authors": [
  812. {
  813. "name": "Sebastian Bergmann",
  814. "email": "sb@sebastian-bergmann.de",
  815. "role": "lead"
  816. }
  817. ],
  818. "description": "Utility class for timing",
  819. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  820. "keywords": [
  821. "timer"
  822. ],
  823. "time": "2015-06-21 08:01:12"
  824. },
  825. {
  826. "name": "phpunit/php-token-stream",
  827. "version": "1.4.8",
  828. "source": {
  829. "type": "git",
  830. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  831. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  832. },
  833. "dist": {
  834. "type": "zip",
  835. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  836. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  837. "shasum": ""
  838. },
  839. "require": {
  840. "ext-tokenizer": "*",
  841. "php": ">=5.3.3"
  842. },
  843. "require-dev": {
  844. "phpunit/phpunit": "~4.2"
  845. },
  846. "type": "library",
  847. "extra": {
  848. "branch-alias": {
  849. "dev-master": "1.4-dev"
  850. }
  851. },
  852. "autoload": {
  853. "classmap": [
  854. "src/"
  855. ]
  856. },
  857. "notification-url": "https://packagist.org/downloads/",
  858. "license": [
  859. "BSD-3-Clause"
  860. ],
  861. "authors": [
  862. {
  863. "name": "Sebastian Bergmann",
  864. "email": "sebastian@phpunit.de"
  865. }
  866. ],
  867. "description": "Wrapper around PHP's tokenizer extension.",
  868. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  869. "keywords": [
  870. "tokenizer"
  871. ],
  872. "time": "2015-09-15 10:49:45"
  873. },
  874. {
  875. "name": "phpunit/phpunit",
  876. "version": "5.1.3",
  877. "source": {
  878. "type": "git",
  879. "url": "https://github.com/sebastianbergmann/phpunit.git",
  880. "reference": "c047ff05d2279404af9a7e89e2a7151c32c88022"
  881. },
  882. "dist": {
  883. "type": "zip",
  884. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c047ff05d2279404af9a7e89e2a7151c32c88022",
  885. "reference": "c047ff05d2279404af9a7e89e2a7151c32c88022",
  886. "shasum": ""
  887. },
  888. "require": {
  889. "ext-dom": "*",
  890. "ext-json": "*",
  891. "ext-pcre": "*",
  892. "ext-reflection": "*",
  893. "ext-spl": "*",
  894. "myclabs/deep-copy": "~1.3",
  895. "php": ">=5.6",
  896. "phpspec/prophecy": "^1.3.1",
  897. "phpunit/php-code-coverage": "~3.0",
  898. "phpunit/php-file-iterator": "~1.4",
  899. "phpunit/php-text-template": "~1.2",
  900. "phpunit/php-timer": ">=1.0.6",
  901. "phpunit/phpunit-mock-objects": ">=3.0.5",
  902. "sebastian/comparator": "~1.1",
  903. "sebastian/diff": "~1.2",
  904. "sebastian/environment": "~1.3",
  905. "sebastian/exporter": "~1.2",
  906. "sebastian/global-state": "~1.0",
  907. "sebastian/resource-operations": "~1.0",
  908. "sebastian/version": "~1.0",
  909. "symfony/yaml": "~2.1|~3.0"
  910. },
  911. "suggest": {
  912. "phpunit/php-invoker": "~1.1"
  913. },
  914. "bin": [
  915. "phpunit"
  916. ],
  917. "type": "library",
  918. "extra": {
  919. "branch-alias": {
  920. "dev-master": "5.1.x-dev"
  921. }
  922. },
  923. "autoload": {
  924. "classmap": [
  925. "src/"
  926. ]
  927. },
  928. "notification-url": "https://packagist.org/downloads/",
  929. "license": [
  930. "BSD-3-Clause"
  931. ],
  932. "authors": [
  933. {
  934. "name": "Sebastian Bergmann",
  935. "email": "sebastian@phpunit.de",
  936. "role": "lead"
  937. }
  938. ],
  939. "description": "The PHP Unit Testing framework.",
  940. "homepage": "https://phpunit.de/",
  941. "keywords": [
  942. "phpunit",
  943. "testing",
  944. "xunit"
  945. ],
  946. "time": "2015-12-10 07:54:54"
  947. },
  948. {
  949. "name": "phpunit/phpunit-mock-objects",
  950. "version": "3.0.6",
  951. "source": {
  952. "type": "git",
  953. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  954. "reference": "49bc700750196c04dd6bc2c4c99cb632b893836b"
  955. },
  956. "dist": {
  957. "type": "zip",
  958. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/49bc700750196c04dd6bc2c4c99cb632b893836b",
  959. "reference": "49bc700750196c04dd6bc2c4c99cb632b893836b",
  960. "shasum": ""
  961. },
  962. "require": {
  963. "doctrine/instantiator": "^1.0.2",
  964. "php": ">=5.6",
  965. "phpunit/php-text-template": "~1.2",
  966. "sebastian/exporter": "~1.2"
  967. },
  968. "require-dev": {
  969. "phpunit/phpunit": "~5"
  970. },
  971. "suggest": {
  972. "ext-soap": "*"
  973. },
  974. "type": "library",
  975. "extra": {
  976. "branch-alias": {
  977. "dev-master": "3.0.x-dev"
  978. }
  979. },
  980. "autoload": {
  981. "classmap": [
  982. "src/"
  983. ]
  984. },
  985. "notification-url": "https://packagist.org/downloads/",
  986. "license": [
  987. "BSD-3-Clause"
  988. ],
  989. "authors": [
  990. {
  991. "name": "Sebastian Bergmann",
  992. "email": "sb@sebastian-bergmann.de",
  993. "role": "lead"
  994. }
  995. ],
  996. "description": "Mock Object library for PHPUnit",
  997. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  998. "keywords": [
  999. "mock",
  1000. "xunit"
  1001. ],
  1002. "time": "2015-12-08 08:47:06"
  1003. },
  1004. {
  1005. "name": "sebastian/comparator",
  1006. "version": "1.2.0",
  1007. "source": {
  1008. "type": "git",
  1009. "url": "https://github.com/sebastianbergmann/comparator.git",
  1010. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  1011. },
  1012. "dist": {
  1013. "type": "zip",
  1014. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  1015. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  1016. "shasum": ""
  1017. },
  1018. "require": {
  1019. "php": ">=5.3.3",
  1020. "sebastian/diff": "~1.2",
  1021. "sebastian/exporter": "~1.2"
  1022. },
  1023. "require-dev": {
  1024. "phpunit/phpunit": "~4.4"
  1025. },
  1026. "type": "library",
  1027. "extra": {
  1028. "branch-alias": {
  1029. "dev-master": "1.2.x-dev"
  1030. }
  1031. },
  1032. "autoload": {
  1033. "classmap": [
  1034. "src/"
  1035. ]
  1036. },
  1037. "notification-url": "https://packagist.org/downloads/",
  1038. "license": [
  1039. "BSD-3-Clause"
  1040. ],
  1041. "authors": [
  1042. {
  1043. "name": "Jeff Welch",
  1044. "email": "whatthejeff@gmail.com"
  1045. },
  1046. {
  1047. "name": "Volker Dusch",
  1048. "email": "github@wallbash.com"
  1049. },
  1050. {
  1051. "name": "Bernhard Schussek",
  1052. "email": "bschussek@2bepublished.at"
  1053. },
  1054. {
  1055. "name": "Sebastian Bergmann",
  1056. "email": "sebastian@phpunit.de"
  1057. }
  1058. ],
  1059. "description": "Provides the functionality to compare PHP values for equality",
  1060. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1061. "keywords": [
  1062. "comparator",
  1063. "compare",
  1064. "equality"
  1065. ],
  1066. "time": "2015-07-26 15:48:44"
  1067. },
  1068. {
  1069. "name": "sebastian/diff",
  1070. "version": "1.4.1",
  1071. "source": {
  1072. "type": "git",
  1073. "url": "https://github.com/sebastianbergmann/diff.git",
  1074. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  1075. },
  1076. "dist": {
  1077. "type": "zip",
  1078. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  1079. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  1080. "shasum": ""
  1081. },
  1082. "require": {
  1083. "php": ">=5.3.3"
  1084. },
  1085. "require-dev": {
  1086. "phpunit/phpunit": "~4.8"
  1087. },
  1088. "type": "library",
  1089. "extra": {
  1090. "branch-alias": {
  1091. "dev-master": "1.4-dev"
  1092. }
  1093. },
  1094. "autoload": {
  1095. "classmap": [
  1096. "src/"
  1097. ]
  1098. },
  1099. "notification-url": "https://packagist.org/downloads/",
  1100. "license": [
  1101. "BSD-3-Clause"
  1102. ],
  1103. "authors": [
  1104. {
  1105. "name": "Kore Nordmann",
  1106. "email": "mail@kore-nordmann.de"
  1107. },
  1108. {
  1109. "name": "Sebastian Bergmann",
  1110. "email": "sebastian@phpunit.de"
  1111. }
  1112. ],
  1113. "description": "Diff implementation",
  1114. "homepage": "https://github.com/sebastianbergmann/diff",
  1115. "keywords": [
  1116. "diff"
  1117. ],
  1118. "time": "2015-12-08 07:14:41"
  1119. },
  1120. {
  1121. "name": "sebastian/environment",
  1122. "version": "1.3.3",
  1123. "source": {
  1124. "type": "git",
  1125. "url": "https://github.com/sebastianbergmann/environment.git",
  1126. "reference": "6e7133793a8e5a5714a551a8324337374be209df"
  1127. },
  1128. "dist": {
  1129. "type": "zip",
  1130. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
  1131. "reference": "6e7133793a8e5a5714a551a8324337374be209df",
  1132. "shasum": ""
  1133. },
  1134. "require": {
  1135. "php": ">=5.3.3"
  1136. },
  1137. "require-dev": {
  1138. "phpunit/phpunit": "~4.4"
  1139. },
  1140. "type": "library",
  1141. "extra": {
  1142. "branch-alias": {
  1143. "dev-master": "1.3.x-dev"
  1144. }
  1145. },
  1146. "autoload": {
  1147. "classmap": [
  1148. "src/"
  1149. ]
  1150. },
  1151. "notification-url": "https://packagist.org/downloads/",
  1152. "license": [
  1153. "BSD-3-Clause"
  1154. ],
  1155. "authors": [
  1156. {
  1157. "name": "Sebastian Bergmann",
  1158. "email": "sebastian@phpunit.de"
  1159. }
  1160. ],
  1161. "description": "Provides functionality to handle HHVM/PHP environments",
  1162. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1163. "keywords": [
  1164. "Xdebug",
  1165. "environment",
  1166. "hhvm"
  1167. ],
  1168. "time": "2015-12-02 08:37:27"
  1169. },
  1170. {
  1171. "name": "sebastian/exporter",
  1172. "version": "1.2.1",
  1173. "source": {
  1174. "type": "git",
  1175. "url": "https://github.com/sebastianbergmann/exporter.git",
  1176. "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  1177. },
  1178. "dist": {
  1179. "type": "zip",
  1180. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  1181. "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  1182. "shasum": ""
  1183. },
  1184. "require": {
  1185. "php": ">=5.3.3",
  1186. "sebastian/recursion-context": "~1.0"
  1187. },
  1188. "require-dev": {
  1189. "phpunit/phpunit": "~4.4"
  1190. },
  1191. "type": "library",
  1192. "extra": {
  1193. "branch-alias": {
  1194. "dev-master": "1.2.x-dev"
  1195. }
  1196. },
  1197. "autoload": {
  1198. "classmap": [
  1199. "src/"
  1200. ]
  1201. },
  1202. "notification-url": "https://packagist.org/downloads/",
  1203. "license": [
  1204. "BSD-3-Clause"
  1205. ],
  1206. "authors": [
  1207. {
  1208. "name": "Jeff Welch",
  1209. "email": "whatthejeff@gmail.com"
  1210. },
  1211. {
  1212. "name": "Volker Dusch",
  1213. "email": "github@wallbash.com"
  1214. },
  1215. {
  1216. "name": "Bernhard Schussek",
  1217. "email": "bschussek@2bepublished.at"
  1218. },
  1219. {
  1220. "name": "Sebastian Bergmann",
  1221. "email": "sebastian@phpunit.de"
  1222. },
  1223. {
  1224. "name": "Adam Harvey",
  1225. "email": "aharvey@php.net"
  1226. }
  1227. ],
  1228. "description": "Provides the functionality to export PHP variables for visualization",
  1229. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1230. "keywords": [
  1231. "export",
  1232. "exporter"
  1233. ],
  1234. "time": "2015-06-21 07:55:53"
  1235. },
  1236. {
  1237. "name": "sebastian/global-state",
  1238. "version": "1.1.1",
  1239. "source": {
  1240. "type": "git",
  1241. "url": "https://github.com/sebastianbergmann/global-state.git",
  1242. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  1243. },
  1244. "dist": {
  1245. "type": "zip",
  1246. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1247. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1248. "shasum": ""
  1249. },
  1250. "require": {
  1251. "php": ">=5.3.3"
  1252. },
  1253. "require-dev": {
  1254. "phpunit/phpunit": "~4.2"
  1255. },
  1256. "suggest": {
  1257. "ext-uopz": "*"
  1258. },
  1259. "type": "library",
  1260. "extra": {
  1261. "branch-alias": {
  1262. "dev-master": "1.0-dev"
  1263. }
  1264. },
  1265. "autoload": {
  1266. "classmap": [
  1267. "src/"
  1268. ]
  1269. },
  1270. "notification-url": "https://packagist.org/downloads/",
  1271. "license": [
  1272. "BSD-3-Clause"
  1273. ],
  1274. "authors": [
  1275. {
  1276. "name": "Sebastian Bergmann",
  1277. "email": "sebastian@phpunit.de"
  1278. }
  1279. ],
  1280. "description": "Snapshotting of global state",
  1281. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1282. "keywords": [
  1283. "global state"
  1284. ],
  1285. "time": "2015-10-12 03:26:01"
  1286. },
  1287. {
  1288. "name": "sebastian/recursion-context",
  1289. "version": "1.0.2",
  1290. "source": {
  1291. "type": "git",
  1292. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1293. "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  1294. },
  1295. "dist": {
  1296. "type": "zip",
  1297. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  1298. "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  1299. "shasum": ""
  1300. },
  1301. "require": {
  1302. "php": ">=5.3.3"
  1303. },
  1304. "require-dev": {
  1305. "phpunit/phpunit": "~4.4"
  1306. },
  1307. "type": "library",
  1308. "extra": {
  1309. "branch-alias": {
  1310. "dev-master": "1.0.x-dev"
  1311. }
  1312. },
  1313. "autoload": {
  1314. "classmap": [
  1315. "src/"
  1316. ]
  1317. },
  1318. "notification-url": "https://packagist.org/downloads/",
  1319. "license": [
  1320. "BSD-3-Clause"
  1321. ],
  1322. "authors": [
  1323. {
  1324. "name": "Jeff Welch",
  1325. "email": "whatthejeff@gmail.com"
  1326. },
  1327. {
  1328. "name": "Sebastian Bergmann",
  1329. "email": "sebastian@phpunit.de"
  1330. },
  1331. {
  1332. "name": "Adam Harvey",
  1333. "email": "aharvey@php.net"
  1334. }
  1335. ],
  1336. "description": "Provides functionality to recursively process PHP variables",
  1337. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1338. "time": "2015-11-11 19:50:13"
  1339. },
  1340. {
  1341. "name": "sebastian/resource-operations",
  1342. "version": "1.0.0",
  1343. "source": {
  1344. "type": "git",
  1345. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  1346. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  1347. },
  1348. "dist": {
  1349. "type": "zip",
  1350. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1351. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1352. "shasum": ""
  1353. },
  1354. "require": {
  1355. "php": ">=5.6.0"
  1356. },
  1357. "type": "library",
  1358. "extra": {
  1359. "branch-alias": {
  1360. "dev-master": "1.0.x-dev"
  1361. }
  1362. },
  1363. "autoload": {
  1364. "classmap": [
  1365. "src/"
  1366. ]
  1367. },
  1368. "notification-url": "https://packagist.org/downloads/",
  1369. "license": [
  1370. "BSD-3-Clause"
  1371. ],
  1372. "authors": [
  1373. {
  1374. "name": "Sebastian Bergmann",
  1375. "email": "sebastian@phpunit.de"
  1376. }
  1377. ],
  1378. "description": "Provides a list of PHP built-in functions that operate on resources",
  1379. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  1380. "time": "2015-07-28 20:34:47"
  1381. },
  1382. {
  1383. "name": "sebastian/version",
  1384. "version": "1.0.6",
  1385. "source": {
  1386. "type": "git",
  1387. "url": "https://github.com/sebastianbergmann/version.git",
  1388. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  1389. },
  1390. "dist": {
  1391. "type": "zip",
  1392. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1393. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1394. "shasum": ""
  1395. },
  1396. "type": "library",
  1397. "autoload": {
  1398. "classmap": [
  1399. "src/"
  1400. ]
  1401. },
  1402. "notification-url": "https://packagist.org/downloads/",
  1403. "license": [
  1404. "BSD-3-Clause"
  1405. ],
  1406. "authors": [
  1407. {
  1408. "name": "Sebastian Bergmann",
  1409. "email": "sebastian@phpunit.de",
  1410. "role": "lead"
  1411. }
  1412. ],
  1413. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1414. "homepage": "https://github.com/sebastianbergmann/version",
  1415. "time": "2015-06-21 13:59:46"
  1416. },
  1417. {
  1418. "name": "symfony/yaml",
  1419. "version": "v3.0.0",
  1420. "source": {
  1421. "type": "git",
  1422. "url": "https://github.com/symfony/yaml.git",
  1423. "reference": "177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002"
  1424. },
  1425. "dist": {
  1426. "type": "zip",
  1427. "url": "https://api.github.com/repos/symfony/yaml/zipball/177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002",
  1428. "reference": "177a015cb0e19ff4a49e0e2e2c5fc1c1bee07002",
  1429. "shasum": ""
  1430. },
  1431. "require": {
  1432. "php": ">=5.5.9"
  1433. },
  1434. "type": "library",
  1435. "extra": {
  1436. "branch-alias": {
  1437. "dev-master": "3.0-dev"
  1438. }
  1439. },
  1440. "autoload": {
  1441. "psr-4": {
  1442. "Symfony\\Component\\Yaml\\": ""
  1443. },
  1444. "exclude-from-classmap": [
  1445. "/Tests/"
  1446. ]
  1447. },
  1448. "notification-url": "https://packagist.org/downloads/",
  1449. "license": [
  1450. "MIT"
  1451. ],
  1452. "authors": [
  1453. {
  1454. "name": "Fabien Potencier",
  1455. "email": "fabien@symfony.com"
  1456. },
  1457. {
  1458. "name": "Symfony Community",
  1459. "homepage": "https://symfony.com/contributors"
  1460. }
  1461. ],
  1462. "description": "Symfony Yaml Component",
  1463. "homepage": "https://symfony.com",
  1464. "time": "2015-11-30 12:36:17"
  1465. }
  1466. ],
  1467. "aliases": [],
  1468. "minimum-stability": "stable",
  1469. "stability-flags": [],
  1470. "prefer-stable": false,
  1471. "prefer-lowest": false,
  1472. "platform": {
  1473. "php": ">=5.5"
  1474. },
  1475. "platform-dev": []
  1476. }