Dashboard sipadu mbip
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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