composer.lock 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864
  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": "deff4b2e029043b60cdbe896c5b18d6d",
  8. "content-hash": "7b23fd3607c50c95f9d65e81785cf289",
  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": "phpunit/php-code-coverage",
  67. "version": "2.2.4",
  68. "source": {
  69. "type": "git",
  70. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  71. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  72. },
  73. "dist": {
  74. "type": "zip",
  75. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  76. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  77. "shasum": ""
  78. },
  79. "require": {
  80. "php": ">=5.3.3",
  81. "phpunit/php-file-iterator": "~1.3",
  82. "phpunit/php-text-template": "~1.2",
  83. "phpunit/php-token-stream": "~1.3",
  84. "sebastian/environment": "^1.3.2",
  85. "sebastian/version": "~1.0"
  86. },
  87. "require-dev": {
  88. "ext-xdebug": ">=2.1.4",
  89. "phpunit/phpunit": "~4"
  90. },
  91. "suggest": {
  92. "ext-dom": "*",
  93. "ext-xdebug": ">=2.2.1",
  94. "ext-xmlwriter": "*"
  95. },
  96. "type": "library",
  97. "extra": {
  98. "branch-alias": {
  99. "dev-master": "2.2.x-dev"
  100. }
  101. },
  102. "autoload": {
  103. "classmap": [
  104. "src/"
  105. ]
  106. },
  107. "notification-url": "https://packagist.org/downloads/",
  108. "license": [
  109. "BSD-3-Clause"
  110. ],
  111. "authors": [
  112. {
  113. "name": "Sebastian Bergmann",
  114. "email": "sb@sebastian-bergmann.de",
  115. "role": "lead"
  116. }
  117. ],
  118. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  119. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  120. "keywords": [
  121. "coverage",
  122. "testing",
  123. "xunit"
  124. ],
  125. "time": "2015-10-06 15:47:00"
  126. },
  127. {
  128. "name": "phpunit/php-file-iterator",
  129. "version": "1.3.4",
  130. "source": {
  131. "type": "git",
  132. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  133. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
  134. },
  135. "dist": {
  136. "type": "zip",
  137. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
  138. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
  139. "shasum": ""
  140. },
  141. "require": {
  142. "php": ">=5.3.3"
  143. },
  144. "type": "library",
  145. "autoload": {
  146. "classmap": [
  147. "File/"
  148. ]
  149. },
  150. "notification-url": "https://packagist.org/downloads/",
  151. "include-path": [
  152. ""
  153. ],
  154. "license": [
  155. "BSD-3-Clause"
  156. ],
  157. "authors": [
  158. {
  159. "name": "Sebastian Bergmann",
  160. "email": "sb@sebastian-bergmann.de",
  161. "role": "lead"
  162. }
  163. ],
  164. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  165. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  166. "keywords": [
  167. "filesystem",
  168. "iterator"
  169. ],
  170. "time": "2013-10-10 15:34:57"
  171. },
  172. {
  173. "name": "phpunit/php-text-template",
  174. "version": "1.2.1",
  175. "source": {
  176. "type": "git",
  177. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  178. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  179. },
  180. "dist": {
  181. "type": "zip",
  182. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  183. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  184. "shasum": ""
  185. },
  186. "require": {
  187. "php": ">=5.3.3"
  188. },
  189. "type": "library",
  190. "autoload": {
  191. "classmap": [
  192. "src/"
  193. ]
  194. },
  195. "notification-url": "https://packagist.org/downloads/",
  196. "license": [
  197. "BSD-3-Clause"
  198. ],
  199. "authors": [
  200. {
  201. "name": "Sebastian Bergmann",
  202. "email": "sebastian@phpunit.de",
  203. "role": "lead"
  204. }
  205. ],
  206. "description": "Simple template engine.",
  207. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  208. "keywords": [
  209. "template"
  210. ],
  211. "time": "2015-06-21 13:50:34"
  212. },
  213. {
  214. "name": "phpunit/php-timer",
  215. "version": "1.0.8",
  216. "source": {
  217. "type": "git",
  218. "url": "https://github.com/sebastianbergmann/php-timer.git",
  219. "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
  220. },
  221. "dist": {
  222. "type": "zip",
  223. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
  224. "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
  225. "shasum": ""
  226. },
  227. "require": {
  228. "php": ">=5.3.3"
  229. },
  230. "require-dev": {
  231. "phpunit/phpunit": "~4|~5"
  232. },
  233. "type": "library",
  234. "autoload": {
  235. "classmap": [
  236. "src/"
  237. ]
  238. },
  239. "notification-url": "https://packagist.org/downloads/",
  240. "license": [
  241. "BSD-3-Clause"
  242. ],
  243. "authors": [
  244. {
  245. "name": "Sebastian Bergmann",
  246. "email": "sb@sebastian-bergmann.de",
  247. "role": "lead"
  248. }
  249. ],
  250. "description": "Utility class for timing",
  251. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  252. "keywords": [
  253. "timer"
  254. ],
  255. "time": "2016-05-12 18:03:57"
  256. },
  257. {
  258. "name": "phpunit/php-token-stream",
  259. "version": "1.4.8",
  260. "source": {
  261. "type": "git",
  262. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  263. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  264. },
  265. "dist": {
  266. "type": "zip",
  267. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  268. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  269. "shasum": ""
  270. },
  271. "require": {
  272. "ext-tokenizer": "*",
  273. "php": ">=5.3.3"
  274. },
  275. "require-dev": {
  276. "phpunit/phpunit": "~4.2"
  277. },
  278. "type": "library",
  279. "extra": {
  280. "branch-alias": {
  281. "dev-master": "1.4-dev"
  282. }
  283. },
  284. "autoload": {
  285. "classmap": [
  286. "src/"
  287. ]
  288. },
  289. "notification-url": "https://packagist.org/downloads/",
  290. "license": [
  291. "BSD-3-Clause"
  292. ],
  293. "authors": [
  294. {
  295. "name": "Sebastian Bergmann",
  296. "email": "sebastian@phpunit.de"
  297. }
  298. ],
  299. "description": "Wrapper around PHP's tokenizer extension.",
  300. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  301. "keywords": [
  302. "tokenizer"
  303. ],
  304. "time": "2015-09-15 10:49:45"
  305. },
  306. {
  307. "name": "phpunit/phpunit",
  308. "version": "4.4.5",
  309. "source": {
  310. "type": "git",
  311. "url": "https://github.com/sebastianbergmann/phpunit.git",
  312. "reference": "2e8580deebb7d1ac92ac878595e6bffe01069c2a"
  313. },
  314. "dist": {
  315. "type": "zip",
  316. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2e8580deebb7d1ac92ac878595e6bffe01069c2a",
  317. "reference": "2e8580deebb7d1ac92ac878595e6bffe01069c2a",
  318. "shasum": ""
  319. },
  320. "require": {
  321. "ext-dom": "*",
  322. "ext-json": "*",
  323. "ext-pcre": "*",
  324. "ext-reflection": "*",
  325. "ext-spl": "*",
  326. "php": ">=5.3.3",
  327. "phpunit/php-code-coverage": "~2.0",
  328. "phpunit/php-file-iterator": "~1.3.2",
  329. "phpunit/php-text-template": "~1.2",
  330. "phpunit/php-timer": "~1.0.2",
  331. "phpunit/phpunit-mock-objects": "~2.3",
  332. "sebastian/comparator": "~1.0",
  333. "sebastian/diff": "~1.1",
  334. "sebastian/environment": "~1.1",
  335. "sebastian/exporter": "~1.1",
  336. "sebastian/global-state": "~1.0",
  337. "sebastian/recursion-context": "~1.0",
  338. "sebastian/version": "~1.0",
  339. "symfony/yaml": "~2.0"
  340. },
  341. "suggest": {
  342. "phpunit/php-invoker": "~1.1"
  343. },
  344. "bin": [
  345. "phpunit"
  346. ],
  347. "type": "library",
  348. "extra": {
  349. "branch-alias": {
  350. "dev-master": "4.4.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": "sebastian@phpunit.de",
  366. "role": "lead"
  367. }
  368. ],
  369. "description": "The PHP Unit Testing framework.",
  370. "homepage": "https://phpunit.de/",
  371. "keywords": [
  372. "phpunit",
  373. "testing",
  374. "xunit"
  375. ],
  376. "time": "2015-01-27 16:06:15"
  377. },
  378. {
  379. "name": "phpunit/phpunit-mock-objects",
  380. "version": "2.3.8",
  381. "source": {
  382. "type": "git",
  383. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  384. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  385. },
  386. "dist": {
  387. "type": "zip",
  388. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  389. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  390. "shasum": ""
  391. },
  392. "require": {
  393. "doctrine/instantiator": "^1.0.2",
  394. "php": ">=5.3.3",
  395. "phpunit/php-text-template": "~1.2",
  396. "sebastian/exporter": "~1.2"
  397. },
  398. "require-dev": {
  399. "phpunit/phpunit": "~4.4"
  400. },
  401. "suggest": {
  402. "ext-soap": "*"
  403. },
  404. "type": "library",
  405. "extra": {
  406. "branch-alias": {
  407. "dev-master": "2.3.x-dev"
  408. }
  409. },
  410. "autoload": {
  411. "classmap": [
  412. "src/"
  413. ]
  414. },
  415. "notification-url": "https://packagist.org/downloads/",
  416. "license": [
  417. "BSD-3-Clause"
  418. ],
  419. "authors": [
  420. {
  421. "name": "Sebastian Bergmann",
  422. "email": "sb@sebastian-bergmann.de",
  423. "role": "lead"
  424. }
  425. ],
  426. "description": "Mock Object library for PHPUnit",
  427. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  428. "keywords": [
  429. "mock",
  430. "xunit"
  431. ],
  432. "time": "2015-10-02 06:51:40"
  433. },
  434. {
  435. "name": "sebastian/comparator",
  436. "version": "1.2.0",
  437. "source": {
  438. "type": "git",
  439. "url": "https://github.com/sebastianbergmann/comparator.git",
  440. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  441. },
  442. "dist": {
  443. "type": "zip",
  444. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  445. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  446. "shasum": ""
  447. },
  448. "require": {
  449. "php": ">=5.3.3",
  450. "sebastian/diff": "~1.2",
  451. "sebastian/exporter": "~1.2"
  452. },
  453. "require-dev": {
  454. "phpunit/phpunit": "~4.4"
  455. },
  456. "type": "library",
  457. "extra": {
  458. "branch-alias": {
  459. "dev-master": "1.2.x-dev"
  460. }
  461. },
  462. "autoload": {
  463. "classmap": [
  464. "src/"
  465. ]
  466. },
  467. "notification-url": "https://packagist.org/downloads/",
  468. "license": [
  469. "BSD-3-Clause"
  470. ],
  471. "authors": [
  472. {
  473. "name": "Jeff Welch",
  474. "email": "whatthejeff@gmail.com"
  475. },
  476. {
  477. "name": "Volker Dusch",
  478. "email": "github@wallbash.com"
  479. },
  480. {
  481. "name": "Bernhard Schussek",
  482. "email": "bschussek@2bepublished.at"
  483. },
  484. {
  485. "name": "Sebastian Bergmann",
  486. "email": "sebastian@phpunit.de"
  487. }
  488. ],
  489. "description": "Provides the functionality to compare PHP values for equality",
  490. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  491. "keywords": [
  492. "comparator",
  493. "compare",
  494. "equality"
  495. ],
  496. "time": "2015-07-26 15:48:44"
  497. },
  498. {
  499. "name": "sebastian/diff",
  500. "version": "1.4.1",
  501. "source": {
  502. "type": "git",
  503. "url": "https://github.com/sebastianbergmann/diff.git",
  504. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  505. },
  506. "dist": {
  507. "type": "zip",
  508. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  509. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  510. "shasum": ""
  511. },
  512. "require": {
  513. "php": ">=5.3.3"
  514. },
  515. "require-dev": {
  516. "phpunit/phpunit": "~4.8"
  517. },
  518. "type": "library",
  519. "extra": {
  520. "branch-alias": {
  521. "dev-master": "1.4-dev"
  522. }
  523. },
  524. "autoload": {
  525. "classmap": [
  526. "src/"
  527. ]
  528. },
  529. "notification-url": "https://packagist.org/downloads/",
  530. "license": [
  531. "BSD-3-Clause"
  532. ],
  533. "authors": [
  534. {
  535. "name": "Kore Nordmann",
  536. "email": "mail@kore-nordmann.de"
  537. },
  538. {
  539. "name": "Sebastian Bergmann",
  540. "email": "sebastian@phpunit.de"
  541. }
  542. ],
  543. "description": "Diff implementation",
  544. "homepage": "https://github.com/sebastianbergmann/diff",
  545. "keywords": [
  546. "diff"
  547. ],
  548. "time": "2015-12-08 07:14:41"
  549. },
  550. {
  551. "name": "sebastian/environment",
  552. "version": "1.3.7",
  553. "source": {
  554. "type": "git",
  555. "url": "https://github.com/sebastianbergmann/environment.git",
  556. "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
  557. },
  558. "dist": {
  559. "type": "zip",
  560. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
  561. "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
  562. "shasum": ""
  563. },
  564. "require": {
  565. "php": ">=5.3.3"
  566. },
  567. "require-dev": {
  568. "phpunit/phpunit": "~4.4"
  569. },
  570. "type": "library",
  571. "extra": {
  572. "branch-alias": {
  573. "dev-master": "1.3.x-dev"
  574. }
  575. },
  576. "autoload": {
  577. "classmap": [
  578. "src/"
  579. ]
  580. },
  581. "notification-url": "https://packagist.org/downloads/",
  582. "license": [
  583. "BSD-3-Clause"
  584. ],
  585. "authors": [
  586. {
  587. "name": "Sebastian Bergmann",
  588. "email": "sebastian@phpunit.de"
  589. }
  590. ],
  591. "description": "Provides functionality to handle HHVM/PHP environments",
  592. "homepage": "http://www.github.com/sebastianbergmann/environment",
  593. "keywords": [
  594. "Xdebug",
  595. "environment",
  596. "hhvm"
  597. ],
  598. "time": "2016-05-17 03:18:57"
  599. },
  600. {
  601. "name": "sebastian/exporter",
  602. "version": "1.2.1",
  603. "source": {
  604. "type": "git",
  605. "url": "https://github.com/sebastianbergmann/exporter.git",
  606. "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
  607. },
  608. "dist": {
  609. "type": "zip",
  610. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
  611. "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
  612. "shasum": ""
  613. },
  614. "require": {
  615. "php": ">=5.3.3",
  616. "sebastian/recursion-context": "~1.0"
  617. },
  618. "require-dev": {
  619. "phpunit/phpunit": "~4.4"
  620. },
  621. "type": "library",
  622. "extra": {
  623. "branch-alias": {
  624. "dev-master": "1.2.x-dev"
  625. }
  626. },
  627. "autoload": {
  628. "classmap": [
  629. "src/"
  630. ]
  631. },
  632. "notification-url": "https://packagist.org/downloads/",
  633. "license": [
  634. "BSD-3-Clause"
  635. ],
  636. "authors": [
  637. {
  638. "name": "Jeff Welch",
  639. "email": "whatthejeff@gmail.com"
  640. },
  641. {
  642. "name": "Volker Dusch",
  643. "email": "github@wallbash.com"
  644. },
  645. {
  646. "name": "Bernhard Schussek",
  647. "email": "bschussek@2bepublished.at"
  648. },
  649. {
  650. "name": "Sebastian Bergmann",
  651. "email": "sebastian@phpunit.de"
  652. },
  653. {
  654. "name": "Adam Harvey",
  655. "email": "aharvey@php.net"
  656. }
  657. ],
  658. "description": "Provides the functionality to export PHP variables for visualization",
  659. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  660. "keywords": [
  661. "export",
  662. "exporter"
  663. ],
  664. "time": "2015-06-21 07:55:53"
  665. },
  666. {
  667. "name": "sebastian/global-state",
  668. "version": "1.1.1",
  669. "source": {
  670. "type": "git",
  671. "url": "https://github.com/sebastianbergmann/global-state.git",
  672. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  673. },
  674. "dist": {
  675. "type": "zip",
  676. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  677. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  678. "shasum": ""
  679. },
  680. "require": {
  681. "php": ">=5.3.3"
  682. },
  683. "require-dev": {
  684. "phpunit/phpunit": "~4.2"
  685. },
  686. "suggest": {
  687. "ext-uopz": "*"
  688. },
  689. "type": "library",
  690. "extra": {
  691. "branch-alias": {
  692. "dev-master": "1.0-dev"
  693. }
  694. },
  695. "autoload": {
  696. "classmap": [
  697. "src/"
  698. ]
  699. },
  700. "notification-url": "https://packagist.org/downloads/",
  701. "license": [
  702. "BSD-3-Clause"
  703. ],
  704. "authors": [
  705. {
  706. "name": "Sebastian Bergmann",
  707. "email": "sebastian@phpunit.de"
  708. }
  709. ],
  710. "description": "Snapshotting of global state",
  711. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  712. "keywords": [
  713. "global state"
  714. ],
  715. "time": "2015-10-12 03:26:01"
  716. },
  717. {
  718. "name": "sebastian/recursion-context",
  719. "version": "1.0.2",
  720. "source": {
  721. "type": "git",
  722. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  723. "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  724. },
  725. "dist": {
  726. "type": "zip",
  727. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  728. "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  729. "shasum": ""
  730. },
  731. "require": {
  732. "php": ">=5.3.3"
  733. },
  734. "require-dev": {
  735. "phpunit/phpunit": "~4.4"
  736. },
  737. "type": "library",
  738. "extra": {
  739. "branch-alias": {
  740. "dev-master": "1.0.x-dev"
  741. }
  742. },
  743. "autoload": {
  744. "classmap": [
  745. "src/"
  746. ]
  747. },
  748. "notification-url": "https://packagist.org/downloads/",
  749. "license": [
  750. "BSD-3-Clause"
  751. ],
  752. "authors": [
  753. {
  754. "name": "Jeff Welch",
  755. "email": "whatthejeff@gmail.com"
  756. },
  757. {
  758. "name": "Sebastian Bergmann",
  759. "email": "sebastian@phpunit.de"
  760. },
  761. {
  762. "name": "Adam Harvey",
  763. "email": "aharvey@php.net"
  764. }
  765. ],
  766. "description": "Provides functionality to recursively process PHP variables",
  767. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  768. "time": "2015-11-11 19:50:13"
  769. },
  770. {
  771. "name": "sebastian/version",
  772. "version": "1.0.6",
  773. "source": {
  774. "type": "git",
  775. "url": "https://github.com/sebastianbergmann/version.git",
  776. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  777. },
  778. "dist": {
  779. "type": "zip",
  780. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  781. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  782. "shasum": ""
  783. },
  784. "type": "library",
  785. "autoload": {
  786. "classmap": [
  787. "src/"
  788. ]
  789. },
  790. "notification-url": "https://packagist.org/downloads/",
  791. "license": [
  792. "BSD-3-Clause"
  793. ],
  794. "authors": [
  795. {
  796. "name": "Sebastian Bergmann",
  797. "email": "sebastian@phpunit.de",
  798. "role": "lead"
  799. }
  800. ],
  801. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  802. "homepage": "https://github.com/sebastianbergmann/version",
  803. "time": "2015-06-21 13:59:46"
  804. },
  805. {
  806. "name": "symfony/yaml",
  807. "version": "v2.8.7",
  808. "source": {
  809. "type": "git",
  810. "url": "https://github.com/symfony/yaml.git",
  811. "reference": "815fabf3f48c7d1df345a69d1ad1a88f59757b34"
  812. },
  813. "dist": {
  814. "type": "zip",
  815. "url": "https://api.github.com/repos/symfony/yaml/zipball/815fabf3f48c7d1df345a69d1ad1a88f59757b34",
  816. "reference": "815fabf3f48c7d1df345a69d1ad1a88f59757b34",
  817. "shasum": ""
  818. },
  819. "require": {
  820. "php": ">=5.3.9"
  821. },
  822. "type": "library",
  823. "extra": {
  824. "branch-alias": {
  825. "dev-master": "2.8-dev"
  826. }
  827. },
  828. "autoload": {
  829. "psr-4": {
  830. "Symfony\\Component\\Yaml\\": ""
  831. },
  832. "exclude-from-classmap": [
  833. "/Tests/"
  834. ]
  835. },
  836. "notification-url": "https://packagist.org/downloads/",
  837. "license": [
  838. "MIT"
  839. ],
  840. "authors": [
  841. {
  842. "name": "Fabien Potencier",
  843. "email": "fabien@symfony.com"
  844. },
  845. {
  846. "name": "Symfony Community",
  847. "homepage": "https://symfony.com/contributors"
  848. }
  849. ],
  850. "description": "Symfony Yaml Component",
  851. "homepage": "https://symfony.com",
  852. "time": "2016-06-06 11:11:27"
  853. }
  854. ],
  855. "aliases": [],
  856. "minimum-stability": "stable",
  857. "stability-flags": [],
  858. "prefer-stable": false,
  859. "prefer-lowest": false,
  860. "platform": {
  861. "php": ">=5.3.3"
  862. },
  863. "platform-dev": []
  864. }