composer.lock 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171
  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": "30b3f742dfbb33e32bc20ef21aef7213",
  8. "content-hash": "7d0a509d7328c39307821c4a7b87548f",
  9. "packages": [],
  10. "packages-dev": [
  11. {
  12. "name": "doctrine/instantiator",
  13. "version": "1.0.5",
  14. "source": {
  15. "type": "git",
  16. "url": "https://github.com/doctrine/instantiator.git",
  17. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  18. },
  19. "dist": {
  20. "type": "zip",
  21. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  22. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  23. "shasum": ""
  24. },
  25. "require": {
  26. "php": ">=5.3,<8.0-DEV"
  27. },
  28. "require-dev": {
  29. "athletic/athletic": "~0.1.8",
  30. "ext-pdo": "*",
  31. "ext-phar": "*",
  32. "phpunit/phpunit": "~4.0",
  33. "squizlabs/php_codesniffer": "~2.0"
  34. },
  35. "type": "library",
  36. "extra": {
  37. "branch-alias": {
  38. "dev-master": "1.0.x-dev"
  39. }
  40. },
  41. "autoload": {
  42. "psr-4": {
  43. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  44. }
  45. },
  46. "notification-url": "https://packagist.org/downloads/",
  47. "license": [
  48. "MIT"
  49. ],
  50. "authors": [
  51. {
  52. "name": "Marco Pivetta",
  53. "email": "ocramius@gmail.com",
  54. "homepage": "http://ocramius.github.com/"
  55. }
  56. ],
  57. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  58. "homepage": "https://github.com/doctrine/instantiator",
  59. "keywords": [
  60. "constructor",
  61. "instantiate"
  62. ],
  63. "time": "2015-06-14 21:17:01"
  64. },
  65. {
  66. "name": "myclabs/deep-copy",
  67. "version": "1.5.0",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/myclabs/DeepCopy.git",
  71. "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
  76. "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc",
  77. "shasum": ""
  78. },
  79. "require": {
  80. "php": ">=5.4.0"
  81. },
  82. "require-dev": {
  83. "doctrine/collections": "1.*",
  84. "phpunit/phpunit": "~4.1"
  85. },
  86. "type": "library",
  87. "autoload": {
  88. "psr-4": {
  89. "DeepCopy\\": "src/DeepCopy/"
  90. }
  91. },
  92. "notification-url": "https://packagist.org/downloads/",
  93. "license": [
  94. "MIT"
  95. ],
  96. "description": "Create deep copies (clones) of your objects",
  97. "homepage": "https://github.com/myclabs/DeepCopy",
  98. "keywords": [
  99. "clone",
  100. "copy",
  101. "duplicate",
  102. "object",
  103. "object graph"
  104. ],
  105. "time": "2015-11-07 22:20:37"
  106. },
  107. {
  108. "name": "phpdocumentor/reflection-docblock",
  109. "version": "2.0.4",
  110. "source": {
  111. "type": "git",
  112. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  113. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  114. },
  115. "dist": {
  116. "type": "zip",
  117. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  118. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  119. "shasum": ""
  120. },
  121. "require": {
  122. "php": ">=5.3.3"
  123. },
  124. "require-dev": {
  125. "phpunit/phpunit": "~4.0"
  126. },
  127. "suggest": {
  128. "dflydev/markdown": "~1.0",
  129. "erusev/parsedown": "~1.0"
  130. },
  131. "type": "library",
  132. "extra": {
  133. "branch-alias": {
  134. "dev-master": "2.0.x-dev"
  135. }
  136. },
  137. "autoload": {
  138. "psr-0": {
  139. "phpDocumentor": [
  140. "src/"
  141. ]
  142. }
  143. },
  144. "notification-url": "https://packagist.org/downloads/",
  145. "license": [
  146. "MIT"
  147. ],
  148. "authors": [
  149. {
  150. "name": "Mike van Riel",
  151. "email": "mike.vanriel@naenius.com"
  152. }
  153. ],
  154. "time": "2015-02-03 12:10:50"
  155. },
  156. {
  157. "name": "phpspec/prophecy",
  158. "version": "v1.6.0",
  159. "source": {
  160. "type": "git",
  161. "url": "https://github.com/phpspec/prophecy.git",
  162. "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
  163. },
  164. "dist": {
  165. "type": "zip",
  166. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
  167. "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
  168. "shasum": ""
  169. },
  170. "require": {
  171. "doctrine/instantiator": "^1.0.2",
  172. "php": "^5.3|^7.0",
  173. "phpdocumentor/reflection-docblock": "~2.0",
  174. "sebastian/comparator": "~1.1",
  175. "sebastian/recursion-context": "~1.0"
  176. },
  177. "require-dev": {
  178. "phpspec/phpspec": "~2.0"
  179. },
  180. "type": "library",
  181. "extra": {
  182. "branch-alias": {
  183. "dev-master": "1.5.x-dev"
  184. }
  185. },
  186. "autoload": {
  187. "psr-0": {
  188. "Prophecy\\": "src/"
  189. }
  190. },
  191. "notification-url": "https://packagist.org/downloads/",
  192. "license": [
  193. "MIT"
  194. ],
  195. "authors": [
  196. {
  197. "name": "Konstantin Kudryashov",
  198. "email": "ever.zet@gmail.com",
  199. "homepage": "http://everzet.com"
  200. },
  201. {
  202. "name": "Marcello Duarte",
  203. "email": "marcello.duarte@gmail.com"
  204. }
  205. ],
  206. "description": "Highly opinionated mocking framework for PHP 5.3+",
  207. "homepage": "https://github.com/phpspec/prophecy",
  208. "keywords": [
  209. "Double",
  210. "Dummy",
  211. "fake",
  212. "mock",
  213. "spy",
  214. "stub"
  215. ],
  216. "time": "2016-02-15 07:46:21"
  217. },
  218. {
  219. "name": "phpunit/dbunit",
  220. "version": "2.0.2",
  221. "source": {
  222. "type": "git",
  223. "url": "https://github.com/sebastianbergmann/dbunit.git",
  224. "reference": "390cefcb101e07e1d6400dbdfc3b90ecf2c1279f"
  225. },
  226. "dist": {
  227. "type": "zip",
  228. "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/390cefcb101e07e1d6400dbdfc3b90ecf2c1279f",
  229. "reference": "390cefcb101e07e1d6400dbdfc3b90ecf2c1279f",
  230. "shasum": ""
  231. },
  232. "require": {
  233. "ext-pdo": "*",
  234. "ext-simplexml": "*",
  235. "php": ">=5.4",
  236. "phpunit/phpunit": "~4|~5",
  237. "symfony/yaml": "~2.1|~3.0"
  238. },
  239. "bin": [
  240. "dbunit"
  241. ],
  242. "type": "library",
  243. "extra": {
  244. "branch-alias": {
  245. "dev-master": "2.0.x-dev"
  246. }
  247. },
  248. "autoload": {
  249. "classmap": [
  250. "src/"
  251. ]
  252. },
  253. "notification-url": "https://packagist.org/downloads/",
  254. "license": [
  255. "BSD-3-Clause"
  256. ],
  257. "authors": [
  258. {
  259. "name": "Sebastian Bergmann",
  260. "email": "sb@sebastian-bergmann.de",
  261. "role": "lead"
  262. }
  263. ],
  264. "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
  265. "homepage": "https://github.com/sebastianbergmann/dbunit/",
  266. "keywords": [
  267. "database",
  268. "testing",
  269. "xunit"
  270. ],
  271. "time": "2015-11-03 11:17:01"
  272. },
  273. {
  274. "name": "phpunit/php-code-coverage",
  275. "version": "3.3.0",
  276. "source": {
  277. "type": "git",
  278. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  279. "reference": "fe33716763b604ade4cb442c0794f5bd5ad73004"
  280. },
  281. "dist": {
  282. "type": "zip",
  283. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe33716763b604ade4cb442c0794f5bd5ad73004",
  284. "reference": "fe33716763b604ade4cb442c0794f5bd5ad73004",
  285. "shasum": ""
  286. },
  287. "require": {
  288. "php": "^5.6 || ^7.0",
  289. "phpunit/php-file-iterator": "~1.3",
  290. "phpunit/php-text-template": "~1.2",
  291. "phpunit/php-token-stream": "^1.4.2",
  292. "sebastian/code-unit-reverse-lookup": "~1.0",
  293. "sebastian/environment": "^1.3.2",
  294. "sebastian/version": "~1.0|~2.0"
  295. },
  296. "require-dev": {
  297. "ext-xdebug": ">=2.1.4",
  298. "phpunit/phpunit": "~5"
  299. },
  300. "suggest": {
  301. "ext-dom": "*",
  302. "ext-xdebug": ">=2.2.1",
  303. "ext-xmlwriter": "*"
  304. },
  305. "type": "library",
  306. "extra": {
  307. "branch-alias": {
  308. "dev-master": "3.3.x-dev"
  309. }
  310. },
  311. "autoload": {
  312. "classmap": [
  313. "src/"
  314. ]
  315. },
  316. "notification-url": "https://packagist.org/downloads/",
  317. "license": [
  318. "BSD-3-Clause"
  319. ],
  320. "authors": [
  321. {
  322. "name": "Sebastian Bergmann",
  323. "email": "sb@sebastian-bergmann.de",
  324. "role": "lead"
  325. }
  326. ],
  327. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  328. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  329. "keywords": [
  330. "coverage",
  331. "testing",
  332. "xunit"
  333. ],
  334. "time": "2016-03-03 08:49:08"
  335. },
  336. {
  337. "name": "phpunit/php-file-iterator",
  338. "version": "1.4.1",
  339. "source": {
  340. "type": "git",
  341. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  342. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  343. },
  344. "dist": {
  345. "type": "zip",
  346. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  347. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  348. "shasum": ""
  349. },
  350. "require": {
  351. "php": ">=5.3.3"
  352. },
  353. "type": "library",
  354. "extra": {
  355. "branch-alias": {
  356. "dev-master": "1.4.x-dev"
  357. }
  358. },
  359. "autoload": {
  360. "classmap": [
  361. "src/"
  362. ]
  363. },
  364. "notification-url": "https://packagist.org/downloads/",
  365. "license": [
  366. "BSD-3-Clause"
  367. ],
  368. "authors": [
  369. {
  370. "name": "Sebastian Bergmann",
  371. "email": "sb@sebastian-bergmann.de",
  372. "role": "lead"
  373. }
  374. ],
  375. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  376. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  377. "keywords": [
  378. "filesystem",
  379. "iterator"
  380. ],
  381. "time": "2015-06-21 13:08:43"
  382. },
  383. {
  384. "name": "phpunit/php-text-template",
  385. "version": "1.2.1",
  386. "source": {
  387. "type": "git",
  388. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  389. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  390. },
  391. "dist": {
  392. "type": "zip",
  393. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  394. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  395. "shasum": ""
  396. },
  397. "require": {
  398. "php": ">=5.3.3"
  399. },
  400. "type": "library",
  401. "autoload": {
  402. "classmap": [
  403. "src/"
  404. ]
  405. },
  406. "notification-url": "https://packagist.org/downloads/",
  407. "license": [
  408. "BSD-3-Clause"
  409. ],
  410. "authors": [
  411. {
  412. "name": "Sebastian Bergmann",
  413. "email": "sebastian@phpunit.de",
  414. "role": "lead"
  415. }
  416. ],
  417. "description": "Simple template engine.",
  418. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  419. "keywords": [
  420. "template"
  421. ],
  422. "time": "2015-06-21 13:50:34"
  423. },
  424. {
  425. "name": "phpunit/php-timer",
  426. "version": "1.0.7",
  427. "source": {
  428. "type": "git",
  429. "url": "https://github.com/sebastianbergmann/php-timer.git",
  430. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
  431. },
  432. "dist": {
  433. "type": "zip",
  434. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  435. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  436. "shasum": ""
  437. },
  438. "require": {
  439. "php": ">=5.3.3"
  440. },
  441. "type": "library",
  442. "autoload": {
  443. "classmap": [
  444. "src/"
  445. ]
  446. },
  447. "notification-url": "https://packagist.org/downloads/",
  448. "license": [
  449. "BSD-3-Clause"
  450. ],
  451. "authors": [
  452. {
  453. "name": "Sebastian Bergmann",
  454. "email": "sb@sebastian-bergmann.de",
  455. "role": "lead"
  456. }
  457. ],
  458. "description": "Utility class for timing",
  459. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  460. "keywords": [
  461. "timer"
  462. ],
  463. "time": "2015-06-21 08:01:12"
  464. },
  465. {
  466. "name": "phpunit/php-token-stream",
  467. "version": "1.4.8",
  468. "source": {
  469. "type": "git",
  470. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  471. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  472. },
  473. "dist": {
  474. "type": "zip",
  475. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  476. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  477. "shasum": ""
  478. },
  479. "require": {
  480. "ext-tokenizer": "*",
  481. "php": ">=5.3.3"
  482. },
  483. "require-dev": {
  484. "phpunit/phpunit": "~4.2"
  485. },
  486. "type": "library",
  487. "extra": {
  488. "branch-alias": {
  489. "dev-master": "1.4-dev"
  490. }
  491. },
  492. "autoload": {
  493. "classmap": [
  494. "src/"
  495. ]
  496. },
  497. "notification-url": "https://packagist.org/downloads/",
  498. "license": [
  499. "BSD-3-Clause"
  500. ],
  501. "authors": [
  502. {
  503. "name": "Sebastian Bergmann",
  504. "email": "sebastian@phpunit.de"
  505. }
  506. ],
  507. "description": "Wrapper around PHP's tokenizer extension.",
  508. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  509. "keywords": [
  510. "tokenizer"
  511. ],
  512. "time": "2015-09-15 10:49:45"
  513. },
  514. {
  515. "name": "phpunit/phpunit",
  516. "version": "5.2.10",
  517. "source": {
  518. "type": "git",
  519. "url": "https://github.com/sebastianbergmann/phpunit.git",
  520. "reference": "37fa29b17b87a3e9f0a4d77c42f0aac5183b84d1"
  521. },
  522. "dist": {
  523. "type": "zip",
  524. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/37fa29b17b87a3e9f0a4d77c42f0aac5183b84d1",
  525. "reference": "37fa29b17b87a3e9f0a4d77c42f0aac5183b84d1",
  526. "shasum": ""
  527. },
  528. "require": {
  529. "ext-dom": "*",
  530. "ext-json": "*",
  531. "ext-pcre": "*",
  532. "ext-reflection": "*",
  533. "ext-spl": "*",
  534. "myclabs/deep-copy": "~1.3",
  535. "php": "^5.6 || ^7.0",
  536. "phpspec/prophecy": "^1.3.1",
  537. "phpunit/php-code-coverage": "^3.3.0",
  538. "phpunit/php-file-iterator": "~1.4",
  539. "phpunit/php-text-template": "~1.2",
  540. "phpunit/php-timer": ">=1.0.6",
  541. "phpunit/phpunit-mock-objects": ">=3.0.5",
  542. "sebastian/comparator": "~1.1",
  543. "sebastian/diff": "~1.2",
  544. "sebastian/environment": "~1.3",
  545. "sebastian/exporter": "~1.2",
  546. "sebastian/global-state": "~1.0",
  547. "sebastian/resource-operations": "~1.0",
  548. "sebastian/version": "~1.0|~2.0",
  549. "symfony/yaml": "~2.1|~3.0"
  550. },
  551. "suggest": {
  552. "phpunit/php-invoker": "~1.1"
  553. },
  554. "bin": [
  555. "phpunit"
  556. ],
  557. "type": "library",
  558. "extra": {
  559. "branch-alias": {
  560. "dev-master": "5.2.x-dev"
  561. }
  562. },
  563. "autoload": {
  564. "classmap": [
  565. "src/"
  566. ]
  567. },
  568. "notification-url": "https://packagist.org/downloads/",
  569. "license": [
  570. "BSD-3-Clause"
  571. ],
  572. "authors": [
  573. {
  574. "name": "Sebastian Bergmann",
  575. "email": "sebastian@phpunit.de",
  576. "role": "lead"
  577. }
  578. ],
  579. "description": "The PHP Unit Testing framework.",
  580. "homepage": "https://phpunit.de/",
  581. "keywords": [
  582. "phpunit",
  583. "testing",
  584. "xunit"
  585. ],
  586. "time": "2016-03-03 08:52:58"
  587. },
  588. {
  589. "name": "phpunit/phpunit-mock-objects",
  590. "version": "3.0.6",
  591. "source": {
  592. "type": "git",
  593. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  594. "reference": "49bc700750196c04dd6bc2c4c99cb632b893836b"
  595. },
  596. "dist": {
  597. "type": "zip",
  598. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/49bc700750196c04dd6bc2c4c99cb632b893836b",
  599. "reference": "49bc700750196c04dd6bc2c4c99cb632b893836b",
  600. "shasum": ""
  601. },
  602. "require": {
  603. "doctrine/instantiator": "^1.0.2",
  604. "php": ">=5.6",
  605. "phpunit/php-text-template": "~1.2",
  606. "sebastian/exporter": "~1.2"
  607. },
  608. "require-dev": {
  609. "phpunit/phpunit": "~5"
  610. },
  611. "suggest": {
  612. "ext-soap": "*"
  613. },
  614. "type": "library",
  615. "extra": {
  616. "branch-alias": {
  617. "dev-master": "3.0.x-dev"
  618. }
  619. },
  620. "autoload": {
  621. "classmap": [
  622. "src/"
  623. ]
  624. },
  625. "notification-url": "https://packagist.org/downloads/",
  626. "license": [
  627. "BSD-3-Clause"
  628. ],
  629. "authors": [
  630. {
  631. "name": "Sebastian Bergmann",
  632. "email": "sb@sebastian-bergmann.de",
  633. "role": "lead"
  634. }
  635. ],
  636. "description": "Mock Object library for PHPUnit",
  637. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  638. "keywords": [
  639. "mock",
  640. "xunit"
  641. ],
  642. "time": "2015-12-08 08:47:06"
  643. },
  644. {
  645. "name": "sebastian/code-unit-reverse-lookup",
  646. "version": "1.0.0",
  647. "source": {
  648. "type": "git",
  649. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  650. "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
  651. },
  652. "dist": {
  653. "type": "zip",
  654. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
  655. "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
  656. "shasum": ""
  657. },
  658. "require": {
  659. "php": ">=5.6"
  660. },
  661. "require-dev": {
  662. "phpunit/phpunit": "~5"
  663. },
  664. "type": "library",
  665. "extra": {
  666. "branch-alias": {
  667. "dev-master": "1.0.x-dev"
  668. }
  669. },
  670. "autoload": {
  671. "classmap": [
  672. "src/"
  673. ]
  674. },
  675. "notification-url": "https://packagist.org/downloads/",
  676. "license": [
  677. "BSD-3-Clause"
  678. ],
  679. "authors": [
  680. {
  681. "name": "Sebastian Bergmann",
  682. "email": "sebastian@phpunit.de"
  683. }
  684. ],
  685. "description": "Looks up which function or method a line of code belongs to",
  686. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  687. "time": "2016-02-13 06:45:14"
  688. },
  689. {
  690. "name": "sebastian/comparator",
  691. "version": "1.2.0",
  692. "source": {
  693. "type": "git",
  694. "url": "https://github.com/sebastianbergmann/comparator.git",
  695. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  696. },
  697. "dist": {
  698. "type": "zip",
  699. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  700. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  701. "shasum": ""
  702. },
  703. "require": {
  704. "php": ">=5.3.3",
  705. "sebastian/diff": "~1.2",
  706. "sebastian/exporter": "~1.2"
  707. },
  708. "require-dev": {
  709. "phpunit/phpunit": "~4.4"
  710. },
  711. "type": "library",
  712. "extra": {
  713. "branch-alias": {
  714. "dev-master": "1.2.x-dev"
  715. }
  716. },
  717. "autoload": {
  718. "classmap": [
  719. "src/"
  720. ]
  721. },
  722. "notification-url": "https://packagist.org/downloads/",
  723. "license": [
  724. "BSD-3-Clause"
  725. ],
  726. "authors": [
  727. {
  728. "name": "Jeff Welch",
  729. "email": "whatthejeff@gmail.com"
  730. },
  731. {
  732. "name": "Volker Dusch",
  733. "email": "github@wallbash.com"
  734. },
  735. {
  736. "name": "Bernhard Schussek",
  737. "email": "bschussek@2bepublished.at"
  738. },
  739. {
  740. "name": "Sebastian Bergmann",
  741. "email": "sebastian@phpunit.de"
  742. }
  743. ],
  744. "description": "Provides the functionality to compare PHP values for equality",
  745. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  746. "keywords": [
  747. "comparator",
  748. "compare",
  749. "equality"
  750. ],
  751. "time": "2015-07-26 15:48:44"
  752. },
  753. {
  754. "name": "sebastian/diff",
  755. "version": "1.4.1",
  756. "source": {
  757. "type": "git",
  758. "url": "https://github.com/sebastianbergmann/diff.git",
  759. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  760. },
  761. "dist": {
  762. "type": "zip",
  763. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  764. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  765. "shasum": ""
  766. },
  767. "require": {
  768. "php": ">=5.3.3"
  769. },
  770. "require-dev": {
  771. "phpunit/phpunit": "~4.8"
  772. },
  773. "type": "library",
  774. "extra": {
  775. "branch-alias": {
  776. "dev-master": "1.4-dev"
  777. }
  778. },
  779. "autoload": {
  780. "classmap": [
  781. "src/"
  782. ]
  783. },
  784. "notification-url": "https://packagist.org/downloads/",
  785. "license": [
  786. "BSD-3-Clause"
  787. ],
  788. "authors": [
  789. {
  790. "name": "Kore Nordmann",
  791. "email": "mail@kore-nordmann.de"
  792. },
  793. {
  794. "name": "Sebastian Bergmann",
  795. "email": "sebastian@phpunit.de"
  796. }
  797. ],
  798. "description": "Diff implementation",
  799. "homepage": "https://github.com/sebastianbergmann/diff",
  800. "keywords": [
  801. "diff"
  802. ],
  803. "time": "2015-12-08 07:14:41"
  804. },
  805. {
  806. "name": "sebastian/environment",
  807. "version": "1.3.5",
  808. "source": {
  809. "type": "git",
  810. "url": "https://github.com/sebastianbergmann/environment.git",
  811. "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
  812. },
  813. "dist": {
  814. "type": "zip",
  815. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
  816. "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
  817. "shasum": ""
  818. },
  819. "require": {
  820. "php": ">=5.3.3"
  821. },
  822. "require-dev": {
  823. "phpunit/phpunit": "~4.4"
  824. },
  825. "type": "library",
  826. "extra": {
  827. "branch-alias": {
  828. "dev-master": "1.3.x-dev"
  829. }
  830. },
  831. "autoload": {
  832. "classmap": [
  833. "src/"
  834. ]
  835. },
  836. "notification-url": "https://packagist.org/downloads/",
  837. "license": [
  838. "BSD-3-Clause"
  839. ],
  840. "authors": [
  841. {
  842. "name": "Sebastian Bergmann",
  843. "email": "sebastian@phpunit.de"
  844. }
  845. ],
  846. "description": "Provides functionality to handle HHVM/PHP environments",
  847. "homepage": "http://www.github.com/sebastianbergmann/environment",
  848. "keywords": [
  849. "Xdebug",
  850. "environment",
  851. "hhvm"
  852. ],
  853. "time": "2016-02-26 18:40:46"
  854. },
  855. {
  856. "name": "sebastian/exporter",
  857. "version": "1.2.1",
  858. "source": {
  859. "type": "git",
  860. "url": "https://github.com/sebastianbergmann/exporter.git",
  861. "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  862. },
  863. "dist": {
  864. "type": "zip",
  865. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  866. "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  867. "shasum": ""
  868. },
  869. "require": {
  870. "php": ">=5.3.3",
  871. "sebastian/recursion-context": "~1.0"
  872. },
  873. "require-dev": {
  874. "phpunit/phpunit": "~4.4"
  875. },
  876. "type": "library",
  877. "extra": {
  878. "branch-alias": {
  879. "dev-master": "1.2.x-dev"
  880. }
  881. },
  882. "autoload": {
  883. "classmap": [
  884. "src/"
  885. ]
  886. },
  887. "notification-url": "https://packagist.org/downloads/",
  888. "license": [
  889. "BSD-3-Clause"
  890. ],
  891. "authors": [
  892. {
  893. "name": "Jeff Welch",
  894. "email": "whatthejeff@gmail.com"
  895. },
  896. {
  897. "name": "Volker Dusch",
  898. "email": "github@wallbash.com"
  899. },
  900. {
  901. "name": "Bernhard Schussek",
  902. "email": "bschussek@2bepublished.at"
  903. },
  904. {
  905. "name": "Sebastian Bergmann",
  906. "email": "sebastian@phpunit.de"
  907. },
  908. {
  909. "name": "Adam Harvey",
  910. "email": "aharvey@php.net"
  911. }
  912. ],
  913. "description": "Provides the functionality to export PHP variables for visualization",
  914. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  915. "keywords": [
  916. "export",
  917. "exporter"
  918. ],
  919. "time": "2015-06-21 07:55:53"
  920. },
  921. {
  922. "name": "sebastian/global-state",
  923. "version": "1.1.1",
  924. "source": {
  925. "type": "git",
  926. "url": "https://github.com/sebastianbergmann/global-state.git",
  927. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  928. },
  929. "dist": {
  930. "type": "zip",
  931. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  932. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  933. "shasum": ""
  934. },
  935. "require": {
  936. "php": ">=5.3.3"
  937. },
  938. "require-dev": {
  939. "phpunit/phpunit": "~4.2"
  940. },
  941. "suggest": {
  942. "ext-uopz": "*"
  943. },
  944. "type": "library",
  945. "extra": {
  946. "branch-alias": {
  947. "dev-master": "1.0-dev"
  948. }
  949. },
  950. "autoload": {
  951. "classmap": [
  952. "src/"
  953. ]
  954. },
  955. "notification-url": "https://packagist.org/downloads/",
  956. "license": [
  957. "BSD-3-Clause"
  958. ],
  959. "authors": [
  960. {
  961. "name": "Sebastian Bergmann",
  962. "email": "sebastian@phpunit.de"
  963. }
  964. ],
  965. "description": "Snapshotting of global state",
  966. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  967. "keywords": [
  968. "global state"
  969. ],
  970. "time": "2015-10-12 03:26:01"
  971. },
  972. {
  973. "name": "sebastian/recursion-context",
  974. "version": "1.0.2",
  975. "source": {
  976. "type": "git",
  977. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  978. "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  979. },
  980. "dist": {
  981. "type": "zip",
  982. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  983. "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  984. "shasum": ""
  985. },
  986. "require": {
  987. "php": ">=5.3.3"
  988. },
  989. "require-dev": {
  990. "phpunit/phpunit": "~4.4"
  991. },
  992. "type": "library",
  993. "extra": {
  994. "branch-alias": {
  995. "dev-master": "1.0.x-dev"
  996. }
  997. },
  998. "autoload": {
  999. "classmap": [
  1000. "src/"
  1001. ]
  1002. },
  1003. "notification-url": "https://packagist.org/downloads/",
  1004. "license": [
  1005. "BSD-3-Clause"
  1006. ],
  1007. "authors": [
  1008. {
  1009. "name": "Jeff Welch",
  1010. "email": "whatthejeff@gmail.com"
  1011. },
  1012. {
  1013. "name": "Sebastian Bergmann",
  1014. "email": "sebastian@phpunit.de"
  1015. },
  1016. {
  1017. "name": "Adam Harvey",
  1018. "email": "aharvey@php.net"
  1019. }
  1020. ],
  1021. "description": "Provides functionality to recursively process PHP variables",
  1022. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1023. "time": "2015-11-11 19:50:13"
  1024. },
  1025. {
  1026. "name": "sebastian/resource-operations",
  1027. "version": "1.0.0",
  1028. "source": {
  1029. "type": "git",
  1030. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  1031. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  1032. },
  1033. "dist": {
  1034. "type": "zip",
  1035. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1036. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1037. "shasum": ""
  1038. },
  1039. "require": {
  1040. "php": ">=5.6.0"
  1041. },
  1042. "type": "library",
  1043. "extra": {
  1044. "branch-alias": {
  1045. "dev-master": "1.0.x-dev"
  1046. }
  1047. },
  1048. "autoload": {
  1049. "classmap": [
  1050. "src/"
  1051. ]
  1052. },
  1053. "notification-url": "https://packagist.org/downloads/",
  1054. "license": [
  1055. "BSD-3-Clause"
  1056. ],
  1057. "authors": [
  1058. {
  1059. "name": "Sebastian Bergmann",
  1060. "email": "sebastian@phpunit.de"
  1061. }
  1062. ],
  1063. "description": "Provides a list of PHP built-in functions that operate on resources",
  1064. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  1065. "time": "2015-07-28 20:34:47"
  1066. },
  1067. {
  1068. "name": "sebastian/version",
  1069. "version": "2.0.0",
  1070. "source": {
  1071. "type": "git",
  1072. "url": "https://github.com/sebastianbergmann/version.git",
  1073. "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
  1074. },
  1075. "dist": {
  1076. "type": "zip",
  1077. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
  1078. "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
  1079. "shasum": ""
  1080. },
  1081. "require": {
  1082. "php": ">=5.6"
  1083. },
  1084. "type": "library",
  1085. "extra": {
  1086. "branch-alias": {
  1087. "dev-master": "2.0.x-dev"
  1088. }
  1089. },
  1090. "autoload": {
  1091. "classmap": [
  1092. "src/"
  1093. ]
  1094. },
  1095. "notification-url": "https://packagist.org/downloads/",
  1096. "license": [
  1097. "BSD-3-Clause"
  1098. ],
  1099. "authors": [
  1100. {
  1101. "name": "Sebastian Bergmann",
  1102. "email": "sebastian@phpunit.de",
  1103. "role": "lead"
  1104. }
  1105. ],
  1106. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1107. "homepage": "https://github.com/sebastianbergmann/version",
  1108. "time": "2016-02-04 12:56:52"
  1109. },
  1110. {
  1111. "name": "symfony/yaml",
  1112. "version": "v3.0.3",
  1113. "source": {
  1114. "type": "git",
  1115. "url": "https://github.com/symfony/yaml.git",
  1116. "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c"
  1117. },
  1118. "dist": {
  1119. "type": "zip",
  1120. "url": "https://api.github.com/repos/symfony/yaml/zipball/b5ba64cd67ecd6887f63868fa781ca094bd1377c",
  1121. "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c",
  1122. "shasum": ""
  1123. },
  1124. "require": {
  1125. "php": ">=5.5.9"
  1126. },
  1127. "type": "library",
  1128. "extra": {
  1129. "branch-alias": {
  1130. "dev-master": "3.0-dev"
  1131. }
  1132. },
  1133. "autoload": {
  1134. "psr-4": {
  1135. "Symfony\\Component\\Yaml\\": ""
  1136. },
  1137. "exclude-from-classmap": [
  1138. "/Tests/"
  1139. ]
  1140. },
  1141. "notification-url": "https://packagist.org/downloads/",
  1142. "license": [
  1143. "MIT"
  1144. ],
  1145. "authors": [
  1146. {
  1147. "name": "Fabien Potencier",
  1148. "email": "fabien@symfony.com"
  1149. },
  1150. {
  1151. "name": "Symfony Community",
  1152. "homepage": "https://symfony.com/contributors"
  1153. }
  1154. ],
  1155. "description": "Symfony Yaml Component",
  1156. "homepage": "https://symfony.com",
  1157. "time": "2016-02-23 15:16:06"
  1158. }
  1159. ],
  1160. "aliases": [],
  1161. "minimum-stability": "stable",
  1162. "stability-flags": {
  1163. "phpunit/phpunit": 0
  1164. },
  1165. "prefer-stable": false,
  1166. "prefer-lowest": false,
  1167. "platform": {
  1168. "php": ">=4"
  1169. },
  1170. "platform-dev": []
  1171. }