composer.lock 43 KB

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