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.

1333 lines
46 KiB

  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. "content-hash": "aea8652e8f2cbe2ee860b9794742e48b",
  8. "packages": [],
  9. "packages-dev": [
  10. {
  11. "name": "doctrine/instantiator",
  12. "version": "1.0.5",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/doctrine/instantiator.git",
  16. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  21. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.3,<8.0-DEV"
  26. },
  27. "require-dev": {
  28. "athletic/athletic": "~0.1.8",
  29. "ext-pdo": "*",
  30. "ext-phar": "*",
  31. "phpunit/phpunit": "~4.0",
  32. "squizlabs/php_codesniffer": "~2.0"
  33. },
  34. "type": "library",
  35. "extra": {
  36. "branch-alias": {
  37. "dev-master": "1.0.x-dev"
  38. }
  39. },
  40. "autoload": {
  41. "psr-4": {
  42. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "MIT"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Marco Pivetta",
  52. "email": "ocramius@gmail.com",
  53. "homepage": "http://ocramius.github.com/"
  54. }
  55. ],
  56. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  57. "homepage": "https://github.com/doctrine/instantiator",
  58. "keywords": [
  59. "constructor",
  60. "instantiate"
  61. ],
  62. "time": "2015-06-14T21:17:01+00:00"
  63. },
  64. {
  65. "name": "myclabs/deep-copy",
  66. "version": "1.6.1",
  67. "source": {
  68. "type": "git",
  69. "url": "https://github.com/myclabs/DeepCopy.git",
  70. "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
  71. },
  72. "dist": {
  73. "type": "zip",
  74. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  75. "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
  76. "shasum": ""
  77. },
  78. "require": {
  79. "php": ">=5.4.0"
  80. },
  81. "require-dev": {
  82. "doctrine/collections": "1.*",
  83. "phpunit/phpunit": "~4.1"
  84. },
  85. "type": "library",
  86. "autoload": {
  87. "psr-4": {
  88. "DeepCopy\\": "src/DeepCopy/"
  89. }
  90. },
  91. "notification-url": "https://packagist.org/downloads/",
  92. "license": [
  93. "MIT"
  94. ],
  95. "description": "Create deep copies (clones) of your objects",
  96. "homepage": "https://github.com/myclabs/DeepCopy",
  97. "keywords": [
  98. "clone",
  99. "copy",
  100. "duplicate",
  101. "object",
  102. "object graph"
  103. ],
  104. "time": "2017-04-12T18:52:22+00:00"
  105. },
  106. {
  107. "name": "phpdocumentor/reflection-common",
  108. "version": "1.0",
  109. "source": {
  110. "type": "git",
  111. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  112. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
  113. },
  114. "dist": {
  115. "type": "zip",
  116. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  117. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  118. "shasum": ""
  119. },
  120. "require": {
  121. "php": ">=5.5"
  122. },
  123. "require-dev": {
  124. "phpunit/phpunit": "^4.6"
  125. },
  126. "type": "library",
  127. "extra": {
  128. "branch-alias": {
  129. "dev-master": "1.0.x-dev"
  130. }
  131. },
  132. "autoload": {
  133. "psr-4": {
  134. "phpDocumentor\\Reflection\\": [
  135. "src"
  136. ]
  137. }
  138. },
  139. "notification-url": "https://packagist.org/downloads/",
  140. "license": [
  141. "MIT"
  142. ],
  143. "authors": [
  144. {
  145. "name": "Jaap van Otterdijk",
  146. "email": "opensource@ijaap.nl"
  147. }
  148. ],
  149. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  150. "homepage": "http://www.phpdoc.org",
  151. "keywords": [
  152. "FQSEN",
  153. "phpDocumentor",
  154. "phpdoc",
  155. "reflection",
  156. "static analysis"
  157. ],
  158. "time": "2015-12-27T11:43:31+00:00"
  159. },
  160. {
  161. "name": "phpdocumentor/reflection-docblock",
  162. "version": "3.1.1",
  163. "source": {
  164. "type": "git",
  165. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  166. "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
  167. },
  168. "dist": {
  169. "type": "zip",
  170. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
  171. "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
  172. "shasum": ""
  173. },
  174. "require": {
  175. "php": ">=5.5",
  176. "phpdocumentor/reflection-common": "^1.0@dev",
  177. "phpdocumentor/type-resolver": "^0.2.0",
  178. "webmozart/assert": "^1.0"
  179. },
  180. "require-dev": {
  181. "mockery/mockery": "^0.9.4",
  182. "phpunit/phpunit": "^4.4"
  183. },
  184. "type": "library",
  185. "autoload": {
  186. "psr-4": {
  187. "phpDocumentor\\Reflection\\": [
  188. "src/"
  189. ]
  190. }
  191. },
  192. "notification-url": "https://packagist.org/downloads/",
  193. "license": [
  194. "MIT"
  195. ],
  196. "authors": [
  197. {
  198. "name": "Mike van Riel",
  199. "email": "me@mikevanriel.com"
  200. }
  201. ],
  202. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  203. "time": "2016-09-30T07:12:33+00:00"
  204. },
  205. {
  206. "name": "phpdocumentor/type-resolver",
  207. "version": "0.2.1",
  208. "source": {
  209. "type": "git",
  210. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  211. "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
  212. },
  213. "dist": {
  214. "type": "zip",
  215. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  216. "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
  217. "shasum": ""
  218. },
  219. "require": {
  220. "php": ">=5.5",
  221. "phpdocumentor/reflection-common": "^1.0"
  222. },
  223. "require-dev": {
  224. "mockery/mockery": "^0.9.4",
  225. "phpunit/phpunit": "^5.2||^4.8.24"
  226. },
  227. "type": "library",
  228. "extra": {
  229. "branch-alias": {
  230. "dev-master": "1.0.x-dev"
  231. }
  232. },
  233. "autoload": {
  234. "psr-4": {
  235. "phpDocumentor\\Reflection\\": [
  236. "src/"
  237. ]
  238. }
  239. },
  240. "notification-url": "https://packagist.org/downloads/",
  241. "license": [
  242. "MIT"
  243. ],
  244. "authors": [
  245. {
  246. "name": "Mike van Riel",
  247. "email": "me@mikevanriel.com"
  248. }
  249. ],
  250. "time": "2016-11-25T06:54:22+00:00"
  251. },
  252. {
  253. "name": "phpspec/prophecy",
  254. "version": "v1.7.0",
  255. "source": {
  256. "type": "git",
  257. "url": "https://github.com/phpspec/prophecy.git",
  258. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
  259. },
  260. "dist": {
  261. "type": "zip",
  262. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
  263. "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
  264. "shasum": ""
  265. },
  266. "require": {
  267. "doctrine/instantiator": "^1.0.2",
  268. "php": "^5.3|^7.0",
  269. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  270. "sebastian/comparator": "^1.1|^2.0",
  271. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  272. },
  273. "require-dev": {
  274. "phpspec/phpspec": "^2.5|^3.2",
  275. "phpunit/phpunit": "^4.8 || ^5.6.5"
  276. },
  277. "type": "library",
  278. "extra": {
  279. "branch-alias": {
  280. "dev-master": "1.6.x-dev"
  281. }
  282. },
  283. "autoload": {
  284. "psr-0": {
  285. "Prophecy\\": "src/"
  286. }
  287. },
  288. "notification-url": "https://packagist.org/downloads/",
  289. "license": [
  290. "MIT"
  291. ],
  292. "authors": [
  293. {
  294. "name": "Konstantin Kudryashov",
  295. "email": "ever.zet@gmail.com",
  296. "homepage": "http://everzet.com"
  297. },
  298. {
  299. "name": "Marcello Duarte",
  300. "email": "marcello.duarte@gmail.com"
  301. }
  302. ],
  303. "description": "Highly opinionated mocking framework for PHP 5.3+",
  304. "homepage": "https://github.com/phpspec/prophecy",
  305. "keywords": [
  306. "Double",
  307. "Dummy",
  308. "fake",
  309. "mock",
  310. "spy",
  311. "stub"
  312. ],
  313. "time": "2017-03-02T20:05:34+00:00"
  314. },
  315. {
  316. "name": "phpunit/php-code-coverage",
  317. "version": "4.0.8",
  318. "source": {
  319. "type": "git",
  320. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  321. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
  322. },
  323. "dist": {
  324. "type": "zip",
  325. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  326. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  327. "shasum": ""
  328. },
  329. "require": {
  330. "ext-dom": "*",
  331. "ext-xmlwriter": "*",
  332. "php": "^5.6 || ^7.0",
  333. "phpunit/php-file-iterator": "^1.3",
  334. "phpunit/php-text-template": "^1.2",
  335. "phpunit/php-token-stream": "^1.4.2 || ^2.0",
  336. "sebastian/code-unit-reverse-lookup": "^1.0",
  337. "sebastian/environment": "^1.3.2 || ^2.0",
  338. "sebastian/version": "^1.0 || ^2.0"
  339. },
  340. "require-dev": {
  341. "ext-xdebug": "^2.1.4",
  342. "phpunit/phpunit": "^5.7"
  343. },
  344. "suggest": {
  345. "ext-xdebug": "^2.5.1"
  346. },
  347. "type": "library",
  348. "extra": {
  349. "branch-alias": {
  350. "dev-master": "4.0.x-dev"
  351. }
  352. },
  353. "autoload": {
  354. "classmap": [
  355. "src/"
  356. ]
  357. },
  358. "notification-url": "https://packagist.org/downloads/",
  359. "license": [
  360. "BSD-3-Clause"
  361. ],
  362. "authors": [
  363. {
  364. "name": "Sebastian Bergmann",
  365. "email": "sb@sebastian-bergmann.de",
  366. "role": "lead"
  367. }
  368. ],
  369. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  370. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  371. "keywords": [
  372. "coverage",
  373. "testing",
  374. "xunit"
  375. ],
  376. "time": "2017-04-02T07:44:40+00:00"
  377. },
  378. {
  379. "name": "phpunit/php-file-iterator",
  380. "version": "1.4.2",
  381. "source": {
  382. "type": "git",
  383. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  384. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  385. },
  386. "dist": {
  387. "type": "zip",
  388. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  389. "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  390. "shasum": ""
  391. },
  392. "require": {
  393. "php": ">=5.3.3"
  394. },
  395. "type": "library",
  396. "extra": {
  397. "branch-alias": {
  398. "dev-master": "1.4.x-dev"
  399. }
  400. },
  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": "sb@sebastian-bergmann.de",
  414. "role": "lead"
  415. }
  416. ],
  417. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  418. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  419. "keywords": [
  420. "filesystem",
  421. "iterator"
  422. ],
  423. "time": "2016-10-03T07:40:28+00:00"
  424. },
  425. {
  426. "name": "phpunit/php-text-template",
  427. "version": "1.2.1",
  428. "source": {
  429. "type": "git",
  430. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  431. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  432. },
  433. "dist": {
  434. "type": "zip",
  435. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  436. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  437. "shasum": ""
  438. },
  439. "require": {
  440. "php": ">=5.3.3"
  441. },
  442. "type": "library",
  443. "autoload": {
  444. "classmap": [
  445. "src/"
  446. ]
  447. },
  448. "notification-url": "https://packagist.org/downloads/",
  449. "license": [
  450. "BSD-3-Clause"
  451. ],
  452. "authors": [
  453. {
  454. "name": "Sebastian Bergmann",
  455. "email": "sebastian@phpunit.de",
  456. "role": "lead"
  457. }
  458. ],
  459. "description": "Simple template engine.",
  460. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  461. "keywords": [
  462. "template"
  463. ],
  464. "time": "2015-06-21T13:50:34+00:00"
  465. },
  466. {
  467. "name": "phpunit/php-timer",
  468. "version": "1.0.9",
  469. "source": {
  470. "type": "git",
  471. "url": "https://github.com/sebastianbergmann/php-timer.git",
  472. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  473. },
  474. "dist": {
  475. "type": "zip",
  476. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  477. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  478. "shasum": ""
  479. },
  480. "require": {
  481. "php": "^5.3.3 || ^7.0"
  482. },
  483. "require-dev": {
  484. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  485. },
  486. "type": "library",
  487. "extra": {
  488. "branch-alias": {
  489. "dev-master": "1.0-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": "sb@sebastian-bergmann.de",
  505. "role": "lead"
  506. }
  507. ],
  508. "description": "Utility class for timing",
  509. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  510. "keywords": [
  511. "timer"
  512. ],
  513. "time": "2017-02-26T11:10:40+00:00"
  514. },
  515. {
  516. "name": "phpunit/php-token-stream",
  517. "version": "1.4.11",
  518. "source": {
  519. "type": "git",
  520. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  521. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
  522. },
  523. "dist": {
  524. "type": "zip",
  525. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
  526. "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
  527. "shasum": ""
  528. },
  529. "require": {
  530. "ext-tokenizer": "*",
  531. "php": ">=5.3.3"
  532. },
  533. "require-dev": {
  534. "phpunit/phpunit": "~4.2"
  535. },
  536. "type": "library",
  537. "extra": {
  538. "branch-alias": {
  539. "dev-master": "1.4-dev"
  540. }
  541. },
  542. "autoload": {
  543. "classmap": [
  544. "src/"
  545. ]
  546. },
  547. "notification-url": "https://packagist.org/downloads/",
  548. "license": [
  549. "BSD-3-Clause"
  550. ],
  551. "authors": [
  552. {
  553. "name": "Sebastian Bergmann",
  554. "email": "sebastian@phpunit.de"
  555. }
  556. ],
  557. "description": "Wrapper around PHP's tokenizer extension.",
  558. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  559. "keywords": [
  560. "tokenizer"
  561. ],
  562. "time": "2017-02-27T10:12:30+00:00"
  563. },
  564. {
  565. "name": "phpunit/phpunit",
  566. "version": "5.7.19",
  567. "source": {
  568. "type": "git",
  569. "url": "https://github.com/sebastianbergmann/phpunit.git",
  570. "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1"
  571. },
  572. "dist": {
  573. "type": "zip",
  574. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69c4f49ff376af2692bad9cebd883d17ebaa98a1",
  575. "reference": "69c4f49ff376af2692bad9cebd883d17ebaa98a1",
  576. "shasum": ""
  577. },
  578. "require": {
  579. "ext-dom": "*",
  580. "ext-json": "*",
  581. "ext-libxml": "*",
  582. "ext-mbstring": "*",
  583. "ext-xml": "*",
  584. "myclabs/deep-copy": "~1.3",
  585. "php": "^5.6 || ^7.0",
  586. "phpspec/prophecy": "^1.6.2",
  587. "phpunit/php-code-coverage": "^4.0.4",
  588. "phpunit/php-file-iterator": "~1.4",
  589. "phpunit/php-text-template": "~1.2",
  590. "phpunit/php-timer": "^1.0.6",
  591. "phpunit/phpunit-mock-objects": "^3.2",
  592. "sebastian/comparator": "^1.2.4",
  593. "sebastian/diff": "~1.2",
  594. "sebastian/environment": "^1.3.4 || ^2.0",
  595. "sebastian/exporter": "~2.0",
  596. "sebastian/global-state": "^1.1",
  597. "sebastian/object-enumerator": "~2.0",
  598. "sebastian/resource-operations": "~1.0",
  599. "sebastian/version": "~1.0.3|~2.0",
  600. "symfony/yaml": "~2.1|~3.0"
  601. },
  602. "conflict": {
  603. "phpdocumentor/reflection-docblock": "3.0.2"
  604. },
  605. "require-dev": {
  606. "ext-pdo": "*"
  607. },
  608. "suggest": {
  609. "ext-xdebug": "*",
  610. "phpunit/php-invoker": "~1.1"
  611. },
  612. "bin": [
  613. "phpunit"
  614. ],
  615. "type": "library",
  616. "extra": {
  617. "branch-alias": {
  618. "dev-master": "5.7.x-dev"
  619. }
  620. },
  621. "autoload": {
  622. "classmap": [
  623. "src/"
  624. ]
  625. },
  626. "notification-url": "https://packagist.org/downloads/",
  627. "license": [
  628. "BSD-3-Clause"
  629. ],
  630. "authors": [
  631. {
  632. "name": "Sebastian Bergmann",
  633. "email": "sebastian@phpunit.de",
  634. "role": "lead"
  635. }
  636. ],
  637. "description": "The PHP Unit Testing framework.",
  638. "homepage": "https://phpunit.de/",
  639. "keywords": [
  640. "phpunit",
  641. "testing",
  642. "xunit"
  643. ],
  644. "time": "2017-04-03T02:22:27+00:00"
  645. },
  646. {
  647. "name": "phpunit/phpunit-mock-objects",
  648. "version": "3.4.3",
  649. "source": {
  650. "type": "git",
  651. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  652. "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
  653. },
  654. "dist": {
  655. "type": "zip",
  656. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
  657. "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
  658. "shasum": ""
  659. },
  660. "require": {
  661. "doctrine/instantiator": "^1.0.2",
  662. "php": "^5.6 || ^7.0",
  663. "phpunit/php-text-template": "^1.2",
  664. "sebastian/exporter": "^1.2 || ^2.0"
  665. },
  666. "conflict": {
  667. "phpunit/phpunit": "<5.4.0"
  668. },
  669. "require-dev": {
  670. "phpunit/phpunit": "^5.4"
  671. },
  672. "suggest": {
  673. "ext-soap": "*"
  674. },
  675. "type": "library",
  676. "extra": {
  677. "branch-alias": {
  678. "dev-master": "3.2.x-dev"
  679. }
  680. },
  681. "autoload": {
  682. "classmap": [
  683. "src/"
  684. ]
  685. },
  686. "notification-url": "https://packagist.org/downloads/",
  687. "license": [
  688. "BSD-3-Clause"
  689. ],
  690. "authors": [
  691. {
  692. "name": "Sebastian Bergmann",
  693. "email": "sb@sebastian-bergmann.de",
  694. "role": "lead"
  695. }
  696. ],
  697. "description": "Mock Object library for PHPUnit",
  698. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  699. "keywords": [
  700. "mock",
  701. "xunit"
  702. ],
  703. "time": "2016-12-08T20:27:08+00:00"
  704. },
  705. {
  706. "name": "sebastian/code-unit-reverse-lookup",
  707. "version": "1.0.1",
  708. "source": {
  709. "type": "git",
  710. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  711. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  712. },
  713. "dist": {
  714. "type": "zip",
  715. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  716. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  717. "shasum": ""
  718. },
  719. "require": {
  720. "php": "^5.6 || ^7.0"
  721. },
  722. "require-dev": {
  723. "phpunit/phpunit": "^5.7 || ^6.0"
  724. },
  725. "type": "library",
  726. "extra": {
  727. "branch-alias": {
  728. "dev-master": "1.0.x-dev"
  729. }
  730. },
  731. "autoload": {
  732. "classmap": [
  733. "src/"
  734. ]
  735. },
  736. "notification-url": "https://packagist.org/downloads/",
  737. "license": [
  738. "BSD-3-Clause"
  739. ],
  740. "authors": [
  741. {
  742. "name": "Sebastian Bergmann",
  743. "email": "sebastian@phpunit.de"
  744. }
  745. ],
  746. "description": "Looks up which function or method a line of code belongs to",
  747. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  748. "time": "2017-03-04T06:30:41+00:00"
  749. },
  750. {
  751. "name": "sebastian/comparator",
  752. "version": "1.2.4",
  753. "source": {
  754. "type": "git",
  755. "url": "https://github.com/sebastianbergmann/comparator.git",
  756. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  757. },
  758. "dist": {
  759. "type": "zip",
  760. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  761. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  762. "shasum": ""
  763. },
  764. "require": {
  765. "php": ">=5.3.3",
  766. "sebastian/diff": "~1.2",
  767. "sebastian/exporter": "~1.2 || ~2.0"
  768. },
  769. "require-dev": {
  770. "phpunit/phpunit": "~4.4"
  771. },
  772. "type": "library",
  773. "extra": {
  774. "branch-alias": {
  775. "dev-master": "1.2.x-dev"
  776. }
  777. },
  778. "autoload": {
  779. "classmap": [
  780. "src/"
  781. ]
  782. },
  783. "notification-url": "https://packagist.org/downloads/",
  784. "license": [
  785. "BSD-3-Clause"
  786. ],
  787. "authors": [
  788. {
  789. "name": "Jeff Welch",
  790. "email": "whatthejeff@gmail.com"
  791. },
  792. {
  793. "name": "Volker Dusch",
  794. "email": "github@wallbash.com"
  795. },
  796. {
  797. "name": "Bernhard Schussek",
  798. "email": "bschussek@2bepublished.at"
  799. },
  800. {
  801. "name": "Sebastian Bergmann",
  802. "email": "sebastian@phpunit.de"
  803. }
  804. ],
  805. "description": "Provides the functionality to compare PHP values for equality",
  806. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  807. "keywords": [
  808. "comparator",
  809. "compare",
  810. "equality"
  811. ],
  812. "time": "2017-01-29T09:50:25+00:00"
  813. },
  814. {
  815. "name": "sebastian/diff",
  816. "version": "1.4.1",
  817. "source": {
  818. "type": "git",
  819. "url": "https://github.com/sebastianbergmann/diff.git",
  820. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  821. },
  822. "dist": {
  823. "type": "zip",
  824. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  825. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  826. "shasum": ""
  827. },
  828. "require": {
  829. "php": ">=5.3.3"
  830. },
  831. "require-dev": {
  832. "phpunit/phpunit": "~4.8"
  833. },
  834. "type": "library",
  835. "extra": {
  836. "branch-alias": {
  837. "dev-master": "1.4-dev"
  838. }
  839. },
  840. "autoload": {
  841. "classmap": [
  842. "src/"
  843. ]
  844. },
  845. "notification-url": "https://packagist.org/downloads/",
  846. "license": [
  847. "BSD-3-Clause"
  848. ],
  849. "authors": [
  850. {
  851. "name": "Kore Nordmann",
  852. "email": "mail@kore-nordmann.de"
  853. },
  854. {
  855. "name": "Sebastian Bergmann",
  856. "email": "sebastian@phpunit.de"
  857. }
  858. ],
  859. "description": "Diff implementation",
  860. "homepage": "https://github.com/sebastianbergmann/diff",
  861. "keywords": [
  862. "diff"
  863. ],
  864. "time": "2015-12-08T07:14:41+00:00"
  865. },
  866. {
  867. "name": "sebastian/environment",
  868. "version": "2.0.0",
  869. "source": {
  870. "type": "git",
  871. "url": "https://github.com/sebastianbergmann/environment.git",
  872. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
  873. },
  874. "dist": {
  875. "type": "zip",
  876. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  877. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  878. "shasum": ""
  879. },
  880. "require": {
  881. "php": "^5.6 || ^7.0"
  882. },
  883. "require-dev": {
  884. "phpunit/phpunit": "^5.0"
  885. },
  886. "type": "library",
  887. "extra": {
  888. "branch-alias": {
  889. "dev-master": "2.0.x-dev"
  890. }
  891. },
  892. "autoload": {
  893. "classmap": [
  894. "src/"
  895. ]
  896. },
  897. "notification-url": "https://packagist.org/downloads/",
  898. "license": [
  899. "BSD-3-Clause"
  900. ],
  901. "authors": [
  902. {
  903. "name": "Sebastian Bergmann",
  904. "email": "sebastian@phpunit.de"
  905. }
  906. ],
  907. "description": "Provides functionality to handle HHVM/PHP environments",
  908. "homepage": "http://www.github.com/sebastianbergmann/environment",
  909. "keywords": [
  910. "Xdebug",
  911. "environment",
  912. "hhvm"
  913. ],
  914. "time": "2016-11-26T07:53:53+00:00"
  915. },
  916. {
  917. "name": "sebastian/exporter",
  918. "version": "2.0.0",
  919. "source": {
  920. "type": "git",
  921. "url": "https://github.com/sebastianbergmann/exporter.git",
  922. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  923. },
  924. "dist": {
  925. "type": "zip",
  926. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  927. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  928. "shasum": ""
  929. },
  930. "require": {
  931. "php": ">=5.3.3",
  932. "sebastian/recursion-context": "~2.0"
  933. },
  934. "require-dev": {
  935. "ext-mbstring": "*",
  936. "phpunit/phpunit": "~4.4"
  937. },
  938. "type": "library",
  939. "extra": {
  940. "branch-alias": {
  941. "dev-master": "2.0.x-dev"
  942. }
  943. },
  944. "autoload": {
  945. "classmap": [
  946. "src/"
  947. ]
  948. },
  949. "notification-url": "https://packagist.org/downloads/",
  950. "license": [
  951. "BSD-3-Clause"
  952. ],
  953. "authors": [
  954. {
  955. "name": "Jeff Welch",
  956. "email": "whatthejeff@gmail.com"
  957. },
  958. {
  959. "name": "Volker Dusch",
  960. "email": "github@wallbash.com"
  961. },
  962. {
  963. "name": "Bernhard Schussek",
  964. "email": "bschussek@2bepublished.at"
  965. },
  966. {
  967. "name": "Sebastian Bergmann",
  968. "email": "sebastian@phpunit.de"
  969. },
  970. {
  971. "name": "Adam Harvey",
  972. "email": "aharvey@php.net"
  973. }
  974. ],
  975. "description": "Provides the functionality to export PHP variables for visualization",
  976. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  977. "keywords": [
  978. "export",
  979. "exporter"
  980. ],
  981. "time": "2016-11-19T08:54:04+00:00"
  982. },
  983. {
  984. "name": "sebastian/global-state",
  985. "version": "1.1.1",
  986. "source": {
  987. "type": "git",
  988. "url": "https://github.com/sebastianbergmann/global-state.git",
  989. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  990. },
  991. "dist": {
  992. "type": "zip",
  993. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  994. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  995. "shasum": ""
  996. },
  997. "require": {
  998. "php": ">=5.3.3"
  999. },
  1000. "require-dev": {
  1001. "phpunit/phpunit": "~4.2"
  1002. },
  1003. "suggest": {
  1004. "ext-uopz": "*"
  1005. },
  1006. "type": "library",
  1007. "extra": {
  1008. "branch-alias": {
  1009. "dev-master": "1.0-dev"
  1010. }
  1011. },
  1012. "autoload": {
  1013. "classmap": [
  1014. "src/"
  1015. ]
  1016. },
  1017. "notification-url": "https://packagist.org/downloads/",
  1018. "license": [
  1019. "BSD-3-Clause"
  1020. ],
  1021. "authors": [
  1022. {
  1023. "name": "Sebastian Bergmann",
  1024. "email": "sebastian@phpunit.de"
  1025. }
  1026. ],
  1027. "description": "Snapshotting of global state",
  1028. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1029. "keywords": [
  1030. "global state"
  1031. ],
  1032. "time": "2015-10-12T03:26:01+00:00"
  1033. },
  1034. {
  1035. "name": "sebastian/object-enumerator",
  1036. "version": "2.0.1",
  1037. "source": {
  1038. "type": "git",
  1039. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  1040. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
  1041. },
  1042. "dist": {
  1043. "type": "zip",
  1044. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
  1045. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
  1046. "shasum": ""
  1047. },
  1048. "require": {
  1049. "php": ">=5.6",
  1050. "sebastian/recursion-context": "~2.0"
  1051. },
  1052. "require-dev": {
  1053. "phpunit/phpunit": "~5"
  1054. },
  1055. "type": "library",
  1056. "extra": {
  1057. "branch-alias": {
  1058. "dev-master": "2.0.x-dev"
  1059. }
  1060. },
  1061. "autoload": {
  1062. "classmap": [
  1063. "src/"
  1064. ]
  1065. },
  1066. "notification-url": "https://packagist.org/downloads/",
  1067. "license": [
  1068. "BSD-3-Clause"
  1069. ],
  1070. "authors": [
  1071. {
  1072. "name": "Sebastian Bergmann",
  1073. "email": "sebastian@phpunit.de"
  1074. }
  1075. ],
  1076. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  1077. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  1078. "time": "2017-02-18T15:18:39+00:00"
  1079. },
  1080. {
  1081. "name": "sebastian/recursion-context",
  1082. "version": "2.0.0",
  1083. "source": {
  1084. "type": "git",
  1085. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1086. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  1087. },
  1088. "dist": {
  1089. "type": "zip",
  1090. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1091. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  1092. "shasum": ""
  1093. },
  1094. "require": {
  1095. "php": ">=5.3.3"
  1096. },
  1097. "require-dev": {
  1098. "phpunit/phpunit": "~4.4"
  1099. },
  1100. "type": "library",
  1101. "extra": {
  1102. "branch-alias": {
  1103. "dev-master": "2.0.x-dev"
  1104. }
  1105. },
  1106. "autoload": {
  1107. "classmap": [
  1108. "src/"
  1109. ]
  1110. },
  1111. "notification-url": "https://packagist.org/downloads/",
  1112. "license": [
  1113. "BSD-3-Clause"
  1114. ],
  1115. "authors": [
  1116. {
  1117. "name": "Jeff Welch",
  1118. "email": "whatthejeff@gmail.com"
  1119. },
  1120. {
  1121. "name": "Sebastian Bergmann",
  1122. "email": "sebastian@phpunit.de"
  1123. },
  1124. {
  1125. "name": "Adam Harvey",
  1126. "email": "aharvey@php.net"
  1127. }
  1128. ],
  1129. "description": "Provides functionality to recursively process PHP variables",
  1130. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1131. "time": "2016-11-19T07:33:16+00:00"
  1132. },
  1133. {
  1134. "name": "sebastian/resource-operations",
  1135. "version": "1.0.0",
  1136. "source": {
  1137. "type": "git",
  1138. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  1139. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  1140. },
  1141. "dist": {
  1142. "type": "zip",
  1143. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1144. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  1145. "shasum": ""
  1146. },
  1147. "require": {
  1148. "php": ">=5.6.0"
  1149. },
  1150. "type": "library",
  1151. "extra": {
  1152. "branch-alias": {
  1153. "dev-master": "1.0.x-dev"
  1154. }
  1155. },
  1156. "autoload": {
  1157. "classmap": [
  1158. "src/"
  1159. ]
  1160. },
  1161. "notification-url": "https://packagist.org/downloads/",
  1162. "license": [
  1163. "BSD-3-Clause"
  1164. ],
  1165. "authors": [
  1166. {
  1167. "name": "Sebastian Bergmann",
  1168. "email": "sebastian@phpunit.de"
  1169. }
  1170. ],
  1171. "description": "Provides a list of PHP built-in functions that operate on resources",
  1172. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  1173. "time": "2015-07-28T20:34:47+00:00"
  1174. },
  1175. {
  1176. "name": "sebastian/version",
  1177. "version": "2.0.1",
  1178. "source": {
  1179. "type": "git",
  1180. "url": "https://github.com/sebastianbergmann/version.git",
  1181. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  1182. },
  1183. "dist": {
  1184. "type": "zip",
  1185. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  1186. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  1187. "shasum": ""
  1188. },
  1189. "require": {
  1190. "php": ">=5.6"
  1191. },
  1192. "type": "library",
  1193. "extra": {
  1194. "branch-alias": {
  1195. "dev-master": "2.0.x-dev"
  1196. }
  1197. },
  1198. "autoload": {
  1199. "classmap": [
  1200. "src/"
  1201. ]
  1202. },
  1203. "notification-url": "https://packagist.org/downloads/",
  1204. "license": [
  1205. "BSD-3-Clause"
  1206. ],
  1207. "authors": [
  1208. {
  1209. "name": "Sebastian Bergmann",
  1210. "email": "sebastian@phpunit.de",
  1211. "role": "lead"
  1212. }
  1213. ],
  1214. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1215. "homepage": "https://github.com/sebastianbergmann/version",
  1216. "time": "2016-10-03T07:35:21+00:00"
  1217. },
  1218. {
  1219. "name": "symfony/yaml",
  1220. "version": "v3.2.7",
  1221. "source": {
  1222. "type": "git",
  1223. "url": "https://github.com/symfony/yaml.git",
  1224. "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621"
  1225. },
  1226. "dist": {
  1227. "type": "zip",
  1228. "url": "https://api.github.com/repos/symfony/yaml/zipball/62b4cdb99d52cb1ff253c465eb1532a80cebb621",
  1229. "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621",
  1230. "shasum": ""
  1231. },
  1232. "require": {
  1233. "php": ">=5.5.9"
  1234. },
  1235. "require-dev": {
  1236. "symfony/console": "~2.8|~3.0"
  1237. },
  1238. "suggest": {
  1239. "symfony/console": "For validating YAML files using the lint command"
  1240. },
  1241. "type": "library",
  1242. "extra": {
  1243. "branch-alias": {
  1244. "dev-master": "3.2-dev"
  1245. }
  1246. },
  1247. "autoload": {
  1248. "psr-4": {
  1249. "Symfony\\Component\\Yaml\\": ""
  1250. },
  1251. "exclude-from-classmap": [
  1252. "/Tests/"
  1253. ]
  1254. },
  1255. "notification-url": "https://packagist.org/downloads/",
  1256. "license": [
  1257. "MIT"
  1258. ],
  1259. "authors": [
  1260. {
  1261. "name": "Fabien Potencier",
  1262. "email": "fabien@symfony.com"
  1263. },
  1264. {
  1265. "name": "Symfony Community",
  1266. "homepage": "https://symfony.com/contributors"
  1267. }
  1268. ],
  1269. "description": "Symfony Yaml Component",
  1270. "homepage": "https://symfony.com",
  1271. "time": "2017-03-20T09:45:15+00:00"
  1272. },
  1273. {
  1274. "name": "webmozart/assert",
  1275. "version": "1.2.0",
  1276. "source": {
  1277. "type": "git",
  1278. "url": "https://github.com/webmozart/assert.git",
  1279. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
  1280. },
  1281. "dist": {
  1282. "type": "zip",
  1283. "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  1284. "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
  1285. "shasum": ""
  1286. },
  1287. "require": {
  1288. "php": "^5.3.3 || ^7.0"
  1289. },
  1290. "require-dev": {
  1291. "phpunit/phpunit": "^4.6",
  1292. "sebastian/version": "^1.0.1"
  1293. },
  1294. "type": "library",
  1295. "extra": {
  1296. "branch-alias": {
  1297. "dev-master": "1.3-dev"
  1298. }
  1299. },
  1300. "autoload": {
  1301. "psr-4": {
  1302. "Webmozart\\Assert\\": "src/"
  1303. }
  1304. },
  1305. "notification-url": "https://packagist.org/downloads/",
  1306. "license": [
  1307. "MIT"
  1308. ],
  1309. "authors": [
  1310. {
  1311. "name": "Bernhard Schussek",
  1312. "email": "bschussek@gmail.com"
  1313. }
  1314. ],
  1315. "description": "Assertions to validate method input/output with nice error messages.",
  1316. "keywords": [
  1317. "assert",
  1318. "check",
  1319. "validate"
  1320. ],
  1321. "time": "2016-11-23T20:04:58+00:00"
  1322. }
  1323. ],
  1324. "aliases": [],
  1325. "minimum-stability": "stable",
  1326. "stability-flags": [],
  1327. "prefer-stable": false,
  1328. "prefer-lowest": false,
  1329. "platform": {
  1330. "php": ">=5.5"
  1331. },
  1332. "platform-dev": []
  1333. }