composer.lock 61 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750
  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": "a297a5ed4d1b90e8a7dfadfcc0845cc8",
  8. "packages": [
  9. {
  10. "name": "dflydev/dot-access-data",
  11. "version": "v1.1.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
  15. "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
  20. "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.2"
  25. },
  26. "type": "library",
  27. "extra": {
  28. "branch-alias": {
  29. "dev-master": "1.0-dev"
  30. }
  31. },
  32. "autoload": {
  33. "psr-0": {
  34. "Dflydev\\DotAccessData": "src"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Dragonfly Development Inc.",
  44. "email": "info@dflydev.com",
  45. "homepage": "http://dflydev.com"
  46. },
  47. {
  48. "name": "Beau Simensen",
  49. "email": "beau@dflydev.com",
  50. "homepage": "http://beausimensen.com"
  51. },
  52. {
  53. "name": "Carlos Frutos",
  54. "email": "carlos@kiwing.it",
  55. "homepage": "https://github.com/cfrutos"
  56. }
  57. ],
  58. "description": "Given a deep data structure, access data by dot notation.",
  59. "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
  60. "keywords": [
  61. "access",
  62. "data",
  63. "dot",
  64. "notation"
  65. ],
  66. "time": "2017-01-20T21:14:22+00:00"
  67. }
  68. ],
  69. "packages-dev": [
  70. {
  71. "name": "doctrine/instantiator",
  72. "version": "1.0.5",
  73. "source": {
  74. "type": "git",
  75. "url": "https://github.com/doctrine/instantiator.git",
  76. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  77. },
  78. "dist": {
  79. "type": "zip",
  80. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  81. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  82. "shasum": ""
  83. },
  84. "require": {
  85. "php": ">=5.3,<8.0-DEV"
  86. },
  87. "require-dev": {
  88. "athletic/athletic": "~0.1.8",
  89. "ext-pdo": "*",
  90. "ext-phar": "*",
  91. "phpunit/phpunit": "~4.0",
  92. "squizlabs/php_codesniffer": "~2.0"
  93. },
  94. "type": "library",
  95. "extra": {
  96. "branch-alias": {
  97. "dev-master": "1.0.x-dev"
  98. }
  99. },
  100. "autoload": {
  101. "psr-4": {
  102. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  103. }
  104. },
  105. "notification-url": "https://packagist.org/downloads/",
  106. "license": [
  107. "MIT"
  108. ],
  109. "authors": [
  110. {
  111. "name": "Marco Pivetta",
  112. "email": "ocramius@gmail.com",
  113. "homepage": "http://ocramius.github.com/"
  114. }
  115. ],
  116. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  117. "homepage": "https://github.com/doctrine/instantiator",
  118. "keywords": [
  119. "constructor",
  120. "instantiate"
  121. ],
  122. "time": "2015-06-14T21:17:01+00:00"
  123. },
  124. {
  125. "name": "greg-1-anderson/composer-test-scenarios",
  126. "version": "1.0.1",
  127. "source": {
  128. "type": "git",
  129. "url": "https://github.com/greg-1-anderson/composer-test-scenarios.git",
  130. "reference": "dc81660f44a8b126d7fa947156c98e34f45af3e9"
  131. },
  132. "dist": {
  133. "type": "zip",
  134. "url": "https://api.github.com/repos/greg-1-anderson/composer-test-scenarios/zipball/dc81660f44a8b126d7fa947156c98e34f45af3e9",
  135. "reference": "dc81660f44a8b126d7fa947156c98e34f45af3e9",
  136. "shasum": ""
  137. },
  138. "bin": [
  139. "scripts/create-scenario",
  140. "scripts/install-scenario"
  141. ],
  142. "type": "library",
  143. "notification-url": "https://packagist.org/downloads/",
  144. "license": [
  145. "MIT"
  146. ],
  147. "authors": [
  148. {
  149. "name": "Greg Anderson",
  150. "email": "greg.1.anderson@greenknowe.org"
  151. }
  152. ],
  153. "description": "Useful scripts for testing multiple sets of Composer dependencies.",
  154. "time": "2017-12-13T18:41:24+00:00"
  155. },
  156. {
  157. "name": "guzzle/guzzle",
  158. "version": "v3.9.3",
  159. "source": {
  160. "type": "git",
  161. "url": "https://github.com/guzzle/guzzle3.git",
  162. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
  163. },
  164. "dist": {
  165. "type": "zip",
  166. "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
  167. "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
  168. "shasum": ""
  169. },
  170. "require": {
  171. "ext-curl": "*",
  172. "php": ">=5.3.3",
  173. "symfony/event-dispatcher": "~2.1"
  174. },
  175. "replace": {
  176. "guzzle/batch": "self.version",
  177. "guzzle/cache": "self.version",
  178. "guzzle/common": "self.version",
  179. "guzzle/http": "self.version",
  180. "guzzle/inflection": "self.version",
  181. "guzzle/iterator": "self.version",
  182. "guzzle/log": "self.version",
  183. "guzzle/parser": "self.version",
  184. "guzzle/plugin": "self.version",
  185. "guzzle/plugin-async": "self.version",
  186. "guzzle/plugin-backoff": "self.version",
  187. "guzzle/plugin-cache": "self.version",
  188. "guzzle/plugin-cookie": "self.version",
  189. "guzzle/plugin-curlauth": "self.version",
  190. "guzzle/plugin-error-response": "self.version",
  191. "guzzle/plugin-history": "self.version",
  192. "guzzle/plugin-log": "self.version",
  193. "guzzle/plugin-md5": "self.version",
  194. "guzzle/plugin-mock": "self.version",
  195. "guzzle/plugin-oauth": "self.version",
  196. "guzzle/service": "self.version",
  197. "guzzle/stream": "self.version"
  198. },
  199. "require-dev": {
  200. "doctrine/cache": "~1.3",
  201. "monolog/monolog": "~1.0",
  202. "phpunit/phpunit": "3.7.*",
  203. "psr/log": "~1.0",
  204. "symfony/class-loader": "~2.1",
  205. "zendframework/zend-cache": "2.*,<2.3",
  206. "zendframework/zend-log": "2.*,<2.3"
  207. },
  208. "suggest": {
  209. "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
  210. },
  211. "type": "library",
  212. "extra": {
  213. "branch-alias": {
  214. "dev-master": "3.9-dev"
  215. }
  216. },
  217. "autoload": {
  218. "psr-0": {
  219. "Guzzle": "src/",
  220. "Guzzle\\Tests": "tests/"
  221. }
  222. },
  223. "notification-url": "https://packagist.org/downloads/",
  224. "license": [
  225. "MIT"
  226. ],
  227. "authors": [
  228. {
  229. "name": "Michael Dowling",
  230. "email": "mtdowling@gmail.com",
  231. "homepage": "https://github.com/mtdowling"
  232. },
  233. {
  234. "name": "Guzzle Community",
  235. "homepage": "https://github.com/guzzle/guzzle/contributors"
  236. }
  237. ],
  238. "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
  239. "homepage": "http://guzzlephp.org/",
  240. "keywords": [
  241. "client",
  242. "curl",
  243. "framework",
  244. "http",
  245. "http client",
  246. "rest",
  247. "web service"
  248. ],
  249. "abandoned": "guzzlehttp/guzzle",
  250. "time": "2015-03-18T18:23:50+00:00"
  251. },
  252. {
  253. "name": "phpdocumentor/reflection-docblock",
  254. "version": "2.0.5",
  255. "source": {
  256. "type": "git",
  257. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  258. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
  259. },
  260. "dist": {
  261. "type": "zip",
  262. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  263. "reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
  264. "shasum": ""
  265. },
  266. "require": {
  267. "php": ">=5.3.3"
  268. },
  269. "require-dev": {
  270. "phpunit/phpunit": "~4.0"
  271. },
  272. "suggest": {
  273. "dflydev/markdown": "~1.0",
  274. "erusev/parsedown": "~1.0"
  275. },
  276. "type": "library",
  277. "extra": {
  278. "branch-alias": {
  279. "dev-master": "2.0.x-dev"
  280. }
  281. },
  282. "autoload": {
  283. "psr-0": {
  284. "phpDocumentor": [
  285. "src/"
  286. ]
  287. }
  288. },
  289. "notification-url": "https://packagist.org/downloads/",
  290. "license": [
  291. "MIT"
  292. ],
  293. "authors": [
  294. {
  295. "name": "Mike van Riel",
  296. "email": "mike.vanriel@naenius.com"
  297. }
  298. ],
  299. "time": "2016-01-25T08:17:30+00:00"
  300. },
  301. {
  302. "name": "phpspec/prophecy",
  303. "version": "1.7.3",
  304. "source": {
  305. "type": "git",
  306. "url": "https://github.com/phpspec/prophecy.git",
  307. "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf"
  308. },
  309. "dist": {
  310. "type": "zip",
  311. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
  312. "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf",
  313. "shasum": ""
  314. },
  315. "require": {
  316. "doctrine/instantiator": "^1.0.2",
  317. "php": "^5.3|^7.0",
  318. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  319. "sebastian/comparator": "^1.1|^2.0",
  320. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  321. },
  322. "require-dev": {
  323. "phpspec/phpspec": "^2.5|^3.2",
  324. "phpunit/phpunit": "^4.8.35 || ^5.7"
  325. },
  326. "type": "library",
  327. "extra": {
  328. "branch-alias": {
  329. "dev-master": "1.7.x-dev"
  330. }
  331. },
  332. "autoload": {
  333. "psr-0": {
  334. "Prophecy\\": "src/"
  335. }
  336. },
  337. "notification-url": "https://packagist.org/downloads/",
  338. "license": [
  339. "MIT"
  340. ],
  341. "authors": [
  342. {
  343. "name": "Konstantin Kudryashov",
  344. "email": "ever.zet@gmail.com",
  345. "homepage": "http://everzet.com"
  346. },
  347. {
  348. "name": "Marcello Duarte",
  349. "email": "marcello.duarte@gmail.com"
  350. }
  351. ],
  352. "description": "Highly opinionated mocking framework for PHP 5.3+",
  353. "homepage": "https://github.com/phpspec/prophecy",
  354. "keywords": [
  355. "Double",
  356. "Dummy",
  357. "fake",
  358. "mock",
  359. "spy",
  360. "stub"
  361. ],
  362. "time": "2017-11-24T13:59:53+00:00"
  363. },
  364. {
  365. "name": "phpunit/php-code-coverage",
  366. "version": "2.2.4",
  367. "source": {
  368. "type": "git",
  369. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  370. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  371. },
  372. "dist": {
  373. "type": "zip",
  374. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  375. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  376. "shasum": ""
  377. },
  378. "require": {
  379. "php": ">=5.3.3",
  380. "phpunit/php-file-iterator": "~1.3",
  381. "phpunit/php-text-template": "~1.2",
  382. "phpunit/php-token-stream": "~1.3",
  383. "sebastian/environment": "^1.3.2",
  384. "sebastian/version": "~1.0"
  385. },
  386. "require-dev": {
  387. "ext-xdebug": ">=2.1.4",
  388. "phpunit/phpunit": "~4"
  389. },
  390. "suggest": {
  391. "ext-dom": "*",
  392. "ext-xdebug": ">=2.2.1",
  393. "ext-xmlwriter": "*"
  394. },
  395. "type": "library",
  396. "extra": {
  397. "branch-alias": {
  398. "dev-master": "2.2.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": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  418. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  419. "keywords": [
  420. "coverage",
  421. "testing",
  422. "xunit"
  423. ],
  424. "time": "2015-10-06T15:47:00+00:00"
  425. },
  426. {
  427. "name": "phpunit/php-file-iterator",
  428. "version": "1.4.5",
  429. "source": {
  430. "type": "git",
  431. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  432. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
  433. },
  434. "dist": {
  435. "type": "zip",
  436. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
  437. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
  438. "shasum": ""
  439. },
  440. "require": {
  441. "php": ">=5.3.3"
  442. },
  443. "type": "library",
  444. "extra": {
  445. "branch-alias": {
  446. "dev-master": "1.4.x-dev"
  447. }
  448. },
  449. "autoload": {
  450. "classmap": [
  451. "src/"
  452. ]
  453. },
  454. "notification-url": "https://packagist.org/downloads/",
  455. "license": [
  456. "BSD-3-Clause"
  457. ],
  458. "authors": [
  459. {
  460. "name": "Sebastian Bergmann",
  461. "email": "sb@sebastian-bergmann.de",
  462. "role": "lead"
  463. }
  464. ],
  465. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  466. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  467. "keywords": [
  468. "filesystem",
  469. "iterator"
  470. ],
  471. "time": "2017-11-27T13:52:08+00:00"
  472. },
  473. {
  474. "name": "phpunit/php-text-template",
  475. "version": "1.2.1",
  476. "source": {
  477. "type": "git",
  478. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  479. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  480. },
  481. "dist": {
  482. "type": "zip",
  483. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  484. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  485. "shasum": ""
  486. },
  487. "require": {
  488. "php": ">=5.3.3"
  489. },
  490. "type": "library",
  491. "autoload": {
  492. "classmap": [
  493. "src/"
  494. ]
  495. },
  496. "notification-url": "https://packagist.org/downloads/",
  497. "license": [
  498. "BSD-3-Clause"
  499. ],
  500. "authors": [
  501. {
  502. "name": "Sebastian Bergmann",
  503. "email": "sebastian@phpunit.de",
  504. "role": "lead"
  505. }
  506. ],
  507. "description": "Simple template engine.",
  508. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  509. "keywords": [
  510. "template"
  511. ],
  512. "time": "2015-06-21T13:50:34+00:00"
  513. },
  514. {
  515. "name": "phpunit/php-timer",
  516. "version": "1.0.9",
  517. "source": {
  518. "type": "git",
  519. "url": "https://github.com/sebastianbergmann/php-timer.git",
  520. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  521. },
  522. "dist": {
  523. "type": "zip",
  524. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  525. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  526. "shasum": ""
  527. },
  528. "require": {
  529. "php": "^5.3.3 || ^7.0"
  530. },
  531. "require-dev": {
  532. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  533. },
  534. "type": "library",
  535. "extra": {
  536. "branch-alias": {
  537. "dev-master": "1.0-dev"
  538. }
  539. },
  540. "autoload": {
  541. "classmap": [
  542. "src/"
  543. ]
  544. },
  545. "notification-url": "https://packagist.org/downloads/",
  546. "license": [
  547. "BSD-3-Clause"
  548. ],
  549. "authors": [
  550. {
  551. "name": "Sebastian Bergmann",
  552. "email": "sb@sebastian-bergmann.de",
  553. "role": "lead"
  554. }
  555. ],
  556. "description": "Utility class for timing",
  557. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  558. "keywords": [
  559. "timer"
  560. ],
  561. "time": "2017-02-26T11:10:40+00:00"
  562. },
  563. {
  564. "name": "phpunit/php-token-stream",
  565. "version": "1.4.12",
  566. "source": {
  567. "type": "git",
  568. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  569. "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
  570. },
  571. "dist": {
  572. "type": "zip",
  573. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
  574. "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
  575. "shasum": ""
  576. },
  577. "require": {
  578. "ext-tokenizer": "*",
  579. "php": ">=5.3.3"
  580. },
  581. "require-dev": {
  582. "phpunit/phpunit": "~4.2"
  583. },
  584. "type": "library",
  585. "extra": {
  586. "branch-alias": {
  587. "dev-master": "1.4-dev"
  588. }
  589. },
  590. "autoload": {
  591. "classmap": [
  592. "src/"
  593. ]
  594. },
  595. "notification-url": "https://packagist.org/downloads/",
  596. "license": [
  597. "BSD-3-Clause"
  598. ],
  599. "authors": [
  600. {
  601. "name": "Sebastian Bergmann",
  602. "email": "sebastian@phpunit.de"
  603. }
  604. ],
  605. "description": "Wrapper around PHP's tokenizer extension.",
  606. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  607. "keywords": [
  608. "tokenizer"
  609. ],
  610. "time": "2017-12-04T08:55:13+00:00"
  611. },
  612. {
  613. "name": "phpunit/phpunit",
  614. "version": "4.8.36",
  615. "source": {
  616. "type": "git",
  617. "url": "https://github.com/sebastianbergmann/phpunit.git",
  618. "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
  619. },
  620. "dist": {
  621. "type": "zip",
  622. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
  623. "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
  624. "shasum": ""
  625. },
  626. "require": {
  627. "ext-dom": "*",
  628. "ext-json": "*",
  629. "ext-pcre": "*",
  630. "ext-reflection": "*",
  631. "ext-spl": "*",
  632. "php": ">=5.3.3",
  633. "phpspec/prophecy": "^1.3.1",
  634. "phpunit/php-code-coverage": "~2.1",
  635. "phpunit/php-file-iterator": "~1.4",
  636. "phpunit/php-text-template": "~1.2",
  637. "phpunit/php-timer": "^1.0.6",
  638. "phpunit/phpunit-mock-objects": "~2.3",
  639. "sebastian/comparator": "~1.2.2",
  640. "sebastian/diff": "~1.2",
  641. "sebastian/environment": "~1.3",
  642. "sebastian/exporter": "~1.2",
  643. "sebastian/global-state": "~1.0",
  644. "sebastian/version": "~1.0",
  645. "symfony/yaml": "~2.1|~3.0"
  646. },
  647. "suggest": {
  648. "phpunit/php-invoker": "~1.1"
  649. },
  650. "bin": [
  651. "phpunit"
  652. ],
  653. "type": "library",
  654. "extra": {
  655. "branch-alias": {
  656. "dev-master": "4.8.x-dev"
  657. }
  658. },
  659. "autoload": {
  660. "classmap": [
  661. "src/"
  662. ]
  663. },
  664. "notification-url": "https://packagist.org/downloads/",
  665. "license": [
  666. "BSD-3-Clause"
  667. ],
  668. "authors": [
  669. {
  670. "name": "Sebastian Bergmann",
  671. "email": "sebastian@phpunit.de",
  672. "role": "lead"
  673. }
  674. ],
  675. "description": "The PHP Unit Testing framework.",
  676. "homepage": "https://phpunit.de/",
  677. "keywords": [
  678. "phpunit",
  679. "testing",
  680. "xunit"
  681. ],
  682. "time": "2017-06-21T08:07:12+00:00"
  683. },
  684. {
  685. "name": "phpunit/phpunit-mock-objects",
  686. "version": "2.3.8",
  687. "source": {
  688. "type": "git",
  689. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  690. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  691. },
  692. "dist": {
  693. "type": "zip",
  694. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  695. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  696. "shasum": ""
  697. },
  698. "require": {
  699. "doctrine/instantiator": "^1.0.2",
  700. "php": ">=5.3.3",
  701. "phpunit/php-text-template": "~1.2",
  702. "sebastian/exporter": "~1.2"
  703. },
  704. "require-dev": {
  705. "phpunit/phpunit": "~4.4"
  706. },
  707. "suggest": {
  708. "ext-soap": "*"
  709. },
  710. "type": "library",
  711. "extra": {
  712. "branch-alias": {
  713. "dev-master": "2.3.x-dev"
  714. }
  715. },
  716. "autoload": {
  717. "classmap": [
  718. "src/"
  719. ]
  720. },
  721. "notification-url": "https://packagist.org/downloads/",
  722. "license": [
  723. "BSD-3-Clause"
  724. ],
  725. "authors": [
  726. {
  727. "name": "Sebastian Bergmann",
  728. "email": "sb@sebastian-bergmann.de",
  729. "role": "lead"
  730. }
  731. ],
  732. "description": "Mock Object library for PHPUnit",
  733. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  734. "keywords": [
  735. "mock",
  736. "xunit"
  737. ],
  738. "time": "2015-10-02T06:51:40+00:00"
  739. },
  740. {
  741. "name": "psr/log",
  742. "version": "1.0.2",
  743. "source": {
  744. "type": "git",
  745. "url": "https://github.com/php-fig/log.git",
  746. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  747. },
  748. "dist": {
  749. "type": "zip",
  750. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  751. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  752. "shasum": ""
  753. },
  754. "require": {
  755. "php": ">=5.3.0"
  756. },
  757. "type": "library",
  758. "extra": {
  759. "branch-alias": {
  760. "dev-master": "1.0.x-dev"
  761. }
  762. },
  763. "autoload": {
  764. "psr-4": {
  765. "Psr\\Log\\": "Psr/Log/"
  766. }
  767. },
  768. "notification-url": "https://packagist.org/downloads/",
  769. "license": [
  770. "MIT"
  771. ],
  772. "authors": [
  773. {
  774. "name": "PHP-FIG",
  775. "homepage": "http://www.php-fig.org/"
  776. }
  777. ],
  778. "description": "Common interface for logging libraries",
  779. "homepage": "https://github.com/php-fig/log",
  780. "keywords": [
  781. "log",
  782. "psr",
  783. "psr-3"
  784. ],
  785. "time": "2016-10-10T12:19:37+00:00"
  786. },
  787. {
  788. "name": "satooshi/php-coveralls",
  789. "version": "1.1.x-dev",
  790. "source": {
  791. "type": "git",
  792. "url": "https://github.com/php-coveralls/php-coveralls.git",
  793. "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad"
  794. },
  795. "dist": {
  796. "type": "zip",
  797. "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad",
  798. "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad",
  799. "shasum": ""
  800. },
  801. "require": {
  802. "ext-json": "*",
  803. "ext-simplexml": "*",
  804. "guzzle/guzzle": "^2.8 || ^3.0",
  805. "php": "^5.3.3 || ^7.0",
  806. "psr/log": "^1.0",
  807. "symfony/config": "^2.1 || ^3.0 || ^4.0",
  808. "symfony/console": "^2.1 || ^3.0 || ^4.0",
  809. "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0",
  810. "symfony/yaml": "^2.0 || ^3.0 || ^4.0"
  811. },
  812. "require-dev": {
  813. "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0"
  814. },
  815. "suggest": {
  816. "symfony/http-kernel": "Allows Symfony integration"
  817. },
  818. "bin": [
  819. "bin/coveralls"
  820. ],
  821. "type": "library",
  822. "autoload": {
  823. "psr-4": {
  824. "Satooshi\\": "src/Satooshi/"
  825. }
  826. },
  827. "notification-url": "https://packagist.org/downloads/",
  828. "license": [
  829. "MIT"
  830. ],
  831. "authors": [
  832. {
  833. "name": "Kitamura Satoshi",
  834. "email": "with.no.parachute@gmail.com",
  835. "homepage": "https://www.facebook.com/satooshi.jp"
  836. }
  837. ],
  838. "description": "PHP client library for Coveralls API",
  839. "homepage": "https://github.com/php-coveralls/php-coveralls",
  840. "keywords": [
  841. "ci",
  842. "coverage",
  843. "github",
  844. "test"
  845. ],
  846. "time": "2017-12-06T23:17:56+00:00"
  847. },
  848. {
  849. "name": "sebastian/comparator",
  850. "version": "1.2.4",
  851. "source": {
  852. "type": "git",
  853. "url": "https://github.com/sebastianbergmann/comparator.git",
  854. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  855. },
  856. "dist": {
  857. "type": "zip",
  858. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  859. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  860. "shasum": ""
  861. },
  862. "require": {
  863. "php": ">=5.3.3",
  864. "sebastian/diff": "~1.2",
  865. "sebastian/exporter": "~1.2 || ~2.0"
  866. },
  867. "require-dev": {
  868. "phpunit/phpunit": "~4.4"
  869. },
  870. "type": "library",
  871. "extra": {
  872. "branch-alias": {
  873. "dev-master": "1.2.x-dev"
  874. }
  875. },
  876. "autoload": {
  877. "classmap": [
  878. "src/"
  879. ]
  880. },
  881. "notification-url": "https://packagist.org/downloads/",
  882. "license": [
  883. "BSD-3-Clause"
  884. ],
  885. "authors": [
  886. {
  887. "name": "Jeff Welch",
  888. "email": "whatthejeff@gmail.com"
  889. },
  890. {
  891. "name": "Volker Dusch",
  892. "email": "github@wallbash.com"
  893. },
  894. {
  895. "name": "Bernhard Schussek",
  896. "email": "bschussek@2bepublished.at"
  897. },
  898. {
  899. "name": "Sebastian Bergmann",
  900. "email": "sebastian@phpunit.de"
  901. }
  902. ],
  903. "description": "Provides the functionality to compare PHP values for equality",
  904. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  905. "keywords": [
  906. "comparator",
  907. "compare",
  908. "equality"
  909. ],
  910. "time": "2017-01-29T09:50:25+00:00"
  911. },
  912. {
  913. "name": "sebastian/diff",
  914. "version": "1.4.3",
  915. "source": {
  916. "type": "git",
  917. "url": "https://github.com/sebastianbergmann/diff.git",
  918. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  919. },
  920. "dist": {
  921. "type": "zip",
  922. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  923. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  924. "shasum": ""
  925. },
  926. "require": {
  927. "php": "^5.3.3 || ^7.0"
  928. },
  929. "require-dev": {
  930. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  931. },
  932. "type": "library",
  933. "extra": {
  934. "branch-alias": {
  935. "dev-master": "1.4-dev"
  936. }
  937. },
  938. "autoload": {
  939. "classmap": [
  940. "src/"
  941. ]
  942. },
  943. "notification-url": "https://packagist.org/downloads/",
  944. "license": [
  945. "BSD-3-Clause"
  946. ],
  947. "authors": [
  948. {
  949. "name": "Kore Nordmann",
  950. "email": "mail@kore-nordmann.de"
  951. },
  952. {
  953. "name": "Sebastian Bergmann",
  954. "email": "sebastian@phpunit.de"
  955. }
  956. ],
  957. "description": "Diff implementation",
  958. "homepage": "https://github.com/sebastianbergmann/diff",
  959. "keywords": [
  960. "diff"
  961. ],
  962. "time": "2017-05-22T07:24:03+00:00"
  963. },
  964. {
  965. "name": "sebastian/environment",
  966. "version": "1.3.8",
  967. "source": {
  968. "type": "git",
  969. "url": "https://github.com/sebastianbergmann/environment.git",
  970. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
  971. },
  972. "dist": {
  973. "type": "zip",
  974. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  975. "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
  976. "shasum": ""
  977. },
  978. "require": {
  979. "php": "^5.3.3 || ^7.0"
  980. },
  981. "require-dev": {
  982. "phpunit/phpunit": "^4.8 || ^5.0"
  983. },
  984. "type": "library",
  985. "extra": {
  986. "branch-alias": {
  987. "dev-master": "1.3.x-dev"
  988. }
  989. },
  990. "autoload": {
  991. "classmap": [
  992. "src/"
  993. ]
  994. },
  995. "notification-url": "https://packagist.org/downloads/",
  996. "license": [
  997. "BSD-3-Clause"
  998. ],
  999. "authors": [
  1000. {
  1001. "name": "Sebastian Bergmann",
  1002. "email": "sebastian@phpunit.de"
  1003. }
  1004. ],
  1005. "description": "Provides functionality to handle HHVM/PHP environments",
  1006. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1007. "keywords": [
  1008. "Xdebug",
  1009. "environment",
  1010. "hhvm"
  1011. ],
  1012. "time": "2016-08-18T05:49:44+00:00"
  1013. },
  1014. {
  1015. "name": "sebastian/exporter",
  1016. "version": "1.2.2",
  1017. "source": {
  1018. "type": "git",
  1019. "url": "https://github.com/sebastianbergmann/exporter.git",
  1020. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  1021. },
  1022. "dist": {
  1023. "type": "zip",
  1024. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  1025. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  1026. "shasum": ""
  1027. },
  1028. "require": {
  1029. "php": ">=5.3.3",
  1030. "sebastian/recursion-context": "~1.0"
  1031. },
  1032. "require-dev": {
  1033. "ext-mbstring": "*",
  1034. "phpunit/phpunit": "~4.4"
  1035. },
  1036. "type": "library",
  1037. "extra": {
  1038. "branch-alias": {
  1039. "dev-master": "1.3.x-dev"
  1040. }
  1041. },
  1042. "autoload": {
  1043. "classmap": [
  1044. "src/"
  1045. ]
  1046. },
  1047. "notification-url": "https://packagist.org/downloads/",
  1048. "license": [
  1049. "BSD-3-Clause"
  1050. ],
  1051. "authors": [
  1052. {
  1053. "name": "Jeff Welch",
  1054. "email": "whatthejeff@gmail.com"
  1055. },
  1056. {
  1057. "name": "Volker Dusch",
  1058. "email": "github@wallbash.com"
  1059. },
  1060. {
  1061. "name": "Bernhard Schussek",
  1062. "email": "bschussek@2bepublished.at"
  1063. },
  1064. {
  1065. "name": "Sebastian Bergmann",
  1066. "email": "sebastian@phpunit.de"
  1067. },
  1068. {
  1069. "name": "Adam Harvey",
  1070. "email": "aharvey@php.net"
  1071. }
  1072. ],
  1073. "description": "Provides the functionality to export PHP variables for visualization",
  1074. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1075. "keywords": [
  1076. "export",
  1077. "exporter"
  1078. ],
  1079. "time": "2016-06-17T09:04:28+00:00"
  1080. },
  1081. {
  1082. "name": "sebastian/global-state",
  1083. "version": "1.1.1",
  1084. "source": {
  1085. "type": "git",
  1086. "url": "https://github.com/sebastianbergmann/global-state.git",
  1087. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  1088. },
  1089. "dist": {
  1090. "type": "zip",
  1091. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1092. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  1093. "shasum": ""
  1094. },
  1095. "require": {
  1096. "php": ">=5.3.3"
  1097. },
  1098. "require-dev": {
  1099. "phpunit/phpunit": "~4.2"
  1100. },
  1101. "suggest": {
  1102. "ext-uopz": "*"
  1103. },
  1104. "type": "library",
  1105. "extra": {
  1106. "branch-alias": {
  1107. "dev-master": "1.0-dev"
  1108. }
  1109. },
  1110. "autoload": {
  1111. "classmap": [
  1112. "src/"
  1113. ]
  1114. },
  1115. "notification-url": "https://packagist.org/downloads/",
  1116. "license": [
  1117. "BSD-3-Clause"
  1118. ],
  1119. "authors": [
  1120. {
  1121. "name": "Sebastian Bergmann",
  1122. "email": "sebastian@phpunit.de"
  1123. }
  1124. ],
  1125. "description": "Snapshotting of global state",
  1126. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1127. "keywords": [
  1128. "global state"
  1129. ],
  1130. "time": "2015-10-12T03:26:01+00:00"
  1131. },
  1132. {
  1133. "name": "sebastian/recursion-context",
  1134. "version": "1.0.5",
  1135. "source": {
  1136. "type": "git",
  1137. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1138. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
  1139. },
  1140. "dist": {
  1141. "type": "zip",
  1142. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  1143. "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
  1144. "shasum": ""
  1145. },
  1146. "require": {
  1147. "php": ">=5.3.3"
  1148. },
  1149. "require-dev": {
  1150. "phpunit/phpunit": "~4.4"
  1151. },
  1152. "type": "library",
  1153. "extra": {
  1154. "branch-alias": {
  1155. "dev-master": "1.0.x-dev"
  1156. }
  1157. },
  1158. "autoload": {
  1159. "classmap": [
  1160. "src/"
  1161. ]
  1162. },
  1163. "notification-url": "https://packagist.org/downloads/",
  1164. "license": [
  1165. "BSD-3-Clause"
  1166. ],
  1167. "authors": [
  1168. {
  1169. "name": "Jeff Welch",
  1170. "email": "whatthejeff@gmail.com"
  1171. },
  1172. {
  1173. "name": "Sebastian Bergmann",
  1174. "email": "sebastian@phpunit.de"
  1175. },
  1176. {
  1177. "name": "Adam Harvey",
  1178. "email": "aharvey@php.net"
  1179. }
  1180. ],
  1181. "description": "Provides functionality to recursively process PHP variables",
  1182. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1183. "time": "2016-10-03T07:41:43+00:00"
  1184. },
  1185. {
  1186. "name": "sebastian/version",
  1187. "version": "1.0.6",
  1188. "source": {
  1189. "type": "git",
  1190. "url": "https://github.com/sebastianbergmann/version.git",
  1191. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  1192. },
  1193. "dist": {
  1194. "type": "zip",
  1195. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1196. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1197. "shasum": ""
  1198. },
  1199. "type": "library",
  1200. "autoload": {
  1201. "classmap": [
  1202. "src/"
  1203. ]
  1204. },
  1205. "notification-url": "https://packagist.org/downloads/",
  1206. "license": [
  1207. "BSD-3-Clause"
  1208. ],
  1209. "authors": [
  1210. {
  1211. "name": "Sebastian Bergmann",
  1212. "email": "sebastian@phpunit.de",
  1213. "role": "lead"
  1214. }
  1215. ],
  1216. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1217. "homepage": "https://github.com/sebastianbergmann/version",
  1218. "time": "2015-06-21T13:59:46+00:00"
  1219. },
  1220. {
  1221. "name": "squizlabs/php_codesniffer",
  1222. "version": "2.9.1",
  1223. "source": {
  1224. "type": "git",
  1225. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  1226. "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
  1227. },
  1228. "dist": {
  1229. "type": "zip",
  1230. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
  1231. "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
  1232. "shasum": ""
  1233. },
  1234. "require": {
  1235. "ext-simplexml": "*",
  1236. "ext-tokenizer": "*",
  1237. "ext-xmlwriter": "*",
  1238. "php": ">=5.1.2"
  1239. },
  1240. "require-dev": {
  1241. "phpunit/phpunit": "~4.0"
  1242. },
  1243. "bin": [
  1244. "scripts/phpcs",
  1245. "scripts/phpcbf"
  1246. ],
  1247. "type": "library",
  1248. "extra": {
  1249. "branch-alias": {
  1250. "dev-master": "2.x-dev"
  1251. }
  1252. },
  1253. "autoload": {
  1254. "classmap": [
  1255. "CodeSniffer.php",
  1256. "CodeSniffer/CLI.php",
  1257. "CodeSniffer/Exception.php",
  1258. "CodeSniffer/File.php",
  1259. "CodeSniffer/Fixer.php",
  1260. "CodeSniffer/Report.php",
  1261. "CodeSniffer/Reporting.php",
  1262. "CodeSniffer/Sniff.php",
  1263. "CodeSniffer/Tokens.php",
  1264. "CodeSniffer/Reports/",
  1265. "CodeSniffer/Tokenizers/",
  1266. "CodeSniffer/DocGenerators/",
  1267. "CodeSniffer/Standards/AbstractPatternSniff.php",
  1268. "CodeSniffer/Standards/AbstractScopeSniff.php",
  1269. "CodeSniffer/Standards/AbstractVariableSniff.php",
  1270. "CodeSniffer/Standards/IncorrectPatternException.php",
  1271. "CodeSniffer/Standards/Generic/Sniffs/",
  1272. "CodeSniffer/Standards/MySource/Sniffs/",
  1273. "CodeSniffer/Standards/PEAR/Sniffs/",
  1274. "CodeSniffer/Standards/PSR1/Sniffs/",
  1275. "CodeSniffer/Standards/PSR2/Sniffs/",
  1276. "CodeSniffer/Standards/Squiz/Sniffs/",
  1277. "CodeSniffer/Standards/Zend/Sniffs/"
  1278. ]
  1279. },
  1280. "notification-url": "https://packagist.org/downloads/",
  1281. "license": [
  1282. "BSD-3-Clause"
  1283. ],
  1284. "authors": [
  1285. {
  1286. "name": "Greg Sherwood",
  1287. "role": "lead"
  1288. }
  1289. ],
  1290. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  1291. "homepage": "http://www.squizlabs.com/php-codesniffer",
  1292. "keywords": [
  1293. "phpcs",
  1294. "standards"
  1295. ],
  1296. "time": "2017-05-22T02:43:20+00:00"
  1297. },
  1298. {
  1299. "name": "symfony/config",
  1300. "version": "v2.8.32",
  1301. "source": {
  1302. "type": "git",
  1303. "url": "https://github.com/symfony/config.git",
  1304. "reference": "f4f3f1d7090c464434bbbc3e8aa2b41149c59196"
  1305. },
  1306. "dist": {
  1307. "type": "zip",
  1308. "url": "https://api.github.com/repos/symfony/config/zipball/f4f3f1d7090c464434bbbc3e8aa2b41149c59196",
  1309. "reference": "f4f3f1d7090c464434bbbc3e8aa2b41149c59196",
  1310. "shasum": ""
  1311. },
  1312. "require": {
  1313. "php": ">=5.3.9",
  1314. "symfony/filesystem": "~2.3|~3.0.0"
  1315. },
  1316. "require-dev": {
  1317. "symfony/yaml": "~2.7|~3.0.0"
  1318. },
  1319. "suggest": {
  1320. "symfony/yaml": "To use the yaml reference dumper"
  1321. },
  1322. "type": "library",
  1323. "extra": {
  1324. "branch-alias": {
  1325. "dev-master": "2.8-dev"
  1326. }
  1327. },
  1328. "autoload": {
  1329. "psr-4": {
  1330. "Symfony\\Component\\Config\\": ""
  1331. },
  1332. "exclude-from-classmap": [
  1333. "/Tests/"
  1334. ]
  1335. },
  1336. "notification-url": "https://packagist.org/downloads/",
  1337. "license": [
  1338. "MIT"
  1339. ],
  1340. "authors": [
  1341. {
  1342. "name": "Fabien Potencier",
  1343. "email": "fabien@symfony.com"
  1344. },
  1345. {
  1346. "name": "Symfony Community",
  1347. "homepage": "https://symfony.com/contributors"
  1348. }
  1349. ],
  1350. "description": "Symfony Config Component",
  1351. "homepage": "https://symfony.com",
  1352. "time": "2017-11-07T11:56:23+00:00"
  1353. },
  1354. {
  1355. "name": "symfony/console",
  1356. "version": "v2.8.32",
  1357. "source": {
  1358. "type": "git",
  1359. "url": "https://github.com/symfony/console.git",
  1360. "reference": "46270f1ca44f08ebc134ce120fd2c2baf5fd63de"
  1361. },
  1362. "dist": {
  1363. "type": "zip",
  1364. "url": "https://api.github.com/repos/symfony/console/zipball/46270f1ca44f08ebc134ce120fd2c2baf5fd63de",
  1365. "reference": "46270f1ca44f08ebc134ce120fd2c2baf5fd63de",
  1366. "shasum": ""
  1367. },
  1368. "require": {
  1369. "php": ">=5.3.9",
  1370. "symfony/debug": "^2.7.2|~3.0.0",
  1371. "symfony/polyfill-mbstring": "~1.0"
  1372. },
  1373. "require-dev": {
  1374. "psr/log": "~1.0",
  1375. "symfony/event-dispatcher": "~2.1|~3.0.0",
  1376. "symfony/process": "~2.1|~3.0.0"
  1377. },
  1378. "suggest": {
  1379. "psr/log": "For using the console logger",
  1380. "symfony/event-dispatcher": "",
  1381. "symfony/process": ""
  1382. },
  1383. "type": "library",
  1384. "extra": {
  1385. "branch-alias": {
  1386. "dev-master": "2.8-dev"
  1387. }
  1388. },
  1389. "autoload": {
  1390. "psr-4": {
  1391. "Symfony\\Component\\Console\\": ""
  1392. },
  1393. "exclude-from-classmap": [
  1394. "/Tests/"
  1395. ]
  1396. },
  1397. "notification-url": "https://packagist.org/downloads/",
  1398. "license": [
  1399. "MIT"
  1400. ],
  1401. "authors": [
  1402. {
  1403. "name": "Fabien Potencier",
  1404. "email": "fabien@symfony.com"
  1405. },
  1406. {
  1407. "name": "Symfony Community",
  1408. "homepage": "https://symfony.com/contributors"
  1409. }
  1410. ],
  1411. "description": "Symfony Console Component",
  1412. "homepage": "https://symfony.com",
  1413. "time": "2017-11-29T09:33:18+00:00"
  1414. },
  1415. {
  1416. "name": "symfony/debug",
  1417. "version": "v2.8.32",
  1418. "source": {
  1419. "type": "git",
  1420. "url": "https://github.com/symfony/debug.git",
  1421. "reference": "e72a0340dc2e273b3c4398d8eef9157ba51d8b95"
  1422. },
  1423. "dist": {
  1424. "type": "zip",
  1425. "url": "https://api.github.com/repos/symfony/debug/zipball/e72a0340dc2e273b3c4398d8eef9157ba51d8b95",
  1426. "reference": "e72a0340dc2e273b3c4398d8eef9157ba51d8b95",
  1427. "shasum": ""
  1428. },
  1429. "require": {
  1430. "php": ">=5.3.9",
  1431. "psr/log": "~1.0"
  1432. },
  1433. "conflict": {
  1434. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  1435. },
  1436. "require-dev": {
  1437. "symfony/class-loader": "~2.2|~3.0.0",
  1438. "symfony/http-kernel": "~2.3.24|~2.5.9|^2.6.2|~3.0.0"
  1439. },
  1440. "type": "library",
  1441. "extra": {
  1442. "branch-alias": {
  1443. "dev-master": "2.8-dev"
  1444. }
  1445. },
  1446. "autoload": {
  1447. "psr-4": {
  1448. "Symfony\\Component\\Debug\\": ""
  1449. },
  1450. "exclude-from-classmap": [
  1451. "/Tests/"
  1452. ]
  1453. },
  1454. "notification-url": "https://packagist.org/downloads/",
  1455. "license": [
  1456. "MIT"
  1457. ],
  1458. "authors": [
  1459. {
  1460. "name": "Fabien Potencier",
  1461. "email": "fabien@symfony.com"
  1462. },
  1463. {
  1464. "name": "Symfony Community",
  1465. "homepage": "https://symfony.com/contributors"
  1466. }
  1467. ],
  1468. "description": "Symfony Debug Component",
  1469. "homepage": "https://symfony.com",
  1470. "time": "2017-11-19T19:05:05+00:00"
  1471. },
  1472. {
  1473. "name": "symfony/event-dispatcher",
  1474. "version": "v2.8.32",
  1475. "source": {
  1476. "type": "git",
  1477. "url": "https://github.com/symfony/event-dispatcher.git",
  1478. "reference": "b59aacf238fadda50d612c9de73b74751872a903"
  1479. },
  1480. "dist": {
  1481. "type": "zip",
  1482. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b59aacf238fadda50d612c9de73b74751872a903",
  1483. "reference": "b59aacf238fadda50d612c9de73b74751872a903",
  1484. "shasum": ""
  1485. },
  1486. "require": {
  1487. "php": ">=5.3.9"
  1488. },
  1489. "require-dev": {
  1490. "psr/log": "~1.0",
  1491. "symfony/config": "^2.0.5|~3.0.0",
  1492. "symfony/dependency-injection": "~2.6|~3.0.0",
  1493. "symfony/expression-language": "~2.6|~3.0.0",
  1494. "symfony/stopwatch": "~2.3|~3.0.0"
  1495. },
  1496. "suggest": {
  1497. "symfony/dependency-injection": "",
  1498. "symfony/http-kernel": ""
  1499. },
  1500. "type": "library",
  1501. "extra": {
  1502. "branch-alias": {
  1503. "dev-master": "2.8-dev"
  1504. }
  1505. },
  1506. "autoload": {
  1507. "psr-4": {
  1508. "Symfony\\Component\\EventDispatcher\\": ""
  1509. },
  1510. "exclude-from-classmap": [
  1511. "/Tests/"
  1512. ]
  1513. },
  1514. "notification-url": "https://packagist.org/downloads/",
  1515. "license": [
  1516. "MIT"
  1517. ],
  1518. "authors": [
  1519. {
  1520. "name": "Fabien Potencier",
  1521. "email": "fabien@symfony.com"
  1522. },
  1523. {
  1524. "name": "Symfony Community",
  1525. "homepage": "https://symfony.com/contributors"
  1526. }
  1527. ],
  1528. "description": "Symfony EventDispatcher Component",
  1529. "homepage": "https://symfony.com",
  1530. "time": "2017-11-05T15:25:56+00:00"
  1531. },
  1532. {
  1533. "name": "symfony/filesystem",
  1534. "version": "v2.8.32",
  1535. "source": {
  1536. "type": "git",
  1537. "url": "https://github.com/symfony/filesystem.git",
  1538. "reference": "15ceb6736a9eebd0d99f9e05a62296ab6ce1cf2b"
  1539. },
  1540. "dist": {
  1541. "type": "zip",
  1542. "url": "https://api.github.com/repos/symfony/filesystem/zipball/15ceb6736a9eebd0d99f9e05a62296ab6ce1cf2b",
  1543. "reference": "15ceb6736a9eebd0d99f9e05a62296ab6ce1cf2b",
  1544. "shasum": ""
  1545. },
  1546. "require": {
  1547. "php": ">=5.3.9"
  1548. },
  1549. "type": "library",
  1550. "extra": {
  1551. "branch-alias": {
  1552. "dev-master": "2.8-dev"
  1553. }
  1554. },
  1555. "autoload": {
  1556. "psr-4": {
  1557. "Symfony\\Component\\Filesystem\\": ""
  1558. },
  1559. "exclude-from-classmap": [
  1560. "/Tests/"
  1561. ]
  1562. },
  1563. "notification-url": "https://packagist.org/downloads/",
  1564. "license": [
  1565. "MIT"
  1566. ],
  1567. "authors": [
  1568. {
  1569. "name": "Fabien Potencier",
  1570. "email": "fabien@symfony.com"
  1571. },
  1572. {
  1573. "name": "Symfony Community",
  1574. "homepage": "https://symfony.com/contributors"
  1575. }
  1576. ],
  1577. "description": "Symfony Filesystem Component",
  1578. "homepage": "https://symfony.com",
  1579. "time": "2017-11-19T18:39:05+00:00"
  1580. },
  1581. {
  1582. "name": "symfony/polyfill-mbstring",
  1583. "version": "v1.6.0",
  1584. "source": {
  1585. "type": "git",
  1586. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1587. "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
  1588. },
  1589. "dist": {
  1590. "type": "zip",
  1591. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
  1592. "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
  1593. "shasum": ""
  1594. },
  1595. "require": {
  1596. "php": ">=5.3.3"
  1597. },
  1598. "suggest": {
  1599. "ext-mbstring": "For best performance"
  1600. },
  1601. "type": "library",
  1602. "extra": {
  1603. "branch-alias": {
  1604. "dev-master": "1.6-dev"
  1605. }
  1606. },
  1607. "autoload": {
  1608. "psr-4": {
  1609. "Symfony\\Polyfill\\Mbstring\\": ""
  1610. },
  1611. "files": [
  1612. "bootstrap.php"
  1613. ]
  1614. },
  1615. "notification-url": "https://packagist.org/downloads/",
  1616. "license": [
  1617. "MIT"
  1618. ],
  1619. "authors": [
  1620. {
  1621. "name": "Nicolas Grekas",
  1622. "email": "p@tchwork.com"
  1623. },
  1624. {
  1625. "name": "Symfony Community",
  1626. "homepage": "https://symfony.com/contributors"
  1627. }
  1628. ],
  1629. "description": "Symfony polyfill for the Mbstring extension",
  1630. "homepage": "https://symfony.com",
  1631. "keywords": [
  1632. "compatibility",
  1633. "mbstring",
  1634. "polyfill",
  1635. "portable",
  1636. "shim"
  1637. ],
  1638. "time": "2017-10-11T12:05:26+00:00"
  1639. },
  1640. {
  1641. "name": "symfony/stopwatch",
  1642. "version": "v2.8.32",
  1643. "source": {
  1644. "type": "git",
  1645. "url": "https://github.com/symfony/stopwatch.git",
  1646. "reference": "533bb9d7c2da1c6d2da163ecf0f22043ea98f59b"
  1647. },
  1648. "dist": {
  1649. "type": "zip",
  1650. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/533bb9d7c2da1c6d2da163ecf0f22043ea98f59b",
  1651. "reference": "533bb9d7c2da1c6d2da163ecf0f22043ea98f59b",
  1652. "shasum": ""
  1653. },
  1654. "require": {
  1655. "php": ">=5.3.9"
  1656. },
  1657. "type": "library",
  1658. "extra": {
  1659. "branch-alias": {
  1660. "dev-master": "2.8-dev"
  1661. }
  1662. },
  1663. "autoload": {
  1664. "psr-4": {
  1665. "Symfony\\Component\\Stopwatch\\": ""
  1666. },
  1667. "exclude-from-classmap": [
  1668. "/Tests/"
  1669. ]
  1670. },
  1671. "notification-url": "https://packagist.org/downloads/",
  1672. "license": [
  1673. "MIT"
  1674. ],
  1675. "authors": [
  1676. {
  1677. "name": "Fabien Potencier",
  1678. "email": "fabien@symfony.com"
  1679. },
  1680. {
  1681. "name": "Symfony Community",
  1682. "homepage": "https://symfony.com/contributors"
  1683. }
  1684. ],
  1685. "description": "Symfony Stopwatch Component",
  1686. "homepage": "https://symfony.com",
  1687. "time": "2017-11-10T18:59:36+00:00"
  1688. },
  1689. {
  1690. "name": "symfony/yaml",
  1691. "version": "v2.8.32",
  1692. "source": {
  1693. "type": "git",
  1694. "url": "https://github.com/symfony/yaml.git",
  1695. "reference": "968ef42161e4bc04200119da473077f9e7015128"
  1696. },
  1697. "dist": {
  1698. "type": "zip",
  1699. "url": "https://api.github.com/repos/symfony/yaml/zipball/968ef42161e4bc04200119da473077f9e7015128",
  1700. "reference": "968ef42161e4bc04200119da473077f9e7015128",
  1701. "shasum": ""
  1702. },
  1703. "require": {
  1704. "php": ">=5.3.9"
  1705. },
  1706. "type": "library",
  1707. "extra": {
  1708. "branch-alias": {
  1709. "dev-master": "2.8-dev"
  1710. }
  1711. },
  1712. "autoload": {
  1713. "psr-4": {
  1714. "Symfony\\Component\\Yaml\\": ""
  1715. },
  1716. "exclude-from-classmap": [
  1717. "/Tests/"
  1718. ]
  1719. },
  1720. "notification-url": "https://packagist.org/downloads/",
  1721. "license": [
  1722. "MIT"
  1723. ],
  1724. "authors": [
  1725. {
  1726. "name": "Fabien Potencier",
  1727. "email": "fabien@symfony.com"
  1728. },
  1729. {
  1730. "name": "Symfony Community",
  1731. "homepage": "https://symfony.com/contributors"
  1732. }
  1733. ],
  1734. "description": "Symfony Yaml Component",
  1735. "homepage": "https://symfony.com",
  1736. "time": "2017-11-29T09:33:18+00:00"
  1737. }
  1738. ],
  1739. "aliases": [],
  1740. "minimum-stability": "stable",
  1741. "stability-flags": {
  1742. "satooshi/php-coveralls": 20
  1743. },
  1744. "prefer-stable": false,
  1745. "prefer-lowest": false,
  1746. "platform": {
  1747. "php": ">=5.4"
  1748. },
  1749. "platform-dev": []
  1750. }