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.

2193 lines
75 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 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": "80253bee3fec80ece5c62e69419ed6da",
  8. "content-hash": "033f44c5ec88a9c53103e9a38e3f78c3",
  9. "packages": [
  10. {
  11. "name": "barnabywalters/mf-cleaner",
  12. "version": "v0.1.4",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/barnabywalters/php-mf-cleaner.git",
  16. "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/barnabywalters/php-mf-cleaner/zipball/ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
  21. "reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
  22. "shasum": ""
  23. },
  24. "require-dev": {
  25. "php": ">=5.3",
  26. "phpunit/phpunit": "*"
  27. },
  28. "suggest": {
  29. "mf2/mf2": "To parse microformats2 structures from (X)HTML"
  30. },
  31. "type": "library",
  32. "autoload": {
  33. "files": [
  34. "src/BarnabyWalters/Mf2/Functions.php"
  35. ]
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Barnaby Walters",
  44. "email": "barnaby@waterpigs.co.uk"
  45. }
  46. ],
  47. "description": "Cleans up microformats2 array structures",
  48. "time": "2014-10-06 23:11:15"
  49. },
  50. {
  51. "name": "camspiers/json-pretty",
  52. "version": "1.0.1",
  53. "source": {
  54. "type": "git",
  55. "url": "https://github.com/camspiers/json-pretty.git",
  56. "reference": "73c0bd55ca966f31f79d690a4b0aabaf98ad5d94"
  57. },
  58. "dist": {
  59. "type": "zip",
  60. "url": "https://api.github.com/repos/camspiers/json-pretty/zipball/73c0bd55ca966f31f79d690a4b0aabaf98ad5d94",
  61. "reference": "73c0bd55ca966f31f79d690a4b0aabaf98ad5d94",
  62. "shasum": ""
  63. },
  64. "require-dev": {
  65. "phpunit/phpunit": "~4.0"
  66. },
  67. "type": "library",
  68. "autoload": {
  69. "psr-0": {
  70. "Camspiers": "src/"
  71. }
  72. },
  73. "notification-url": "https://packagist.org/downloads/",
  74. "license": [
  75. "MIT"
  76. ],
  77. "authors": [
  78. {
  79. "name": "Cam Spiers",
  80. "email": "cameron@heyday.co.nz"
  81. }
  82. ],
  83. "description": "Provides support for json pretty printing",
  84. "time": "2015-09-17 16:05:48"
  85. },
  86. {
  87. "name": "firebase/php-jwt",
  88. "version": "v3.0.0",
  89. "source": {
  90. "type": "git",
  91. "url": "https://github.com/firebase/php-jwt.git",
  92. "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1"
  93. },
  94. "dist": {
  95. "type": "zip",
  96. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
  97. "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
  98. "shasum": ""
  99. },
  100. "require": {
  101. "php": ">=5.3.0"
  102. },
  103. "type": "library",
  104. "autoload": {
  105. "psr-4": {
  106. "Firebase\\JWT\\": "src"
  107. }
  108. },
  109. "notification-url": "https://packagist.org/downloads/",
  110. "license": [
  111. "BSD-3-Clause"
  112. ],
  113. "authors": [
  114. {
  115. "name": "Neuman Vong",
  116. "email": "neuman+pear@twilio.com",
  117. "role": "Developer"
  118. },
  119. {
  120. "name": "Anant Narayanan",
  121. "email": "anant@php.net",
  122. "role": "Developer"
  123. }
  124. ],
  125. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  126. "homepage": "https://github.com/firebase/php-jwt",
  127. "time": "2015-07-22 18:31:08"
  128. },
  129. {
  130. "name": "indieauth/client",
  131. "version": "0.1.11",
  132. "source": {
  133. "type": "git",
  134. "url": "https://github.com/indieweb/indieauth-client-php.git",
  135. "reference": "6504ed0d4714084e9955f639d6e5cf4e976f9038"
  136. },
  137. "dist": {
  138. "type": "zip",
  139. "url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/6504ed0d4714084e9955f639d6e5cf4e976f9038",
  140. "reference": "6504ed0d4714084e9955f639d6e5cf4e976f9038",
  141. "shasum": ""
  142. },
  143. "require": {
  144. "barnabywalters/mf-cleaner": "0.*",
  145. "indieweb/link-rel-parser": "0.1.1",
  146. "mf2/mf2": "0.2.*",
  147. "php": ">5.3.0"
  148. },
  149. "type": "library",
  150. "autoload": {
  151. "psr-0": {
  152. "IndieAuth": "src/"
  153. }
  154. },
  155. "notification-url": "https://packagist.org/downloads/",
  156. "license": [
  157. "Apache 2.0"
  158. ],
  159. "authors": [
  160. {
  161. "name": "Aaron Parecki",
  162. "homepage": "http://aaronparecki.com"
  163. }
  164. ],
  165. "description": "IndieAuth Client Library",
  166. "time": "2015-08-30 22:29:40"
  167. },
  168. {
  169. "name": "indieweb/link-rel-parser",
  170. "version": "0.1.1",
  171. "source": {
  172. "type": "git",
  173. "url": "https://github.com/indieweb/link-rel-parser-php.git",
  174. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6"
  175. },
  176. "dist": {
  177. "type": "zip",
  178. "url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  179. "reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6",
  180. "shasum": ""
  181. },
  182. "require": {
  183. "php": ">=5.3.0"
  184. },
  185. "type": "library",
  186. "autoload": {
  187. "files": [
  188. "src/IndieWeb/link_rel_parser.php"
  189. ]
  190. },
  191. "notification-url": "https://packagist.org/downloads/",
  192. "license": [
  193. "Apache-2.0"
  194. ],
  195. "authors": [
  196. {
  197. "name": "Aaron Parecki",
  198. "homepage": "http://aaronparecki.com"
  199. },
  200. {
  201. "name": "Tantek Çelik",
  202. "homepage": "http://tantek.com"
  203. }
  204. ],
  205. "description": "Parse rel values from HTTP headers",
  206. "homepage": "https://github.com/indieweb/link-rel-parser-php",
  207. "keywords": [
  208. "http",
  209. "indieweb",
  210. "microformats2"
  211. ],
  212. "time": "2013-12-23 00:14:58"
  213. },
  214. {
  215. "name": "indieweb/mention-client",
  216. "version": "1.1.2",
  217. "source": {
  218. "type": "git",
  219. "url": "https://github.com/indieweb/mention-client-php.git",
  220. "reference": "0f2cd135c8fb2b848b10915950b1756a8a1e8614"
  221. },
  222. "dist": {
  223. "type": "zip",
  224. "url": "https://api.github.com/repos/indieweb/mention-client-php/zipball/0f2cd135c8fb2b848b10915950b1756a8a1e8614",
  225. "reference": "0f2cd135c8fb2b848b10915950b1756a8a1e8614",
  226. "shasum": ""
  227. },
  228. "require": {
  229. "mf2/mf2": "0.2.*",
  230. "php": ">=5.3"
  231. },
  232. "require-dev": {
  233. "phpunit/phpunit": ">=4.8.13"
  234. },
  235. "type": "library",
  236. "autoload": {
  237. "psr-0": {
  238. "IndieWeb": "src/"
  239. }
  240. },
  241. "notification-url": "https://packagist.org/downloads/",
  242. "license": [
  243. "Apache-2.0"
  244. ],
  245. "authors": [
  246. {
  247. "name": "Aaron Parecki",
  248. "email": "aaron@parecki.com",
  249. "homepage": "http://aaronparecki.com/"
  250. }
  251. ],
  252. "description": "Client library for sending webmention and pingback notifications",
  253. "homepage": "https://github.com/indieweb/mention-client-php",
  254. "time": "2015-12-24 20:00:09"
  255. },
  256. {
  257. "name": "indieweb/representative-h-card",
  258. "version": "0.1.2",
  259. "source": {
  260. "type": "git",
  261. "url": "https://github.com/indieweb/representative-h-card-php.git",
  262. "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38"
  263. },
  264. "dist": {
  265. "type": "zip",
  266. "url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
  267. "reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
  268. "shasum": ""
  269. },
  270. "require": {
  271. "php": ">=5.4"
  272. },
  273. "require-dev": {
  274. "mf2/mf2": "0.2.*",
  275. "phpunit/phpunit": "*"
  276. },
  277. "type": "library",
  278. "autoload": {
  279. "files": [
  280. "src/mf2/representative-h-card.php"
  281. ]
  282. },
  283. "notification-url": "https://packagist.org/downloads/",
  284. "license": [
  285. "Apache-2.0"
  286. ],
  287. "authors": [
  288. {
  289. "name": "Aaron Parecki",
  290. "homepage": "http://aaronparecki.com"
  291. }
  292. ],
  293. "keywords": [
  294. "h-card",
  295. "indieweb",
  296. "mf2",
  297. "microformats"
  298. ],
  299. "time": "2015-12-23 18:11:19"
  300. },
  301. {
  302. "name": "ircmaxell/password-compat",
  303. "version": "v1.0.4",
  304. "source": {
  305. "type": "git",
  306. "url": "https://github.com/ircmaxell/password_compat.git",
  307. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
  308. },
  309. "dist": {
  310. "type": "zip",
  311. "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
  312. "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
  313. "shasum": ""
  314. },
  315. "require-dev": {
  316. "phpunit/phpunit": "4.*"
  317. },
  318. "type": "library",
  319. "autoload": {
  320. "files": [
  321. "lib/password.php"
  322. ]
  323. },
  324. "notification-url": "https://packagist.org/downloads/",
  325. "license": [
  326. "MIT"
  327. ],
  328. "authors": [
  329. {
  330. "name": "Anthony Ferrara",
  331. "email": "ircmaxell@php.net",
  332. "homepage": "http://blog.ircmaxell.com"
  333. }
  334. ],
  335. "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
  336. "homepage": "https://github.com/ircmaxell/password_compat",
  337. "keywords": [
  338. "hashing",
  339. "password"
  340. ],
  341. "time": "2014-11-20 16:49:30"
  342. },
  343. {
  344. "name": "j4mie/idiorm",
  345. "version": "v1.5.1",
  346. "source": {
  347. "type": "git",
  348. "url": "https://github.com/j4mie/idiorm.git",
  349. "reference": "b0922d8719a94e3a0e0e4a0ca3876f4f91475dcf"
  350. },
  351. "dist": {
  352. "type": "zip",
  353. "url": "https://api.github.com/repos/j4mie/idiorm/zipball/b0922d8719a94e3a0e0e4a0ca3876f4f91475dcf",
  354. "reference": "b0922d8719a94e3a0e0e4a0ca3876f4f91475dcf",
  355. "shasum": ""
  356. },
  357. "require": {
  358. "php": ">=5.2.0"
  359. },
  360. "type": "library",
  361. "autoload": {
  362. "classmap": [
  363. "idiorm.php"
  364. ]
  365. },
  366. "notification-url": "https://packagist.org/downloads/",
  367. "license": [
  368. "BSD-2-Clause",
  369. "BSD-3-Clause",
  370. "BSD-4-Clause"
  371. ],
  372. "authors": [
  373. {
  374. "name": "Simon Holywell",
  375. "email": "treffynnon@php.net",
  376. "homepage": "http://simonholywell.com",
  377. "role": "Maintainer"
  378. },
  379. {
  380. "name": "Jamie Matthews",
  381. "email": "jamie.matthews@gmail.com",
  382. "homepage": "http://j4mie.org",
  383. "role": "Developer"
  384. },
  385. {
  386. "name": "Durham Hale",
  387. "email": "me@durhamhale.com",
  388. "homepage": "http://durhamhale.com",
  389. "role": "Maintainer"
  390. }
  391. ],
  392. "description": "A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5",
  393. "homepage": "http://j4mie.github.com/idiormandparis",
  394. "keywords": [
  395. "idiorm",
  396. "orm",
  397. "query builder"
  398. ],
  399. "time": "2014-06-23 13:08:57"
  400. },
  401. {
  402. "name": "league/container",
  403. "version": "1.3.2",
  404. "source": {
  405. "type": "git",
  406. "url": "https://github.com/thephpleague/container.git",
  407. "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15"
  408. },
  409. "dist": {
  410. "type": "zip",
  411. "url": "https://api.github.com/repos/thephpleague/container/zipball/7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
  412. "reference": "7e6c17fe48f76f3b97aeca70dc29c3f3c7c88d15",
  413. "shasum": ""
  414. },
  415. "require": {
  416. "php": ">=5.4.0"
  417. },
  418. "replace": {
  419. "orno/di": "~2.0"
  420. },
  421. "require-dev": {
  422. "phpunit/phpunit": "4.*"
  423. },
  424. "type": "library",
  425. "extra": {
  426. "branch-alias": {
  427. "dev-master": "2.0-dev",
  428. "dev-1.x": "1.3-dev"
  429. }
  430. },
  431. "autoload": {
  432. "psr-4": {
  433. "League\\Container\\": "src"
  434. }
  435. },
  436. "notification-url": "https://packagist.org/downloads/",
  437. "license": [
  438. "MIT"
  439. ],
  440. "authors": [
  441. {
  442. "name": "Phil Bennett",
  443. "email": "philipobenito@gmail.com",
  444. "homepage": "http://philipobenito.github.io",
  445. "role": "Developer"
  446. }
  447. ],
  448. "description": "A fast and intuitive dependency injection container.",
  449. "homepage": "https://github.com/thephpleague/container",
  450. "keywords": [
  451. "container",
  452. "dependency",
  453. "di",
  454. "injection",
  455. "league"
  456. ],
  457. "time": "2015-04-05 17:14:48"
  458. },
  459. {
  460. "name": "league/plates",
  461. "version": "3.1.1",
  462. "source": {
  463. "type": "git",
  464. "url": "https://github.com/thephpleague/plates.git",
  465. "reference": "2d8569e9f140a70d6a05db38006926f7547cb802"
  466. },
  467. "dist": {
  468. "type": "zip",
  469. "url": "https://api.github.com/repos/thephpleague/plates/zipball/2d8569e9f140a70d6a05db38006926f7547cb802",
  470. "reference": "2d8569e9f140a70d6a05db38006926f7547cb802",
  471. "shasum": ""
  472. },
  473. "require-dev": {
  474. "mikey179/vfsstream": "~1.4.0",
  475. "phpunit/phpunit": "~4.0",
  476. "squizlabs/php_codesniffer": "~1.5"
  477. },
  478. "type": "library",
  479. "extra": {
  480. "branch-alias": {
  481. "dev-master": "3.0-dev"
  482. }
  483. },
  484. "autoload": {
  485. "psr-4": {
  486. "League\\Plates\\": "src"
  487. }
  488. },
  489. "notification-url": "https://packagist.org/downloads/",
  490. "license": [
  491. "MIT"
  492. ],
  493. "authors": [
  494. {
  495. "name": "Jonathan Reinink",
  496. "email": "jonathan@reinink.ca",
  497. "role": "Developer"
  498. }
  499. ],
  500. "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
  501. "homepage": "http://platesphp.com",
  502. "keywords": [
  503. "league",
  504. "package",
  505. "templates",
  506. "templating",
  507. "views"
  508. ],
  509. "time": "2015-07-09 02:14:40"
  510. },
  511. {
  512. "name": "league/route",
  513. "version": "1.2.3",
  514. "source": {
  515. "type": "git",
  516. "url": "https://github.com/thephpleague/route.git",
  517. "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8"
  518. },
  519. "dist": {
  520. "type": "zip",
  521. "url": "https://api.github.com/repos/thephpleague/route/zipball/079e87a4653b43e2cba47b9e0563179c1c49fcf8",
  522. "reference": "079e87a4653b43e2cba47b9e0563179c1c49fcf8",
  523. "shasum": ""
  524. },
  525. "require": {
  526. "league/container": "~1.0",
  527. "nikic/fast-route": "~0.3",
  528. "php": ">=5.4.0",
  529. "symfony/http-foundation": "~2.6"
  530. },
  531. "replace": {
  532. "orno/http": "~1.0",
  533. "orno/route": "~1.0"
  534. },
  535. "require-dev": {
  536. "phpunit/phpunit": "4.*"
  537. },
  538. "type": "library",
  539. "extra": {
  540. "branch-alias": {
  541. "dev-master": "1.0-dev"
  542. }
  543. },
  544. "autoload": {
  545. "psr-4": {
  546. "League\\Route\\": "src"
  547. }
  548. },
  549. "notification-url": "https://packagist.org/downloads/",
  550. "license": [
  551. "MIT"
  552. ],
  553. "authors": [
  554. {
  555. "name": "Phil Bennett",
  556. "email": "philipobenito@gmail.com",
  557. "homepage": "http://philipobenito.github.io",
  558. "role": "Developer"
  559. }
  560. ],
  561. "description": "A fast routing and dispatch package built on top of FastRoute.",
  562. "homepage": "https://github.com/thephpleague/route",
  563. "keywords": [
  564. "league",
  565. "route"
  566. ],
  567. "time": "2015-09-11 07:40:31"
  568. },
  569. {
  570. "name": "mf2/mf2",
  571. "version": "v0.2.12",
  572. "source": {
  573. "type": "git",
  574. "url": "https://github.com/indieweb/php-mf2.git",
  575. "reference": "6701504876d6c9242eb310b35f41d40d9785ab4e"
  576. },
  577. "dist": {
  578. "type": "zip",
  579. "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/6701504876d6c9242eb310b35f41d40d9785ab4e",
  580. "reference": "6701504876d6c9242eb310b35f41d40d9785ab4e",
  581. "shasum": ""
  582. },
  583. "require": {
  584. "php": ">=5.3.0"
  585. },
  586. "require-dev": {
  587. "phpunit/phpunit": "3.7.*"
  588. },
  589. "suggest": {
  590. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you"
  591. },
  592. "bin": [
  593. "bin/fetch-mf2",
  594. "bin/parse-mf2"
  595. ],
  596. "type": "library",
  597. "autoload": {
  598. "files": [
  599. "Mf2/Parser.php"
  600. ]
  601. },
  602. "notification-url": "https://packagist.org/downloads/",
  603. "license": [
  604. "MIT"
  605. ],
  606. "authors": [
  607. {
  608. "name": "Barnaby Walters",
  609. "homepage": "http://waterpigs.co.uk"
  610. }
  611. ],
  612. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  613. "keywords": [
  614. "html",
  615. "microformats",
  616. "microformats 2",
  617. "parser",
  618. "semantic"
  619. ],
  620. "time": "2015-07-12 14:10:01"
  621. },
  622. {
  623. "name": "michelf/php-markdown",
  624. "version": "1.6.0",
  625. "source": {
  626. "type": "git",
  627. "url": "https://github.com/michelf/php-markdown.git",
  628. "reference": "156e56ee036505ec637d761ee62dc425d807183c"
  629. },
  630. "dist": {
  631. "type": "zip",
  632. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
  633. "reference": "156e56ee036505ec637d761ee62dc425d807183c",
  634. "shasum": ""
  635. },
  636. "require": {
  637. "php": ">=5.3.0"
  638. },
  639. "type": "library",
  640. "extra": {
  641. "branch-alias": {
  642. "dev-lib": "1.4.x-dev"
  643. }
  644. },
  645. "autoload": {
  646. "psr-0": {
  647. "Michelf": ""
  648. }
  649. },
  650. "notification-url": "https://packagist.org/downloads/",
  651. "license": [
  652. "BSD-3-Clause"
  653. ],
  654. "authors": [
  655. {
  656. "name": "Michel Fortin",
  657. "email": "michel.fortin@michelf.ca",
  658. "homepage": "https://michelf.ca/",
  659. "role": "Developer"
  660. },
  661. {
  662. "name": "John Gruber",
  663. "homepage": "https://daringfireball.net/"
  664. }
  665. ],
  666. "description": "PHP Markdown",
  667. "homepage": "https://michelf.ca/projects/php-markdown/",
  668. "keywords": [
  669. "markdown"
  670. ],
  671. "time": "2015-12-24 01:37:31"
  672. },
  673. {
  674. "name": "monolog/monolog",
  675. "version": "1.17.2",
  676. "source": {
  677. "type": "git",
  678. "url": "https://github.com/Seldaek/monolog.git",
  679. "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24"
  680. },
  681. "dist": {
  682. "type": "zip",
  683. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
  684. "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24",
  685. "shasum": ""
  686. },
  687. "require": {
  688. "php": ">=5.3.0",
  689. "psr/log": "~1.0"
  690. },
  691. "provide": {
  692. "psr/log-implementation": "1.0.0"
  693. },
  694. "require-dev": {
  695. "aws/aws-sdk-php": "^2.4.9",
  696. "doctrine/couchdb": "~1.0@dev",
  697. "graylog2/gelf-php": "~1.0",
  698. "jakub-onderka/php-parallel-lint": "0.9",
  699. "php-console/php-console": "^3.1.3",
  700. "phpunit/phpunit": "~4.5",
  701. "phpunit/phpunit-mock-objects": "2.3.0",
  702. "raven/raven": "^0.13",
  703. "ruflin/elastica": ">=0.90 <3.0",
  704. "swiftmailer/swiftmailer": "~5.3",
  705. "videlalvaro/php-amqplib": "~2.4"
  706. },
  707. "suggest": {
  708. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  709. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  710. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  711. "ext-mongo": "Allow sending log messages to a MongoDB server",
  712. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  713. "php-console/php-console": "Allow sending log messages to Google Chrome",
  714. "raven/raven": "Allow sending log messages to a Sentry server",
  715. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  716. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  717. "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
  718. },
  719. "type": "library",
  720. "extra": {
  721. "branch-alias": {
  722. "dev-master": "1.16.x-dev"
  723. }
  724. },
  725. "autoload": {
  726. "psr-4": {
  727. "Monolog\\": "src/Monolog"
  728. }
  729. },
  730. "notification-url": "https://packagist.org/downloads/",
  731. "license": [
  732. "MIT"
  733. ],
  734. "authors": [
  735. {
  736. "name": "Jordi Boggiano",
  737. "email": "j.boggiano@seld.be",
  738. "homepage": "http://seld.be"
  739. }
  740. ],
  741. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  742. "homepage": "http://github.com/Seldaek/monolog",
  743. "keywords": [
  744. "log",
  745. "logging",
  746. "psr-3"
  747. ],
  748. "time": "2015-10-14 12:51:02"
  749. },
  750. {
  751. "name": "nikic/fast-route",
  752. "version": "v0.7.0",
  753. "source": {
  754. "type": "git",
  755. "url": "https://github.com/nikic/FastRoute.git",
  756. "reference": "8164b4a0d8afde4eae5f1bfc39084972ba23ad36"
  757. },
  758. "dist": {
  759. "type": "zip",
  760. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/8164b4a0d8afde4eae5f1bfc39084972ba23ad36",
  761. "reference": "8164b4a0d8afde4eae5f1bfc39084972ba23ad36",
  762. "shasum": ""
  763. },
  764. "require": {
  765. "php": ">=5.4.0"
  766. },
  767. "type": "library",
  768. "autoload": {
  769. "psr-4": {
  770. "FastRoute\\": "src/"
  771. },
  772. "files": [
  773. "src/functions.php"
  774. ]
  775. },
  776. "notification-url": "https://packagist.org/downloads/",
  777. "license": [
  778. "BSD-3-Clause"
  779. ],
  780. "authors": [
  781. {
  782. "name": "Nikita Popov",
  783. "email": "nikic@php.net"
  784. }
  785. ],
  786. "description": "Fast request router for PHP",
  787. "keywords": [
  788. "router",
  789. "routing"
  790. ],
  791. "time": "2015-12-20 19:50:12"
  792. },
  793. {
  794. "name": "p3k/caterpillar",
  795. "version": "0.1.1",
  796. "source": {
  797. "type": "git",
  798. "url": "https://github.com/aaronpk/Caterpillar.git",
  799. "reference": "61f94612f25d6b5dbfda5c792147bd5f6fa62fcb"
  800. },
  801. "dist": {
  802. "type": "zip",
  803. "url": "https://api.github.com/repos/aaronpk/Caterpillar/zipball/61f94612f25d6b5dbfda5c792147bd5f6fa62fcb",
  804. "reference": "61f94612f25d6b5dbfda5c792147bd5f6fa62fcb",
  805. "shasum": ""
  806. },
  807. "require": {
  808. "pda/pheanstalk": "3.*",
  809. "php": ">5.4.0"
  810. },
  811. "type": "library",
  812. "autoload": {
  813. "psr-0": {
  814. "Caterpillar": "src/"
  815. }
  816. },
  817. "notification-url": "https://packagist.org/downloads/",
  818. "license": [
  819. "Apache 2.0"
  820. ],
  821. "authors": [
  822. {
  823. "name": "Aaron Parecki",
  824. "homepage": "http://aaronparecki.com/"
  825. }
  826. ],
  827. "description": "Caterpillar is a background queue manager",
  828. "time": "2015-12-21 22:52:21"
  829. },
  830. {
  831. "name": "pda/pheanstalk",
  832. "version": "v3.1.0",
  833. "source": {
  834. "type": "git",
  835. "url": "https://github.com/pda/pheanstalk.git",
  836. "reference": "430e77c551479aad0c6ada0450ee844cf656a18b"
  837. },
  838. "dist": {
  839. "type": "zip",
  840. "url": "https://api.github.com/repos/pda/pheanstalk/zipball/430e77c551479aad0c6ada0450ee844cf656a18b",
  841. "reference": "430e77c551479aad0c6ada0450ee844cf656a18b",
  842. "shasum": ""
  843. },
  844. "require": {
  845. "php": ">=5.3.0"
  846. },
  847. "require-dev": {
  848. "phpunit/phpunit": "~4.0"
  849. },
  850. "type": "library",
  851. "extra": {
  852. "branch-alias": {
  853. "dev-master": "3.0-dev"
  854. }
  855. },
  856. "autoload": {
  857. "psr-4": {
  858. "Pheanstalk\\": "src/"
  859. }
  860. },
  861. "notification-url": "https://packagist.org/downloads/",
  862. "license": [
  863. "MIT"
  864. ],
  865. "authors": [
  866. {
  867. "name": "Paul Annesley",
  868. "email": "paul@annesley.cc",
  869. "homepage": "http://paul.annesley.cc/",
  870. "role": "Developer"
  871. }
  872. ],
  873. "description": "PHP client for beanstalkd queue",
  874. "homepage": "https://github.com/pda/pheanstalk",
  875. "keywords": [
  876. "beanstalkd"
  877. ],
  878. "time": "2015-08-07 21:42:41"
  879. },
  880. {
  881. "name": "predis/predis",
  882. "version": "v1.0.3",
  883. "source": {
  884. "type": "git",
  885. "url": "https://github.com/nrk/predis.git",
  886. "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04"
  887. },
  888. "dist": {
  889. "type": "zip",
  890. "url": "https://api.github.com/repos/nrk/predis/zipball/84060b9034d756b4d79641667d7f9efe1aeb8e04",
  891. "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04",
  892. "shasum": ""
  893. },
  894. "require": {
  895. "php": ">=5.3.2"
  896. },
  897. "require-dev": {
  898. "phpunit/phpunit": "~4.0"
  899. },
  900. "suggest": {
  901. "ext-curl": "Allows access to Webdis when paired with phpiredis",
  902. "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  903. },
  904. "type": "library",
  905. "autoload": {
  906. "psr-4": {
  907. "Predis\\": "src/"
  908. }
  909. },
  910. "notification-url": "https://packagist.org/downloads/",
  911. "license": [
  912. "MIT"
  913. ],
  914. "authors": [
  915. {
  916. "name": "Daniele Alessandri",
  917. "email": "suppakilla@gmail.com",
  918. "homepage": "http://clorophilla.net"
  919. }
  920. ],
  921. "description": "Flexible and feature-complete PHP client library for Redis",
  922. "homepage": "http://github.com/nrk/predis",
  923. "keywords": [
  924. "nosql",
  925. "predis",
  926. "redis"
  927. ],
  928. "time": "2015-07-30 18:34:15"
  929. },
  930. {
  931. "name": "psr/log",
  932. "version": "1.0.0",
  933. "source": {
  934. "type": "git",
  935. "url": "https://github.com/php-fig/log.git",
  936. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  937. },
  938. "dist": {
  939. "type": "zip",
  940. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  941. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  942. "shasum": ""
  943. },
  944. "type": "library",
  945. "autoload": {
  946. "psr-0": {
  947. "Psr\\Log\\": ""
  948. }
  949. },
  950. "notification-url": "https://packagist.org/downloads/",
  951. "license": [
  952. "MIT"
  953. ],
  954. "authors": [
  955. {
  956. "name": "PHP-FIG",
  957. "homepage": "http://www.php-fig.org/"
  958. }
  959. ],
  960. "description": "Common interface for logging libraries",
  961. "keywords": [
  962. "log",
  963. "psr",
  964. "psr-3"
  965. ],
  966. "time": "2012-12-21 11:40:51"
  967. },
  968. {
  969. "name": "symfony/http-foundation",
  970. "version": "v2.8.2",
  971. "source": {
  972. "type": "git",
  973. "url": "https://github.com/symfony/http-foundation.git",
  974. "reference": "9194b33c71da8ef4d05d22964376f2f9c95a1bfd"
  975. },
  976. "dist": {
  977. "type": "zip",
  978. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9194b33c71da8ef4d05d22964376f2f9c95a1bfd",
  979. "reference": "9194b33c71da8ef4d05d22964376f2f9c95a1bfd",
  980. "shasum": ""
  981. },
  982. "require": {
  983. "php": ">=5.3.9",
  984. "symfony/polyfill-php54": "~1.0",
  985. "symfony/polyfill-php55": "~1.0"
  986. },
  987. "require-dev": {
  988. "symfony/expression-language": "~2.4|~3.0.0"
  989. },
  990. "type": "library",
  991. "extra": {
  992. "branch-alias": {
  993. "dev-master": "2.8-dev"
  994. }
  995. },
  996. "autoload": {
  997. "psr-4": {
  998. "Symfony\\Component\\HttpFoundation\\": ""
  999. },
  1000. "exclude-from-classmap": [
  1001. "/Tests/"
  1002. ]
  1003. },
  1004. "notification-url": "https://packagist.org/downloads/",
  1005. "license": [
  1006. "MIT"
  1007. ],
  1008. "authors": [
  1009. {
  1010. "name": "Fabien Potencier",
  1011. "email": "fabien@symfony.com"
  1012. },
  1013. {
  1014. "name": "Symfony Community",
  1015. "homepage": "https://symfony.com/contributors"
  1016. }
  1017. ],
  1018. "description": "Symfony HttpFoundation Component",
  1019. "homepage": "https://symfony.com",
  1020. "time": "2016-01-13 10:28:07"
  1021. },
  1022. {
  1023. "name": "symfony/polyfill-php54",
  1024. "version": "v1.1.0",
  1025. "source": {
  1026. "type": "git",
  1027. "url": "https://github.com/symfony/polyfill-php54.git",
  1028. "reference": "74663d5a2ff3c530c1bc0571500e0feec9094054"
  1029. },
  1030. "dist": {
  1031. "type": "zip",
  1032. "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/74663d5a2ff3c530c1bc0571500e0feec9094054",
  1033. "reference": "74663d5a2ff3c530c1bc0571500e0feec9094054",
  1034. "shasum": ""
  1035. },
  1036. "require": {
  1037. "php": ">=5.3.3"
  1038. },
  1039. "type": "library",
  1040. "extra": {
  1041. "branch-alias": {
  1042. "dev-master": "1.1-dev"
  1043. }
  1044. },
  1045. "autoload": {
  1046. "psr-4": {
  1047. "Symfony\\Polyfill\\Php54\\": ""
  1048. },
  1049. "files": [
  1050. "bootstrap.php"
  1051. ],
  1052. "classmap": [
  1053. "Resources/stubs"
  1054. ]
  1055. },
  1056. "notification-url": "https://packagist.org/downloads/",
  1057. "license": [
  1058. "MIT"
  1059. ],
  1060. "authors": [
  1061. {
  1062. "name": "Nicolas Grekas",
  1063. "email": "p@tchwork.com"
  1064. },
  1065. {
  1066. "name": "Symfony Community",
  1067. "homepage": "https://symfony.com/contributors"
  1068. }
  1069. ],
  1070. "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
  1071. "homepage": "https://symfony.com",
  1072. "keywords": [
  1073. "compatibility",
  1074. "polyfill",
  1075. "portable",
  1076. "shim"
  1077. ],
  1078. "time": "2016-01-20 09:13:37"
  1079. },
  1080. {
  1081. "name": "symfony/polyfill-php55",
  1082. "version": "v1.1.0",
  1083. "source": {
  1084. "type": "git",
  1085. "url": "https://github.com/symfony/polyfill-php55.git",
  1086. "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6"
  1087. },
  1088. "dist": {
  1089. "type": "zip",
  1090. "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
  1091. "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
  1092. "shasum": ""
  1093. },
  1094. "require": {
  1095. "ircmaxell/password-compat": "~1.0",
  1096. "php": ">=5.3.3"
  1097. },
  1098. "type": "library",
  1099. "extra": {
  1100. "branch-alias": {
  1101. "dev-master": "1.1-dev"
  1102. }
  1103. },
  1104. "autoload": {
  1105. "psr-4": {
  1106. "Symfony\\Polyfill\\Php55\\": ""
  1107. },
  1108. "files": [
  1109. "bootstrap.php"
  1110. ]
  1111. },
  1112. "notification-url": "https://packagist.org/downloads/",
  1113. "license": [
  1114. "MIT"
  1115. ],
  1116. "authors": [
  1117. {
  1118. "name": "Nicolas Grekas",
  1119. "email": "p@tchwork.com"
  1120. },
  1121. {
  1122. "name": "Symfony Community",
  1123. "homepage": "https://symfony.com/contributors"
  1124. }
  1125. ],
  1126. "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
  1127. "homepage": "https://symfony.com",
  1128. "keywords": [
  1129. "compatibility",
  1130. "polyfill",
  1131. "portable",
  1132. "shim"
  1133. ],
  1134. "time": "2016-01-20 09:13:37"
  1135. }
  1136. ],
  1137. "packages-dev": [
  1138. {
  1139. "name": "doctrine/instantiator",
  1140. "version": "1.0.5",
  1141. "source": {
  1142. "type": "git",
  1143. "url": "https://github.com/doctrine/instantiator.git",
  1144. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  1145. },
  1146. "dist": {
  1147. "type": "zip",
  1148. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  1149. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  1150. "shasum": ""
  1151. },
  1152. "require": {
  1153. "php": ">=5.3,<8.0-DEV"
  1154. },
  1155. "require-dev": {
  1156. "athletic/athletic": "~0.1.8",
  1157. "ext-pdo": "*",
  1158. "ext-phar": "*",
  1159. "phpunit/phpunit": "~4.0",
  1160. "squizlabs/php_codesniffer": "~2.0"
  1161. },
  1162. "type": "library",
  1163. "extra": {
  1164. "branch-alias": {
  1165. "dev-master": "1.0.x-dev"
  1166. }
  1167. },
  1168. "autoload": {
  1169. "psr-4": {
  1170. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1171. }
  1172. },
  1173. "notification-url": "https://packagist.org/downloads/",
  1174. "license": [
  1175. "MIT"
  1176. ],
  1177. "authors": [
  1178. {
  1179. "name": "Marco Pivetta",
  1180. "email": "ocramius@gmail.com",
  1181. "homepage": "http://ocramius.github.com/"
  1182. }
  1183. ],
  1184. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1185. "homepage": "https://github.com/doctrine/instantiator",
  1186. "keywords": [
  1187. "constructor",
  1188. "instantiate"
  1189. ],
  1190. "time": "2015-06-14 21:17:01"
  1191. },
  1192. {
  1193. "name": "myclabs/deep-copy",
  1194. "version": "1.5.0",
  1195. "source": {
  1196. "type": "git",
  1197. "url": "https://github.com/myclabs/DeepCopy.git",
  1198. "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc"
  1199. },
  1200. "dist": {
  1201. "type": "zip",
  1202. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
  1203. "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
  1204. "shasum": ""
  1205. },
  1206. "require": {
  1207. "php": ">=5.4.0"
  1208. },
  1209. "require-dev": {
  1210. "doctrine/collections": "1.*",
  1211. "phpunit/phpunit": "~4.1"
  1212. },
  1213. "type": "library",
  1214. "autoload": {
  1215. "psr-4": {
  1216. "DeepCopy\\": "src/DeepCopy/"
  1217. }
  1218. },
  1219. "notification-url": "https://packagist.org/downloads/",
  1220. "license": [
  1221. "MIT"
  1222. ],
  1223. "description": "Create deep copies (clones) of your objects",
  1224. "homepage": "https://github.com/myclabs/DeepCopy",
  1225. "keywords": [
  1226. "clone",
  1227. "copy",
  1228. "duplicate",
  1229. "object",
  1230. "object graph"
  1231. ],
  1232. "time": "2015-11-07 22:20:37"
  1233. },
  1234. {
  1235. "name": "phpdocumentor/reflection-docblock",
  1236. "version": "2.0.4",
  1237. "source": {
  1238. "type": "git",
  1239. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1240. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  1241. },
  1242. "dist": {
  1243. "type": "zip",
  1244. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  1245. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  1246. "shasum": ""
  1247. },
  1248. "require": {
  1249. "php": ">=5.3.3"
  1250. },
  1251. "require-dev": {
  1252. "phpunit/phpunit": "~4.0"
  1253. },
  1254. "suggest": {
  1255. "dflydev/markdown": "~1.0",
  1256. "erusev/parsedown": "~1.0"
  1257. },
  1258. "type": "library",
  1259. "extra": {
  1260. "branch-alias": {
  1261. "dev-master": "2.0.x-dev"
  1262. }
  1263. },
  1264. "autoload": {
  1265. "psr-0": {
  1266. "phpDocumentor": [
  1267. "src/"
  1268. ]
  1269. }
  1270. },
  1271. "notification-url": "https://packagist.org/downloads/",
  1272. "license": [
  1273. "MIT"
  1274. ],
  1275. "authors": [
  1276. {
  1277. "name": "Mike van Riel",
  1278. "email": "mike.vanriel@naenius.com"
  1279. }
  1280. ],
  1281. "time": "2015-02-03 12:10:50"
  1282. },
  1283. {
  1284. "name": "phpspec/prophecy",
  1285. "version": "v1.5.0",
  1286. "source": {
  1287. "type": "git",
  1288. "url": "https://github.com/phpspec/prophecy.git",
  1289. "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
  1290. },
  1291. "dist": {
  1292. "type": "zip",
  1293. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  1294. "reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
  1295. "shasum": ""
  1296. },
  1297. "require": {
  1298. "doctrine/instantiator": "^1.0.2",
  1299. "phpdocumentor/reflection-docblock": "~2.0",
  1300. "sebastian/comparator": "~1.1"
  1301. },
  1302. "require-dev": {
  1303. "phpspec/phpspec": "~2.0"
  1304. },
  1305. "type": "library",
  1306. "extra": {
  1307. "branch-alias": {
  1308. "dev-master": "1.4.x-dev"
  1309. }
  1310. },
  1311. "autoload": {
  1312. "psr-0": {
  1313. "Prophecy\\": "src/"
  1314. }
  1315. },
  1316. "notification-url": "https://packagist.org/downloads/",
  1317. "license": [
  1318. "MIT"
  1319. ],
  1320. "authors": [
  1321. {
  1322. "name": "Konstantin Kudryashov",
  1323. "email": "ever.zet@gmail.com",
  1324. "homepage": "http://everzet.com"
  1325. },
  1326. {
  1327. "name": "Marcello Duarte",
  1328. "email": "marcello.duarte@gmail.com"
  1329. }
  1330. ],
  1331. "description": "Highly opinionated mocking framework for PHP 5.3+",
  1332. "homepage": "https://github.com/phpspec/prophecy",
  1333. "keywords": [
  1334. "Double",
  1335. "Dummy",
  1336. "fake",
  1337. "mock",
  1338. "spy",
  1339. "stub"
  1340. ],
  1341. "time": "2015-08-13 10:07:40"
  1342. },
  1343. {
  1344. "name": "phpunit/php-code-coverage",
  1345. "version": "3.1.1",
  1346. "source": {
  1347. "type": "git",
  1348. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  1349. "reference": "92f5c61b5c64159faec5298325ffab0c7e59dcc8"
  1350. },
  1351. "dist": {
  1352. "type": "zip",
  1353. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/92f5c61b5c64159faec5298325ffab0c7e59dcc8",
  1354. "reference": "92f5c61b5c64159faec5298325ffab0c7e59dcc8",
  1355. "shasum": ""
  1356. },
  1357. "require": {
  1358. "php": ">=5.6",
  1359. "phpunit/php-file-iterator": "~1.3",
  1360. "phpunit/php-text-template": "~1.2",
  1361. "phpunit/php-token-stream": "~1.3",
  1362. "sebastian/environment": "^1.3.2",
  1363. "sebastian/version": "~1.0|~2.0"
  1364. },
  1365. "require-dev": {
  1366. "ext-xdebug": ">=2.1.4",
  1367. "phpunit/phpunit": "~5"
  1368. },
  1369. "suggest": {
  1370. "ext-dom": "*",
  1371. "ext-xdebug": ">=2.2.1",
  1372. "ext-xmlwriter": "*"
  1373. },
  1374. "type": "library",
  1375. "extra": {
  1376. "branch-alias": {
  1377. "dev-master": "3.1.x-dev"
  1378. }
  1379. },
  1380. "autoload": {
  1381. "classmap": [
  1382. "src/"
  1383. ]
  1384. },
  1385. "notification-url": "https://packagist.org/downloads/",
  1386. "license": [
  1387. "BSD-3-Clause"
  1388. ],
  1389. "authors": [
  1390. {
  1391. "name": "Sebastian Bergmann",
  1392. "email": "sb@sebastian-bergmann.de",
  1393. "role": "lead"
  1394. }
  1395. ],
  1396. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  1397. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  1398. "keywords": [
  1399. "coverage",
  1400. "testing",
  1401. "xunit"
  1402. ],
  1403. "time": "2016-02-04 13:05:19"
  1404. },
  1405. {
  1406. "name": "phpunit/php-file-iterator",
  1407. "version": "1.4.1",
  1408. "source": {
  1409. "type": "git",
  1410. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  1411. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  1412. },
  1413. "dist": {
  1414. "type": "zip",
  1415. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  1416. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  1417. "shasum": ""
  1418. },
  1419. "require": {
  1420. "php": ">=5.3.3"
  1421. },
  1422. "type": "library",
  1423. "extra": {
  1424. "branch-alias": {
  1425. "dev-master": "1.4.x-dev"
  1426. }
  1427. },
  1428. "autoload": {
  1429. "classmap": [
  1430. "src/"
  1431. ]
  1432. },
  1433. "notification-url": "https://packagist.org/downloads/",
  1434. "license": [
  1435. "BSD-3-Clause"
  1436. ],
  1437. "authors": [
  1438. {
  1439. "name": "Sebastian Bergmann",
  1440. "email": "sb@sebastian-bergmann.de",
  1441. "role": "lead"
  1442. }
  1443. ],
  1444. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  1445. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  1446. "keywords": [
  1447. "filesystem",
  1448. "iterator"
  1449. ],
  1450. "time": "2015-06-21 13:08:43"
  1451. },
  1452. {
  1453. "name": "phpunit/php-text-template",
  1454. "version": "1.2.1",
  1455. "source": {
  1456. "type": "git",
  1457. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  1458. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  1459. },
  1460. "dist": {
  1461. "type": "zip",
  1462. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1463. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1464. "shasum": ""
  1465. },
  1466. "require": {
  1467. "php": ">=5.3.3"
  1468. },
  1469. "type": "library",
  1470. "autoload": {
  1471. "classmap": [
  1472. "src/"
  1473. ]
  1474. },
  1475. "notification-url": "https://packagist.org/downloads/",
  1476. "license": [
  1477. "BSD-3-Clause"
  1478. ],
  1479. "authors": [
  1480. {
  1481. "name": "Sebastian Bergmann",
  1482. "email": "sebastian@phpunit.de",
  1483. "role": "lead"
  1484. }
  1485. ],
  1486. "description": "Simple template engine.",
  1487. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  1488. "keywords": [
  1489. "template"
  1490. ],
  1491. "time": "2015-06-21 13:50:34"
  1492. },
  1493. {
  1494. "name": "phpunit/php-timer",
  1495. "version": "1.0.7",
  1496. "source": {
  1497. "type": "git",
  1498. "url": "https://github.com/sebastianbergmann/php-timer.git",
  1499. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
  1500. },
  1501. "dist": {
  1502. "type": "zip",
  1503. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  1504. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  1505. "shasum": ""
  1506. },
  1507. "require": {
  1508. "php": ">=5.3.3"
  1509. },
  1510. "type": "library",
  1511. "autoload": {
  1512. "classmap": [
  1513. "src/"
  1514. ]
  1515. },
  1516. "notification-url": "https://packagist.org/downloads/",
  1517. "license": [
  1518. "BSD-3-Clause"
  1519. ],
  1520. "authors": [
  1521. {
  1522. "name": "Sebastian Bergmann",
  1523. "email": "sb@sebastian-bergmann.de",
  1524. "role": "lead"
  1525. }
  1526. ],
  1527. "description": "Utility class for timing",
  1528. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  1529. "keywords": [
  1530. "timer"
  1531. ],
  1532. "time": "2015-06-21 08:01:12"
  1533. },
  1534. {
  1535. "name": "phpunit/php-token-stream",
  1536. "version": "1.4.8",
  1537. "source": {
  1538. "type": "git",
  1539. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  1540. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  1541. },
  1542. "dist": {
  1543. "type": "zip",
  1544. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  1545. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  1546. "shasum": ""
  1547. },
  1548. "require": {
  1549. "ext-tokenizer": "*",
  1550. "php": ">=5.3.3"
  1551. },
  1552. "require-dev": {
  1553. "phpunit/phpunit": "~4.2"
  1554. },
  1555. "type": "library",
  1556. "extra": {
  1557. "branch-alias": {
  1558. "dev-master": "1.4-dev"
  1559. }
  1560. },
  1561. "autoload": {
  1562. "classmap": [
  1563. "src/"
  1564. ]
  1565. },
  1566. "notification-url": "https://packagist.org/downloads/",
  1567. "license": [
  1568. "BSD-3-Clause"
  1569. ],
  1570. "authors": [
  1571. {
  1572. "name": "Sebastian Bergmann",
  1573. "email": "sebastian@phpunit.de"
  1574. }
  1575. ],
  1576. "description": "Wrapper around PHP's tokenizer extension.",
  1577. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  1578. "keywords": [
  1579. "tokenizer"
  1580. ],
  1581. "time": "2015-09-15 10:49:45"
  1582. },
  1583. {
  1584. "name": "phpunit/phpunit",
  1585. "version": "5.2.1",
  1586. "source": {
  1587. "type": "git",
  1588. "url": "https://github.com/sebastianbergmann/phpunit.git",
  1589. "reference": "40d32454fdad8a08ded0a2aafbc6d0e8f06a6b04"
  1590. },
  1591. "dist": {
  1592. "type": "zip",
  1593. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/40d32454fdad8a08ded0a2aafbc6d0e8f06a6b04",
  1594. "reference": "40d32454fdad8a08ded0a2aafbc6d0e8f06a6b04",
  1595. "shasum": ""
  1596. },
  1597. "require": {
  1598. "ext-dom": "*",
  1599. "ext-json": "*",
  1600. "ext-pcre": "*",
  1601. "ext-reflection": "*",
  1602. "ext-spl": "*",
  1603. "myclabs/deep-copy": "~1.3",
  1604. "php": ">=5.6",
  1605. "phpspec/prophecy": "^1.3.1",
  1606. "phpunit/php-code-coverage": "~3.1",
  1607. "phpunit/php-file-iterator": "~1.4",
  1608. "phpunit/php-text-template": "~1.2",
  1609. "phpunit/php-timer": ">=1.0.6",
  1610. "phpunit/phpunit-mock-objects": ">=3.0.5",
  1611. "sebastian/comparator": "~1.1",
  1612. "sebastian/diff": "~1.2",
  1613. "sebastian/environment": "~1.3",
  1614. "sebastian/exporter": "~1.2",
  1615. "sebastian/global-state": "~1.0",
  1616. "sebastian/resource-operations": "~1.0",
  1617. "sebastian/version": "~1.0|~2.0",
  1618. "symfony/yaml": "~2.1|~3.0"
  1619. },
  1620. "suggest": {
  1621. "phpunit/php-invoker": "~1.1"
  1622. },
  1623. "bin": [
  1624. "phpunit"
  1625. ],
  1626. "type": "library",
  1627. "extra": {
  1628. "branch-alias": {
  1629. "dev-master": "5.2.x-dev"
  1630. }
  1631. },
  1632. "autoload": {
  1633. "classmap": [
  1634. "src/"
  1635. ]
  1636. },
  1637. "notification-url": "https://packagist.org/downloads/",
  1638. "license": [
  1639. "BSD-3-Clause"
  1640. ],
  1641. "authors": [
  1642. {
  1643. "name": "Sebastian Bergmann",
  1644. "email": "sebastian@phpunit.de",
  1645. "role": "lead"
  1646. }
  1647. ],
  1648. "description": "The PHP Unit Testing framework.",
  1649. "homepage": "https://phpunit.de/",
  1650. "keywords": [
  1651. "phpunit",
  1652. "testing",
  1653. "xunit"
  1654. ],
  1655. "time": "2016-02-05 17:50:46"
  1656. },
  1657. {
  1658. "name": "phpunit/phpunit-mock-objects",
  1659. "version": "3.0.6",
  1660. "source": {
  1661. "type": "git",
  1662. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  1663. "reference": "49bc700750196c04dd6bc2c4c99cb632b893836b"
  1664. },
  1665. "dist": {
  1666. "type": "zip",
  1667. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/49bc700750196c04dd6bc2c4c99cb632b893836b",
  1668. "reference": "49bc700750196c04dd6bc2c4c99cb632b893836b",
  1669. "shasum": ""
  1670. },
  1671. "require": {
  1672. "doctrine/instantiator": "^1.0.2",
  1673. "php": ">=5.6",
  1674. "phpunit/php-text-template": "~1.2",
  1675. "sebastian/exporter": "~1.2"
  1676. },
  1677. "require-dev": {
  1678. "phpunit/phpunit": "~5"
  1679. },
  1680. "suggest": {
  1681. "ext-soap": "*"
  1682. },
  1683. "type": "library",
  1684. "extra": {
  1685. "branch-alias": {
  1686. "dev-master": "3.0.x-dev"
  1687. }
  1688. },
  1689. "autoload": {
  1690. "classmap": [
  1691. "src/"
  1692. ]
  1693. },
  1694. "notification-url": "https://packagist.org/downloads/",
  1695. "license": [
  1696. "BSD-3-Clause"
  1697. ],
  1698. "authors": [
  1699. {
  1700. "name": "Sebastian Bergmann",
  1701. "email": "sb@sebastian-bergmann.de",
  1702. "role": "lead"
  1703. }
  1704. ],
  1705. "description": "Mock Object library for PHPUnit",
  1706. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  1707. "keywords": [
  1708. "mock",
  1709. "xunit"
  1710. ],
  1711. "time": "2015-12-08 08:47:06"
  1712. },
  1713. {
  1714. "name": "sebastian/comparator",
  1715. "version": "1.2.0",
  1716. "source": {
  1717. "type": "git",
  1718. "url": "https://github.com/sebastianbergmann/comparator.git",
  1719. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  1720. },
  1721. "dist": {
  1722. "type": "zip",
  1723. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  1724. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  1725. "shasum": ""
  1726. },
  1727. "require": {
  1728. "php": ">=5.3.3",
  1729. "sebastian/diff": "~1.2",
  1730. "sebastian/exporter": "~1.2"
  1731. },
  1732. "require-dev": {
  1733. "phpunit/phpunit": "~4.4"
  1734. },
  1735. "type": "library",
  1736. "extra": {
  1737. "branch-alias": {
  1738. "dev-master": "1.2.x-dev"
  1739. }
  1740. },
  1741. "autoload": {
  1742. "classmap": [
  1743. "src/"
  1744. ]
  1745. },
  1746. "notification-url": "https://packagist.org/downloads/",
  1747. "license": [
  1748. "BSD-3-Clause"
  1749. ],
  1750. "authors": [
  1751. {
  1752. "name": "Jeff Welch",
  1753. "email": "whatthejeff@gmail.com"
  1754. },
  1755. {
  1756. "name": "Volker Dusch",
  1757. "email": "github@wallbash.com"
  1758. },
  1759. {
  1760. "name": "Bernhard Schussek",
  1761. "email": "bschussek@2bepublished.at"
  1762. },
  1763. {
  1764. "name": "Sebastian Bergmann",
  1765. "email": "sebastian@phpunit.de"
  1766. }
  1767. ],
  1768. "description": "Provides the functionality to compare PHP values for equality",
  1769. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1770. "keywords": [
  1771. "comparator",
  1772. "compare",
  1773. "equality"
  1774. ],
  1775. "time": "2015-07-26 15:48:44"
  1776. },
  1777. {
  1778. "name": "sebastian/diff",
  1779. "version": "1.4.1",
  1780. "source": {
  1781. "type": "git",
  1782. "url": "https://github.com/sebastianbergmann/diff.git",
  1783. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  1784. },
  1785. "dist": {
  1786. "type": "zip",
  1787. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  1788. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  1789. "shasum": ""
  1790. },
  1791. "require": {
  1792. "php": ">=5.3.3"
  1793. },
  1794. "require-dev": {
  1795. "phpunit/phpunit": "~4.8"
  1796. },
  1797. "type": "library",
  1798. "extra": {
  1799. "branch-alias": {
  1800. "dev-master": "1.4-dev"
  1801. }
  1802. },
  1803. "autoload": {
  1804. "classmap": [
  1805. "src/"
  1806. ]
  1807. },
  1808. "notification-url": "https://packagist.org/downloads/",
  1809. "license": [
  1810. "BSD-3-Clause"
  1811. ],
  1812. "authors": [
  1813. {
  1814. "name": "Kore Nordmann",
  1815. "email": "mail@kore-nordmann.de"
  1816. },
  1817. {
  1818. "name": "Sebastian Bergmann",
  1819. "email": "sebastian@phpunit.de"
  1820. }
  1821. ],
  1822. "description": "Diff implementation",
  1823. "homepage": "https://github.com/sebastianbergmann/diff",
  1824. "keywords": [
  1825. "diff"
  1826. ],
  1827. "time": "2015-12-08 07:14:41"
  1828. },
  1829. {
  1830. "name": "sebastian/environment",
  1831. "version": "1.3.3",
  1832. "source": {
  1833. "type": "git",
  1834. "url": "https://github.com/sebastianbergmann/environment.git",
  1835. "reference": "6e7133793a8e5a5714a551a8324337374be209df"
  1836. },
  1837. "dist": {
  1838. "type": "zip",
  1839. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
  1840. "reference": "6e7133793a8e5a5714a551a8324337374be209df",
  1841. "shasum": ""
  1842. },
  1843. "require": {
  1844. "php": ">=5.3.3"
  1845. },
  1846. "require-dev": {
  1847. "phpunit/phpunit": "~4.4"
  1848. },
  1849. "type": "library",
  1850. "extra": {
  1851. "branch-alias": {
  1852. "dev-master": "1.3.x-dev"
  1853. }
  1854. },
  1855. "autoload": {
  1856. "classmap": [
  1857. "src/"
  1858. ]
  1859. },
  1860. "notification-url": "https://packagist.org/downloads/",
  1861. "license": [
  1862. "BSD-3-Clause"
  1863. ],
  1864. "authors": [
  1865. {
  1866. "name": "Sebastian Bergmann",
  1867. "email": "sebastian@phpunit.de"
  1868. }
  1869. ],
  1870. "description": "Provides functionality to handle HHVM/PHP environments",
  1871. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1872. "keywords": [
  1873. "Xdebug",
  1874. "environment",
  1875. "hhvm"
  1876. ],
  1877. "time": "2015-12-02 08:37:27"
  1878. },
  1879. {
  1880. "name": "sebastian/exporter",
  1881. "version": "1.2.1",
  1882. "source": {
  1883. "type": "git",
  1884. "url": "https://github.com/sebastianbergmann/exporter.git",
  1885. "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  1886. },
  1887. "dist": {
  1888. "type": "zip",
  1889. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  1890. "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  1891. "shasum": ""
  1892. },
  1893. "require": {
  1894. "php": ">=5.3.3",
  1895. "sebastian/recursion-context": "~1.0"
  1896. },
  1897. "require-dev": {
  1898. "phpunit/phpunit": "~4.4"
  1899. },
  1900. "type": "library",
  1901. "extra": {
  1902. "branch-alias": {
  1903. "dev-master": "1.2.x-dev"
  1904. }
  1905. },
  1906. "autoload": {
  1907. "classmap": [
  1908. "src/"
  1909. ]
  1910. },
  1911. "notification-url": "https://packagist.org/downloads/",
  1912. "license": [
  1913. "BSD-3-Clause"
  1914. ],
  1915. "authors": [
  1916. {
  1917. "name": "Jeff Welch",
  1918. "email": "whatthejeff@gmail.com"
  1919. },
  1920. {
  1921. "name": "Volker Dusch",
  1922. "email": "github@wallbash.com"
  1923. },
  1924. {
  1925. "name": "Bernhard Schussek",
  1926. "email": "bschussek@2bepublished.at"
  1927. },
  1928. {
  1929. "name": "Sebastian Bergmann",
  1930. "email": "sebastian@phpunit.de"
  1931. },
  1932. {
  1933. "name": "Adam Harvey",
  1934. "email": "aharvey@php.net"
  1935. }
  1936. ],
  1937. "description": "Provides the functionality to export PHP variables for visualization",
  1938. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1939. "keywords": [
  1940. "export",
  1941. "exporter"
  1942. ],
  1943. "time": "2015-06-21 07:55:53"
  1944. },
  1945. {
  1946. "name": "sebastian/global-state",
  1947. "version": "1.1.1",
  1948. "source": {
  1949. "type": "git",
  1950. "url": "https://github.com/sebastianbergmann/global-state.git",
  1951. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  1952. },
  1953. "dist": {
  1954. "type": "zip",
  1955. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1956. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1957. "shasum": ""
  1958. },
  1959. "require": {
  1960. "php": ">=5.3.3"
  1961. },
  1962. "require-dev": {
  1963. "phpunit/phpunit": "~4.2"
  1964. },
  1965. "suggest": {
  1966. "ext-uopz": "*"
  1967. },
  1968. "type": "library",
  1969. "extra": {
  1970. "branch-alias": {
  1971. "dev-master": "1.0-dev"
  1972. }
  1973. },
  1974. "autoload": {
  1975. "classmap": [
  1976. "src/"
  1977. ]
  1978. },
  1979. "notification-url": "https://packagist.org/downloads/",
  1980. "license": [
  1981. "BSD-3-Clause"
  1982. ],
  1983. "authors": [
  1984. {
  1985. "name": "Sebastian Bergmann",
  1986. "email": "sebastian@phpunit.de"
  1987. }
  1988. ],
  1989. "description": "Snapshotting of global state",
  1990. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1991. "keywords": [
  1992. "global state"
  1993. ],
  1994. "time": "2015-10-12 03:26:01"
  1995. },
  1996. {
  1997. "name": "sebastian/recursion-context",
  1998. "version": "1.0.2",
  1999. "source": {
  2000. "type": "git",
  2001. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  2002. "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  2003. },
  2004. "dist": {
  2005. "type": "zip",
  2006. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  2007. "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  2008. "shasum": ""
  2009. },
  2010. "require": {
  2011. "php": ">=5.3.3"
  2012. },
  2013. "require-dev": {
  2014. "phpunit/phpunit": "~4.4"
  2015. },
  2016. "type": "library",
  2017. "extra": {
  2018. "branch-alias": {
  2019. "dev-master": "1.0.x-dev"
  2020. }
  2021. },
  2022. "autoload": {
  2023. "classmap": [
  2024. "src/"
  2025. ]
  2026. },
  2027. "notification-url": "https://packagist.org/downloads/",
  2028. "license": [
  2029. "BSD-3-Clause"
  2030. ],
  2031. "authors": [
  2032. {
  2033. "name": "Jeff Welch",
  2034. "email": "whatthejeff@gmail.com"
  2035. },
  2036. {
  2037. "name": "Sebastian Bergmann",
  2038. "email": "sebastian@phpunit.de"
  2039. },
  2040. {
  2041. "name": "Adam Harvey",
  2042. "email": "aharvey@php.net"
  2043. }
  2044. ],
  2045. "description": "Provides functionality to recursively process PHP variables",
  2046. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  2047. "time": "2015-11-11 19:50:13"
  2048. },
  2049. {
  2050. "name": "sebastian/resource-operations",
  2051. "version": "1.0.0",
  2052. "source": {
  2053. "type": "git",
  2054. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  2055. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  2056. },
  2057. "dist": {
  2058. "type": "zip",
  2059. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  2060. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  2061. "shasum": ""
  2062. },
  2063. "require": {
  2064. "php": ">=5.6.0"
  2065. },
  2066. "type": "library",
  2067. "extra": {
  2068. "branch-alias": {
  2069. "dev-master": "1.0.x-dev"
  2070. }
  2071. },
  2072. "autoload": {
  2073. "classmap": [
  2074. "src/"
  2075. ]
  2076. },
  2077. "notification-url": "https://packagist.org/downloads/",
  2078. "license": [
  2079. "BSD-3-Clause"
  2080. ],
  2081. "authors": [
  2082. {
  2083. "name": "Sebastian Bergmann",
  2084. "email": "sebastian@phpunit.de"
  2085. }
  2086. ],
  2087. "description": "Provides a list of PHP built-in functions that operate on resources",
  2088. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  2089. "time": "2015-07-28 20:34:47"
  2090. },
  2091. {
  2092. "name": "sebastian/version",
  2093. "version": "2.0.0",
  2094. "source": {
  2095. "type": "git",
  2096. "url": "https://github.com/sebastianbergmann/version.git",
  2097. "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
  2098. },
  2099. "dist": {
  2100. "type": "zip",
  2101. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
  2102. "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
  2103. "shasum": ""
  2104. },
  2105. "require": {
  2106. "php": ">=5.6"
  2107. },
  2108. "type": "library",
  2109. "extra": {
  2110. "branch-alias": {
  2111. "dev-master": "2.0.x-dev"
  2112. }
  2113. },
  2114. "autoload": {
  2115. "classmap": [
  2116. "src/"
  2117. ]
  2118. },
  2119. "notification-url": "https://packagist.org/downloads/",
  2120. "license": [
  2121. "BSD-3-Clause"
  2122. ],
  2123. "authors": [
  2124. {
  2125. "name": "Sebastian Bergmann",
  2126. "email": "sebastian@phpunit.de",
  2127. "role": "lead"
  2128. }
  2129. ],
  2130. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  2131. "homepage": "https://github.com/sebastianbergmann/version",
  2132. "time": "2016-02-04 12:56:52"
  2133. },
  2134. {
  2135. "name": "symfony/yaml",
  2136. "version": "v3.0.2",
  2137. "source": {
  2138. "type": "git",
  2139. "url": "https://github.com/symfony/yaml.git",
  2140. "reference": "3cf0709d7fe936e97bee9e954382e449003f1d9a"
  2141. },
  2142. "dist": {
  2143. "type": "zip",
  2144. "url": "https://api.github.com/repos/symfony/yaml/zipball/3cf0709d7fe936e97bee9e954382e449003f1d9a",
  2145. "reference": "3cf0709d7fe936e97bee9e954382e449003f1d9a",
  2146. "shasum": ""
  2147. },
  2148. "require": {
  2149. "php": ">=5.5.9"
  2150. },
  2151. "type": "library",
  2152. "extra": {
  2153. "branch-alias": {
  2154. "dev-master": "3.0-dev"
  2155. }
  2156. },
  2157. "autoload": {
  2158. "psr-4": {
  2159. "Symfony\\Component\\Yaml\\": ""
  2160. },
  2161. "exclude-from-classmap": [
  2162. "/Tests/"
  2163. ]
  2164. },
  2165. "notification-url": "https://packagist.org/downloads/",
  2166. "license": [
  2167. "MIT"
  2168. ],
  2169. "authors": [
  2170. {
  2171. "name": "Fabien Potencier",
  2172. "email": "fabien@symfony.com"
  2173. },
  2174. {
  2175. "name": "Symfony Community",
  2176. "homepage": "https://symfony.com/contributors"
  2177. }
  2178. ],
  2179. "description": "Symfony Yaml Component",
  2180. "homepage": "https://symfony.com",
  2181. "time": "2016-02-02 13:44:19"
  2182. }
  2183. ],
  2184. "aliases": [],
  2185. "minimum-stability": "stable",
  2186. "stability-flags": [],
  2187. "prefer-stable": false,
  2188. "prefer-lowest": false,
  2189. "platform": {
  2190. "php": ">=5.5"
  2191. },
  2192. "platform-dev": []
  2193. }