Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
1,066
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 179.52 KB | None | 0 0
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "44bb613936858688aadb6aa20e9ea039",
  8. "packages": [
  9. {
  10. "name": "dnoegel/php-xdg-base-dir",
  11. "version": "0.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  15. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
  20. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.2"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "@stable"
  28. },
  29. "type": "project",
  30. "autoload": {
  31. "psr-4": {
  32. "XdgBaseDir\\": "src/"
  33. }
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "MIT"
  38. ],
  39. "description": "implementation of xdg base directory specification for php",
  40. "time": "2014-10-24T07:27:01+00:00"
  41. },
  42. {
  43. "name": "doctrine/inflector",
  44. "version": "v1.3.0",
  45. "source": {
  46. "type": "git",
  47. "url": "https://github.com/doctrine/inflector.git",
  48. "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
  49. },
  50. "dist": {
  51. "type": "zip",
  52. "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
  53. "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
  54. "shasum": ""
  55. },
  56. "require": {
  57. "php": "^7.1"
  58. },
  59. "require-dev": {
  60. "phpunit/phpunit": "^6.2"
  61. },
  62. "type": "library",
  63. "extra": {
  64. "branch-alias": {
  65. "dev-master": "1.3.x-dev"
  66. }
  67. },
  68. "autoload": {
  69. "psr-4": {
  70. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  71. }
  72. },
  73. "notification-url": "https://packagist.org/downloads/",
  74. "license": [
  75. "MIT"
  76. ],
  77. "authors": [
  78. {
  79. "name": "Roman Borschel",
  80. "email": "roman@code-factory.org"
  81. },
  82. {
  83. "name": "Benjamin Eberlei",
  84. "email": "kontakt@beberlei.de"
  85. },
  86. {
  87. "name": "Guilherme Blanco",
  88. "email": "guilhermeblanco@gmail.com"
  89. },
  90. {
  91. "name": "Jonathan Wage",
  92. "email": "jonwage@gmail.com"
  93. },
  94. {
  95. "name": "Johannes Schmitt",
  96. "email": "schmittjoh@gmail.com"
  97. }
  98. ],
  99. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  100. "homepage": "http://www.doctrine-project.org",
  101. "keywords": [
  102. "inflection",
  103. "pluralize",
  104. "singularize",
  105. "string"
  106. ],
  107. "time": "2018-01-09T20:05:19+00:00"
  108. },
  109. {
  110. "name": "doctrine/lexer",
  111. "version": "v1.0.1",
  112. "source": {
  113. "type": "git",
  114. "url": "https://github.com/doctrine/lexer.git",
  115. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  116. },
  117. "dist": {
  118. "type": "zip",
  119. "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  120. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  121. "shasum": ""
  122. },
  123. "require": {
  124. "php": ">=5.3.2"
  125. },
  126. "type": "library",
  127. "extra": {
  128. "branch-alias": {
  129. "dev-master": "1.0.x-dev"
  130. }
  131. },
  132. "autoload": {
  133. "psr-0": {
  134. "Doctrine\\Common\\Lexer\\": "lib/"
  135. }
  136. },
  137. "notification-url": "https://packagist.org/downloads/",
  138. "license": [
  139. "MIT"
  140. ],
  141. "authors": [
  142. {
  143. "name": "Roman Borschel",
  144. "email": "roman@code-factory.org"
  145. },
  146. {
  147. "name": "Guilherme Blanco",
  148. "email": "guilhermeblanco@gmail.com"
  149. },
  150. {
  151. "name": "Johannes Schmitt",
  152. "email": "schmittjoh@gmail.com"
  153. }
  154. ],
  155. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  156. "homepage": "http://www.doctrine-project.org",
  157. "keywords": [
  158. "lexer",
  159. "parser"
  160. ],
  161. "time": "2014-09-09T13:34:57+00:00"
  162. },
  163. {
  164. "name": "dragonbe/vies",
  165. "version": "2.0.4",
  166. "source": {
  167. "type": "git",
  168. "url": "https://github.com/DragonBe/vies.git",
  169. "reference": "646935a7d8c52ca558a0a1aaa826757031937947"
  170. },
  171. "dist": {
  172. "type": "zip",
  173. "url": "https://api.github.com/repos/DragonBe/vies/zipball/646935a7d8c52ca558a0a1aaa826757031937947",
  174. "reference": "646935a7d8c52ca558a0a1aaa826757031937947",
  175. "shasum": ""
  176. },
  177. "require": {
  178. "ext-soap": "*",
  179. "php": ">=7.1"
  180. },
  181. "require-dev": {
  182. "codeclimate/php-test-reporter": "^0.4.4",
  183. "ext-pcntl": "*",
  184. "pdepend/pdepend": "^2.5",
  185. "phing/phing": "^2.16",
  186. "phploc/phploc": "^3.0",
  187. "phpmd/phpmd": "^2.6",
  188. "phpunit/php-invoker": "^1.1",
  189. "phpunit/phpunit": "^6.1",
  190. "sebastian/phpcpd": "^3.0",
  191. "squizlabs/php_codesniffer": "^3.0"
  192. },
  193. "type": "tool",
  194. "autoload": {
  195. "psr-4": {
  196. "DragonBe\\Vies\\": "src/Vies"
  197. }
  198. },
  199. "notification-url": "https://packagist.org/downloads/",
  200. "license": [
  201. "MIT"
  202. ],
  203. "authors": [
  204. {
  205. "name": "Michelangelo van Dam",
  206. "email": "dragonbe@gmail.com",
  207. "homepage": "http://dragonbe.com",
  208. "role": "Developer"
  209. }
  210. ],
  211. "description": "EU VAT numbers validation using the VIES Service of the European Commission",
  212. "homepage": "https://github.com/DragonBe/vies",
  213. "keywords": [
  214. "ec",
  215. "eu",
  216. "vat",
  217. "vies"
  218. ],
  219. "time": "2018-01-11T14:28:55+00:00"
  220. },
  221. {
  222. "name": "egulias/email-validator",
  223. "version": "2.1.3",
  224. "source": {
  225. "type": "git",
  226. "url": "https://github.com/egulias/EmailValidator.git",
  227. "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04"
  228. },
  229. "dist": {
  230. "type": "zip",
  231. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
  232. "reference": "1bec00a10039b823cc94eef4eddd47dcd3b2ca04",
  233. "shasum": ""
  234. },
  235. "require": {
  236. "doctrine/lexer": "^1.0.1",
  237. "php": ">= 5.5"
  238. },
  239. "require-dev": {
  240. "dominicsayers/isemail": "dev-master",
  241. "phpunit/phpunit": "^4.8.35",
  242. "satooshi/php-coveralls": "^1.0.1"
  243. },
  244. "suggest": {
  245. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  246. },
  247. "type": "library",
  248. "extra": {
  249. "branch-alias": {
  250. "dev-master": "2.0.x-dev"
  251. }
  252. },
  253. "autoload": {
  254. "psr-4": {
  255. "Egulias\\EmailValidator\\": "EmailValidator"
  256. }
  257. },
  258. "notification-url": "https://packagist.org/downloads/",
  259. "license": [
  260. "MIT"
  261. ],
  262. "authors": [
  263. {
  264. "name": "Eduardo Gulias Davis"
  265. }
  266. ],
  267. "description": "A library for validating emails against several RFCs",
  268. "homepage": "https://github.com/egulias/EmailValidator",
  269. "keywords": [
  270. "email",
  271. "emailvalidation",
  272. "emailvalidator",
  273. "validation",
  274. "validator"
  275. ],
  276. "time": "2017-11-15T23:40:40+00:00"
  277. },
  278. {
  279. "name": "erusev/parsedown",
  280. "version": "1.6.4",
  281. "source": {
  282. "type": "git",
  283. "url": "https://github.com/erusev/parsedown.git",
  284. "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548"
  285. },
  286. "dist": {
  287. "type": "zip",
  288. "url": "https://api.github.com/repos/erusev/parsedown/zipball/fbe3fe878f4fe69048bb8a52783a09802004f548",
  289. "reference": "fbe3fe878f4fe69048bb8a52783a09802004f548",
  290. "shasum": ""
  291. },
  292. "require": {
  293. "php": ">=5.3.0"
  294. },
  295. "require-dev": {
  296. "phpunit/phpunit": "^4.8.35"
  297. },
  298. "type": "library",
  299. "autoload": {
  300. "psr-0": {
  301. "Parsedown": ""
  302. }
  303. },
  304. "notification-url": "https://packagist.org/downloads/",
  305. "license": [
  306. "MIT"
  307. ],
  308. "authors": [
  309. {
  310. "name": "Emanuil Rusev",
  311. "email": "hello@erusev.com",
  312. "homepage": "http://erusev.com"
  313. }
  314. ],
  315. "description": "Parser for Markdown.",
  316. "homepage": "http://parsedown.org",
  317. "keywords": [
  318. "markdown",
  319. "parser"
  320. ],
  321. "time": "2017-11-14T20:44:03+00:00"
  322. },
  323. {
  324. "name": "fideloper/proxy",
  325. "version": "3.3.4",
  326. "source": {
  327. "type": "git",
  328. "url": "https://github.com/fideloper/TrustedProxy.git",
  329. "reference": "9cdf6f118af58d89764249bbcc7bb260c132924f"
  330. },
  331. "dist": {
  332. "type": "zip",
  333. "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/9cdf6f118af58d89764249bbcc7bb260c132924f",
  334. "reference": "9cdf6f118af58d89764249bbcc7bb260c132924f",
  335. "shasum": ""
  336. },
  337. "require": {
  338. "illuminate/contracts": "~5.0",
  339. "php": ">=5.4.0"
  340. },
  341. "require-dev": {
  342. "illuminate/http": "~5.0",
  343. "mockery/mockery": "~0.9.3",
  344. "phpunit/phpunit": "^5.7"
  345. },
  346. "type": "library",
  347. "extra": {
  348. "branch-alias": {
  349. "dev-master": "3.3-dev"
  350. },
  351. "laravel": {
  352. "providers": [
  353. "Fideloper\\Proxy\\TrustedProxyServiceProvider"
  354. ]
  355. }
  356. },
  357. "autoload": {
  358. "psr-4": {
  359. "Fideloper\\Proxy\\": "src/"
  360. }
  361. },
  362. "notification-url": "https://packagist.org/downloads/",
  363. "license": [
  364. "MIT"
  365. ],
  366. "authors": [
  367. {
  368. "name": "Chris Fidao",
  369. "email": "fideloper@gmail.com"
  370. }
  371. ],
  372. "description": "Set trusted proxies for Laravel",
  373. "keywords": [
  374. "load balancing",
  375. "proxy",
  376. "trusted proxy"
  377. ],
  378. "time": "2017-06-15T17:19:42+00:00"
  379. },
  380. {
  381. "name": "gasparesganga/php-shapefile",
  382. "version": "v2.4.2",
  383. "source": {
  384. "type": "git",
  385. "url": "https://github.com/gasparesganga/php-shapefile.git",
  386. "reference": "ea83cc9e897c709feafe6324e01a657e83cc6bea"
  387. },
  388. "dist": {
  389. "type": "zip",
  390. "url": "https://api.github.com/repos/gasparesganga/php-shapefile/zipball/ea83cc9e897c709feafe6324e01a657e83cc6bea",
  391. "reference": "ea83cc9e897c709feafe6324e01a657e83cc6bea",
  392. "shasum": ""
  393. },
  394. "require": {
  395. "php": ">=5.4.0"
  396. },
  397. "type": "library",
  398. "autoload": {
  399. "psr-4": {
  400. "ShapeFile\\": "src/"
  401. }
  402. },
  403. "notification-url": "https://packagist.org/downloads/",
  404. "license": [
  405. "MIT"
  406. ],
  407. "authors": [
  408. {
  409. "name": "Gaspare Sganga",
  410. "email": "contact@gasparesganga.com",
  411. "homepage": "https://gasparesganga.com",
  412. "role": "Developer"
  413. }
  414. ],
  415. "description": "PHP library to read any ESRI Shapefile and its associated DBF into a PHP Array, WKT or GeoJSON",
  416. "homepage": "https://gasparesganga.com/labs/php-shapefile/",
  417. "keywords": [
  418. "ESRI",
  419. "Shapefile",
  420. "dbf",
  421. "geojson",
  422. "shape",
  423. "shp",
  424. "wkt"
  425. ],
  426. "time": "2017-12-06T15:12:06+00:00"
  427. },
  428. {
  429. "name": "guzzlehttp/guzzle",
  430. "version": "6.3.0",
  431. "source": {
  432. "type": "git",
  433. "url": "https://github.com/guzzle/guzzle.git",
  434. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
  435. },
  436. "dist": {
  437. "type": "zip",
  438. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  439. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  440. "shasum": ""
  441. },
  442. "require": {
  443. "guzzlehttp/promises": "^1.0",
  444. "guzzlehttp/psr7": "^1.4",
  445. "php": ">=5.5"
  446. },
  447. "require-dev": {
  448. "ext-curl": "*",
  449. "phpunit/phpunit": "^4.0 || ^5.0",
  450. "psr/log": "^1.0"
  451. },
  452. "suggest": {
  453. "psr/log": "Required for using the Log middleware"
  454. },
  455. "type": "library",
  456. "extra": {
  457. "branch-alias": {
  458. "dev-master": "6.2-dev"
  459. }
  460. },
  461. "autoload": {
  462. "files": [
  463. "src/functions_include.php"
  464. ],
  465. "psr-4": {
  466. "GuzzleHttp\\": "src/"
  467. }
  468. },
  469. "notification-url": "https://packagist.org/downloads/",
  470. "license": [
  471. "MIT"
  472. ],
  473. "authors": [
  474. {
  475. "name": "Michael Dowling",
  476. "email": "mtdowling@gmail.com",
  477. "homepage": "https://github.com/mtdowling"
  478. }
  479. ],
  480. "description": "Guzzle is a PHP HTTP client library",
  481. "homepage": "http://guzzlephp.org/",
  482. "keywords": [
  483. "client",
  484. "curl",
  485. "framework",
  486. "http",
  487. "http client",
  488. "rest",
  489. "web service"
  490. ],
  491. "time": "2017-06-22T18:50:49+00:00"
  492. },
  493. {
  494. "name": "guzzlehttp/promises",
  495. "version": "v1.3.1",
  496. "source": {
  497. "type": "git",
  498. "url": "https://github.com/guzzle/promises.git",
  499. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  500. },
  501. "dist": {
  502. "type": "zip",
  503. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  504. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  505. "shasum": ""
  506. },
  507. "require": {
  508. "php": ">=5.5.0"
  509. },
  510. "require-dev": {
  511. "phpunit/phpunit": "^4.0"
  512. },
  513. "type": "library",
  514. "extra": {
  515. "branch-alias": {
  516. "dev-master": "1.4-dev"
  517. }
  518. },
  519. "autoload": {
  520. "psr-4": {
  521. "GuzzleHttp\\Promise\\": "src/"
  522. },
  523. "files": [
  524. "src/functions_include.php"
  525. ]
  526. },
  527. "notification-url": "https://packagist.org/downloads/",
  528. "license": [
  529. "MIT"
  530. ],
  531. "authors": [
  532. {
  533. "name": "Michael Dowling",
  534. "email": "mtdowling@gmail.com",
  535. "homepage": "https://github.com/mtdowling"
  536. }
  537. ],
  538. "description": "Guzzle promises library",
  539. "keywords": [
  540. "promise"
  541. ],
  542. "time": "2016-12-20T10:07:11+00:00"
  543. },
  544. {
  545. "name": "guzzlehttp/psr7",
  546. "version": "1.4.2",
  547. "source": {
  548. "type": "git",
  549. "url": "https://github.com/guzzle/psr7.git",
  550. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  551. },
  552. "dist": {
  553. "type": "zip",
  554. "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  555. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  556. "shasum": ""
  557. },
  558. "require": {
  559. "php": ">=5.4.0",
  560. "psr/http-message": "~1.0"
  561. },
  562. "provide": {
  563. "psr/http-message-implementation": "1.0"
  564. },
  565. "require-dev": {
  566. "phpunit/phpunit": "~4.0"
  567. },
  568. "type": "library",
  569. "extra": {
  570. "branch-alias": {
  571. "dev-master": "1.4-dev"
  572. }
  573. },
  574. "autoload": {
  575. "psr-4": {
  576. "GuzzleHttp\\Psr7\\": "src/"
  577. },
  578. "files": [
  579. "src/functions_include.php"
  580. ]
  581. },
  582. "notification-url": "https://packagist.org/downloads/",
  583. "license": [
  584. "MIT"
  585. ],
  586. "authors": [
  587. {
  588. "name": "Michael Dowling",
  589. "email": "mtdowling@gmail.com",
  590. "homepage": "https://github.com/mtdowling"
  591. },
  592. {
  593. "name": "Tobias Schultze",
  594. "homepage": "https://github.com/Tobion"
  595. }
  596. ],
  597. "description": "PSR-7 message implementation that also provides common utility methods",
  598. "keywords": [
  599. "http",
  600. "message",
  601. "request",
  602. "response",
  603. "stream",
  604. "uri",
  605. "url"
  606. ],
  607. "time": "2017-03-20T17:10:46+00:00"
  608. },
  609. {
  610. "name": "jakub-onderka/php-console-color",
  611. "version": "0.1",
  612. "source": {
  613. "type": "git",
  614. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  615. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
  616. },
  617. "dist": {
  618. "type": "zip",
  619. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
  620. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
  621. "shasum": ""
  622. },
  623. "require": {
  624. "php": ">=5.3.2"
  625. },
  626. "require-dev": {
  627. "jakub-onderka/php-code-style": "1.0",
  628. "jakub-onderka/php-parallel-lint": "0.*",
  629. "jakub-onderka/php-var-dump-check": "0.*",
  630. "phpunit/phpunit": "3.7.*",
  631. "squizlabs/php_codesniffer": "1.*"
  632. },
  633. "type": "library",
  634. "autoload": {
  635. "psr-0": {
  636. "JakubOnderka\\PhpConsoleColor": "src/"
  637. }
  638. },
  639. "notification-url": "https://packagist.org/downloads/",
  640. "license": [
  641. "BSD-2-Clause"
  642. ],
  643. "authors": [
  644. {
  645. "name": "Jakub Onderka",
  646. "email": "jakub.onderka@gmail.com",
  647. "homepage": "http://www.acci.cz"
  648. }
  649. ],
  650. "time": "2014-04-08T15:00:19+00:00"
  651. },
  652. {
  653. "name": "jakub-onderka/php-console-highlighter",
  654. "version": "v0.3.2",
  655. "source": {
  656. "type": "git",
  657. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  658. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
  659. },
  660. "dist": {
  661. "type": "zip",
  662. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  663. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  664. "shasum": ""
  665. },
  666. "require": {
  667. "jakub-onderka/php-console-color": "~0.1",
  668. "php": ">=5.3.0"
  669. },
  670. "require-dev": {
  671. "jakub-onderka/php-code-style": "~1.0",
  672. "jakub-onderka/php-parallel-lint": "~0.5",
  673. "jakub-onderka/php-var-dump-check": "~0.1",
  674. "phpunit/phpunit": "~4.0",
  675. "squizlabs/php_codesniffer": "~1.5"
  676. },
  677. "type": "library",
  678. "autoload": {
  679. "psr-0": {
  680. "JakubOnderka\\PhpConsoleHighlighter": "src/"
  681. }
  682. },
  683. "notification-url": "https://packagist.org/downloads/",
  684. "license": [
  685. "MIT"
  686. ],
  687. "authors": [
  688. {
  689. "name": "Jakub Onderka",
  690. "email": "acci@acci.cz",
  691. "homepage": "http://www.acci.cz/"
  692. }
  693. ],
  694. "time": "2015-04-20T18:58:01+00:00"
  695. },
  696. {
  697. "name": "jenssegers/date",
  698. "version": "v3.2.12",
  699. "source": {
  700. "type": "git",
  701. "url": "https://github.com/jenssegers/date.git",
  702. "reference": "1db4d580d1d45085a48fd4a332697619b9a3851c"
  703. },
  704. "dist": {
  705. "type": "zip",
  706. "url": "https://api.github.com/repos/jenssegers/date/zipball/1db4d580d1d45085a48fd4a332697619b9a3851c",
  707. "reference": "1db4d580d1d45085a48fd4a332697619b9a3851c",
  708. "shasum": ""
  709. },
  710. "require": {
  711. "nesbot/carbon": "^1.0",
  712. "php": ">=5.4",
  713. "symfony/translation": "^2.7|^3.0"
  714. },
  715. "require-dev": {
  716. "phpunit/phpunit": "^4.0|^5.0|^6.0",
  717. "satooshi/php-coveralls": "^1.0"
  718. },
  719. "type": "library",
  720. "extra": {
  721. "branch-alias": {
  722. "dev-master": "3.1-dev"
  723. },
  724. "laravel": {
  725. "providers": [
  726. "Jenssegers\\Date\\DateServiceProvider"
  727. ],
  728. "aliases": {
  729. "Date": "Jenssegers\\Date\\Date"
  730. }
  731. }
  732. },
  733. "autoload": {
  734. "psr-4": {
  735. "Jenssegers\\Date\\": "src/"
  736. }
  737. },
  738. "notification-url": "https://packagist.org/downloads/",
  739. "license": [
  740. "MIT"
  741. ],
  742. "authors": [
  743. {
  744. "name": "Jens Segers",
  745. "homepage": "https://jenssegers.com"
  746. }
  747. ],
  748. "description": "A date library to help you work with dates in different languages",
  749. "homepage": "https://github.com/jenssegers/date",
  750. "keywords": [
  751. "carbon",
  752. "date",
  753. "datetime",
  754. "i18n",
  755. "laravel",
  756. "time",
  757. "translation"
  758. ],
  759. "time": "2017-06-30T11:51:03+00:00"
  760. },
  761. {
  762. "name": "jenssegers/mongodb",
  763. "version": "v3.3.1",
  764. "source": {
  765. "type": "git",
  766. "url": "https://github.com/jenssegers/laravel-mongodb.git",
  767. "reference": "5454ac96a9748b1e812f7a5b3bcbf304bee80e0d"
  768. },
  769. "dist": {
  770. "type": "zip",
  771. "url": "https://api.github.com/repos/jenssegers/laravel-mongodb/zipball/5454ac96a9748b1e812f7a5b3bcbf304bee80e0d",
  772. "reference": "5454ac96a9748b1e812f7a5b3bcbf304bee80e0d",
  773. "shasum": ""
  774. },
  775. "require": {
  776. "illuminate/container": "^5.5",
  777. "illuminate/database": "^5.5",
  778. "illuminate/events": "^5.5",
  779. "illuminate/support": "^5.5",
  780. "mongodb/mongodb": "^1.0.0"
  781. },
  782. "require-dev": {
  783. "doctrine/dbal": "^2.5",
  784. "mockery/mockery": "^0.9",
  785. "orchestra/testbench": "^3.1",
  786. "phpunit/phpunit": "^6.0",
  787. "satooshi/php-coveralls": "^1.0"
  788. },
  789. "suggest": {
  790. "jenssegers/mongodb-sentry": "Add Sentry support to Laravel-MongoDB",
  791. "jenssegers/mongodb-session": "Add MongoDB session support to Laravel-MongoDB"
  792. },
  793. "type": "library",
  794. "extra": {
  795. "laravel": {
  796. "providers": [
  797. "Jenssegers\\Mongodb\\MongodbServiceProvider",
  798. "Jenssegers\\Mongodb\\MongodbQueueServiceProvider"
  799. ]
  800. }
  801. },
  802. "autoload": {
  803. "psr-0": {
  804. "Jenssegers\\Mongodb": "src/"
  805. }
  806. },
  807. "notification-url": "https://packagist.org/downloads/",
  808. "license": [
  809. "MIT"
  810. ],
  811. "authors": [
  812. {
  813. "name": "Jens Segers",
  814. "homepage": "https://jenssegers.com"
  815. }
  816. ],
  817. "description": "A MongoDB based Eloquent model and Query builder for Laravel (Moloquent)",
  818. "homepage": "https://github.com/jenssegers/laravel-mongodb",
  819. "keywords": [
  820. "database",
  821. "eloquent",
  822. "laravel",
  823. "model",
  824. "moloquent",
  825. "mongo",
  826. "mongodb"
  827. ],
  828. "time": "2017-11-03T15:32:10+00:00"
  829. },
  830. {
  831. "name": "laravel/framework",
  832. <<<<<<< HEAD
  833. "version": "v5.5.32",
  834. "source": {
  835. "type": "git",
  836. "url": "https://github.com/laravel/framework.git",
  837. "reference": "254e4c3e133f5bc8d6068cdf28ea062abc10adf2"
  838. },
  839. "dist": {
  840. "type": "zip",
  841. "url": "https://api.github.com/repos/laravel/framework/zipball/254e4c3e133f5bc8d6068cdf28ea062abc10adf2",
  842. "reference": "254e4c3e133f5bc8d6068cdf28ea062abc10adf2",
  843. =======
  844. "version": "v5.5.34",
  845. "source": {
  846. "type": "git",
  847. "url": "https://github.com/laravel/framework.git",
  848. "reference": "1de7c0aec13eadbdddc2d1ba4019b064b2c6b966"
  849. },
  850. "dist": {
  851. "type": "zip",
  852. "url": "https://api.github.com/repos/laravel/framework/zipball/1de7c0aec13eadbdddc2d1ba4019b064b2c6b966",
  853. "reference": "1de7c0aec13eadbdddc2d1ba4019b064b2c6b966",
  854. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  855. "shasum": ""
  856. },
  857. "require": {
  858. "doctrine/inflector": "~1.1",
  859. "erusev/parsedown": "~1.6",
  860. "ext-mbstring": "*",
  861. "ext-openssl": "*",
  862. "league/flysystem": "~1.0",
  863. "monolog/monolog": "~1.12",
  864. "mtdowling/cron-expression": "~1.0",
  865. "nesbot/carbon": "~1.20",
  866. "php": ">=7.0",
  867. "psr/container": "~1.0",
  868. "psr/simple-cache": "^1.0",
  869. "ramsey/uuid": "~3.0",
  870. "swiftmailer/swiftmailer": "~6.0",
  871. "symfony/console": "~3.3",
  872. "symfony/debug": "~3.3",
  873. "symfony/finder": "~3.3",
  874. "symfony/http-foundation": "~3.3",
  875. "symfony/http-kernel": "~3.3",
  876. "symfony/process": "~3.3",
  877. "symfony/routing": "~3.3",
  878. "symfony/var-dumper": "~3.3",
  879. "tijsverkoyen/css-to-inline-styles": "~2.2",
  880. "vlucas/phpdotenv": "~2.2"
  881. },
  882. "replace": {
  883. "illuminate/auth": "self.version",
  884. "illuminate/broadcasting": "self.version",
  885. "illuminate/bus": "self.version",
  886. "illuminate/cache": "self.version",
  887. "illuminate/config": "self.version",
  888. "illuminate/console": "self.version",
  889. "illuminate/container": "self.version",
  890. "illuminate/contracts": "self.version",
  891. "illuminate/cookie": "self.version",
  892. "illuminate/database": "self.version",
  893. "illuminate/encryption": "self.version",
  894. "illuminate/events": "self.version",
  895. "illuminate/filesystem": "self.version",
  896. "illuminate/hashing": "self.version",
  897. "illuminate/http": "self.version",
  898. "illuminate/log": "self.version",
  899. "illuminate/mail": "self.version",
  900. "illuminate/notifications": "self.version",
  901. "illuminate/pagination": "self.version",
  902. "illuminate/pipeline": "self.version",
  903. "illuminate/queue": "self.version",
  904. "illuminate/redis": "self.version",
  905. "illuminate/routing": "self.version",
  906. "illuminate/session": "self.version",
  907. "illuminate/support": "self.version",
  908. "illuminate/translation": "self.version",
  909. "illuminate/validation": "self.version",
  910. "illuminate/view": "self.version",
  911. "tightenco/collect": "self.version"
  912. },
  913. "require-dev": {
  914. "aws/aws-sdk-php": "~3.0",
  915. "doctrine/dbal": "~2.5",
  916. "filp/whoops": "^2.1.4",
  917. "mockery/mockery": "~1.0",
  918. "orchestra/testbench-core": "3.5.*",
  919. "pda/pheanstalk": "~3.0",
  920. "phpunit/phpunit": "~6.0",
  921. "predis/predis": "^1.1.1",
  922. "symfony/css-selector": "~3.3",
  923. "symfony/dom-crawler": "~3.3"
  924. },
  925. "suggest": {
  926. "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
  927. "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
  928. "ext-pcntl": "Required to use all features of the queue worker.",
  929. "ext-posix": "Required to use all features of the queue worker.",
  930. "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
  931. "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
  932. "laravel/tinker": "Required to use the tinker console command (~1.0).",
  933. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
  934. "league/flysystem-cached-adapter": "Required to use Flysystem caching (~1.0).",
  935. "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
  936. "nexmo/client": "Required to use the Nexmo transport (~1.0).",
  937. "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
  938. "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
  939. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
  940. "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.3).",
  941. "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.3).",
  942. "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
  943. },
  944. "type": "library",
  945. "extra": {
  946. "branch-alias": {
  947. "dev-master": "5.5-dev"
  948. }
  949. },
  950. "autoload": {
  951. "files": [
  952. "src/Illuminate/Foundation/helpers.php",
  953. "src/Illuminate/Support/helpers.php"
  954. ],
  955. "psr-4": {
  956. "Illuminate\\": "src/Illuminate/"
  957. }
  958. },
  959. "notification-url": "https://packagist.org/downloads/",
  960. "license": [
  961. "MIT"
  962. ],
  963. "authors": [
  964. {
  965. "name": "Taylor Otwell",
  966. "email": "taylor@laravel.com"
  967. }
  968. ],
  969. "description": "The Laravel Framework.",
  970. "homepage": "https://laravel.com",
  971. "keywords": [
  972. "framework",
  973. "laravel"
  974. ],
  975. <<<<<<< HEAD
  976. "time": "2018-01-18T13:27:23+00:00"
  977. =======
  978. "time": "2018-02-06T15:36:55+00:00"
  979. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  980. },
  981. {
  982. "name": "laravel/socialite",
  983. "version": "v3.0.9",
  984. "source": {
  985. "type": "git",
  986. "url": "https://github.com/laravel/socialite.git",
  987. "reference": "fc1c8d415699e502f3e61cbc61e3250d5bd942eb"
  988. },
  989. "dist": {
  990. "type": "zip",
  991. "url": "https://api.github.com/repos/laravel/socialite/zipball/fc1c8d415699e502f3e61cbc61e3250d5bd942eb",
  992. "reference": "fc1c8d415699e502f3e61cbc61e3250d5bd942eb",
  993. "shasum": ""
  994. },
  995. "require": {
  996. "guzzlehttp/guzzle": "~6.0",
  997. "illuminate/contracts": "~5.4",
  998. "illuminate/http": "~5.4",
  999. "illuminate/support": "~5.4",
  1000. "league/oauth1-client": "~1.0",
  1001. "php": ">=5.4.0"
  1002. },
  1003. "require-dev": {
  1004. "mockery/mockery": "~0.9",
  1005. "phpunit/phpunit": "~4.0|~5.0"
  1006. },
  1007. "type": "library",
  1008. "extra": {
  1009. "branch-alias": {
  1010. "dev-master": "3.0-dev"
  1011. },
  1012. "laravel": {
  1013. "providers": [
  1014. "Laravel\\Socialite\\SocialiteServiceProvider"
  1015. ],
  1016. "aliases": {
  1017. "Socialite": "Laravel\\Socialite\\Facades\\Socialite"
  1018. }
  1019. }
  1020. },
  1021. "autoload": {
  1022. "psr-4": {
  1023. "Laravel\\Socialite\\": "src/"
  1024. }
  1025. },
  1026. "notification-url": "https://packagist.org/downloads/",
  1027. "license": [
  1028. "MIT"
  1029. ],
  1030. "authors": [
  1031. {
  1032. "name": "Taylor Otwell",
  1033. "email": "taylor@laravel.com"
  1034. }
  1035. ],
  1036. "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
  1037. "keywords": [
  1038. "laravel",
  1039. "oauth"
  1040. ],
  1041. "time": "2017-11-06T16:02:48+00:00"
  1042. },
  1043. {
  1044. "name": "laravel/tinker",
  1045. "version": "v1.0.3",
  1046. "source": {
  1047. "type": "git",
  1048. "url": "https://github.com/laravel/tinker.git",
  1049. "reference": "852c2abe0b0991555a403f1c0583e64de6acb4a6"
  1050. },
  1051. "dist": {
  1052. "type": "zip",
  1053. "url": "https://api.github.com/repos/laravel/tinker/zipball/852c2abe0b0991555a403f1c0583e64de6acb4a6",
  1054. "reference": "852c2abe0b0991555a403f1c0583e64de6acb4a6",
  1055. "shasum": ""
  1056. },
  1057. "require": {
  1058. "illuminate/console": "~5.1",
  1059. "illuminate/contracts": "~5.1",
  1060. "illuminate/support": "~5.1",
  1061. "php": ">=5.5.9",
  1062. "psy/psysh": "0.7.*|0.8.*",
  1063. "symfony/var-dumper": "~3.0|~4.0"
  1064. },
  1065. "require-dev": {
  1066. "phpunit/phpunit": "~4.0|~5.0"
  1067. },
  1068. "suggest": {
  1069. "illuminate/database": "The Illuminate Database package (~5.1)."
  1070. },
  1071. "type": "library",
  1072. "extra": {
  1073. "branch-alias": {
  1074. "dev-master": "1.0-dev"
  1075. },
  1076. "laravel": {
  1077. "providers": [
  1078. "Laravel\\Tinker\\TinkerServiceProvider"
  1079. ]
  1080. }
  1081. },
  1082. "autoload": {
  1083. "psr-4": {
  1084. "Laravel\\Tinker\\": "src/"
  1085. }
  1086. },
  1087. "notification-url": "https://packagist.org/downloads/",
  1088. "license": [
  1089. "MIT"
  1090. ],
  1091. "authors": [
  1092. {
  1093. "name": "Taylor Otwell",
  1094. "email": "taylor@laravel.com"
  1095. }
  1096. ],
  1097. "description": "Powerful REPL for the Laravel framework.",
  1098. "keywords": [
  1099. "REPL",
  1100. "Tinker",
  1101. "laravel",
  1102. "psysh"
  1103. ],
  1104. "time": "2017-12-18T16:25:11+00:00"
  1105. },
  1106. {
  1107. "name": "league/flysystem",
  1108. "version": "1.0.42",
  1109. "source": {
  1110. "type": "git",
  1111. "url": "https://github.com/thephpleague/flysystem.git",
  1112. "reference": "09eabc54e199950041aef258a85847676496fe8e"
  1113. },
  1114. "dist": {
  1115. "type": "zip",
  1116. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/09eabc54e199950041aef258a85847676496fe8e",
  1117. "reference": "09eabc54e199950041aef258a85847676496fe8e",
  1118. "shasum": ""
  1119. },
  1120. "require": {
  1121. "php": ">=5.5.9"
  1122. },
  1123. "conflict": {
  1124. "league/flysystem-sftp": "<1.0.6"
  1125. },
  1126. "require-dev": {
  1127. "ext-fileinfo": "*",
  1128. "phpspec/phpspec": "^3.4",
  1129. "phpunit/phpunit": "^5.7"
  1130. },
  1131. "suggest": {
  1132. "ext-fileinfo": "Required for MimeType",
  1133. "ext-ftp": "Allows you to use FTP server storage",
  1134. "ext-openssl": "Allows you to use FTPS server storage",
  1135. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  1136. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  1137. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  1138. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  1139. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  1140. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  1141. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  1142. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  1143. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  1144. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  1145. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  1146. },
  1147. "type": "library",
  1148. "extra": {
  1149. "branch-alias": {
  1150. "dev-master": "1.1-dev"
  1151. }
  1152. },
  1153. "autoload": {
  1154. "psr-4": {
  1155. "League\\Flysystem\\": "src/"
  1156. }
  1157. },
  1158. "notification-url": "https://packagist.org/downloads/",
  1159. "license": [
  1160. "MIT"
  1161. ],
  1162. "authors": [
  1163. {
  1164. "name": "Frank de Jonge",
  1165. "email": "info@frenky.net"
  1166. }
  1167. ],
  1168. "description": "Filesystem abstraction: Many filesystems, one API.",
  1169. "keywords": [
  1170. "Cloud Files",
  1171. "WebDAV",
  1172. "abstraction",
  1173. "aws",
  1174. "cloud",
  1175. "copy.com",
  1176. "dropbox",
  1177. "file systems",
  1178. "files",
  1179. "filesystem",
  1180. "filesystems",
  1181. "ftp",
  1182. "rackspace",
  1183. "remote",
  1184. "s3",
  1185. "sftp",
  1186. "storage"
  1187. ],
  1188. "time": "2018-01-27T16:03:56+00:00"
  1189. },
  1190. {
  1191. "name": "league/oauth1-client",
  1192. "version": "1.7.0",
  1193. "source": {
  1194. "type": "git",
  1195. "url": "https://github.com/thephpleague/oauth1-client.git",
  1196. "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647"
  1197. },
  1198. "dist": {
  1199. "type": "zip",
  1200. "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/fca5f160650cb74d23fc11aa570dd61f86dcf647",
  1201. "reference": "fca5f160650cb74d23fc11aa570dd61f86dcf647",
  1202. "shasum": ""
  1203. },
  1204. "require": {
  1205. "guzzlehttp/guzzle": "^6.0",
  1206. "php": ">=5.5.0"
  1207. },
  1208. "require-dev": {
  1209. "mockery/mockery": "^0.9",
  1210. "phpunit/phpunit": "^4.0",
  1211. "squizlabs/php_codesniffer": "^2.0"
  1212. },
  1213. "type": "library",
  1214. "extra": {
  1215. "branch-alias": {
  1216. "dev-master": "1.0-dev"
  1217. }
  1218. },
  1219. "autoload": {
  1220. "psr-4": {
  1221. "League\\OAuth1\\": "src/"
  1222. }
  1223. },
  1224. "notification-url": "https://packagist.org/downloads/",
  1225. "license": [
  1226. "MIT"
  1227. ],
  1228. "authors": [
  1229. {
  1230. "name": "Ben Corlett",
  1231. "email": "bencorlett@me.com",
  1232. "homepage": "http://www.webcomm.com.au",
  1233. "role": "Developer"
  1234. }
  1235. ],
  1236. "description": "OAuth 1.0 Client Library",
  1237. "keywords": [
  1238. "Authentication",
  1239. "SSO",
  1240. "authorization",
  1241. "bitbucket",
  1242. "identity",
  1243. "idp",
  1244. "oauth",
  1245. "oauth1",
  1246. "single sign on",
  1247. "trello",
  1248. "tumblr",
  1249. "twitter"
  1250. ],
  1251. "time": "2016-08-17T00:36:58+00:00"
  1252. },
  1253. {
  1254. <<<<<<< HEAD
  1255. "name": "mongodb/mongodb",
  1256. "version": "1.1.2",
  1257. "source": {
  1258. "type": "git",
  1259. "url": "https://github.com/mongodb/mongo-php-library.git",
  1260. "reference": "a307dd60e71e1291c60927ea4f3a1905146063f5"
  1261. },
  1262. "dist": {
  1263. "type": "zip",
  1264. "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/a307dd60e71e1291c60927ea4f3a1905146063f5",
  1265. "reference": "a307dd60e71e1291c60927ea4f3a1905146063f5",
  1266. "shasum": ""
  1267. },
  1268. "require": {
  1269. "ext-mongodb": "^1.2.0",
  1270. "php": ">=5.4"
  1271. },
  1272. "require-dev": {
  1273. "phpunit/phpunit": "^4.8"
  1274. =======
  1275. "name": "mirovit/eik-validator",
  1276. "version": "1.0.1",
  1277. "source": {
  1278. "type": "git",
  1279. "url": "https://github.com/mirovit/eik-validator.git",
  1280. "reference": "346432afe2ca8d212ffd67cfc5c934dd9bbdcca5"
  1281. },
  1282. "dist": {
  1283. "type": "zip",
  1284. "url": "https://api.github.com/repos/mirovit/eik-validator/zipball/346432afe2ca8d212ffd67cfc5c934dd9bbdcca5",
  1285. "reference": "346432afe2ca8d212ffd67cfc5c934dd9bbdcca5",
  1286. "shasum": ""
  1287. },
  1288. "require": {
  1289. "php": ">=5.4"
  1290. },
  1291. "require-dev": {
  1292. "phpunit/phpunit": "4.*"
  1293. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  1294. },
  1295. "type": "library",
  1296. "autoload": {
  1297. "psr-4": {
  1298. <<<<<<< HEAD
  1299. "MongoDB\\": "src/"
  1300. },
  1301. "files": [
  1302. "src/functions.php"
  1303. ]
  1304. },
  1305. "notification-url": "https://packagist.org/downloads/",
  1306. "license": [
  1307. "Apache-2.0"
  1308. ],
  1309. "authors": [
  1310. {
  1311. "name": "Jeremy Mikola",
  1312. "email": "jmikola@gmail.com"
  1313. },
  1314. {
  1315. "name": "Hannes Magnusson",
  1316. "email": "bjori@mongodb.com"
  1317. },
  1318. {
  1319. "name": "Derick Rethans",
  1320. "email": "github@derickrethans.nl"
  1321. }
  1322. ],
  1323. "description": "MongoDB driver library",
  1324. "homepage": "https://jira.mongodb.org/browse/PHPLIB",
  1325. "keywords": [
  1326. "database",
  1327. "driver",
  1328. "mongodb",
  1329. "persistence"
  1330. ],
  1331. "time": "2017-02-16T18:40:32+00:00"
  1332. =======
  1333. "Mirovit\\": "src/"
  1334. }
  1335. },
  1336. "notification-url": "https://packagist.org/downloads/",
  1337. "license": [
  1338. "MIT"
  1339. ],
  1340. "authors": [
  1341. {
  1342. "name": "Miroslav Vitanov",
  1343. "email": "mvvitanov@gmail.com"
  1344. }
  1345. ],
  1346. "description": "Algorithm for validation of EIK/BULSTAT in Bulgaria",
  1347. "keywords": [
  1348. "Bulgaria",
  1349. "bulstat",
  1350. "eik",
  1351. "validator"
  1352. ],
  1353. "time": "2016-01-26T17:41:18+00:00"
  1354. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  1355. },
  1356. {
  1357. "name": "monolog/monolog",
  1358. "version": "1.23.0",
  1359. "source": {
  1360. "type": "git",
  1361. "url": "https://github.com/Seldaek/monolog.git",
  1362. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  1363. },
  1364. "dist": {
  1365. "type": "zip",
  1366. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  1367. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  1368. "shasum": ""
  1369. },
  1370. "require": {
  1371. "php": ">=5.3.0",
  1372. "psr/log": "~1.0"
  1373. },
  1374. "provide": {
  1375. "psr/log-implementation": "1.0.0"
  1376. },
  1377. "require-dev": {
  1378. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1379. "doctrine/couchdb": "~1.0@dev",
  1380. "graylog2/gelf-php": "~1.0",
  1381. "jakub-onderka/php-parallel-lint": "0.9",
  1382. "php-amqplib/php-amqplib": "~2.4",
  1383. "php-console/php-console": "^3.1.3",
  1384. "phpunit/phpunit": "~4.5",
  1385. "phpunit/phpunit-mock-objects": "2.3.0",
  1386. "ruflin/elastica": ">=0.90 <3.0",
  1387. "sentry/sentry": "^0.13",
  1388. "swiftmailer/swiftmailer": "^5.3|^6.0"
  1389. },
  1390. "suggest": {
  1391. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1392. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1393. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1394. "ext-mongo": "Allow sending log messages to a MongoDB server",
  1395. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1396. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  1397. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1398. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1399. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1400. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1401. "sentry/sentry": "Allow sending log messages to a Sentry server"
  1402. },
  1403. "type": "library",
  1404. "extra": {
  1405. "branch-alias": {
  1406. "dev-master": "2.0.x-dev"
  1407. }
  1408. },
  1409. "autoload": {
  1410. "psr-4": {
  1411. "Monolog\\": "src/Monolog"
  1412. }
  1413. },
  1414. "notification-url": "https://packagist.org/downloads/",
  1415. "license": [
  1416. "MIT"
  1417. ],
  1418. "authors": [
  1419. {
  1420. "name": "Jordi Boggiano",
  1421. "email": "j.boggiano@seld.be",
  1422. "homepage": "http://seld.be"
  1423. }
  1424. ],
  1425. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1426. "homepage": "http://github.com/Seldaek/monolog",
  1427. "keywords": [
  1428. "log",
  1429. "logging",
  1430. "psr-3"
  1431. ],
  1432. "time": "2017-06-19T01:22:40+00:00"
  1433. },
  1434. {
  1435. "name": "mtdowling/cron-expression",
  1436. "version": "v1.2.1",
  1437. "source": {
  1438. "type": "git",
  1439. "url": "https://github.com/mtdowling/cron-expression.git",
  1440. "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
  1441. },
  1442. "dist": {
  1443. "type": "zip",
  1444. "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
  1445. "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
  1446. "shasum": ""
  1447. },
  1448. "require": {
  1449. "php": ">=5.3.2"
  1450. },
  1451. "require-dev": {
  1452. "phpunit/phpunit": "~4.0|~5.0"
  1453. },
  1454. "type": "library",
  1455. "autoload": {
  1456. "psr-4": {
  1457. "Cron\\": "src/Cron/"
  1458. }
  1459. },
  1460. "notification-url": "https://packagist.org/downloads/",
  1461. "license": [
  1462. "MIT"
  1463. ],
  1464. "authors": [
  1465. {
  1466. "name": "Michael Dowling",
  1467. "email": "mtdowling@gmail.com",
  1468. "homepage": "https://github.com/mtdowling"
  1469. }
  1470. ],
  1471. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  1472. "keywords": [
  1473. "cron",
  1474. "schedule"
  1475. ],
  1476. "time": "2017-01-23T04:29:33+00:00"
  1477. },
  1478. {
  1479. "name": "nesbot/carbon",
  1480. "version": "1.22.1",
  1481. "source": {
  1482. "type": "git",
  1483. "url": "https://github.com/briannesbitt/Carbon.git",
  1484. "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
  1485. },
  1486. "dist": {
  1487. "type": "zip",
  1488. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
  1489. "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
  1490. "shasum": ""
  1491. },
  1492. "require": {
  1493. "php": ">=5.3.0",
  1494. "symfony/translation": "~2.6 || ~3.0"
  1495. },
  1496. "require-dev": {
  1497. "friendsofphp/php-cs-fixer": "~2",
  1498. "phpunit/phpunit": "~4.0 || ~5.0"
  1499. },
  1500. "type": "library",
  1501. "extra": {
  1502. "branch-alias": {
  1503. "dev-master": "1.23-dev"
  1504. }
  1505. },
  1506. "autoload": {
  1507. "psr-4": {
  1508. "Carbon\\": "src/Carbon/"
  1509. }
  1510. },
  1511. "notification-url": "https://packagist.org/downloads/",
  1512. "license": [
  1513. "MIT"
  1514. ],
  1515. "authors": [
  1516. {
  1517. "name": "Brian Nesbitt",
  1518. "email": "brian@nesbot.com",
  1519. "homepage": "http://nesbot.com"
  1520. }
  1521. ],
  1522. "description": "A simple API extension for DateTime.",
  1523. "homepage": "http://carbon.nesbot.com",
  1524. "keywords": [
  1525. "date",
  1526. "datetime",
  1527. "time"
  1528. ],
  1529. "time": "2017-01-16T07:55:07+00:00"
  1530. },
  1531. {
  1532. "name": "nikic/php-parser",
  1533. <<<<<<< HEAD
  1534. "version": "v3.1.3",
  1535. "source": {
  1536. "type": "git",
  1537. "url": "https://github.com/nikic/PHP-Parser.git",
  1538. "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda"
  1539. },
  1540. "dist": {
  1541. "type": "zip",
  1542. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/579f4ce846734a1cf55d6a531d00ca07a43e3cda",
  1543. "reference": "579f4ce846734a1cf55d6a531d00ca07a43e3cda",
  1544. =======
  1545. "version": "v3.1.4",
  1546. "source": {
  1547. "type": "git",
  1548. "url": "https://github.com/nikic/PHP-Parser.git",
  1549. "reference": "e57b3a09784f846411aa7ed664eedb73e3399078"
  1550. },
  1551. "dist": {
  1552. "type": "zip",
  1553. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e57b3a09784f846411aa7ed664eedb73e3399078",
  1554. "reference": "e57b3a09784f846411aa7ed664eedb73e3399078",
  1555. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  1556. "shasum": ""
  1557. },
  1558. "require": {
  1559. "ext-tokenizer": "*",
  1560. "php": ">=5.5"
  1561. },
  1562. "require-dev": {
  1563. "phpunit/phpunit": "~4.0|~5.0"
  1564. },
  1565. "bin": [
  1566. "bin/php-parse"
  1567. ],
  1568. "type": "library",
  1569. "extra": {
  1570. "branch-alias": {
  1571. "dev-master": "3.0-dev"
  1572. }
  1573. },
  1574. "autoload": {
  1575. "psr-4": {
  1576. "PhpParser\\": "lib/PhpParser"
  1577. }
  1578. },
  1579. "notification-url": "https://packagist.org/downloads/",
  1580. "license": [
  1581. "BSD-3-Clause"
  1582. ],
  1583. "authors": [
  1584. {
  1585. "name": "Nikita Popov"
  1586. }
  1587. ],
  1588. "description": "A PHP parser written in PHP",
  1589. "keywords": [
  1590. "parser",
  1591. "php"
  1592. ],
  1593. <<<<<<< HEAD
  1594. "time": "2017-12-26T14:43:21+00:00"
  1595. =======
  1596. "time": "2018-01-25T21:31:33+00:00"
  1597. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  1598. },
  1599. {
  1600. "name": "paragonie/random_compat",
  1601. "version": "v2.0.11",
  1602. "source": {
  1603. "type": "git",
  1604. "url": "https://github.com/paragonie/random_compat.git",
  1605. "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
  1606. },
  1607. "dist": {
  1608. "type": "zip",
  1609. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
  1610. "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
  1611. "shasum": ""
  1612. },
  1613. "require": {
  1614. "php": ">=5.2.0"
  1615. },
  1616. "require-dev": {
  1617. "phpunit/phpunit": "4.*|5.*"
  1618. },
  1619. "suggest": {
  1620. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  1621. },
  1622. "type": "library",
  1623. "autoload": {
  1624. "files": [
  1625. "lib/random.php"
  1626. ]
  1627. },
  1628. "notification-url": "https://packagist.org/downloads/",
  1629. "license": [
  1630. "MIT"
  1631. ],
  1632. "authors": [
  1633. {
  1634. "name": "Paragon Initiative Enterprises",
  1635. "email": "security@paragonie.com",
  1636. "homepage": "https://paragonie.com"
  1637. }
  1638. ],
  1639. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  1640. "keywords": [
  1641. "csprng",
  1642. "pseudorandom",
  1643. "random"
  1644. ],
  1645. "time": "2017-09-27T21:40:39+00:00"
  1646. },
  1647. {
  1648. "name": "psr/container",
  1649. "version": "1.0.0",
  1650. "source": {
  1651. "type": "git",
  1652. "url": "https://github.com/php-fig/container.git",
  1653. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  1654. },
  1655. "dist": {
  1656. "type": "zip",
  1657. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1658. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1659. "shasum": ""
  1660. },
  1661. "require": {
  1662. "php": ">=5.3.0"
  1663. },
  1664. "type": "library",
  1665. "extra": {
  1666. "branch-alias": {
  1667. "dev-master": "1.0.x-dev"
  1668. }
  1669. },
  1670. "autoload": {
  1671. "psr-4": {
  1672. "Psr\\Container\\": "src/"
  1673. }
  1674. },
  1675. "notification-url": "https://packagist.org/downloads/",
  1676. "license": [
  1677. "MIT"
  1678. ],
  1679. "authors": [
  1680. {
  1681. "name": "PHP-FIG",
  1682. "homepage": "http://www.php-fig.org/"
  1683. }
  1684. ],
  1685. "description": "Common Container Interface (PHP FIG PSR-11)",
  1686. "homepage": "https://github.com/php-fig/container",
  1687. "keywords": [
  1688. "PSR-11",
  1689. "container",
  1690. "container-interface",
  1691. "container-interop",
  1692. "psr"
  1693. ],
  1694. "time": "2017-02-14T16:28:37+00:00"
  1695. },
  1696. {
  1697. "name": "psr/http-message",
  1698. "version": "1.0.1",
  1699. "source": {
  1700. "type": "git",
  1701. "url": "https://github.com/php-fig/http-message.git",
  1702. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1703. },
  1704. "dist": {
  1705. "type": "zip",
  1706. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1707. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1708. "shasum": ""
  1709. },
  1710. "require": {
  1711. "php": ">=5.3.0"
  1712. },
  1713. "type": "library",
  1714. "extra": {
  1715. "branch-alias": {
  1716. "dev-master": "1.0.x-dev"
  1717. }
  1718. },
  1719. "autoload": {
  1720. "psr-4": {
  1721. "Psr\\Http\\Message\\": "src/"
  1722. }
  1723. },
  1724. "notification-url": "https://packagist.org/downloads/",
  1725. "license": [
  1726. "MIT"
  1727. ],
  1728. "authors": [
  1729. {
  1730. "name": "PHP-FIG",
  1731. "homepage": "http://www.php-fig.org/"
  1732. }
  1733. ],
  1734. "description": "Common interface for HTTP messages",
  1735. "homepage": "https://github.com/php-fig/http-message",
  1736. "keywords": [
  1737. "http",
  1738. "http-message",
  1739. "psr",
  1740. "psr-7",
  1741. "request",
  1742. "response"
  1743. ],
  1744. "time": "2016-08-06T14:39:51+00:00"
  1745. },
  1746. {
  1747. "name": "psr/log",
  1748. "version": "1.0.2",
  1749. "source": {
  1750. "type": "git",
  1751. "url": "https://github.com/php-fig/log.git",
  1752. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  1753. },
  1754. "dist": {
  1755. "type": "zip",
  1756. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  1757. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  1758. "shasum": ""
  1759. },
  1760. "require": {
  1761. "php": ">=5.3.0"
  1762. },
  1763. "type": "library",
  1764. "extra": {
  1765. "branch-alias": {
  1766. "dev-master": "1.0.x-dev"
  1767. }
  1768. },
  1769. "autoload": {
  1770. "psr-4": {
  1771. "Psr\\Log\\": "Psr/Log/"
  1772. }
  1773. },
  1774. "notification-url": "https://packagist.org/downloads/",
  1775. "license": [
  1776. "MIT"
  1777. ],
  1778. "authors": [
  1779. {
  1780. "name": "PHP-FIG",
  1781. "homepage": "http://www.php-fig.org/"
  1782. }
  1783. ],
  1784. "description": "Common interface for logging libraries",
  1785. "homepage": "https://github.com/php-fig/log",
  1786. "keywords": [
  1787. "log",
  1788. "psr",
  1789. "psr-3"
  1790. ],
  1791. "time": "2016-10-10T12:19:37+00:00"
  1792. },
  1793. {
  1794. "name": "psr/simple-cache",
  1795. "version": "1.0.0",
  1796. "source": {
  1797. "type": "git",
  1798. "url": "https://github.com/php-fig/simple-cache.git",
  1799. "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
  1800. },
  1801. "dist": {
  1802. "type": "zip",
  1803. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
  1804. "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
  1805. "shasum": ""
  1806. },
  1807. "require": {
  1808. "php": ">=5.3.0"
  1809. },
  1810. "type": "library",
  1811. "extra": {
  1812. "branch-alias": {
  1813. "dev-master": "1.0.x-dev"
  1814. }
  1815. },
  1816. "autoload": {
  1817. "psr-4": {
  1818. "Psr\\SimpleCache\\": "src/"
  1819. }
  1820. },
  1821. "notification-url": "https://packagist.org/downloads/",
  1822. "license": [
  1823. "MIT"
  1824. ],
  1825. "authors": [
  1826. {
  1827. "name": "PHP-FIG",
  1828. "homepage": "http://www.php-fig.org/"
  1829. }
  1830. ],
  1831. "description": "Common interfaces for simple caching",
  1832. "keywords": [
  1833. "cache",
  1834. "caching",
  1835. "psr",
  1836. "psr-16",
  1837. "simple-cache"
  1838. ],
  1839. "time": "2017-01-02T13:31:39+00:00"
  1840. },
  1841. {
  1842. "name": "psy/psysh",
  1843. "version": "v0.8.17",
  1844. "source": {
  1845. "type": "git",
  1846. "url": "https://github.com/bobthecow/psysh.git",
  1847. "reference": "5069b70e8c4ea492c2b5939b6eddc78bfe41cfec"
  1848. },
  1849. "dist": {
  1850. "type": "zip",
  1851. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/5069b70e8c4ea492c2b5939b6eddc78bfe41cfec",
  1852. "reference": "5069b70e8c4ea492c2b5939b6eddc78bfe41cfec",
  1853. "shasum": ""
  1854. },
  1855. "require": {
  1856. "dnoegel/php-xdg-base-dir": "0.1",
  1857. "jakub-onderka/php-console-highlighter": "0.3.*",
  1858. "nikic/php-parser": "~1.3|~2.0|~3.0",
  1859. "php": ">=5.3.9",
  1860. "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
  1861. "symfony/var-dumper": "~2.7|~3.0|~4.0"
  1862. },
  1863. "require-dev": {
  1864. "hoa/console": "~3.16|~1.14",
  1865. "phpunit/phpunit": "^4.8.35|^5.4.3",
  1866. "symfony/finder": "~2.1|~3.0|~4.0"
  1867. },
  1868. "suggest": {
  1869. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  1870. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  1871. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  1872. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  1873. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  1874. },
  1875. "bin": [
  1876. "bin/psysh"
  1877. ],
  1878. "type": "library",
  1879. "extra": {
  1880. "branch-alias": {
  1881. "dev-develop": "0.8.x-dev"
  1882. }
  1883. },
  1884. "autoload": {
  1885. "files": [
  1886. "src/Psy/functions.php"
  1887. ],
  1888. "psr-4": {
  1889. "Psy\\": "src/Psy/"
  1890. }
  1891. },
  1892. "notification-url": "https://packagist.org/downloads/",
  1893. "license": [
  1894. "MIT"
  1895. ],
  1896. "authors": [
  1897. {
  1898. "name": "Justin Hileman",
  1899. "email": "justin@justinhileman.info",
  1900. "homepage": "http://justinhileman.com"
  1901. }
  1902. ],
  1903. "description": "An interactive shell for modern PHP.",
  1904. "homepage": "http://psysh.org",
  1905. "keywords": [
  1906. "REPL",
  1907. "console",
  1908. "interactive",
  1909. "shell"
  1910. ],
  1911. "time": "2017-12-28T16:14:16+00:00"
  1912. },
  1913. {
  1914. "name": "ramsey/uuid",
  1915. "version": "3.7.3",
  1916. "source": {
  1917. "type": "git",
  1918. "url": "https://github.com/ramsey/uuid.git",
  1919. "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76"
  1920. },
  1921. "dist": {
  1922. "type": "zip",
  1923. "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
  1924. "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76",
  1925. "shasum": ""
  1926. },
  1927. "require": {
  1928. "paragonie/random_compat": "^1.0|^2.0",
  1929. "php": "^5.4 || ^7.0"
  1930. },
  1931. "replace": {
  1932. "rhumsaa/uuid": "self.version"
  1933. },
  1934. "require-dev": {
  1935. "codeception/aspect-mock": "^1.0 | ~2.0.0",
  1936. "doctrine/annotations": "~1.2.0",
  1937. "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
  1938. "ircmaxell/random-lib": "^1.1",
  1939. "jakub-onderka/php-parallel-lint": "^0.9.0",
  1940. "mockery/mockery": "^0.9.9",
  1941. "moontoast/math": "^1.1",
  1942. "php-mock/php-mock-phpunit": "^0.3|^1.1",
  1943. "phpunit/phpunit": "^4.7|^5.0",
  1944. "squizlabs/php_codesniffer": "^2.3"
  1945. },
  1946. "suggest": {
  1947. "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
  1948. "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
  1949. "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  1950. "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
  1951. "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
  1952. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  1953. },
  1954. "type": "library",
  1955. "extra": {
  1956. "branch-alias": {
  1957. "dev-master": "3.x-dev"
  1958. }
  1959. },
  1960. "autoload": {
  1961. "psr-4": {
  1962. "Ramsey\\Uuid\\": "src/"
  1963. }
  1964. },
  1965. "notification-url": "https://packagist.org/downloads/",
  1966. "license": [
  1967. "MIT"
  1968. ],
  1969. "authors": [
  1970. {
  1971. "name": "Marijn Huizendveld",
  1972. "email": "marijn.huizendveld@gmail.com"
  1973. },
  1974. {
  1975. "name": "Thibaud Fabre",
  1976. "email": "thibaud@aztech.io"
  1977. },
  1978. {
  1979. "name": "Ben Ramsey",
  1980. "email": "ben@benramsey.com",
  1981. "homepage": "https://benramsey.com"
  1982. }
  1983. ],
  1984. "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
  1985. "homepage": "https://github.com/ramsey/uuid",
  1986. "keywords": [
  1987. "guid",
  1988. "identifier",
  1989. "uuid"
  1990. ],
  1991. "time": "2018-01-20T00:28:24+00:00"
  1992. },
  1993. {
  1994. "name": "swiftmailer/swiftmailer",
  1995. "version": "v6.0.2",
  1996. "source": {
  1997. "type": "git",
  1998. "url": "https://github.com/swiftmailer/swiftmailer.git",
  1999. "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
  2000. },
  2001. "dist": {
  2002. "type": "zip",
  2003. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
  2004. "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
  2005. "shasum": ""
  2006. },
  2007. "require": {
  2008. "egulias/email-validator": "~2.0",
  2009. "php": ">=7.0.0"
  2010. },
  2011. "require-dev": {
  2012. "mockery/mockery": "~0.9.1",
  2013. "symfony/phpunit-bridge": "~3.3@dev"
  2014. },
  2015. "type": "library",
  2016. "extra": {
  2017. "branch-alias": {
  2018. "dev-master": "6.0-dev"
  2019. }
  2020. },
  2021. "autoload": {
  2022. "files": [
  2023. "lib/swift_required.php"
  2024. ]
  2025. },
  2026. "notification-url": "https://packagist.org/downloads/",
  2027. "license": [
  2028. "MIT"
  2029. ],
  2030. "authors": [
  2031. {
  2032. "name": "Chris Corbyn"
  2033. },
  2034. {
  2035. "name": "Fabien Potencier",
  2036. "email": "fabien@symfony.com"
  2037. }
  2038. ],
  2039. "description": "Swiftmailer, free feature-rich PHP mailer",
  2040. "homepage": "http://swiftmailer.symfony.com",
  2041. "keywords": [
  2042. "email",
  2043. "mail",
  2044. "mailer"
  2045. ],
  2046. "time": "2017-09-30T22:39:41+00:00"
  2047. },
  2048. {
  2049. "name": "symfony/console",
  2050. <<<<<<< HEAD
  2051. "version": "v3.4.3",
  2052. "source": {
  2053. "type": "git",
  2054. "url": "https://github.com/symfony/console.git",
  2055. "reference": "8394c8ef121949e8f858f13bc1e34f05169e4e7d"
  2056. },
  2057. "dist": {
  2058. "type": "zip",
  2059. "url": "https://api.github.com/repos/symfony/console/zipball/8394c8ef121949e8f858f13bc1e34f05169e4e7d",
  2060. "reference": "8394c8ef121949e8f858f13bc1e34f05169e4e7d",
  2061. =======
  2062. "version": "v3.4.4",
  2063. "source": {
  2064. "type": "git",
  2065. "url": "https://github.com/symfony/console.git",
  2066. "reference": "26b6f419edda16c19775211987651cb27baea7f1"
  2067. },
  2068. "dist": {
  2069. "type": "zip",
  2070. "url": "https://api.github.com/repos/symfony/console/zipball/26b6f419edda16c19775211987651cb27baea7f1",
  2071. "reference": "26b6f419edda16c19775211987651cb27baea7f1",
  2072. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  2073. "shasum": ""
  2074. },
  2075. "require": {
  2076. "php": "^5.5.9|>=7.0.8",
  2077. "symfony/debug": "~2.8|~3.0|~4.0",
  2078. "symfony/polyfill-mbstring": "~1.0"
  2079. },
  2080. "conflict": {
  2081. "symfony/dependency-injection": "<3.4",
  2082. "symfony/process": "<3.3"
  2083. },
  2084. "require-dev": {
  2085. "psr/log": "~1.0",
  2086. "symfony/config": "~3.3|~4.0",
  2087. "symfony/dependency-injection": "~3.4|~4.0",
  2088. "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
  2089. "symfony/lock": "~3.4|~4.0",
  2090. "symfony/process": "~3.3|~4.0"
  2091. },
  2092. "suggest": {
  2093. "psr/log": "For using the console logger",
  2094. "symfony/event-dispatcher": "",
  2095. "symfony/lock": "",
  2096. "symfony/process": ""
  2097. },
  2098. "type": "library",
  2099. "extra": {
  2100. "branch-alias": {
  2101. "dev-master": "3.4-dev"
  2102. }
  2103. },
  2104. "autoload": {
  2105. "psr-4": {
  2106. "Symfony\\Component\\Console\\": ""
  2107. },
  2108. "exclude-from-classmap": [
  2109. "/Tests/"
  2110. ]
  2111. },
  2112. "notification-url": "https://packagist.org/downloads/",
  2113. "license": [
  2114. "MIT"
  2115. ],
  2116. "authors": [
  2117. {
  2118. "name": "Fabien Potencier",
  2119. "email": "fabien@symfony.com"
  2120. },
  2121. {
  2122. "name": "Symfony Community",
  2123. "homepage": "https://symfony.com/contributors"
  2124. }
  2125. ],
  2126. "description": "Symfony Console Component",
  2127. "homepage": "https://symfony.com",
  2128. <<<<<<< HEAD
  2129. "time": "2018-01-03T07:37:34+00:00"
  2130. },
  2131. {
  2132. "name": "symfony/css-selector",
  2133. "version": "v4.0.3",
  2134. =======
  2135. "time": "2018-01-29T09:03:43+00:00"
  2136. },
  2137. {
  2138. "name": "symfony/css-selector",
  2139. "version": "v4.0.4",
  2140. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  2141. "source": {
  2142. "type": "git",
  2143. "url": "https://github.com/symfony/css-selector.git",
  2144. "reference": "f97600434e3141ef3cbb9ea42cf500fba88022b7"
  2145. },
  2146. "dist": {
  2147. "type": "zip",
  2148. "url": "https://api.github.com/repos/symfony/css-selector/zipball/f97600434e3141ef3cbb9ea42cf500fba88022b7",
  2149. "reference": "f97600434e3141ef3cbb9ea42cf500fba88022b7",
  2150. "shasum": ""
  2151. },
  2152. "require": {
  2153. "php": "^7.1.3"
  2154. },
  2155. "type": "library",
  2156. "extra": {
  2157. "branch-alias": {
  2158. "dev-master": "4.0-dev"
  2159. }
  2160. },
  2161. "autoload": {
  2162. "psr-4": {
  2163. "Symfony\\Component\\CssSelector\\": ""
  2164. },
  2165. "exclude-from-classmap": [
  2166. "/Tests/"
  2167. ]
  2168. },
  2169. "notification-url": "https://packagist.org/downloads/",
  2170. "license": [
  2171. "MIT"
  2172. ],
  2173. "authors": [
  2174. {
  2175. "name": "Jean-François Simon",
  2176. "email": "jeanfrancois.simon@sensiolabs.com"
  2177. },
  2178. {
  2179. "name": "Fabien Potencier",
  2180. "email": "fabien@symfony.com"
  2181. },
  2182. {
  2183. "name": "Symfony Community",
  2184. "homepage": "https://symfony.com/contributors"
  2185. }
  2186. ],
  2187. "description": "Symfony CssSelector Component",
  2188. "homepage": "https://symfony.com",
  2189. "time": "2018-01-03T07:38:00+00:00"
  2190. },
  2191. {
  2192. "name": "symfony/debug",
  2193. <<<<<<< HEAD
  2194. "version": "v3.4.3",
  2195. "source": {
  2196. "type": "git",
  2197. "url": "https://github.com/symfony/debug.git",
  2198. "reference": "603b95dda8b00020e4e6e60dc906e7b715b1c245"
  2199. },
  2200. "dist": {
  2201. "type": "zip",
  2202. "url": "https://api.github.com/repos/symfony/debug/zipball/603b95dda8b00020e4e6e60dc906e7b715b1c245",
  2203. "reference": "603b95dda8b00020e4e6e60dc906e7b715b1c245",
  2204. =======
  2205. "version": "v3.4.4",
  2206. "source": {
  2207. "type": "git",
  2208. "url": "https://github.com/symfony/debug.git",
  2209. "reference": "53f6af2805daf52a43b393b93d2f24925d35c937"
  2210. },
  2211. "dist": {
  2212. "type": "zip",
  2213. "url": "https://api.github.com/repos/symfony/debug/zipball/53f6af2805daf52a43b393b93d2f24925d35c937",
  2214. "reference": "53f6af2805daf52a43b393b93d2f24925d35c937",
  2215. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  2216. "shasum": ""
  2217. },
  2218. "require": {
  2219. "php": "^5.5.9|>=7.0.8",
  2220. "psr/log": "~1.0"
  2221. },
  2222. "conflict": {
  2223. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  2224. },
  2225. "require-dev": {
  2226. "symfony/http-kernel": "~2.8|~3.0|~4.0"
  2227. },
  2228. "type": "library",
  2229. "extra": {
  2230. "branch-alias": {
  2231. "dev-master": "3.4-dev"
  2232. }
  2233. },
  2234. "autoload": {
  2235. "psr-4": {
  2236. "Symfony\\Component\\Debug\\": ""
  2237. },
  2238. "exclude-from-classmap": [
  2239. "/Tests/"
  2240. ]
  2241. },
  2242. "notification-url": "https://packagist.org/downloads/",
  2243. "license": [
  2244. "MIT"
  2245. ],
  2246. "authors": [
  2247. {
  2248. "name": "Fabien Potencier",
  2249. "email": "fabien@symfony.com"
  2250. },
  2251. {
  2252. "name": "Symfony Community",
  2253. "homepage": "https://symfony.com/contributors"
  2254. }
  2255. ],
  2256. "description": "Symfony Debug Component",
  2257. "homepage": "https://symfony.com",
  2258. <<<<<<< HEAD
  2259. "time": "2018-01-03T17:14:19+00:00"
  2260. },
  2261. {
  2262. "name": "symfony/event-dispatcher",
  2263. "version": "v4.0.3",
  2264. =======
  2265. "time": "2018-01-18T22:16:57+00:00"
  2266. },
  2267. {
  2268. "name": "symfony/event-dispatcher",
  2269. "version": "v4.0.4",
  2270. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  2271. "source": {
  2272. "type": "git",
  2273. "url": "https://github.com/symfony/event-dispatcher.git",
  2274. "reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb"
  2275. },
  2276. "dist": {
  2277. "type": "zip",
  2278. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74d33aac36208c4d6757807d9f598f0133a3a4eb",
  2279. "reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb",
  2280. "shasum": ""
  2281. },
  2282. "require": {
  2283. "php": "^7.1.3"
  2284. },
  2285. "conflict": {
  2286. "symfony/dependency-injection": "<3.4"
  2287. },
  2288. "require-dev": {
  2289. "psr/log": "~1.0",
  2290. "symfony/config": "~3.4|~4.0",
  2291. "symfony/dependency-injection": "~3.4|~4.0",
  2292. "symfony/expression-language": "~3.4|~4.0",
  2293. "symfony/stopwatch": "~3.4|~4.0"
  2294. },
  2295. "suggest": {
  2296. "symfony/dependency-injection": "",
  2297. "symfony/http-kernel": ""
  2298. },
  2299. "type": "library",
  2300. "extra": {
  2301. "branch-alias": {
  2302. "dev-master": "4.0-dev"
  2303. }
  2304. },
  2305. "autoload": {
  2306. "psr-4": {
  2307. "Symfony\\Component\\EventDispatcher\\": ""
  2308. },
  2309. "exclude-from-classmap": [
  2310. "/Tests/"
  2311. ]
  2312. },
  2313. "notification-url": "https://packagist.org/downloads/",
  2314. "license": [
  2315. "MIT"
  2316. ],
  2317. "authors": [
  2318. {
  2319. "name": "Fabien Potencier",
  2320. "email": "fabien@symfony.com"
  2321. },
  2322. {
  2323. "name": "Symfony Community",
  2324. "homepage": "https://symfony.com/contributors"
  2325. }
  2326. ],
  2327. "description": "Symfony EventDispatcher Component",
  2328. "homepage": "https://symfony.com",
  2329. "time": "2018-01-03T07:38:00+00:00"
  2330. },
  2331. {
  2332. "name": "symfony/finder",
  2333. <<<<<<< HEAD
  2334. "version": "v3.4.3",
  2335. =======
  2336. "version": "v3.4.4",
  2337. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  2338. "source": {
  2339. "type": "git",
  2340. "url": "https://github.com/symfony/finder.git",
  2341. "reference": "613e26310776f49a1773b6737c6bd554b8bc8c6f"
  2342. },
  2343. "dist": {
  2344. "type": "zip",
  2345. "url": "https://api.github.com/repos/symfony/finder/zipball/613e26310776f49a1773b6737c6bd554b8bc8c6f",
  2346. "reference": "613e26310776f49a1773b6737c6bd554b8bc8c6f",
  2347. "shasum": ""
  2348. },
  2349. "require": {
  2350. "php": "^5.5.9|>=7.0.8"
  2351. },
  2352. "type": "library",
  2353. "extra": {
  2354. "branch-alias": {
  2355. "dev-master": "3.4-dev"
  2356. }
  2357. },
  2358. "autoload": {
  2359. "psr-4": {
  2360. "Symfony\\Component\\Finder\\": ""
  2361. },
  2362. "exclude-from-classmap": [
  2363. "/Tests/"
  2364. ]
  2365. },
  2366. "notification-url": "https://packagist.org/downloads/",
  2367. "license": [
  2368. "MIT"
  2369. ],
  2370. "authors": [
  2371. {
  2372. "name": "Fabien Potencier",
  2373. "email": "fabien@symfony.com"
  2374. },
  2375. {
  2376. "name": "Symfony Community",
  2377. "homepage": "https://symfony.com/contributors"
  2378. }
  2379. ],
  2380. "description": "Symfony Finder Component",
  2381. "homepage": "https://symfony.com",
  2382. "time": "2018-01-03T07:37:34+00:00"
  2383. },
  2384. {
  2385. "name": "symfony/http-foundation",
  2386. <<<<<<< HEAD
  2387. "version": "v3.4.3",
  2388. "source": {
  2389. "type": "git",
  2390. "url": "https://github.com/symfony/http-foundation.git",
  2391. "reference": "4a213be1cc8598089b8c7451529a2927b49b5d26"
  2392. },
  2393. "dist": {
  2394. "type": "zip",
  2395. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4a213be1cc8598089b8c7451529a2927b49b5d26",
  2396. "reference": "4a213be1cc8598089b8c7451529a2927b49b5d26",
  2397. =======
  2398. "version": "v3.4.4",
  2399. "source": {
  2400. "type": "git",
  2401. "url": "https://github.com/symfony/http-foundation.git",
  2402. "reference": "8c39071ac9cc7e6d8dab1d556c990dc0d2cc3d30"
  2403. },
  2404. "dist": {
  2405. "type": "zip",
  2406. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/8c39071ac9cc7e6d8dab1d556c990dc0d2cc3d30",
  2407. "reference": "8c39071ac9cc7e6d8dab1d556c990dc0d2cc3d30",
  2408. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  2409. "shasum": ""
  2410. },
  2411. "require": {
  2412. "php": "^5.5.9|>=7.0.8",
  2413. "symfony/polyfill-mbstring": "~1.1",
  2414. "symfony/polyfill-php70": "~1.6"
  2415. },
  2416. "require-dev": {
  2417. "symfony/expression-language": "~2.8|~3.0|~4.0"
  2418. },
  2419. "type": "library",
  2420. "extra": {
  2421. "branch-alias": {
  2422. "dev-master": "3.4-dev"
  2423. }
  2424. },
  2425. "autoload": {
  2426. "psr-4": {
  2427. "Symfony\\Component\\HttpFoundation\\": ""
  2428. },
  2429. "exclude-from-classmap": [
  2430. "/Tests/"
  2431. ]
  2432. },
  2433. "notification-url": "https://packagist.org/downloads/",
  2434. "license": [
  2435. "MIT"
  2436. ],
  2437. "authors": [
  2438. {
  2439. "name": "Fabien Potencier",
  2440. "email": "fabien@symfony.com"
  2441. },
  2442. {
  2443. "name": "Symfony Community",
  2444. "homepage": "https://symfony.com/contributors"
  2445. }
  2446. ],
  2447. "description": "Symfony HttpFoundation Component",
  2448. "homepage": "https://symfony.com",
  2449. <<<<<<< HEAD
  2450. "time": "2018-01-03T17:14:19+00:00"
  2451. },
  2452. {
  2453. "name": "symfony/http-kernel",
  2454. "version": "v3.4.3",
  2455. "source": {
  2456. "type": "git",
  2457. "url": "https://github.com/symfony/http-kernel.git",
  2458. "reference": "1c2a82d6a8ec9b354fe4ef48ad1ad3f1a4f7db0e"
  2459. },
  2460. "dist": {
  2461. "type": "zip",
  2462. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1c2a82d6a8ec9b354fe4ef48ad1ad3f1a4f7db0e",
  2463. "reference": "1c2a82d6a8ec9b354fe4ef48ad1ad3f1a4f7db0e",
  2464. =======
  2465. "time": "2018-01-29T09:03:43+00:00"
  2466. },
  2467. {
  2468. "name": "symfony/http-kernel",
  2469. "version": "v3.4.4",
  2470. "source": {
  2471. "type": "git",
  2472. "url": "https://github.com/symfony/http-kernel.git",
  2473. "reference": "911d2e5dd4beb63caad9a72e43857de984301907"
  2474. },
  2475. "dist": {
  2476. "type": "zip",
  2477. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/911d2e5dd4beb63caad9a72e43857de984301907",
  2478. "reference": "911d2e5dd4beb63caad9a72e43857de984301907",
  2479. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  2480. "shasum": ""
  2481. },
  2482. "require": {
  2483. "php": "^5.5.9|>=7.0.8",
  2484. "psr/log": "~1.0",
  2485. "symfony/debug": "~2.8|~3.0|~4.0",
  2486. "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
  2487. "symfony/http-foundation": "^3.4.4|^4.0.4"
  2488. },
  2489. "conflict": {
  2490. "symfony/config": "<2.8",
  2491. "symfony/dependency-injection": "<3.4",
  2492. "symfony/var-dumper": "<3.3",
  2493. "twig/twig": "<1.34|<2.4,>=2"
  2494. },
  2495. "provide": {
  2496. "psr/log-implementation": "1.0"
  2497. },
  2498. "require-dev": {
  2499. "psr/cache": "~1.0",
  2500. "symfony/browser-kit": "~2.8|~3.0|~4.0",
  2501. "symfony/class-loader": "~2.8|~3.0",
  2502. "symfony/config": "~2.8|~3.0|~4.0",
  2503. "symfony/console": "~2.8|~3.0|~4.0",
  2504. "symfony/css-selector": "~2.8|~3.0|~4.0",
  2505. "symfony/dependency-injection": "~3.4|~4.0",
  2506. "symfony/dom-crawler": "~2.8|~3.0|~4.0",
  2507. "symfony/expression-language": "~2.8|~3.0|~4.0",
  2508. "symfony/finder": "~2.8|~3.0|~4.0",
  2509. "symfony/process": "~2.8|~3.0|~4.0",
  2510. "symfony/routing": "~3.4|~4.0",
  2511. "symfony/stopwatch": "~2.8|~3.0|~4.0",
  2512. "symfony/templating": "~2.8|~3.0|~4.0",
  2513. "symfony/translation": "~2.8|~3.0|~4.0",
  2514. "symfony/var-dumper": "~3.3|~4.0"
  2515. },
  2516. "suggest": {
  2517. "symfony/browser-kit": "",
  2518. "symfony/config": "",
  2519. "symfony/console": "",
  2520. "symfony/dependency-injection": "",
  2521. "symfony/finder": "",
  2522. "symfony/var-dumper": ""
  2523. },
  2524. "type": "library",
  2525. "extra": {
  2526. "branch-alias": {
  2527. "dev-master": "3.4-dev"
  2528. }
  2529. },
  2530. "autoload": {
  2531. "psr-4": {
  2532. "Symfony\\Component\\HttpKernel\\": ""
  2533. },
  2534. "exclude-from-classmap": [
  2535. "/Tests/"
  2536. ]
  2537. },
  2538. "notification-url": "https://packagist.org/downloads/",
  2539. "license": [
  2540. "MIT"
  2541. ],
  2542. "authors": [
  2543. {
  2544. "name": "Fabien Potencier",
  2545. "email": "fabien@symfony.com"
  2546. },
  2547. {
  2548. "name": "Symfony Community",
  2549. "homepage": "https://symfony.com/contributors"
  2550. }
  2551. ],
  2552. "description": "Symfony HttpKernel Component",
  2553. "homepage": "https://symfony.com",
  2554. <<<<<<< HEAD
  2555. "time": "2018-01-05T08:33:00+00:00"
  2556. =======
  2557. "time": "2018-01-29T12:29:46+00:00"
  2558. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  2559. },
  2560. {
  2561. "name": "symfony/polyfill-mbstring",
  2562. "version": "v1.7.0",
  2563. "source": {
  2564. "type": "git",
  2565. "url": "https://github.com/symfony/polyfill-mbstring.git",
  2566. "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
  2567. },
  2568. "dist": {
  2569. "type": "zip",
  2570. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
  2571. "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
  2572. "shasum": ""
  2573. },
  2574. "require": {
  2575. "php": ">=5.3.3"
  2576. },
  2577. "suggest": {
  2578. "ext-mbstring": "For best performance"
  2579. },
  2580. "type": "library",
  2581. "extra": {
  2582. "branch-alias": {
  2583. "dev-master": "1.7-dev"
  2584. }
  2585. },
  2586. "autoload": {
  2587. "psr-4": {
  2588. "Symfony\\Polyfill\\Mbstring\\": ""
  2589. },
  2590. "files": [
  2591. "bootstrap.php"
  2592. ]
  2593. },
  2594. "notification-url": "https://packagist.org/downloads/",
  2595. "license": [
  2596. "MIT"
  2597. ],
  2598. "authors": [
  2599. {
  2600. "name": "Nicolas Grekas",
  2601. "email": "p@tchwork.com"
  2602. },
  2603. {
  2604. "name": "Symfony Community",
  2605. "homepage": "https://symfony.com/contributors"
  2606. }
  2607. ],
  2608. "description": "Symfony polyfill for the Mbstring extension",
  2609. "homepage": "https://symfony.com",
  2610. "keywords": [
  2611. "compatibility",
  2612. "mbstring",
  2613. "polyfill",
  2614. "portable",
  2615. "shim"
  2616. ],
  2617. "time": "2018-01-30T19:27:44+00:00"
  2618. },
  2619. {
  2620. "name": "symfony/polyfill-php70",
  2621. "version": "v1.7.0",
  2622. "source": {
  2623. "type": "git",
  2624. "url": "https://github.com/symfony/polyfill-php70.git",
  2625. "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f"
  2626. },
  2627. "dist": {
  2628. "type": "zip",
  2629. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/3532bfcd8f933a7816f3a0a59682fc404776600f",
  2630. "reference": "3532bfcd8f933a7816f3a0a59682fc404776600f",
  2631. "shasum": ""
  2632. },
  2633. "require": {
  2634. "paragonie/random_compat": "~1.0|~2.0",
  2635. "php": ">=5.3.3"
  2636. },
  2637. "type": "library",
  2638. "extra": {
  2639. "branch-alias": {
  2640. "dev-master": "1.7-dev"
  2641. }
  2642. },
  2643. "autoload": {
  2644. "psr-4": {
  2645. "Symfony\\Polyfill\\Php70\\": ""
  2646. },
  2647. "files": [
  2648. "bootstrap.php"
  2649. ],
  2650. "classmap": [
  2651. "Resources/stubs"
  2652. ]
  2653. },
  2654. "notification-url": "https://packagist.org/downloads/",
  2655. "license": [
  2656. "MIT"
  2657. ],
  2658. "authors": [
  2659. {
  2660. "name": "Nicolas Grekas",
  2661. "email": "p@tchwork.com"
  2662. },
  2663. {
  2664. "name": "Symfony Community",
  2665. "homepage": "https://symfony.com/contributors"
  2666. }
  2667. ],
  2668. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  2669. "homepage": "https://symfony.com",
  2670. "keywords": [
  2671. "compatibility",
  2672. "polyfill",
  2673. "portable",
  2674. "shim"
  2675. ],
  2676. "time": "2018-01-30T19:27:44+00:00"
  2677. },
  2678. {
  2679. "name": "symfony/process",
  2680. <<<<<<< HEAD
  2681. "version": "v3.4.3",
  2682. "source": {
  2683. "type": "git",
  2684. "url": "https://github.com/symfony/process.git",
  2685. "reference": "ff69f110c6b33fd33cd2089ba97d6112f44ef0ba"
  2686. },
  2687. "dist": {
  2688. "type": "zip",
  2689. "url": "https://api.github.com/repos/symfony/process/zipball/ff69f110c6b33fd33cd2089ba97d6112f44ef0ba",
  2690. "reference": "ff69f110c6b33fd33cd2089ba97d6112f44ef0ba",
  2691. =======
  2692. "version": "v3.4.4",
  2693. "source": {
  2694. "type": "git",
  2695. "url": "https://github.com/symfony/process.git",
  2696. "reference": "09a5172057be8fc677840e591b17f385e58c7c0d"
  2697. },
  2698. "dist": {
  2699. "type": "zip",
  2700. "url": "https://api.github.com/repos/symfony/process/zipball/09a5172057be8fc677840e591b17f385e58c7c0d",
  2701. "reference": "09a5172057be8fc677840e591b17f385e58c7c0d",
  2702. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  2703. "shasum": ""
  2704. },
  2705. "require": {
  2706. "php": "^5.5.9|>=7.0.8"
  2707. },
  2708. "type": "library",
  2709. "extra": {
  2710. "branch-alias": {
  2711. "dev-master": "3.4-dev"
  2712. }
  2713. },
  2714. "autoload": {
  2715. "psr-4": {
  2716. "Symfony\\Component\\Process\\": ""
  2717. },
  2718. "exclude-from-classmap": [
  2719. "/Tests/"
  2720. ]
  2721. },
  2722. "notification-url": "https://packagist.org/downloads/",
  2723. "license": [
  2724. "MIT"
  2725. ],
  2726. "authors": [
  2727. {
  2728. "name": "Fabien Potencier",
  2729. "email": "fabien@symfony.com"
  2730. },
  2731. {
  2732. "name": "Symfony Community",
  2733. "homepage": "https://symfony.com/contributors"
  2734. }
  2735. ],
  2736. "description": "Symfony Process Component",
  2737. "homepage": "https://symfony.com",
  2738. <<<<<<< HEAD
  2739. "time": "2018-01-03T07:37:34+00:00"
  2740. },
  2741. {
  2742. "name": "symfony/routing",
  2743. "version": "v3.4.3",
  2744. "source": {
  2745. "type": "git",
  2746. "url": "https://github.com/symfony/routing.git",
  2747. "reference": "e2b6d6fe7b090c7af720b75c7722c6dfa7a52658"
  2748. },
  2749. "dist": {
  2750. "type": "zip",
  2751. "url": "https://api.github.com/repos/symfony/routing/zipball/e2b6d6fe7b090c7af720b75c7722c6dfa7a52658",
  2752. "reference": "e2b6d6fe7b090c7af720b75c7722c6dfa7a52658",
  2753. =======
  2754. "time": "2018-01-29T09:03:43+00:00"
  2755. },
  2756. {
  2757. "name": "symfony/routing",
  2758. "version": "v3.4.4",
  2759. "source": {
  2760. "type": "git",
  2761. "url": "https://github.com/symfony/routing.git",
  2762. "reference": "235d01730d553a97732990588407eaf6779bb4b2"
  2763. },
  2764. "dist": {
  2765. "type": "zip",
  2766. "url": "https://api.github.com/repos/symfony/routing/zipball/235d01730d553a97732990588407eaf6779bb4b2",
  2767. "reference": "235d01730d553a97732990588407eaf6779bb4b2",
  2768. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  2769. "shasum": ""
  2770. },
  2771. "require": {
  2772. "php": "^5.5.9|>=7.0.8"
  2773. },
  2774. "conflict": {
  2775. "symfony/config": "<2.8",
  2776. "symfony/dependency-injection": "<3.3",
  2777. "symfony/yaml": "<3.4"
  2778. },
  2779. "require-dev": {
  2780. "doctrine/annotations": "~1.0",
  2781. "doctrine/common": "~2.2",
  2782. "psr/log": "~1.0",
  2783. "symfony/config": "~2.8|~3.0|~4.0",
  2784. "symfony/dependency-injection": "~3.3|~4.0",
  2785. "symfony/expression-language": "~2.8|~3.0|~4.0",
  2786. "symfony/http-foundation": "~2.8|~3.0|~4.0",
  2787. "symfony/yaml": "~3.4|~4.0"
  2788. },
  2789. "suggest": {
  2790. "doctrine/annotations": "For using the annotation loader",
  2791. "symfony/config": "For using the all-in-one router or any loader",
  2792. "symfony/dependency-injection": "For loading routes from a service",
  2793. "symfony/expression-language": "For using expression matching",
  2794. "symfony/http-foundation": "For using a Symfony Request object",
  2795. "symfony/yaml": "For using the YAML loader"
  2796. },
  2797. "type": "library",
  2798. "extra": {
  2799. "branch-alias": {
  2800. "dev-master": "3.4-dev"
  2801. }
  2802. },
  2803. "autoload": {
  2804. "psr-4": {
  2805. "Symfony\\Component\\Routing\\": ""
  2806. },
  2807. "exclude-from-classmap": [
  2808. "/Tests/"
  2809. ]
  2810. },
  2811. "notification-url": "https://packagist.org/downloads/",
  2812. "license": [
  2813. "MIT"
  2814. ],
  2815. "authors": [
  2816. {
  2817. "name": "Fabien Potencier",
  2818. "email": "fabien@symfony.com"
  2819. },
  2820. {
  2821. "name": "Symfony Community",
  2822. "homepage": "https://symfony.com/contributors"
  2823. }
  2824. ],
  2825. "description": "Symfony Routing Component",
  2826. "homepage": "https://symfony.com",
  2827. "keywords": [
  2828. "router",
  2829. "routing",
  2830. "uri",
  2831. "url"
  2832. ],
  2833. <<<<<<< HEAD
  2834. "time": "2018-01-04T15:09:34+00:00"
  2835. },
  2836. {
  2837. "name": "symfony/translation",
  2838. "version": "v3.4.3",
  2839. "source": {
  2840. "type": "git",
  2841. "url": "https://github.com/symfony/translation.git",
  2842. "reference": "17b5962d252b2d6d1d37a2485ebb7ddc5b2bef0a"
  2843. },
  2844. "dist": {
  2845. "type": "zip",
  2846. "url": "https://api.github.com/repos/symfony/translation/zipball/17b5962d252b2d6d1d37a2485ebb7ddc5b2bef0a",
  2847. "reference": "17b5962d252b2d6d1d37a2485ebb7ddc5b2bef0a",
  2848. =======
  2849. "time": "2018-01-16T18:03:57+00:00"
  2850. },
  2851. {
  2852. "name": "symfony/translation",
  2853. "version": "v3.4.4",
  2854. "source": {
  2855. "type": "git",
  2856. "url": "https://github.com/symfony/translation.git",
  2857. "reference": "10b32cf0eae28b9b39fe26c456c42b19854c4b84"
  2858. },
  2859. "dist": {
  2860. "type": "zip",
  2861. "url": "https://api.github.com/repos/symfony/translation/zipball/10b32cf0eae28b9b39fe26c456c42b19854c4b84",
  2862. "reference": "10b32cf0eae28b9b39fe26c456c42b19854c4b84",
  2863. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  2864. "shasum": ""
  2865. },
  2866. "require": {
  2867. "php": "^5.5.9|>=7.0.8",
  2868. "symfony/polyfill-mbstring": "~1.0"
  2869. },
  2870. "conflict": {
  2871. "symfony/config": "<2.8",
  2872. "symfony/dependency-injection": "<3.4",
  2873. "symfony/yaml": "<3.4"
  2874. },
  2875. "require-dev": {
  2876. "psr/log": "~1.0",
  2877. "symfony/config": "~2.8|~3.0|~4.0",
  2878. "symfony/dependency-injection": "~3.4|~4.0",
  2879. "symfony/finder": "~2.8|~3.0|~4.0",
  2880. "symfony/intl": "^2.8.18|^3.2.5|~4.0",
  2881. "symfony/yaml": "~3.4|~4.0"
  2882. },
  2883. "suggest": {
  2884. "psr/log": "To use logging capability in translator",
  2885. "symfony/config": "",
  2886. "symfony/yaml": ""
  2887. },
  2888. "type": "library",
  2889. "extra": {
  2890. "branch-alias": {
  2891. "dev-master": "3.4-dev"
  2892. }
  2893. },
  2894. "autoload": {
  2895. "psr-4": {
  2896. "Symfony\\Component\\Translation\\": ""
  2897. },
  2898. "exclude-from-classmap": [
  2899. "/Tests/"
  2900. ]
  2901. },
  2902. "notification-url": "https://packagist.org/downloads/",
  2903. "license": [
  2904. "MIT"
  2905. ],
  2906. "authors": [
  2907. {
  2908. "name": "Fabien Potencier",
  2909. "email": "fabien@symfony.com"
  2910. },
  2911. {
  2912. "name": "Symfony Community",
  2913. "homepage": "https://symfony.com/contributors"
  2914. }
  2915. ],
  2916. "description": "Symfony Translation Component",
  2917. "homepage": "https://symfony.com",
  2918. <<<<<<< HEAD
  2919. "time": "2018-01-03T07:37:34+00:00"
  2920. },
  2921. {
  2922. "name": "symfony/var-dumper",
  2923. "version": "v3.4.3",
  2924. "source": {
  2925. "type": "git",
  2926. "url": "https://github.com/symfony/var-dumper.git",
  2927. "reference": "545be7e78ccbec43e599f10ff7500d0b09eda9d0"
  2928. },
  2929. "dist": {
  2930. "type": "zip",
  2931. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/545be7e78ccbec43e599f10ff7500d0b09eda9d0",
  2932. "reference": "545be7e78ccbec43e599f10ff7500d0b09eda9d0",
  2933. =======
  2934. "time": "2018-01-18T22:16:57+00:00"
  2935. },
  2936. {
  2937. "name": "symfony/var-dumper",
  2938. "version": "v3.4.4",
  2939. "source": {
  2940. "type": "git",
  2941. "url": "https://github.com/symfony/var-dumper.git",
  2942. "reference": "472a9849930cf21f73abdb02240f17cf5b5bd1a7"
  2943. },
  2944. "dist": {
  2945. "type": "zip",
  2946. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/472a9849930cf21f73abdb02240f17cf5b5bd1a7",
  2947. "reference": "472a9849930cf21f73abdb02240f17cf5b5bd1a7",
  2948. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  2949. "shasum": ""
  2950. },
  2951. "require": {
  2952. "php": "^5.5.9|>=7.0.8",
  2953. "symfony/polyfill-mbstring": "~1.0"
  2954. },
  2955. "conflict": {
  2956. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  2957. },
  2958. "require-dev": {
  2959. "ext-iconv": "*",
  2960. "twig/twig": "~1.34|~2.4"
  2961. },
  2962. "suggest": {
  2963. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  2964. "ext-intl": "To show region name in time zone dump",
  2965. "ext-symfony_debug": ""
  2966. },
  2967. "type": "library",
  2968. "extra": {
  2969. "branch-alias": {
  2970. "dev-master": "3.4-dev"
  2971. }
  2972. },
  2973. "autoload": {
  2974. "files": [
  2975. "Resources/functions/dump.php"
  2976. ],
  2977. "psr-4": {
  2978. "Symfony\\Component\\VarDumper\\": ""
  2979. },
  2980. "exclude-from-classmap": [
  2981. "/Tests/"
  2982. ]
  2983. },
  2984. "notification-url": "https://packagist.org/downloads/",
  2985. "license": [
  2986. "MIT"
  2987. ],
  2988. "authors": [
  2989. {
  2990. "name": "Nicolas Grekas",
  2991. "email": "p@tchwork.com"
  2992. },
  2993. {
  2994. "name": "Symfony Community",
  2995. "homepage": "https://symfony.com/contributors"
  2996. }
  2997. ],
  2998. "description": "Symfony mechanism for exploring and dumping PHP variables",
  2999. "homepage": "https://symfony.com",
  3000. "keywords": [
  3001. "debug",
  3002. "dump"
  3003. ],
  3004. <<<<<<< HEAD
  3005. "time": "2018-01-03T17:14:19+00:00"
  3006. =======
  3007. "time": "2018-01-29T09:03:43+00:00"
  3008. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  3009. },
  3010. {
  3011. "name": "tijsverkoyen/css-to-inline-styles",
  3012. "version": "2.2.1",
  3013. "source": {
  3014. "type": "git",
  3015. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  3016. "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
  3017. },
  3018. "dist": {
  3019. "type": "zip",
  3020. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
  3021. "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
  3022. "shasum": ""
  3023. },
  3024. "require": {
  3025. "php": "^5.5 || ^7.0",
  3026. "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
  3027. },
  3028. "require-dev": {
  3029. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  3030. },
  3031. "type": "library",
  3032. "extra": {
  3033. "branch-alias": {
  3034. "dev-master": "2.2.x-dev"
  3035. }
  3036. },
  3037. "autoload": {
  3038. "psr-4": {
  3039. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  3040. }
  3041. },
  3042. "notification-url": "https://packagist.org/downloads/",
  3043. "license": [
  3044. "BSD-3-Clause"
  3045. ],
  3046. "authors": [
  3047. {
  3048. "name": "Tijs Verkoyen",
  3049. "email": "css_to_inline_styles@verkoyen.eu",
  3050. "role": "Developer"
  3051. }
  3052. ],
  3053. "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
  3054. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  3055. "time": "2017-11-27T11:13:29+00:00"
  3056. },
  3057. {
  3058. "name": "vlucas/phpdotenv",
  3059. "version": "v2.4.0",
  3060. "source": {
  3061. "type": "git",
  3062. "url": "https://github.com/vlucas/phpdotenv.git",
  3063. "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
  3064. },
  3065. "dist": {
  3066. "type": "zip",
  3067. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
  3068. "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
  3069. "shasum": ""
  3070. },
  3071. "require": {
  3072. "php": ">=5.3.9"
  3073. },
  3074. "require-dev": {
  3075. "phpunit/phpunit": "^4.8 || ^5.0"
  3076. },
  3077. "type": "library",
  3078. "extra": {
  3079. "branch-alias": {
  3080. "dev-master": "2.4-dev"
  3081. }
  3082. },
  3083. "autoload": {
  3084. "psr-4": {
  3085. "Dotenv\\": "src/"
  3086. }
  3087. },
  3088. "notification-url": "https://packagist.org/downloads/",
  3089. "license": [
  3090. "BSD-3-Clause-Attribution"
  3091. ],
  3092. "authors": [
  3093. {
  3094. "name": "Vance Lucas",
  3095. "email": "vance@vancelucas.com",
  3096. "homepage": "http://www.vancelucas.com"
  3097. }
  3098. ],
  3099. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  3100. "keywords": [
  3101. "dotenv",
  3102. "env",
  3103. "environment"
  3104. ],
  3105. "time": "2016-09-01T10:05:43+00:00"
  3106. }
  3107. ],
  3108. "packages-dev": [
  3109. {
  3110. "name": "barryvdh/laravel-debugbar",
  3111. "version": "v3.1.2",
  3112. "source": {
  3113. "type": "git",
  3114. "url": "https://github.com/barryvdh/laravel-debugbar.git",
  3115. "reference": "59a7a08d84111a5b2407fb58b9d74af3ebe430e7"
  3116. },
  3117. "dist": {
  3118. "type": "zip",
  3119. "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/59a7a08d84111a5b2407fb58b9d74af3ebe430e7",
  3120. "reference": "59a7a08d84111a5b2407fb58b9d74af3ebe430e7",
  3121. "shasum": ""
  3122. },
  3123. "require": {
  3124. "illuminate/routing": "5.5.x|5.6.x",
  3125. "illuminate/session": "5.5.x|5.6.x",
  3126. "illuminate/support": "5.5.x|5.6.x",
  3127. "maximebf/debugbar": "~1.15.0",
  3128. "php": ">=7.0",
  3129. "symfony/debug": "^3|^4",
  3130. "symfony/finder": "^3|^4"
  3131. },
  3132. "require-dev": {
  3133. "illuminate/framework": "5.5.x"
  3134. },
  3135. "type": "library",
  3136. "extra": {
  3137. "branch-alias": {
  3138. "dev-master": "3.2-dev"
  3139. },
  3140. "laravel": {
  3141. "providers": [
  3142. "Barryvdh\\Debugbar\\ServiceProvider"
  3143. ],
  3144. "aliases": {
  3145. "Debugbar": "Barryvdh\\Debugbar\\Facade"
  3146. }
  3147. }
  3148. },
  3149. "autoload": {
  3150. "psr-4": {
  3151. "Barryvdh\\Debugbar\\": "src/"
  3152. },
  3153. "files": [
  3154. "src/helpers.php"
  3155. ]
  3156. },
  3157. "notification-url": "https://packagist.org/downloads/",
  3158. "license": [
  3159. "MIT"
  3160. ],
  3161. "authors": [
  3162. {
  3163. "name": "Barry vd. Heuvel",
  3164. "email": "barryvdh@gmail.com"
  3165. }
  3166. ],
  3167. "description": "PHP Debugbar integration for Laravel",
  3168. "keywords": [
  3169. "debug",
  3170. "debugbar",
  3171. "laravel",
  3172. "profiler",
  3173. "webprofiler"
  3174. ],
  3175. "time": "2018-02-07T19:51:45+00:00"
  3176. },
  3177. {
  3178. "name": "doctrine/instantiator",
  3179. "version": "1.1.0",
  3180. "source": {
  3181. "type": "git",
  3182. "url": "https://github.com/doctrine/instantiator.git",
  3183. "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
  3184. },
  3185. "dist": {
  3186. "type": "zip",
  3187. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
  3188. "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
  3189. "shasum": ""
  3190. },
  3191. "require": {
  3192. "php": "^7.1"
  3193. },
  3194. "require-dev": {
  3195. "athletic/athletic": "~0.1.8",
  3196. "ext-pdo": "*",
  3197. "ext-phar": "*",
  3198. "phpunit/phpunit": "^6.2.3",
  3199. "squizlabs/php_codesniffer": "^3.0.2"
  3200. },
  3201. "type": "library",
  3202. "extra": {
  3203. "branch-alias": {
  3204. "dev-master": "1.2.x-dev"
  3205. }
  3206. },
  3207. "autoload": {
  3208. "psr-4": {
  3209. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  3210. }
  3211. },
  3212. "notification-url": "https://packagist.org/downloads/",
  3213. "license": [
  3214. "MIT"
  3215. ],
  3216. "authors": [
  3217. {
  3218. "name": "Marco Pivetta",
  3219. "email": "ocramius@gmail.com",
  3220. "homepage": "http://ocramius.github.com/"
  3221. }
  3222. ],
  3223. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  3224. "homepage": "https://github.com/doctrine/instantiator",
  3225. "keywords": [
  3226. "constructor",
  3227. "instantiate"
  3228. ],
  3229. "time": "2017-07-22T11:58:36+00:00"
  3230. },
  3231. {
  3232. "name": "filp/whoops",
  3233. "version": "2.1.14",
  3234. "source": {
  3235. "type": "git",
  3236. "url": "https://github.com/filp/whoops.git",
  3237. "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6"
  3238. },
  3239. "dist": {
  3240. "type": "zip",
  3241. "url": "https://api.github.com/repos/filp/whoops/zipball/c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
  3242. "reference": "c6081b8838686aa04f1e83ba7e91f78b7b2a23e6",
  3243. "shasum": ""
  3244. },
  3245. "require": {
  3246. "php": "^5.5.9 || ^7.0",
  3247. "psr/log": "^1.0.1"
  3248. },
  3249. "require-dev": {
  3250. "mockery/mockery": "0.9.*",
  3251. "phpunit/phpunit": "^4.8.35 || ^5.7",
  3252. "symfony/var-dumper": "^2.6 || ^3.0"
  3253. },
  3254. "suggest": {
  3255. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  3256. "whoops/soap": "Formats errors as SOAP responses"
  3257. },
  3258. "type": "library",
  3259. "extra": {
  3260. "branch-alias": {
  3261. "dev-master": "2.0-dev"
  3262. }
  3263. },
  3264. "autoload": {
  3265. "psr-4": {
  3266. "Whoops\\": "src/Whoops/"
  3267. }
  3268. },
  3269. "notification-url": "https://packagist.org/downloads/",
  3270. "license": [
  3271. "MIT"
  3272. ],
  3273. "authors": [
  3274. {
  3275. "name": "Filipe Dobreira",
  3276. "homepage": "https://github.com/filp",
  3277. "role": "Developer"
  3278. }
  3279. ],
  3280. "description": "php error handling for cool kids",
  3281. "homepage": "https://filp.github.io/whoops/",
  3282. "keywords": [
  3283. "error",
  3284. "exception",
  3285. "handling",
  3286. "library",
  3287. "throwable",
  3288. "whoops"
  3289. ],
  3290. "time": "2017-11-23T18:22:44+00:00"
  3291. },
  3292. {
  3293. "name": "fzaninotto/faker",
  3294. "version": "v1.7.1",
  3295. "source": {
  3296. "type": "git",
  3297. "url": "https://github.com/fzaninotto/Faker.git",
  3298. "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
  3299. },
  3300. "dist": {
  3301. "type": "zip",
  3302. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
  3303. "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
  3304. "shasum": ""
  3305. },
  3306. "require": {
  3307. "php": "^5.3.3 || ^7.0"
  3308. },
  3309. "require-dev": {
  3310. "ext-intl": "*",
  3311. "phpunit/phpunit": "^4.0 || ^5.0",
  3312. "squizlabs/php_codesniffer": "^1.5"
  3313. },
  3314. "type": "library",
  3315. "extra": {
  3316. "branch-alias": {
  3317. "dev-master": "1.8-dev"
  3318. }
  3319. },
  3320. "autoload": {
  3321. "psr-4": {
  3322. "Faker\\": "src/Faker/"
  3323. }
  3324. },
  3325. "notification-url": "https://packagist.org/downloads/",
  3326. "license": [
  3327. "MIT"
  3328. ],
  3329. "authors": [
  3330. {
  3331. "name": "François Zaninotto"
  3332. }
  3333. ],
  3334. "description": "Faker is a PHP library that generates fake data for you.",
  3335. "keywords": [
  3336. "data",
  3337. "faker",
  3338. "fixtures"
  3339. ],
  3340. "time": "2017-08-15T16:48:10+00:00"
  3341. },
  3342. {
  3343. "name": "hamcrest/hamcrest-php",
  3344. "version": "v2.0.0",
  3345. "source": {
  3346. "type": "git",
  3347. "url": "https://github.com/hamcrest/hamcrest-php.git",
  3348. "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
  3349. },
  3350. "dist": {
  3351. "type": "zip",
  3352. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
  3353. "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
  3354. "shasum": ""
  3355. },
  3356. "require": {
  3357. "php": "^5.3|^7.0"
  3358. },
  3359. "replace": {
  3360. "cordoval/hamcrest-php": "*",
  3361. "davedevelopment/hamcrest-php": "*",
  3362. "kodova/hamcrest-php": "*"
  3363. },
  3364. "require-dev": {
  3365. "phpunit/php-file-iterator": "1.3.3",
  3366. "phpunit/phpunit": "~4.0",
  3367. "satooshi/php-coveralls": "^1.0"
  3368. },
  3369. "type": "library",
  3370. "extra": {
  3371. "branch-alias": {
  3372. "dev-master": "2.0-dev"
  3373. }
  3374. },
  3375. "autoload": {
  3376. "classmap": [
  3377. "hamcrest"
  3378. ]
  3379. },
  3380. "notification-url": "https://packagist.org/downloads/",
  3381. "license": [
  3382. "BSD"
  3383. ],
  3384. "description": "This is the PHP port of Hamcrest Matchers",
  3385. "keywords": [
  3386. "test"
  3387. ],
  3388. "time": "2016-01-20T08:20:44+00:00"
  3389. },
  3390. {
  3391. "name": "maximebf/debugbar",
  3392. "version": "v1.15.0",
  3393. "source": {
  3394. "type": "git",
  3395. "url": "https://github.com/maximebf/php-debugbar.git",
  3396. "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07"
  3397. },
  3398. "dist": {
  3399. "type": "zip",
  3400. "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
  3401. "reference": "30e7d60937ee5f1320975ca9bc7bcdd44d500f07",
  3402. "shasum": ""
  3403. },
  3404. "require": {
  3405. "php": ">=5.3.0",
  3406. "psr/log": "^1.0",
  3407. "symfony/var-dumper": "^2.6|^3.0|^4.0"
  3408. },
  3409. "require-dev": {
  3410. "phpunit/phpunit": "^4.0|^5.0"
  3411. },
  3412. "suggest": {
  3413. "kriswallsmith/assetic": "The best way to manage assets",
  3414. "monolog/monolog": "Log using Monolog",
  3415. "predis/predis": "Redis storage"
  3416. },
  3417. "type": "library",
  3418. "extra": {
  3419. "branch-alias": {
  3420. "dev-master": "1.14-dev"
  3421. }
  3422. },
  3423. "autoload": {
  3424. "psr-4": {
  3425. "DebugBar\\": "src/DebugBar/"
  3426. }
  3427. },
  3428. "notification-url": "https://packagist.org/downloads/",
  3429. "license": [
  3430. "MIT"
  3431. ],
  3432. "authors": [
  3433. {
  3434. "name": "Maxime Bouroumeau-Fuseau",
  3435. "email": "maxime.bouroumeau@gmail.com",
  3436. "homepage": "http://maximebf.com"
  3437. },
  3438. {
  3439. "name": "Barry vd. Heuvel",
  3440. "email": "barryvdh@gmail.com"
  3441. }
  3442. ],
  3443. "description": "Debug bar in the browser for php application",
  3444. "homepage": "https://github.com/maximebf/php-debugbar",
  3445. "keywords": [
  3446. "debug",
  3447. "debugbar"
  3448. ],
  3449. "time": "2017-12-15T11:13:46+00:00"
  3450. },
  3451. {
  3452. "name": "mockery/mockery",
  3453. "version": "1.0",
  3454. "source": {
  3455. "type": "git",
  3456. "url": "https://github.com/mockery/mockery.git",
  3457. "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38"
  3458. },
  3459. "dist": {
  3460. "type": "zip",
  3461. "url": "https://api.github.com/repos/mockery/mockery/zipball/1bac8c362b12f522fdd1f1fa3556284c91affa38",
  3462. "reference": "1bac8c362b12f522fdd1f1fa3556284c91affa38",
  3463. "shasum": ""
  3464. },
  3465. "require": {
  3466. "hamcrest/hamcrest-php": "~2.0",
  3467. "lib-pcre": ">=7.0",
  3468. "php": ">=5.6.0"
  3469. },
  3470. "require-dev": {
  3471. "phpunit/phpunit": "~5.7|~6.1"
  3472. },
  3473. "type": "library",
  3474. "extra": {
  3475. "branch-alias": {
  3476. "dev-master": "1.0.x-dev"
  3477. }
  3478. },
  3479. "autoload": {
  3480. "psr-0": {
  3481. "Mockery": "library/"
  3482. }
  3483. },
  3484. "notification-url": "https://packagist.org/downloads/",
  3485. "license": [
  3486. "BSD-3-Clause"
  3487. ],
  3488. "authors": [
  3489. {
  3490. "name": "Pádraic Brady",
  3491. "email": "padraic.brady@gmail.com",
  3492. "homepage": "http://blog.astrumfutura.com"
  3493. },
  3494. {
  3495. "name": "Dave Marshall",
  3496. "email": "dave.marshall@atstsolutions.co.uk",
  3497. "homepage": "http://davedevelopment.co.uk"
  3498. }
  3499. ],
  3500. "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
  3501. "homepage": "http://github.com/mockery/mockery",
  3502. "keywords": [
  3503. "BDD",
  3504. "TDD",
  3505. "library",
  3506. "mock",
  3507. "mock objects",
  3508. "mockery",
  3509. "stub",
  3510. "test",
  3511. "test double",
  3512. "testing"
  3513. ],
  3514. "time": "2017-10-06T16:20:43+00:00"
  3515. },
  3516. {
  3517. "name": "myclabs/deep-copy",
  3518. "version": "1.7.0",
  3519. "source": {
  3520. "type": "git",
  3521. "url": "https://github.com/myclabs/DeepCopy.git",
  3522. "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
  3523. },
  3524. "dist": {
  3525. "type": "zip",
  3526. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  3527. "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  3528. "shasum": ""
  3529. },
  3530. "require": {
  3531. "php": "^5.6 || ^7.0"
  3532. },
  3533. "require-dev": {
  3534. "doctrine/collections": "^1.0",
  3535. "doctrine/common": "^2.6",
  3536. "phpunit/phpunit": "^4.1"
  3537. },
  3538. "type": "library",
  3539. "autoload": {
  3540. "psr-4": {
  3541. "DeepCopy\\": "src/DeepCopy/"
  3542. },
  3543. "files": [
  3544. "src/DeepCopy/deep_copy.php"
  3545. ]
  3546. },
  3547. "notification-url": "https://packagist.org/downloads/",
  3548. "license": [
  3549. "MIT"
  3550. ],
  3551. "description": "Create deep copies (clones) of your objects",
  3552. "keywords": [
  3553. "clone",
  3554. "copy",
  3555. "duplicate",
  3556. "object",
  3557. "object graph"
  3558. ],
  3559. "time": "2017-10-19T19:58:43+00:00"
  3560. },
  3561. {
  3562. "name": "phar-io/manifest",
  3563. "version": "1.0.1",
  3564. "source": {
  3565. "type": "git",
  3566. "url": "https://github.com/phar-io/manifest.git",
  3567. "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
  3568. },
  3569. "dist": {
  3570. "type": "zip",
  3571. "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
  3572. "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
  3573. "shasum": ""
  3574. },
  3575. "require": {
  3576. "ext-dom": "*",
  3577. "ext-phar": "*",
  3578. "phar-io/version": "^1.0.1",
  3579. "php": "^5.6 || ^7.0"
  3580. },
  3581. "type": "library",
  3582. "extra": {
  3583. "branch-alias": {
  3584. "dev-master": "1.0.x-dev"
  3585. }
  3586. },
  3587. "autoload": {
  3588. "classmap": [
  3589. "src/"
  3590. ]
  3591. },
  3592. "notification-url": "https://packagist.org/downloads/",
  3593. "license": [
  3594. "BSD-3-Clause"
  3595. ],
  3596. "authors": [
  3597. {
  3598. "name": "Arne Blankerts",
  3599. "email": "arne@blankerts.de",
  3600. "role": "Developer"
  3601. },
  3602. {
  3603. "name": "Sebastian Heuer",
  3604. "email": "sebastian@phpeople.de",
  3605. "role": "Developer"
  3606. },
  3607. {
  3608. "name": "Sebastian Bergmann",
  3609. "email": "sebastian@phpunit.de",
  3610. "role": "Developer"
  3611. }
  3612. ],
  3613. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  3614. "time": "2017-03-05T18:14:27+00:00"
  3615. },
  3616. {
  3617. "name": "phar-io/version",
  3618. "version": "1.0.1",
  3619. "source": {
  3620. "type": "git",
  3621. "url": "https://github.com/phar-io/version.git",
  3622. "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
  3623. },
  3624. "dist": {
  3625. "type": "zip",
  3626. "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
  3627. "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
  3628. "shasum": ""
  3629. },
  3630. "require": {
  3631. "php": "^5.6 || ^7.0"
  3632. },
  3633. "type": "library",
  3634. "autoload": {
  3635. "classmap": [
  3636. "src/"
  3637. ]
  3638. },
  3639. "notification-url": "https://packagist.org/downloads/",
  3640. "license": [
  3641. "BSD-3-Clause"
  3642. ],
  3643. "authors": [
  3644. {
  3645. "name": "Arne Blankerts",
  3646. "email": "arne@blankerts.de",
  3647. "role": "Developer"
  3648. },
  3649. {
  3650. "name": "Sebastian Heuer",
  3651. "email": "sebastian@phpeople.de",
  3652. "role": "Developer"
  3653. },
  3654. {
  3655. "name": "Sebastian Bergmann",
  3656. "email": "sebastian@phpunit.de",
  3657. "role": "Developer"
  3658. }
  3659. ],
  3660. "description": "Library for handling version information and constraints",
  3661. "time": "2017-03-05T17:38:23+00:00"
  3662. },
  3663. {
  3664. "name": "phpdocumentor/reflection-common",
  3665. "version": "1.0.1",
  3666. "source": {
  3667. "type": "git",
  3668. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  3669. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  3670. },
  3671. "dist": {
  3672. "type": "zip",
  3673. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  3674. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  3675. "shasum": ""
  3676. },
  3677. "require": {
  3678. "php": ">=5.5"
  3679. },
  3680. "require-dev": {
  3681. "phpunit/phpunit": "^4.6"
  3682. },
  3683. "type": "library",
  3684. "extra": {
  3685. "branch-alias": {
  3686. "dev-master": "1.0.x-dev"
  3687. }
  3688. },
  3689. "autoload": {
  3690. "psr-4": {
  3691. "phpDocumentor\\Reflection\\": [
  3692. "src"
  3693. ]
  3694. }
  3695. },
  3696. "notification-url": "https://packagist.org/downloads/",
  3697. "license": [
  3698. "MIT"
  3699. ],
  3700. "authors": [
  3701. {
  3702. "name": "Jaap van Otterdijk",
  3703. "email": "opensource@ijaap.nl"
  3704. }
  3705. ],
  3706. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  3707. "homepage": "http://www.phpdoc.org",
  3708. "keywords": [
  3709. "FQSEN",
  3710. "phpDocumentor",
  3711. "phpdoc",
  3712. "reflection",
  3713. "static analysis"
  3714. ],
  3715. "time": "2017-09-11T18:02:19+00:00"
  3716. },
  3717. {
  3718. "name": "phpdocumentor/reflection-docblock",
  3719. "version": "4.3.0",
  3720. "source": {
  3721. "type": "git",
  3722. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  3723. "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
  3724. },
  3725. "dist": {
  3726. "type": "zip",
  3727. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
  3728. "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
  3729. "shasum": ""
  3730. },
  3731. "require": {
  3732. "php": "^7.0",
  3733. "phpdocumentor/reflection-common": "^1.0.0",
  3734. "phpdocumentor/type-resolver": "^0.4.0",
  3735. "webmozart/assert": "^1.0"
  3736. },
  3737. "require-dev": {
  3738. "doctrine/instantiator": "~1.0.5",
  3739. "mockery/mockery": "^1.0",
  3740. "phpunit/phpunit": "^6.4"
  3741. },
  3742. "type": "library",
  3743. "extra": {
  3744. "branch-alias": {
  3745. "dev-master": "4.x-dev"
  3746. }
  3747. },
  3748. "autoload": {
  3749. "psr-4": {
  3750. "phpDocumentor\\Reflection\\": [
  3751. "src/"
  3752. ]
  3753. }
  3754. },
  3755. "notification-url": "https://packagist.org/downloads/",
  3756. "license": [
  3757. "MIT"
  3758. ],
  3759. "authors": [
  3760. {
  3761. "name": "Mike van Riel",
  3762. "email": "me@mikevanriel.com"
  3763. }
  3764. ],
  3765. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  3766. "time": "2017-11-30T07:14:17+00:00"
  3767. },
  3768. {
  3769. "name": "phpdocumentor/type-resolver",
  3770. "version": "0.4.0",
  3771. "source": {
  3772. "type": "git",
  3773. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  3774. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  3775. },
  3776. "dist": {
  3777. "type": "zip",
  3778. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  3779. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  3780. "shasum": ""
  3781. },
  3782. "require": {
  3783. "php": "^5.5 || ^7.0",
  3784. "phpdocumentor/reflection-common": "^1.0"
  3785. },
  3786. "require-dev": {
  3787. "mockery/mockery": "^0.9.4",
  3788. "phpunit/phpunit": "^5.2||^4.8.24"
  3789. },
  3790. "type": "library",
  3791. "extra": {
  3792. "branch-alias": {
  3793. "dev-master": "1.0.x-dev"
  3794. }
  3795. },
  3796. "autoload": {
  3797. "psr-4": {
  3798. "phpDocumentor\\Reflection\\": [
  3799. "src/"
  3800. ]
  3801. }
  3802. },
  3803. "notification-url": "https://packagist.org/downloads/",
  3804. "license": [
  3805. "MIT"
  3806. ],
  3807. "authors": [
  3808. {
  3809. "name": "Mike van Riel",
  3810. "email": "me@mikevanriel.com"
  3811. }
  3812. ],
  3813. "time": "2017-07-14T14:27:02+00:00"
  3814. },
  3815. {
  3816. "name": "phpspec/prophecy",
  3817. "version": "1.7.4",
  3818. "source": {
  3819. "type": "git",
  3820. "url": "https://github.com/phpspec/prophecy.git",
  3821. "reference": "9f901e29c93dae4aa77c0bb161df4276f9c9a1be"
  3822. },
  3823. "dist": {
  3824. "type": "zip",
  3825. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/9f901e29c93dae4aa77c0bb161df4276f9c9a1be",
  3826. "reference": "9f901e29c93dae4aa77c0bb161df4276f9c9a1be",
  3827. "shasum": ""
  3828. },
  3829. "require": {
  3830. "doctrine/instantiator": "^1.0.2",
  3831. "php": "^5.3|^7.0",
  3832. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  3833. "sebastian/comparator": "^1.1|^2.0",
  3834. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  3835. },
  3836. "require-dev": {
  3837. "phpspec/phpspec": "^2.5|^3.2",
  3838. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
  3839. },
  3840. "type": "library",
  3841. "extra": {
  3842. "branch-alias": {
  3843. "dev-master": "1.7.x-dev"
  3844. }
  3845. },
  3846. "autoload": {
  3847. "psr-0": {
  3848. "Prophecy\\": "src/"
  3849. }
  3850. },
  3851. "notification-url": "https://packagist.org/downloads/",
  3852. "license": [
  3853. "MIT"
  3854. ],
  3855. "authors": [
  3856. {
  3857. "name": "Konstantin Kudryashov",
  3858. "email": "ever.zet@gmail.com",
  3859. "homepage": "http://everzet.com"
  3860. },
  3861. {
  3862. "name": "Marcello Duarte",
  3863. "email": "marcello.duarte@gmail.com"
  3864. }
  3865. ],
  3866. "description": "Highly opinionated mocking framework for PHP 5.3+",
  3867. "homepage": "https://github.com/phpspec/prophecy",
  3868. "keywords": [
  3869. "Double",
  3870. "Dummy",
  3871. "fake",
  3872. "mock",
  3873. "spy",
  3874. "stub"
  3875. ],
  3876. "time": "2018-02-11T18:49:29+00:00"
  3877. },
  3878. {
  3879. "name": "phpunit/php-code-coverage",
  3880. "version": "5.3.0",
  3881. "source": {
  3882. "type": "git",
  3883. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  3884. "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1"
  3885. },
  3886. "dist": {
  3887. "type": "zip",
  3888. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1",
  3889. "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1",
  3890. "shasum": ""
  3891. },
  3892. "require": {
  3893. "ext-dom": "*",
  3894. "ext-xmlwriter": "*",
  3895. "php": "^7.0",
  3896. "phpunit/php-file-iterator": "^1.4.2",
  3897. "phpunit/php-text-template": "^1.2.1",
  3898. "phpunit/php-token-stream": "^2.0.1",
  3899. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  3900. "sebastian/environment": "^3.0",
  3901. "sebastian/version": "^2.0.1",
  3902. "theseer/tokenizer": "^1.1"
  3903. },
  3904. "require-dev": {
  3905. "phpunit/phpunit": "^6.0"
  3906. },
  3907. "suggest": {
  3908. "ext-xdebug": "^2.5.5"
  3909. },
  3910. "type": "library",
  3911. "extra": {
  3912. "branch-alias": {
  3913. "dev-master": "5.3.x-dev"
  3914. }
  3915. },
  3916. "autoload": {
  3917. "classmap": [
  3918. "src/"
  3919. ]
  3920. },
  3921. "notification-url": "https://packagist.org/downloads/",
  3922. "license": [
  3923. "BSD-3-Clause"
  3924. ],
  3925. "authors": [
  3926. {
  3927. "name": "Sebastian Bergmann",
  3928. "email": "sebastian@phpunit.de",
  3929. "role": "lead"
  3930. }
  3931. ],
  3932. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  3933. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  3934. "keywords": [
  3935. "coverage",
  3936. "testing",
  3937. "xunit"
  3938. ],
  3939. "time": "2017-12-06T09:29:45+00:00"
  3940. },
  3941. {
  3942. "name": "phpunit/php-file-iterator",
  3943. "version": "1.4.5",
  3944. "source": {
  3945. "type": "git",
  3946. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  3947. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
  3948. },
  3949. "dist": {
  3950. "type": "zip",
  3951. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
  3952. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
  3953. "shasum": ""
  3954. },
  3955. "require": {
  3956. "php": ">=5.3.3"
  3957. },
  3958. "type": "library",
  3959. "extra": {
  3960. "branch-alias": {
  3961. "dev-master": "1.4.x-dev"
  3962. }
  3963. },
  3964. "autoload": {
  3965. "classmap": [
  3966. "src/"
  3967. ]
  3968. },
  3969. "notification-url": "https://packagist.org/downloads/",
  3970. "license": [
  3971. "BSD-3-Clause"
  3972. ],
  3973. "authors": [
  3974. {
  3975. "name": "Sebastian Bergmann",
  3976. "email": "sb@sebastian-bergmann.de",
  3977. "role": "lead"
  3978. }
  3979. ],
  3980. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  3981. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  3982. "keywords": [
  3983. "filesystem",
  3984. "iterator"
  3985. ],
  3986. "time": "2017-11-27T13:52:08+00:00"
  3987. },
  3988. {
  3989. "name": "phpunit/php-text-template",
  3990. "version": "1.2.1",
  3991. "source": {
  3992. "type": "git",
  3993. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  3994. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  3995. },
  3996. "dist": {
  3997. "type": "zip",
  3998. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  3999. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  4000. "shasum": ""
  4001. },
  4002. "require": {
  4003. "php": ">=5.3.3"
  4004. },
  4005. "type": "library",
  4006. "autoload": {
  4007. "classmap": [
  4008. "src/"
  4009. ]
  4010. },
  4011. "notification-url": "https://packagist.org/downloads/",
  4012. "license": [
  4013. "BSD-3-Clause"
  4014. ],
  4015. "authors": [
  4016. {
  4017. "name": "Sebastian Bergmann",
  4018. "email": "sebastian@phpunit.de",
  4019. "role": "lead"
  4020. }
  4021. ],
  4022. "description": "Simple template engine.",
  4023. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  4024. "keywords": [
  4025. "template"
  4026. ],
  4027. "time": "2015-06-21T13:50:34+00:00"
  4028. },
  4029. {
  4030. "name": "phpunit/php-timer",
  4031. "version": "1.0.9",
  4032. "source": {
  4033. "type": "git",
  4034. "url": "https://github.com/sebastianbergmann/php-timer.git",
  4035. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  4036. },
  4037. "dist": {
  4038. "type": "zip",
  4039. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  4040. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  4041. "shasum": ""
  4042. },
  4043. "require": {
  4044. "php": "^5.3.3 || ^7.0"
  4045. },
  4046. "require-dev": {
  4047. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  4048. },
  4049. "type": "library",
  4050. "extra": {
  4051. "branch-alias": {
  4052. "dev-master": "1.0-dev"
  4053. }
  4054. },
  4055. "autoload": {
  4056. "classmap": [
  4057. "src/"
  4058. ]
  4059. },
  4060. "notification-url": "https://packagist.org/downloads/",
  4061. "license": [
  4062. "BSD-3-Clause"
  4063. ],
  4064. "authors": [
  4065. {
  4066. "name": "Sebastian Bergmann",
  4067. "email": "sb@sebastian-bergmann.de",
  4068. "role": "lead"
  4069. }
  4070. ],
  4071. "description": "Utility class for timing",
  4072. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  4073. "keywords": [
  4074. "timer"
  4075. ],
  4076. "time": "2017-02-26T11:10:40+00:00"
  4077. },
  4078. {
  4079. "name": "phpunit/php-token-stream",
  4080. "version": "2.0.2",
  4081. "source": {
  4082. "type": "git",
  4083. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  4084. "reference": "791198a2c6254db10131eecfe8c06670700904db"
  4085. },
  4086. "dist": {
  4087. "type": "zip",
  4088. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
  4089. "reference": "791198a2c6254db10131eecfe8c06670700904db",
  4090. "shasum": ""
  4091. },
  4092. "require": {
  4093. "ext-tokenizer": "*",
  4094. "php": "^7.0"
  4095. },
  4096. "require-dev": {
  4097. "phpunit/phpunit": "^6.2.4"
  4098. },
  4099. "type": "library",
  4100. "extra": {
  4101. "branch-alias": {
  4102. "dev-master": "2.0-dev"
  4103. }
  4104. },
  4105. "autoload": {
  4106. "classmap": [
  4107. "src/"
  4108. ]
  4109. },
  4110. "notification-url": "https://packagist.org/downloads/",
  4111. "license": [
  4112. "BSD-3-Clause"
  4113. ],
  4114. "authors": [
  4115. {
  4116. "name": "Sebastian Bergmann",
  4117. "email": "sebastian@phpunit.de"
  4118. }
  4119. ],
  4120. "description": "Wrapper around PHP's tokenizer extension.",
  4121. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  4122. "keywords": [
  4123. "tokenizer"
  4124. ],
  4125. "time": "2017-11-27T05:48:46+00:00"
  4126. },
  4127. {
  4128. "name": "phpunit/phpunit",
  4129. "version": "6.5.5",
  4130. "source": {
  4131. "type": "git",
  4132. "url": "https://github.com/sebastianbergmann/phpunit.git",
  4133. "reference": "83d27937a310f2984fd575686138597147bdc7df"
  4134. },
  4135. "dist": {
  4136. "type": "zip",
  4137. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/83d27937a310f2984fd575686138597147bdc7df",
  4138. "reference": "83d27937a310f2984fd575686138597147bdc7df",
  4139.  
  4140. "version": "6.5.6",
  4141. "source": {
  4142. "type": "git",
  4143. "url": "https://github.com/sebastianbergmann/phpunit.git",
  4144. "reference": "3330ef26ade05359d006041316ed0fa9e8e3cefe"
  4145. },
  4146. "dist": {
  4147. "type": "zip",
  4148. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3330ef26ade05359d006041316ed0fa9e8e3cefe",
  4149. "reference": "3330ef26ade05359d006041316ed0fa9e8e3cefe",
  4150. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  4151. "shasum": ""
  4152. },
  4153. "require": {
  4154. "ext-dom": "*",
  4155. "ext-json": "*",
  4156. "ext-libxml": "*",
  4157. "ext-mbstring": "*",
  4158. "ext-xml": "*",
  4159. "myclabs/deep-copy": "^1.6.1",
  4160. "phar-io/manifest": "^1.0.1",
  4161. "phar-io/version": "^1.0",
  4162. "php": "^7.0",
  4163. "phpspec/prophecy": "^1.7",
  4164. "phpunit/php-code-coverage": "^5.3",
  4165. "phpunit/php-file-iterator": "^1.4.3",
  4166. "phpunit/php-text-template": "^1.2.1",
  4167. "phpunit/php-timer": "^1.0.9",
  4168. "phpunit/phpunit-mock-objects": "^5.0.5",
  4169. "sebastian/comparator": "^2.1",
  4170. "sebastian/diff": "^2.0",
  4171. "sebastian/environment": "^3.1",
  4172. "sebastian/exporter": "^3.1",
  4173. "sebastian/global-state": "^2.0",
  4174. "sebastian/object-enumerator": "^3.0.3",
  4175. "sebastian/resource-operations": "^1.0",
  4176. "sebastian/version": "^2.0.1"
  4177. },
  4178. "conflict": {
  4179. "phpdocumentor/reflection-docblock": "3.0.2",
  4180. "phpunit/dbunit": "<3.0"
  4181. },
  4182. "require-dev": {
  4183. "ext-pdo": "*"
  4184. },
  4185. "suggest": {
  4186. "ext-xdebug": "*",
  4187. "phpunit/php-invoker": "^1.1"
  4188. },
  4189. "bin": [
  4190. "phpunit"
  4191. ],
  4192. "type": "library",
  4193. "extra": {
  4194. "branch-alias": {
  4195. "dev-master": "6.5.x-dev"
  4196. }
  4197. },
  4198. "autoload": {
  4199. "classmap": [
  4200. "src/"
  4201. ]
  4202. },
  4203. "notification-url": "https://packagist.org/downloads/",
  4204. "license": [
  4205. "BSD-3-Clause"
  4206. ],
  4207. "authors": [
  4208. {
  4209. "name": "Sebastian Bergmann",
  4210. "email": "sebastian@phpunit.de",
  4211. "role": "lead"
  4212. }
  4213. ],
  4214. "description": "The PHP Unit Testing framework.",
  4215. "homepage": "https://phpunit.de/",
  4216. "keywords": [
  4217. "phpunit",
  4218. "testing",
  4219. "xunit"
  4220. ],
  4221. <<<<<<< HEAD
  4222. "time": "2017-12-17T06:31:19+00:00"
  4223. =======
  4224. "time": "2018-02-01T05:57:37+00:00"
  4225. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  4226. },
  4227. {
  4228. "name": "phpunit/phpunit-mock-objects",
  4229. "version": "5.0.6",
  4230. "source": {
  4231. "type": "git",
  4232. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  4233. "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
  4234. },
  4235. "dist": {
  4236. "type": "zip",
  4237. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
  4238. "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
  4239. "shasum": ""
  4240. },
  4241. "require": {
  4242. "doctrine/instantiator": "^1.0.5",
  4243. "php": "^7.0",
  4244. "phpunit/php-text-template": "^1.2.1",
  4245. "sebastian/exporter": "^3.1"
  4246. },
  4247. "conflict": {
  4248. "phpunit/phpunit": "<6.0"
  4249. },
  4250. "require-dev": {
  4251. "phpunit/phpunit": "^6.5"
  4252. },
  4253. "suggest": {
  4254. "ext-soap": "*"
  4255. },
  4256. "type": "library",
  4257. "extra": {
  4258. "branch-alias": {
  4259. "dev-master": "5.0.x-dev"
  4260. }
  4261. },
  4262. "autoload": {
  4263. "classmap": [
  4264. "src/"
  4265. ]
  4266. },
  4267. "notification-url": "https://packagist.org/downloads/",
  4268. "license": [
  4269. "BSD-3-Clause"
  4270. ],
  4271. "authors": [
  4272. {
  4273. "name": "Sebastian Bergmann",
  4274. "email": "sebastian@phpunit.de",
  4275. "role": "lead"
  4276. }
  4277. ],
  4278. "description": "Mock Object library for PHPUnit",
  4279. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  4280. "keywords": [
  4281. "mock",
  4282. "xunit"
  4283. ],
  4284. "time": "2018-01-06T05:45:45+00:00"
  4285. },
  4286. {
  4287. "name": "sebastian/code-unit-reverse-lookup",
  4288. "version": "1.0.1",
  4289. "source": {
  4290. "type": "git",
  4291. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  4292. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  4293. },
  4294. "dist": {
  4295. "type": "zip",
  4296. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  4297. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  4298. "shasum": ""
  4299. },
  4300. "require": {
  4301. "php": "^5.6 || ^7.0"
  4302. },
  4303. "require-dev": {
  4304. "phpunit/phpunit": "^5.7 || ^6.0"
  4305. },
  4306. "type": "library",
  4307. "extra": {
  4308. "branch-alias": {
  4309. "dev-master": "1.0.x-dev"
  4310. }
  4311. },
  4312. "autoload": {
  4313. "classmap": [
  4314. "src/"
  4315. ]
  4316. },
  4317. "notification-url": "https://packagist.org/downloads/",
  4318. "license": [
  4319. "BSD-3-Clause"
  4320. ],
  4321. "authors": [
  4322. {
  4323. "name": "Sebastian Bergmann",
  4324. "email": "sebastian@phpunit.de"
  4325. }
  4326. ],
  4327. "description": "Looks up which function or method a line of code belongs to",
  4328. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  4329. "time": "2017-03-04T06:30:41+00:00"
  4330. },
  4331. {
  4332. "name": "sebastian/comparator",
  4333. <<<<<<< HEAD
  4334. "version": "2.1.2",
  4335. "source": {
  4336. "type": "git",
  4337. "url": "https://github.com/sebastianbergmann/comparator.git",
  4338. "reference": "11c07feade1d65453e06df3b3b90171d6d982087"
  4339. },
  4340. "dist": {
  4341. "type": "zip",
  4342. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/11c07feade1d65453e06df3b3b90171d6d982087",
  4343. "reference": "11c07feade1d65453e06df3b3b90171d6d982087",
  4344. =======
  4345. "version": "2.1.3",
  4346. "source": {
  4347. "type": "git",
  4348. "url": "https://github.com/sebastianbergmann/comparator.git",
  4349. "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
  4350. },
  4351. "dist": {
  4352. "type": "zip",
  4353. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
  4354. "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
  4355. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  4356. "shasum": ""
  4357. },
  4358. "require": {
  4359. "php": "^7.0",
  4360. "sebastian/diff": "^2.0 || ^3.0",
  4361. "sebastian/exporter": "^3.1"
  4362. },
  4363. "require-dev": {
  4364. "phpunit/phpunit": "^6.4"
  4365. },
  4366. "type": "library",
  4367. "extra": {
  4368. "branch-alias": {
  4369. "dev-master": "2.1.x-dev"
  4370. }
  4371. },
  4372. "autoload": {
  4373. "classmap": [
  4374. "src/"
  4375. ]
  4376. },
  4377. "notification-url": "https://packagist.org/downloads/",
  4378. "license": [
  4379. "BSD-3-Clause"
  4380. ],
  4381. "authors": [
  4382. {
  4383. "name": "Jeff Welch",
  4384. "email": "whatthejeff@gmail.com"
  4385. },
  4386. {
  4387. "name": "Volker Dusch",
  4388. "email": "github@wallbash.com"
  4389. },
  4390. {
  4391. "name": "Bernhard Schussek",
  4392. "email": "bschussek@2bepublished.at"
  4393. },
  4394. {
  4395. "name": "Sebastian Bergmann",
  4396. "email": "sebastian@phpunit.de"
  4397. }
  4398. ],
  4399. "description": "Provides the functionality to compare PHP values for equality",
  4400. "homepage": "https://github.com/sebastianbergmann/comparator",
  4401. "keywords": [
  4402. "comparator",
  4403. "compare",
  4404. "equality"
  4405. ],
  4406. <<<<<<< HEAD
  4407. "time": "2018-01-12T06:34:42+00:00"
  4408. =======
  4409. "time": "2018-02-01T13:46:46+00:00"
  4410. >>>>>>> 3b8254ecfee899a1c3237fb3cf7595ec8a24ee9a
  4411. },
  4412. {
  4413. "name": "sebastian/diff",
  4414. "version": "2.0.1",
  4415. "source": {
  4416. "type": "git",
  4417. "url": "https://github.com/sebastianbergmann/diff.git",
  4418. "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
  4419. },
  4420. "dist": {
  4421. "type": "zip",
  4422. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
  4423. "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
  4424. "shasum": ""
  4425. },
  4426. "require": {
  4427. "php": "^7.0"
  4428. },
  4429. "require-dev": {
  4430. "phpunit/phpunit": "^6.2"
  4431. },
  4432. "type": "library",
  4433. "extra": {
  4434. "branch-alias": {
  4435. "dev-master": "2.0-dev"
  4436. }
  4437. },
  4438. "autoload": {
  4439. "classmap": [
  4440. "src/"
  4441. ]
  4442. },
  4443. "notification-url": "https://packagist.org/downloads/",
  4444. "license": [
  4445. "BSD-3-Clause"
  4446. ],
  4447. "authors": [
  4448. {
  4449. "name": "Kore Nordmann",
  4450. "email": "mail@kore-nordmann.de"
  4451. },
  4452. {
  4453. "name": "Sebastian Bergmann",
  4454. "email": "sebastian@phpunit.de"
  4455. }
  4456. ],
  4457. "description": "Diff implementation",
  4458. "homepage": "https://github.com/sebastianbergmann/diff",
  4459. "keywords": [
  4460. "diff"
  4461. ],
  4462. "time": "2017-08-03T08:09:46+00:00"
  4463. },
  4464. {
  4465. "name": "sebastian/environment",
  4466. "version": "3.1.0",
  4467. "source": {
  4468. "type": "git",
  4469. "url": "https://github.com/sebastianbergmann/environment.git",
  4470. "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
  4471. },
  4472. "dist": {
  4473. "type": "zip",
  4474. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
  4475. "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
  4476. "shasum": ""
  4477. },
  4478. "require": {
  4479. "php": "^7.0"
  4480. },
  4481. "require-dev": {
  4482. "phpunit/phpunit": "^6.1"
  4483. },
  4484. "type": "library",
  4485. "extra": {
  4486. "branch-alias": {
  4487. "dev-master": "3.1.x-dev"
  4488. }
  4489. },
  4490. "autoload": {
  4491. "classmap": [
  4492. "src/"
  4493. ]
  4494. },
  4495. "notification-url": "https://packagist.org/downloads/",
  4496. "license": [
  4497. "BSD-3-Clause"
  4498. ],
  4499. "authors": [
  4500. {
  4501. "name": "Sebastian Bergmann",
  4502. "email": "sebastian@phpunit.de"
  4503. }
  4504. ],
  4505. "description": "Provides functionality to handle HHVM/PHP environments",
  4506. "homepage": "http://www.github.com/sebastianbergmann/environment",
  4507. "keywords": [
  4508. "Xdebug",
  4509. "environment",
  4510. "hhvm"
  4511. ],
  4512. "time": "2017-07-01T08:51:00+00:00"
  4513. },
  4514. {
  4515. "name": "sebastian/exporter",
  4516. "version": "3.1.0",
  4517. "source": {
  4518. "type": "git",
  4519. "url": "https://github.com/sebastianbergmann/exporter.git",
  4520. "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
  4521. },
  4522. "dist": {
  4523. "type": "zip",
  4524. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
  4525. "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
  4526. "shasum": ""
  4527. },
  4528. "require": {
  4529. "php": "^7.0",
  4530. "sebastian/recursion-context": "^3.0"
  4531. },
  4532. "require-dev": {
  4533. "ext-mbstring": "*",
  4534. "phpunit/phpunit": "^6.0"
  4535. },
  4536. "type": "library",
  4537. "extra": {
  4538. "branch-alias": {
  4539. "dev-master": "3.1.x-dev"
  4540. }
  4541. },
  4542. "autoload": {
  4543. "classmap": [
  4544. "src/"
  4545. ]
  4546. },
  4547. "notification-url": "https://packagist.org/downloads/",
  4548. "license": [
  4549. "BSD-3-Clause"
  4550. ],
  4551. "authors": [
  4552. {
  4553. "name": "Jeff Welch",
  4554. "email": "whatthejeff@gmail.com"
  4555. },
  4556. {
  4557. "name": "Volker Dusch",
  4558. "email": "github@wallbash.com"
  4559. },
  4560. {
  4561. "name": "Bernhard Schussek",
  4562. "email": "bschussek@2bepublished.at"
  4563. },
  4564. {
  4565. "name": "Sebastian Bergmann",
  4566. "email": "sebastian@phpunit.de"
  4567. },
  4568. {
  4569. "name": "Adam Harvey",
  4570. "email": "aharvey@php.net"
  4571. }
  4572. ],
  4573. "description": "Provides the functionality to export PHP variables for visualization",
  4574. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  4575. "keywords": [
  4576. "export",
  4577. "exporter"
  4578. ],
  4579. "time": "2017-04-03T13:19:02+00:00"
  4580. },
  4581. {
  4582. "name": "sebastian/global-state",
  4583. "version": "2.0.0",
  4584. "source": {
  4585. "type": "git",
  4586. "url": "https://github.com/sebastianbergmann/global-state.git",
  4587. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
  4588. },
  4589. "dist": {
  4590. "type": "zip",
  4591. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  4592. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  4593. "shasum": ""
  4594. },
  4595. "require": {
  4596. "php": "^7.0"
  4597. },
  4598. "require-dev": {
  4599. "phpunit/phpunit": "^6.0"
  4600. },
  4601. "suggest": {
  4602. "ext-uopz": "*"
  4603. },
  4604. "type": "library",
  4605. "extra": {
  4606. "branch-alias": {
  4607. "dev-master": "2.0-dev"
  4608. }
  4609. },
  4610. "autoload": {
  4611. "classmap": [
  4612. "src/"
  4613. ]
  4614. },
  4615. "notification-url": "https://packagist.org/downloads/",
  4616. "license": [
  4617. "BSD-3-Clause"
  4618. ],
  4619. "authors": [
  4620. {
  4621. "name": "Sebastian Bergmann",
  4622. "email": "sebastian@phpunit.de"
  4623. }
  4624. ],
  4625. "description": "Snapshotting of global state",
  4626. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  4627. "keywords": [
  4628. "global state"
  4629. ],
  4630. "time": "2017-04-27T15:39:26+00:00"
  4631. },
  4632. {
  4633. "name": "sebastian/object-enumerator",
  4634. "version": "3.0.3",
  4635. "source": {
  4636. "type": "git",
  4637. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  4638. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  4639. },
  4640. "dist": {
  4641. "type": "zip",
  4642. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  4643. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  4644. "shasum": ""
  4645. },
  4646. "require": {
  4647. "php": "^7.0",
  4648. "sebastian/object-reflector": "^1.1.1",
  4649. "sebastian/recursion-context": "^3.0"
  4650. },
  4651. "require-dev": {
  4652. "phpunit/phpunit": "^6.0"
  4653. },
  4654. "type": "library",
  4655. "extra": {
  4656. "branch-alias": {
  4657. "dev-master": "3.0.x-dev"
  4658. }
  4659. },
  4660. "autoload": {
  4661. "classmap": [
  4662. "src/"
  4663. ]
  4664. },
  4665. "notification-url": "https://packagist.org/downloads/",
  4666. "license": [
  4667. "BSD-3-Clause"
  4668. ],
  4669. "authors": [
  4670. {
  4671. "name": "Sebastian Bergmann",
  4672. "email": "sebastian@phpunit.de"
  4673. }
  4674. ],
  4675. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  4676. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  4677. "time": "2017-08-03T12:35:26+00:00"
  4678. },
  4679. {
  4680. "name": "sebastian/object-reflector",
  4681. "version": "1.1.1",
  4682. "source": {
  4683. "type": "git",
  4684. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  4685. "reference": "773f97c67f28de00d397be301821b06708fca0be"
  4686. },
  4687. "dist": {
  4688. "type": "zip",
  4689. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  4690. "reference": "773f97c67f28de00d397be301821b06708fca0be",
  4691. "shasum": ""
  4692. },
  4693. "require": {
  4694. "php": "^7.0"
  4695. },
  4696. "require-dev": {
  4697. "phpunit/phpunit": "^6.0"
  4698. },
  4699. "type": "library",
  4700. "extra": {
  4701. "branch-alias": {
  4702. "dev-master": "1.1-dev"
  4703. }
  4704. },
  4705. "autoload": {
  4706. "classmap": [
  4707. "src/"
  4708. ]
  4709. },
  4710. "notification-url": "https://packagist.org/downloads/",
  4711. "license": [
  4712. "BSD-3-Clause"
  4713. ],
  4714. "authors": [
  4715. {
  4716. "name": "Sebastian Bergmann",
  4717. "email": "sebastian@phpunit.de"
  4718. }
  4719. ],
  4720. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  4721. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  4722. "time": "2017-03-29T09:07:27+00:00"
  4723. },
  4724. {
  4725. "name": "sebastian/recursion-context",
  4726. "version": "3.0.0",
  4727. "source": {
  4728. "type": "git",
  4729. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  4730. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  4731. },
  4732. "dist": {
  4733. "type": "zip",
  4734. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  4735. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  4736. "shasum": ""
  4737. },
  4738. "require": {
  4739. "php": "^7.0"
  4740. },
  4741. "require-dev": {
  4742. "phpunit/phpunit": "^6.0"
  4743. },
  4744. "type": "library",
  4745. "extra": {
  4746. "branch-alias": {
  4747. "dev-master": "3.0.x-dev"
  4748. }
  4749. },
  4750. "autoload": {
  4751. "classmap": [
  4752. "src/"
  4753. ]
  4754. },
  4755. "notification-url": "https://packagist.org/downloads/",
  4756. "license": [
  4757. "BSD-3-Clause"
  4758. ],
  4759. "authors": [
  4760. {
  4761. "name": "Jeff Welch",
  4762. "email": "whatthejeff@gmail.com"
  4763. },
  4764. {
  4765. "name": "Sebastian Bergmann",
  4766. "email": "sebastian@phpunit.de"
  4767. },
  4768. {
  4769. "name": "Adam Harvey",
  4770. "email": "aharvey@php.net"
  4771. }
  4772. ],
  4773. "description": "Provides functionality to recursively process PHP variables",
  4774. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  4775. "time": "2017-03-03T06:23:57+00:00"
  4776. },
  4777. {
  4778. "name": "sebastian/resource-operations",
  4779. "version": "1.0.0",
  4780. "source": {
  4781. "type": "git",
  4782. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  4783. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  4784. },
  4785. "dist": {
  4786. "type": "zip",
  4787. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  4788. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  4789. "shasum": ""
  4790. },
  4791. "require": {
  4792. "php": ">=5.6.0"
  4793. },
  4794. "type": "library",
  4795. "extra": {
  4796. "branch-alias": {
  4797. "dev-master": "1.0.x-dev"
  4798. }
  4799. },
  4800. "autoload": {
  4801. "classmap": [
  4802. "src/"
  4803. ]
  4804. },
  4805. "notification-url": "https://packagist.org/downloads/",
  4806. "license": [
  4807. "BSD-3-Clause"
  4808. ],
  4809. "authors": [
  4810. {
  4811. "name": "Sebastian Bergmann",
  4812. "email": "sebastian@phpunit.de"
  4813. }
  4814. ],
  4815. "description": "Provides a list of PHP built-in functions that operate on resources",
  4816. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  4817. "time": "2015-07-28T20:34:47+00:00"
  4818. },
  4819. {
  4820. "name": "sebastian/version",
  4821. "version": "2.0.1",
  4822. "source": {
  4823. "type": "git",
  4824. "url": "https://github.com/sebastianbergmann/version.git",
  4825. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  4826. },
  4827. "dist": {
  4828. "type": "zip",
  4829. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  4830. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  4831. "shasum": ""
  4832. },
  4833. "require": {
  4834. "php": ">=5.6"
  4835. },
  4836. "type": "library",
  4837. "extra": {
  4838. "branch-alias": {
  4839. "dev-master": "2.0.x-dev"
  4840. }
  4841. },
  4842. "autoload": {
  4843. "classmap": [
  4844. "src/"
  4845. ]
  4846. },
  4847. "notification-url": "https://packagist.org/downloads/",
  4848. "license": [
  4849. "BSD-3-Clause"
  4850. ],
  4851. "authors": [
  4852. {
  4853. "name": "Sebastian Bergmann",
  4854. "email": "sebastian@phpunit.de",
  4855. "role": "lead"
  4856. }
  4857. ],
  4858. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  4859. "homepage": "https://github.com/sebastianbergmann/version",
  4860. "time": "2016-10-03T07:35:21+00:00"
  4861. },
  4862. {
  4863. "name": "theseer/tokenizer",
  4864. "version": "1.1.0",
  4865. "source": {
  4866. "type": "git",
  4867. "url": "https://github.com/theseer/tokenizer.git",
  4868. "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
  4869. },
  4870. "dist": {
  4871. "type": "zip",
  4872. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
  4873. "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
  4874. "shasum": ""
  4875. },
  4876. "require": {
  4877. "ext-dom": "*",
  4878. "ext-tokenizer": "*",
  4879. "ext-xmlwriter": "*",
  4880. "php": "^7.0"
  4881. },
  4882. "type": "library",
  4883. "autoload": {
  4884. "classmap": [
  4885. "src/"
  4886. ]
  4887. },
  4888. "notification-url": "https://packagist.org/downloads/",
  4889. "license": [
  4890. "BSD-3-Clause"
  4891. ],
  4892. "authors": [
  4893. {
  4894. "name": "Arne Blankerts",
  4895. "email": "arne@blankerts.de",
  4896. "role": "Developer"
  4897. }
  4898. ],
  4899. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  4900. "time": "2017-04-07T12:08:54+00:00"
  4901. },
  4902. {
  4903. "name": "webmozart/assert",
  4904. "version": "1.3.0",
  4905. "source": {
  4906. "type": "git",
  4907. "url": "https://github.com/webmozart/assert.git",
  4908. "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
  4909. },
  4910. "dist": {
  4911. "type": "zip",
  4912. "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
  4913. "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
  4914. "shasum": ""
  4915. },
  4916. "require": {
  4917. "php": "^5.3.3 || ^7.0"
  4918. },
  4919. "require-dev": {
  4920. "phpunit/phpunit": "^4.6",
  4921. "sebastian/version": "^1.0.1"
  4922. },
  4923. "type": "library",
  4924. "extra": {
  4925. "branch-alias": {
  4926. "dev-master": "1.3-dev"
  4927. }
  4928. },
  4929. "autoload": {
  4930. "psr-4": {
  4931. "Webmozart\\Assert\\": "src/"
  4932. }
  4933. },
  4934. "notification-url": "https://packagist.org/downloads/",
  4935. "license": [
  4936. "MIT"
  4937. ],
  4938. "authors": [
  4939. {
  4940. "name": "Bernhard Schussek",
  4941. "email": "bschussek@gmail.com"
  4942. }
  4943. ],
  4944. "description": "Assertions to validate method input/output with nice error messages.",
  4945. "keywords": [
  4946. "assert",
  4947. "check",
  4948. "validate"
  4949. ],
  4950. "time": "2018-01-29T19:49:41+00:00"
  4951. }
  4952. ],
  4953. "aliases": [],
  4954. "minimum-stability": "stable",
  4955. "stability-flags": [],
  4956. "prefer-stable": false,
  4957. "prefer-lowest": false,
  4958. "platform": {
  4959. "php": ">=7.0.0"
  4960. },
  4961. "platform-dev": []
  4962. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement