composer.lock 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "0eb7a1b749285f1928925c539233d674",
  8. "packages": [
  9. {
  10. "name": "psr/http-message",
  11. "version": "1.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/php-fig/http-message.git",
  15. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  20. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "type": "library",
  27. "extra": {
  28. "branch-alias": {
  29. "dev-master": "1.0.x-dev"
  30. }
  31. },
  32. "autoload": {
  33. "psr-4": {
  34. "Psr\\Http\\Message\\": "src/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "MIT"
  40. ],
  41. "authors": [
  42. {
  43. "name": "PHP-FIG",
  44. "homepage": "http://www.php-fig.org/"
  45. }
  46. ],
  47. "description": "Common interface for HTTP messages",
  48. "keywords": [
  49. "http",
  50. "http-message",
  51. "psr",
  52. "psr-7",
  53. "request",
  54. "response"
  55. ],
  56. "time": "2015-05-04 20:22:00"
  57. },
  58. {
  59. "name": "zendframework/zend-diactoros",
  60. "version": "1.1.2",
  61. "source": {
  62. "type": "git",
  63. "url": "https://github.com/zendframework/zend-diactoros.git",
  64. "reference": "bac9f86a4dbf282a3029602411ae655225bc370b"
  65. },
  66. "dist": {
  67. "type": "zip",
  68. "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bac9f86a4dbf282a3029602411ae655225bc370b",
  69. "reference": "bac9f86a4dbf282a3029602411ae655225bc370b",
  70. "shasum": ""
  71. },
  72. "require": {
  73. "php": ">=5.4",
  74. "psr/http-message": "~1.0"
  75. },
  76. "provide": {
  77. "psr/http-message-implementation": "~1.0.0"
  78. },
  79. "require-dev": {
  80. "phpunit/phpunit": "~4.6",
  81. "squizlabs/php_codesniffer": "^2.3.1"
  82. },
  83. "type": "library",
  84. "extra": {
  85. "branch-alias": {
  86. "dev-master": "1.0-dev",
  87. "dev-develop": "1.1-dev"
  88. }
  89. },
  90. "autoload": {
  91. "psr-4": {
  92. "Zend\\Diactoros\\": "src/"
  93. }
  94. },
  95. "notification-url": "https://packagist.org/downloads/",
  96. "license": [
  97. "BSD-2-Clause"
  98. ],
  99. "description": "PSR HTTP Message implementations",
  100. "homepage": "https://github.com/zendframework/zend-diactoros",
  101. "keywords": [
  102. "http",
  103. "psr",
  104. "psr-7"
  105. ],
  106. "time": "2015-07-12 17:59:47"
  107. },
  108. {
  109. "name": "zendframework/zend-escaper",
  110. "version": "2.5.1",
  111. "source": {
  112. "type": "git",
  113. "url": "https://github.com/zendframework/zend-escaper.git",
  114. "reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73"
  115. },
  116. "dist": {
  117. "type": "zip",
  118. "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73",
  119. "reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73",
  120. "shasum": ""
  121. },
  122. "require": {
  123. "php": ">=5.3.23"
  124. },
  125. "require-dev": {
  126. "fabpot/php-cs-fixer": "1.7.*",
  127. "phpunit/phpunit": "~4.0"
  128. },
  129. "type": "library",
  130. "extra": {
  131. "branch-alias": {
  132. "dev-master": "2.5-dev",
  133. "dev-develop": "2.6-dev"
  134. }
  135. },
  136. "autoload": {
  137. "psr-4": {
  138. "Zend\\Escaper\\": "src/"
  139. }
  140. },
  141. "notification-url": "https://packagist.org/downloads/",
  142. "license": [
  143. "BSD-3-Clause"
  144. ],
  145. "homepage": "https://github.com/zendframework/zend-escaper",
  146. "keywords": [
  147. "escaper",
  148. "zf2"
  149. ],
  150. "time": "2015-06-03 14:05:37"
  151. },
  152. {
  153. "name": "zendframework/zend-http",
  154. "version": "2.5.2",
  155. "source": {
  156. "type": "git",
  157. "url": "https://github.com/zendframework/zend-http.git",
  158. "reference": "abe2e56464cd467214489672f103669957047548"
  159. },
  160. "dist": {
  161. "type": "zip",
  162. "url": "https://api.github.com/repos/zendframework/zend-http/zipball/abe2e56464cd467214489672f103669957047548",
  163. "reference": "abe2e56464cd467214489672f103669957047548",
  164. "shasum": ""
  165. },
  166. "require": {
  167. "php": ">=5.5",
  168. "zendframework/zend-loader": "~2.5",
  169. "zendframework/zend-stdlib": "~2.5",
  170. "zendframework/zend-uri": "~2.5",
  171. "zendframework/zend-validator": "~2.5"
  172. },
  173. "require-dev": {
  174. "fabpot/php-cs-fixer": "1.7.*",
  175. "phpunit/phpunit": "~4.0",
  176. "zendframework/zend-config": "~2.5"
  177. },
  178. "type": "library",
  179. "extra": {
  180. "branch-alias": {
  181. "dev-master": "2.5-dev",
  182. "dev-develop": "2.6-dev"
  183. }
  184. },
  185. "autoload": {
  186. "psr-4": {
  187. "Zend\\Http\\": "src/"
  188. }
  189. },
  190. "notification-url": "https://packagist.org/downloads/",
  191. "license": [
  192. "BSD-3-Clause"
  193. ],
  194. "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
  195. "homepage": "https://github.com/zendframework/zend-http",
  196. "keywords": [
  197. "http",
  198. "zf2"
  199. ],
  200. "time": "2015-08-05 15:47:13"
  201. },
  202. {
  203. "name": "zendframework/zend-loader",
  204. "version": "2.5.1",
  205. "source": {
  206. "type": "git",
  207. "url": "https://github.com/zendframework/zend-loader.git",
  208. "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c"
  209. },
  210. "dist": {
  211. "type": "zip",
  212. "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/c5fd2f071bde071f4363def7dea8dec7393e135c",
  213. "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c",
  214. "shasum": ""
  215. },
  216. "require": {
  217. "php": ">=5.3.23"
  218. },
  219. "require-dev": {
  220. "fabpot/php-cs-fixer": "1.7.*",
  221. "phpunit/phpunit": "~4.0"
  222. },
  223. "type": "library",
  224. "extra": {
  225. "branch-alias": {
  226. "dev-master": "2.5-dev",
  227. "dev-develop": "2.6-dev"
  228. }
  229. },
  230. "autoload": {
  231. "psr-4": {
  232. "Zend\\Loader\\": "src/"
  233. }
  234. },
  235. "notification-url": "https://packagist.org/downloads/",
  236. "license": [
  237. "BSD-3-Clause"
  238. ],
  239. "homepage": "https://github.com/zendframework/zend-loader",
  240. "keywords": [
  241. "loader",
  242. "zf2"
  243. ],
  244. "time": "2015-06-03 14:05:47"
  245. },
  246. {
  247. "name": "zendframework/zend-stdlib",
  248. "version": "2.6.0",
  249. "source": {
  250. "type": "git",
  251. "url": "https://github.com/zendframework/zend-stdlib.git",
  252. "reference": "a35758803fc9051ec1aff43989e679b6b451b1b4"
  253. },
  254. "dist": {
  255. "type": "zip",
  256. "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/a35758803fc9051ec1aff43989e679b6b451b1b4",
  257. "reference": "a35758803fc9051ec1aff43989e679b6b451b1b4",
  258. "shasum": ""
  259. },
  260. "require": {
  261. "php": ">=5.5"
  262. },
  263. "require-dev": {
  264. "fabpot/php-cs-fixer": "1.7.*",
  265. "phpunit/phpunit": "~4.0",
  266. "zendframework/zend-config": "~2.5",
  267. "zendframework/zend-eventmanager": "~2.5",
  268. "zendframework/zend-filter": "~2.5",
  269. "zendframework/zend-inputfilter": "~2.5",
  270. "zendframework/zend-serializer": "~2.5",
  271. "zendframework/zend-servicemanager": "~2.5"
  272. },
  273. "suggest": {
  274. "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
  275. "zendframework/zend-filter": "To support naming strategy hydrator usage",
  276. "zendframework/zend-serializer": "Zend\\Serializer component",
  277. "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
  278. },
  279. "type": "library",
  280. "extra": {
  281. "branch-alias": {
  282. "dev-master": "2.6-dev",
  283. "dev-develop": "2.7-dev"
  284. }
  285. },
  286. "autoload": {
  287. "psr-4": {
  288. "Zend\\Stdlib\\": "src/"
  289. }
  290. },
  291. "notification-url": "https://packagist.org/downloads/",
  292. "license": [
  293. "BSD-3-Clause"
  294. ],
  295. "homepage": "https://github.com/zendframework/zend-stdlib",
  296. "keywords": [
  297. "stdlib",
  298. "zf2"
  299. ],
  300. "time": "2015-07-21 17:08:05"
  301. },
  302. {
  303. "name": "zendframework/zend-uri",
  304. "version": "2.5.1",
  305. "source": {
  306. "type": "git",
  307. "url": "https://github.com/zendframework/zend-uri.git",
  308. "reference": "fe6c7f4c8d9037fe551898a538a2b6d39483f572"
  309. },
  310. "dist": {
  311. "type": "zip",
  312. "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/fe6c7f4c8d9037fe551898a538a2b6d39483f572",
  313. "reference": "fe6c7f4c8d9037fe551898a538a2b6d39483f572",
  314. "shasum": ""
  315. },
  316. "require": {
  317. "php": ">=5.3.23",
  318. "zendframework/zend-escaper": "~2.5",
  319. "zendframework/zend-validator": "~2.5"
  320. },
  321. "require-dev": {
  322. "fabpot/php-cs-fixer": "1.7.*",
  323. "phpunit/phpunit": "~4.0"
  324. },
  325. "type": "library",
  326. "extra": {
  327. "branch-alias": {
  328. "dev-master": "2.5-dev",
  329. "dev-develop": "2.6-dev"
  330. }
  331. },
  332. "autoload": {
  333. "psr-4": {
  334. "Zend\\Uri\\": "src/"
  335. }
  336. },
  337. "notification-url": "https://packagist.org/downloads/",
  338. "license": [
  339. "BSD-3-Clause"
  340. ],
  341. "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
  342. "homepage": "https://github.com/zendframework/zend-uri",
  343. "keywords": [
  344. "uri",
  345. "zf2"
  346. ],
  347. "time": "2015-06-03 15:32:03"
  348. },
  349. {
  350. "name": "zendframework/zend-validator",
  351. "version": "2.5.2",
  352. "source": {
  353. "type": "git",
  354. "url": "https://github.com/zendframework/zend-validator.git",
  355. "reference": "6b1e4bb249a00603ebbf4023b4b42c867aa79336"
  356. },
  357. "dist": {
  358. "type": "zip",
  359. "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/6b1e4bb249a00603ebbf4023b4b42c867aa79336",
  360. "reference": "6b1e4bb249a00603ebbf4023b4b42c867aa79336",
  361. "shasum": ""
  362. },
  363. "require": {
  364. "php": ">=5.5",
  365. "zendframework/zend-stdlib": "~2.5"
  366. },
  367. "require-dev": {
  368. "fabpot/php-cs-fixer": "1.7.*",
  369. "phpunit/phpunit": "~4.0",
  370. "zendframework/zend-cache": "~2.5",
  371. "zendframework/zend-config": "~2.5",
  372. "zendframework/zend-db": "~2.5",
  373. "zendframework/zend-filter": "~2.5",
  374. "zendframework/zend-http": "~2.5",
  375. "zendframework/zend-i18n": "~2.5",
  376. "zendframework/zend-math": "~2.5",
  377. "zendframework/zend-servicemanager": "~2.5",
  378. "zendframework/zend-session": "~2.5",
  379. "zendframework/zend-uri": "~2.5"
  380. },
  381. "suggest": {
  382. "zendframework/zend-db": "Zend\\Db component",
  383. "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
  384. "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
  385. "zendframework/zend-i18n-resources": "Translations of validator messages",
  386. "zendframework/zend-math": "Zend\\Math component",
  387. "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
  388. "zendframework/zend-session": "Zend\\Session component",
  389. "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
  390. },
  391. "type": "library",
  392. "extra": {
  393. "branch-alias": {
  394. "dev-master": "2.5-dev",
  395. "dev-develop": "2.6-dev"
  396. }
  397. },
  398. "autoload": {
  399. "psr-4": {
  400. "Zend\\Validator\\": "src/"
  401. }
  402. },
  403. "notification-url": "https://packagist.org/downloads/",
  404. "license": [
  405. "BSD-3-Clause"
  406. ],
  407. "description": "provides a set of commonly needed validators",
  408. "homepage": "https://github.com/zendframework/zend-validator",
  409. "keywords": [
  410. "validator",
  411. "zf2"
  412. ],
  413. "time": "2015-07-16 19:29:35"
  414. }
  415. ],
  416. "packages-dev": [
  417. {
  418. "name": "doctrine/instantiator",
  419. "version": "1.0.5",
  420. "source": {
  421. "type": "git",
  422. "url": "https://github.com/doctrine/instantiator.git",
  423. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  424. },
  425. "dist": {
  426. "type": "zip",
  427. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  428. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  429. "shasum": ""
  430. },
  431. "require": {
  432. "php": ">=5.3,<8.0-DEV"
  433. },
  434. "require-dev": {
  435. "athletic/athletic": "~0.1.8",
  436. "ext-pdo": "*",
  437. "ext-phar": "*",
  438. "phpunit/phpunit": "~4.0",
  439. "squizlabs/php_codesniffer": "~2.0"
  440. },
  441. "type": "library",
  442. "extra": {
  443. "branch-alias": {
  444. "dev-master": "1.0.x-dev"
  445. }
  446. },
  447. "autoload": {
  448. "psr-4": {
  449. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  450. }
  451. },
  452. "notification-url": "https://packagist.org/downloads/",
  453. "license": [
  454. "MIT"
  455. ],
  456. "authors": [
  457. {
  458. "name": "Marco Pivetta",
  459. "email": "ocramius@gmail.com",
  460. "homepage": "http://ocramius.github.com/"
  461. }
  462. ],
  463. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  464. "homepage": "https://github.com/doctrine/instantiator",
  465. "keywords": [
  466. "constructor",
  467. "instantiate"
  468. ],
  469. "time": "2015-06-14 21:17:01"
  470. },
  471. {
  472. "name": "phpdocumentor/reflection-docblock",
  473. "version": "2.0.4",
  474. "source": {
  475. "type": "git",
  476. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  477. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
  478. },
  479. "dist": {
  480. "type": "zip",
  481. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
  482. "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
  483. "shasum": ""
  484. },
  485. "require": {
  486. "php": ">=5.3.3"
  487. },
  488. "require-dev": {
  489. "phpunit/phpunit": "~4.0"
  490. },
  491. "suggest": {
  492. "dflydev/markdown": "~1.0",
  493. "erusev/parsedown": "~1.0"
  494. },
  495. "type": "library",
  496. "extra": {
  497. "branch-alias": {
  498. "dev-master": "2.0.x-dev"
  499. }
  500. },
  501. "autoload": {
  502. "psr-0": {
  503. "phpDocumentor": [
  504. "src/"
  505. ]
  506. }
  507. },
  508. "notification-url": "https://packagist.org/downloads/",
  509. "license": [
  510. "MIT"
  511. ],
  512. "authors": [
  513. {
  514. "name": "Mike van Riel",
  515. "email": "mike.vanriel@naenius.com"
  516. }
  517. ],
  518. "time": "2015-02-03 12:10:50"
  519. },
  520. {
  521. "name": "phpspec/prophecy",
  522. "version": "v1.4.1",
  523. "source": {
  524. "type": "git",
  525. "url": "https://github.com/phpspec/prophecy.git",
  526. "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373"
  527. },
  528. "dist": {
  529. "type": "zip",
  530. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
  531. "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373",
  532. "shasum": ""
  533. },
  534. "require": {
  535. "doctrine/instantiator": "^1.0.2",
  536. "phpdocumentor/reflection-docblock": "~2.0",
  537. "sebastian/comparator": "~1.1"
  538. },
  539. "require-dev": {
  540. "phpspec/phpspec": "~2.0"
  541. },
  542. "type": "library",
  543. "extra": {
  544. "branch-alias": {
  545. "dev-master": "1.4.x-dev"
  546. }
  547. },
  548. "autoload": {
  549. "psr-0": {
  550. "Prophecy\\": "src/"
  551. }
  552. },
  553. "notification-url": "https://packagist.org/downloads/",
  554. "license": [
  555. "MIT"
  556. ],
  557. "authors": [
  558. {
  559. "name": "Konstantin Kudryashov",
  560. "email": "ever.zet@gmail.com",
  561. "homepage": "http://everzet.com"
  562. },
  563. {
  564. "name": "Marcello Duarte",
  565. "email": "marcello.duarte@gmail.com"
  566. }
  567. ],
  568. "description": "Highly opinionated mocking framework for PHP 5.3+",
  569. "homepage": "https://github.com/phpspec/prophecy",
  570. "keywords": [
  571. "Double",
  572. "Dummy",
  573. "fake",
  574. "mock",
  575. "spy",
  576. "stub"
  577. ],
  578. "time": "2015-04-27 22:15:08"
  579. },
  580. {
  581. "name": "phpunit/php-code-coverage",
  582. "version": "2.2.2",
  583. "source": {
  584. "type": "git",
  585. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  586. "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c"
  587. },
  588. "dist": {
  589. "type": "zip",
  590. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2d7c03c0e4e080901b8f33b2897b0577be18a13c",
  591. "reference": "2d7c03c0e4e080901b8f33b2897b0577be18a13c",
  592. "shasum": ""
  593. },
  594. "require": {
  595. "php": ">=5.3.3",
  596. "phpunit/php-file-iterator": "~1.3",
  597. "phpunit/php-text-template": "~1.2",
  598. "phpunit/php-token-stream": "~1.3",
  599. "sebastian/environment": "^1.3.2",
  600. "sebastian/version": "~1.0"
  601. },
  602. "require-dev": {
  603. "ext-xdebug": ">=2.1.4",
  604. "phpunit/phpunit": "~4"
  605. },
  606. "suggest": {
  607. "ext-dom": "*",
  608. "ext-xdebug": ">=2.2.1",
  609. "ext-xmlwriter": "*"
  610. },
  611. "type": "library",
  612. "extra": {
  613. "branch-alias": {
  614. "dev-master": "2.2.x-dev"
  615. }
  616. },
  617. "autoload": {
  618. "classmap": [
  619. "src/"
  620. ]
  621. },
  622. "notification-url": "https://packagist.org/downloads/",
  623. "license": [
  624. "BSD-3-Clause"
  625. ],
  626. "authors": [
  627. {
  628. "name": "Sebastian Bergmann",
  629. "email": "sb@sebastian-bergmann.de",
  630. "role": "lead"
  631. }
  632. ],
  633. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  634. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  635. "keywords": [
  636. "coverage",
  637. "testing",
  638. "xunit"
  639. ],
  640. "time": "2015-08-04 03:42:39"
  641. },
  642. {
  643. "name": "phpunit/php-file-iterator",
  644. "version": "1.4.1",
  645. "source": {
  646. "type": "git",
  647. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  648. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  649. },
  650. "dist": {
  651. "type": "zip",
  652. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  653. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  654. "shasum": ""
  655. },
  656. "require": {
  657. "php": ">=5.3.3"
  658. },
  659. "type": "library",
  660. "extra": {
  661. "branch-alias": {
  662. "dev-master": "1.4.x-dev"
  663. }
  664. },
  665. "autoload": {
  666. "classmap": [
  667. "src/"
  668. ]
  669. },
  670. "notification-url": "https://packagist.org/downloads/",
  671. "license": [
  672. "BSD-3-Clause"
  673. ],
  674. "authors": [
  675. {
  676. "name": "Sebastian Bergmann",
  677. "email": "sb@sebastian-bergmann.de",
  678. "role": "lead"
  679. }
  680. ],
  681. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  682. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  683. "keywords": [
  684. "filesystem",
  685. "iterator"
  686. ],
  687. "time": "2015-06-21 13:08:43"
  688. },
  689. {
  690. "name": "phpunit/php-text-template",
  691. "version": "1.2.1",
  692. "source": {
  693. "type": "git",
  694. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  695. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  696. },
  697. "dist": {
  698. "type": "zip",
  699. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  700. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  701. "shasum": ""
  702. },
  703. "require": {
  704. "php": ">=5.3.3"
  705. },
  706. "type": "library",
  707. "autoload": {
  708. "classmap": [
  709. "src/"
  710. ]
  711. },
  712. "notification-url": "https://packagist.org/downloads/",
  713. "license": [
  714. "BSD-3-Clause"
  715. ],
  716. "authors": [
  717. {
  718. "name": "Sebastian Bergmann",
  719. "email": "sebastian@phpunit.de",
  720. "role": "lead"
  721. }
  722. ],
  723. "description": "Simple template engine.",
  724. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  725. "keywords": [
  726. "template"
  727. ],
  728. "time": "2015-06-21 13:50:34"
  729. },
  730. {
  731. "name": "phpunit/php-timer",
  732. "version": "1.0.7",
  733. "source": {
  734. "type": "git",
  735. "url": "https://github.com/sebastianbergmann/php-timer.git",
  736. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
  737. },
  738. "dist": {
  739. "type": "zip",
  740. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  741. "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
  742. "shasum": ""
  743. },
  744. "require": {
  745. "php": ">=5.3.3"
  746. },
  747. "type": "library",
  748. "autoload": {
  749. "classmap": [
  750. "src/"
  751. ]
  752. },
  753. "notification-url": "https://packagist.org/downloads/",
  754. "license": [
  755. "BSD-3-Clause"
  756. ],
  757. "authors": [
  758. {
  759. "name": "Sebastian Bergmann",
  760. "email": "sb@sebastian-bergmann.de",
  761. "role": "lead"
  762. }
  763. ],
  764. "description": "Utility class for timing",
  765. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  766. "keywords": [
  767. "timer"
  768. ],
  769. "time": "2015-06-21 08:01:12"
  770. },
  771. {
  772. "name": "phpunit/php-token-stream",
  773. "version": "1.4.3",
  774. "source": {
  775. "type": "git",
  776. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  777. "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9"
  778. },
  779. "dist": {
  780. "type": "zip",
  781. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
  782. "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9",
  783. "shasum": ""
  784. },
  785. "require": {
  786. "ext-tokenizer": "*",
  787. "php": ">=5.3.3"
  788. },
  789. "require-dev": {
  790. "phpunit/phpunit": "~4.2"
  791. },
  792. "type": "library",
  793. "extra": {
  794. "branch-alias": {
  795. "dev-master": "1.4-dev"
  796. }
  797. },
  798. "autoload": {
  799. "classmap": [
  800. "src/"
  801. ]
  802. },
  803. "notification-url": "https://packagist.org/downloads/",
  804. "license": [
  805. "BSD-3-Clause"
  806. ],
  807. "authors": [
  808. {
  809. "name": "Sebastian Bergmann",
  810. "email": "sebastian@phpunit.de"
  811. }
  812. ],
  813. "description": "Wrapper around PHP's tokenizer extension.",
  814. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  815. "keywords": [
  816. "tokenizer"
  817. ],
  818. "time": "2015-06-19 03:43:16"
  819. },
  820. {
  821. "name": "phpunit/phpunit",
  822. "version": "4.7.7",
  823. "source": {
  824. "type": "git",
  825. "url": "https://github.com/sebastianbergmann/phpunit.git",
  826. "reference": "9b97f9d807b862c2de2a36e86690000801c85724"
  827. },
  828. "dist": {
  829. "type": "zip",
  830. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9b97f9d807b862c2de2a36e86690000801c85724",
  831. "reference": "9b97f9d807b862c2de2a36e86690000801c85724",
  832. "shasum": ""
  833. },
  834. "require": {
  835. "ext-dom": "*",
  836. "ext-json": "*",
  837. "ext-pcre": "*",
  838. "ext-reflection": "*",
  839. "ext-spl": "*",
  840. "php": ">=5.3.3",
  841. "phpspec/prophecy": "~1.3,>=1.3.1",
  842. "phpunit/php-code-coverage": "~2.1",
  843. "phpunit/php-file-iterator": "~1.4",
  844. "phpunit/php-text-template": "~1.2",
  845. "phpunit/php-timer": ">=1.0.6",
  846. "phpunit/phpunit-mock-objects": "~2.3",
  847. "sebastian/comparator": "~1.1",
  848. "sebastian/diff": "~1.2",
  849. "sebastian/environment": "~1.2",
  850. "sebastian/exporter": "~1.2",
  851. "sebastian/global-state": "~1.0",
  852. "sebastian/version": "~1.0",
  853. "symfony/yaml": "~2.1|~3.0"
  854. },
  855. "suggest": {
  856. "phpunit/php-invoker": "~1.1"
  857. },
  858. "bin": [
  859. "phpunit"
  860. ],
  861. "type": "library",
  862. "extra": {
  863. "branch-alias": {
  864. "dev-master": "4.7.x-dev"
  865. }
  866. },
  867. "autoload": {
  868. "classmap": [
  869. "src/"
  870. ]
  871. },
  872. "notification-url": "https://packagist.org/downloads/",
  873. "license": [
  874. "BSD-3-Clause"
  875. ],
  876. "authors": [
  877. {
  878. "name": "Sebastian Bergmann",
  879. "email": "sebastian@phpunit.de",
  880. "role": "lead"
  881. }
  882. ],
  883. "description": "The PHP Unit Testing framework.",
  884. "homepage": "https://phpunit.de/",
  885. "keywords": [
  886. "phpunit",
  887. "testing",
  888. "xunit"
  889. ],
  890. "time": "2015-07-13 11:28:34"
  891. },
  892. {
  893. "name": "phpunit/phpunit-mock-objects",
  894. "version": "2.3.6",
  895. "source": {
  896. "type": "git",
  897. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  898. "reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42"
  899. },
  900. "dist": {
  901. "type": "zip",
  902. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/18dfbcb81d05e2296c0bcddd4db96cade75e6f42",
  903. "reference": "18dfbcb81d05e2296c0bcddd4db96cade75e6f42",
  904. "shasum": ""
  905. },
  906. "require": {
  907. "doctrine/instantiator": "~1.0,>=1.0.2",
  908. "php": ">=5.3.3",
  909. "phpunit/php-text-template": "~1.2",
  910. "sebastian/exporter": "~1.2"
  911. },
  912. "require-dev": {
  913. "phpunit/phpunit": "~4.4"
  914. },
  915. "suggest": {
  916. "ext-soap": "*"
  917. },
  918. "type": "library",
  919. "extra": {
  920. "branch-alias": {
  921. "dev-master": "2.3.x-dev"
  922. }
  923. },
  924. "autoload": {
  925. "classmap": [
  926. "src/"
  927. ]
  928. },
  929. "notification-url": "https://packagist.org/downloads/",
  930. "license": [
  931. "BSD-3-Clause"
  932. ],
  933. "authors": [
  934. {
  935. "name": "Sebastian Bergmann",
  936. "email": "sb@sebastian-bergmann.de",
  937. "role": "lead"
  938. }
  939. ],
  940. "description": "Mock Object library for PHPUnit",
  941. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  942. "keywords": [
  943. "mock",
  944. "xunit"
  945. ],
  946. "time": "2015-07-10 06:54:24"
  947. },
  948. {
  949. "name": "sebastian/comparator",
  950. "version": "1.2.0",
  951. "source": {
  952. "type": "git",
  953. "url": "https://github.com/sebastianbergmann/comparator.git",
  954. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  955. },
  956. "dist": {
  957. "type": "zip",
  958. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  959. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  960. "shasum": ""
  961. },
  962. "require": {
  963. "php": ">=5.3.3",
  964. "sebastian/diff": "~1.2",
  965. "sebastian/exporter": "~1.2"
  966. },
  967. "require-dev": {
  968. "phpunit/phpunit": "~4.4"
  969. },
  970. "type": "library",
  971. "extra": {
  972. "branch-alias": {
  973. "dev-master": "1.2.x-dev"
  974. }
  975. },
  976. "autoload": {
  977. "classmap": [
  978. "src/"
  979. ]
  980. },
  981. "notification-url": "https://packagist.org/downloads/",
  982. "license": [
  983. "BSD-3-Clause"
  984. ],
  985. "authors": [
  986. {
  987. "name": "Jeff Welch",
  988. "email": "whatthejeff@gmail.com"
  989. },
  990. {
  991. "name": "Volker Dusch",
  992. "email": "github@wallbash.com"
  993. },
  994. {
  995. "name": "Bernhard Schussek",
  996. "email": "bschussek@2bepublished.at"
  997. },
  998. {
  999. "name": "Sebastian Bergmann",
  1000. "email": "sebastian@phpunit.de"
  1001. }
  1002. ],
  1003. "description": "Provides the functionality to compare PHP values for equality",
  1004. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1005. "keywords": [
  1006. "comparator",
  1007. "compare",
  1008. "equality"
  1009. ],
  1010. "time": "2015-07-26 15:48:44"
  1011. },
  1012. {
  1013. "name": "sebastian/diff",
  1014. "version": "1.3.0",
  1015. "source": {
  1016. "type": "git",
  1017. "url": "https://github.com/sebastianbergmann/diff.git",
  1018. "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
  1019. },
  1020. "dist": {
  1021. "type": "zip",
  1022. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3",
  1023. "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
  1024. "shasum": ""
  1025. },
  1026. "require": {
  1027. "php": ">=5.3.3"
  1028. },
  1029. "require-dev": {
  1030. "phpunit/phpunit": "~4.2"
  1031. },
  1032. "type": "library",
  1033. "extra": {
  1034. "branch-alias": {
  1035. "dev-master": "1.3-dev"
  1036. }
  1037. },
  1038. "autoload": {
  1039. "classmap": [
  1040. "src/"
  1041. ]
  1042. },
  1043. "notification-url": "https://packagist.org/downloads/",
  1044. "license": [
  1045. "BSD-3-Clause"
  1046. ],
  1047. "authors": [
  1048. {
  1049. "name": "Kore Nordmann",
  1050. "email": "mail@kore-nordmann.de"
  1051. },
  1052. {
  1053. "name": "Sebastian Bergmann",
  1054. "email": "sebastian@phpunit.de"
  1055. }
  1056. ],
  1057. "description": "Diff implementation",
  1058. "homepage": "http://www.github.com/sebastianbergmann/diff",
  1059. "keywords": [
  1060. "diff"
  1061. ],
  1062. "time": "2015-02-22 15:13:53"
  1063. },
  1064. {
  1065. "name": "sebastian/environment",
  1066. "version": "1.3.2",
  1067. "source": {
  1068. "type": "git",
  1069. "url": "https://github.com/sebastianbergmann/environment.git",
  1070. "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44"
  1071. },
  1072. "dist": {
  1073. "type": "zip",
  1074. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6324c907ce7a52478eeeaede764f48733ef5ae44",
  1075. "reference": "6324c907ce7a52478eeeaede764f48733ef5ae44",
  1076. "shasum": ""
  1077. },
  1078. "require": {
  1079. "php": ">=5.3.3"
  1080. },
  1081. "require-dev": {
  1082. "phpunit/phpunit": "~4.4"
  1083. },
  1084. "type": "library",
  1085. "extra": {
  1086. "branch-alias": {
  1087. "dev-master": "1.3.x-dev"
  1088. }
  1089. },
  1090. "autoload": {
  1091. "classmap": [
  1092. "src/"
  1093. ]
  1094. },
  1095. "notification-url": "https://packagist.org/downloads/",
  1096. "license": [
  1097. "BSD-3-Clause"
  1098. ],
  1099. "authors": [
  1100. {
  1101. "name": "Sebastian Bergmann",
  1102. "email": "sebastian@phpunit.de"
  1103. }
  1104. ],
  1105. "description": "Provides functionality to handle HHVM/PHP environments",
  1106. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1107. "keywords": [
  1108. "Xdebug",
  1109. "environment",
  1110. "hhvm"
  1111. ],
  1112. "time": "2015-08-03 06:14:51"
  1113. },
  1114. {
  1115. "name": "sebastian/exporter",
  1116. "version": "1.2.1",
  1117. "source": {
  1118. "type": "git",
  1119. "url": "https://github.com/sebastianbergmann/exporter.git",
  1120. "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  1121. },
  1122. "dist": {
  1123. "type": "zip",
  1124. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  1125. "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  1126. "shasum": ""
  1127. },
  1128. "require": {
  1129. "php": ">=5.3.3",
  1130. "sebastian/recursion-context": "~1.0"
  1131. },
  1132. "require-dev": {
  1133. "phpunit/phpunit": "~4.4"
  1134. },
  1135. "type": "library",
  1136. "extra": {
  1137. "branch-alias": {
  1138. "dev-master": "1.2.x-dev"
  1139. }
  1140. },
  1141. "autoload": {
  1142. "classmap": [
  1143. "src/"
  1144. ]
  1145. },
  1146. "notification-url": "https://packagist.org/downloads/",
  1147. "license": [
  1148. "BSD-3-Clause"
  1149. ],
  1150. "authors": [
  1151. {
  1152. "name": "Jeff Welch",
  1153. "email": "whatthejeff@gmail.com"
  1154. },
  1155. {
  1156. "name": "Volker Dusch",
  1157. "email": "github@wallbash.com"
  1158. },
  1159. {
  1160. "name": "Bernhard Schussek",
  1161. "email": "bschussek@2bepublished.at"
  1162. },
  1163. {
  1164. "name": "Sebastian Bergmann",
  1165. "email": "sebastian@phpunit.de"
  1166. },
  1167. {
  1168. "name": "Adam Harvey",
  1169. "email": "aharvey@php.net"
  1170. }
  1171. ],
  1172. "description": "Provides the functionality to export PHP variables for visualization",
  1173. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  1174. "keywords": [
  1175. "export",
  1176. "exporter"
  1177. ],
  1178. "time": "2015-06-21 07:55:53"
  1179. },
  1180. {
  1181. "name": "sebastian/global-state",
  1182. "version": "1.0.0",
  1183. "source": {
  1184. "type": "git",
  1185. "url": "https://github.com/sebastianbergmann/global-state.git",
  1186. "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
  1187. },
  1188. "dist": {
  1189. "type": "zip",
  1190. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
  1191. "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
  1192. "shasum": ""
  1193. },
  1194. "require": {
  1195. "php": ">=5.3.3"
  1196. },
  1197. "require-dev": {
  1198. "phpunit/phpunit": "~4.2"
  1199. },
  1200. "suggest": {
  1201. "ext-uopz": "*"
  1202. },
  1203. "type": "library",
  1204. "extra": {
  1205. "branch-alias": {
  1206. "dev-master": "1.0-dev"
  1207. }
  1208. },
  1209. "autoload": {
  1210. "classmap": [
  1211. "src/"
  1212. ]
  1213. },
  1214. "notification-url": "https://packagist.org/downloads/",
  1215. "license": [
  1216. "BSD-3-Clause"
  1217. ],
  1218. "authors": [
  1219. {
  1220. "name": "Sebastian Bergmann",
  1221. "email": "sebastian@phpunit.de"
  1222. }
  1223. ],
  1224. "description": "Snapshotting of global state",
  1225. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  1226. "keywords": [
  1227. "global state"
  1228. ],
  1229. "time": "2014-10-06 09:23:50"
  1230. },
  1231. {
  1232. "name": "sebastian/recursion-context",
  1233. "version": "1.0.1",
  1234. "source": {
  1235. "type": "git",
  1236. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  1237. "reference": "994d4a811bafe801fb06dccbee797863ba2792ba"
  1238. },
  1239. "dist": {
  1240. "type": "zip",
  1241. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba",
  1242. "reference": "994d4a811bafe801fb06dccbee797863ba2792ba",
  1243. "shasum": ""
  1244. },
  1245. "require": {
  1246. "php": ">=5.3.3"
  1247. },
  1248. "require-dev": {
  1249. "phpunit/phpunit": "~4.4"
  1250. },
  1251. "type": "library",
  1252. "extra": {
  1253. "branch-alias": {
  1254. "dev-master": "1.0.x-dev"
  1255. }
  1256. },
  1257. "autoload": {
  1258. "classmap": [
  1259. "src/"
  1260. ]
  1261. },
  1262. "notification-url": "https://packagist.org/downloads/",
  1263. "license": [
  1264. "BSD-3-Clause"
  1265. ],
  1266. "authors": [
  1267. {
  1268. "name": "Jeff Welch",
  1269. "email": "whatthejeff@gmail.com"
  1270. },
  1271. {
  1272. "name": "Sebastian Bergmann",
  1273. "email": "sebastian@phpunit.de"
  1274. },
  1275. {
  1276. "name": "Adam Harvey",
  1277. "email": "aharvey@php.net"
  1278. }
  1279. ],
  1280. "description": "Provides functionality to recursively process PHP variables",
  1281. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  1282. "time": "2015-06-21 08:04:50"
  1283. },
  1284. {
  1285. "name": "sebastian/version",
  1286. "version": "1.0.6",
  1287. "source": {
  1288. "type": "git",
  1289. "url": "https://github.com/sebastianbergmann/version.git",
  1290. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  1291. },
  1292. "dist": {
  1293. "type": "zip",
  1294. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1295. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  1296. "shasum": ""
  1297. },
  1298. "type": "library",
  1299. "autoload": {
  1300. "classmap": [
  1301. "src/"
  1302. ]
  1303. },
  1304. "notification-url": "https://packagist.org/downloads/",
  1305. "license": [
  1306. "BSD-3-Clause"
  1307. ],
  1308. "authors": [
  1309. {
  1310. "name": "Sebastian Bergmann",
  1311. "email": "sebastian@phpunit.de",
  1312. "role": "lead"
  1313. }
  1314. ],
  1315. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  1316. "homepage": "https://github.com/sebastianbergmann/version",
  1317. "time": "2015-06-21 13:59:46"
  1318. },
  1319. {
  1320. "name": "squizlabs/php_codesniffer",
  1321. "version": "2.3.3",
  1322. "source": {
  1323. "type": "git",
  1324. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  1325. "reference": "c1a26c729508f73560c1a4f767f60b8ab6b4a666"
  1326. },
  1327. "dist": {
  1328. "type": "zip",
  1329. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/c1a26c729508f73560c1a4f767f60b8ab6b4a666",
  1330. "reference": "c1a26c729508f73560c1a4f767f60b8ab6b4a666",
  1331. "shasum": ""
  1332. },
  1333. "require": {
  1334. "ext-tokenizer": "*",
  1335. "ext-xmlwriter": "*",
  1336. "php": ">=5.1.2"
  1337. },
  1338. "bin": [
  1339. "scripts/phpcs",
  1340. "scripts/phpcbf"
  1341. ],
  1342. "type": "library",
  1343. "extra": {
  1344. "branch-alias": {
  1345. "dev-master": "2.0.x-dev"
  1346. }
  1347. },
  1348. "autoload": {
  1349. "classmap": [
  1350. "CodeSniffer.php",
  1351. "CodeSniffer/CLI.php",
  1352. "CodeSniffer/Exception.php",
  1353. "CodeSniffer/File.php",
  1354. "CodeSniffer/Fixer.php",
  1355. "CodeSniffer/Report.php",
  1356. "CodeSniffer/Reporting.php",
  1357. "CodeSniffer/Sniff.php",
  1358. "CodeSniffer/Tokens.php",
  1359. "CodeSniffer/Reports/",
  1360. "CodeSniffer/Tokenizers/",
  1361. "CodeSniffer/DocGenerators/",
  1362. "CodeSniffer/Standards/AbstractPatternSniff.php",
  1363. "CodeSniffer/Standards/AbstractScopeSniff.php",
  1364. "CodeSniffer/Standards/AbstractVariableSniff.php",
  1365. "CodeSniffer/Standards/IncorrectPatternException.php",
  1366. "CodeSniffer/Standards/Generic/Sniffs/",
  1367. "CodeSniffer/Standards/MySource/Sniffs/",
  1368. "CodeSniffer/Standards/PEAR/Sniffs/",
  1369. "CodeSniffer/Standards/PSR1/Sniffs/",
  1370. "CodeSniffer/Standards/PSR2/Sniffs/",
  1371. "CodeSniffer/Standards/Squiz/Sniffs/",
  1372. "CodeSniffer/Standards/Zend/Sniffs/"
  1373. ]
  1374. },
  1375. "notification-url": "https://packagist.org/downloads/",
  1376. "license": [
  1377. "BSD-3-Clause"
  1378. ],
  1379. "authors": [
  1380. {
  1381. "name": "Greg Sherwood",
  1382. "role": "lead"
  1383. }
  1384. ],
  1385. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  1386. "homepage": "http://www.squizlabs.com/php-codesniffer",
  1387. "keywords": [
  1388. "phpcs",
  1389. "standards"
  1390. ],
  1391. "time": "2015-06-24 03:16:23"
  1392. },
  1393. {
  1394. "name": "symfony/yaml",
  1395. "version": "v2.7.3",
  1396. "source": {
  1397. "type": "git",
  1398. "url": "https://github.com/symfony/Yaml.git",
  1399. "reference": "71340e996171474a53f3d29111d046be4ad8a0ff"
  1400. },
  1401. "dist": {
  1402. "type": "zip",
  1403. "url": "https://api.github.com/repos/symfony/Yaml/zipball/71340e996171474a53f3d29111d046be4ad8a0ff",
  1404. "reference": "71340e996171474a53f3d29111d046be4ad8a0ff",
  1405. "shasum": ""
  1406. },
  1407. "require": {
  1408. "php": ">=5.3.9"
  1409. },
  1410. "require-dev": {
  1411. "symfony/phpunit-bridge": "~2.7"
  1412. },
  1413. "type": "library",
  1414. "extra": {
  1415. "branch-alias": {
  1416. "dev-master": "2.7-dev"
  1417. }
  1418. },
  1419. "autoload": {
  1420. "psr-4": {
  1421. "Symfony\\Component\\Yaml\\": ""
  1422. }
  1423. },
  1424. "notification-url": "https://packagist.org/downloads/",
  1425. "license": [
  1426. "MIT"
  1427. ],
  1428. "authors": [
  1429. {
  1430. "name": "Fabien Potencier",
  1431. "email": "fabien@symfony.com"
  1432. },
  1433. {
  1434. "name": "Symfony Community",
  1435. "homepage": "https://symfony.com/contributors"
  1436. }
  1437. ],
  1438. "description": "Symfony Yaml Component",
  1439. "homepage": "https://symfony.com",
  1440. "time": "2015-07-28 14:07:07"
  1441. }
  1442. ],
  1443. "aliases": [],
  1444. "minimum-stability": "stable",
  1445. "stability-flags": [],
  1446. "prefer-stable": false,
  1447. "prefer-lowest": false,
  1448. "platform": [],
  1449. "platform-dev": []
  1450. }