Advertisement
Guest User

Untitled

a guest
May 20th, 2019
627
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 214.17 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#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "9cc96bee5b204614414ec00165da06fa",
  8. "packages": [
  9. {
  10. "name": "barryvdh/laravel-debugbar",
  11. "version": "v2.4.3",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/barryvdh/laravel-debugbar.git",
  15. "reference": "d7c88f08131f6404cb714f3f6cf0642f6afa3903"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/d7c88f08131f6404cb714f3f6cf0642f6afa3903",
  20. "reference": "d7c88f08131f6404cb714f3f6cf0642f6afa3903",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
  25. "maximebf/debugbar": "~1.13.0",
  26. "php": ">=5.5.9",
  27. "symfony/finder": "~2.7|~3.0"
  28. },
  29. "type": "library",
  30. "autoload": {
  31. "psr-4": {
  32. "Barryvdh\\Debugbar\\": "src/"
  33. },
  34. "files": [
  35. "src/helpers.php"
  36. ]
  37. },
  38. "notification-url": "https://packagist.org/downloads/",
  39. "license": [
  40. "MIT"
  41. ],
  42. "authors": [
  43. {
  44. "name": "Barry vd. Heuvel",
  45. "email": "barryvdh@gmail.com"
  46. }
  47. ],
  48. "description": "PHP Debugbar integration for Laravel",
  49. "keywords": [
  50. "debug",
  51. "debugbar",
  52. "laravel",
  53. "profiler",
  54. "webprofiler"
  55. ],
  56. "time": "2017-07-21T11:56:48+00:00"
  57. },
  58. {
  59. "name": "barryvdh/laravel-dompdf",
  60. "version": "v0.8.2",
  61. "source": {
  62. "type": "git",
  63. "url": "https://github.com/barryvdh/laravel-dompdf.git",
  64. "reference": "7dcdecfa125c174d0abe723603633dc2756ea3af"
  65. },
  66. "dist": {
  67. "type": "zip",
  68. "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/7dcdecfa125c174d0abe723603633dc2756ea3af",
  69. "reference": "7dcdecfa125c174d0abe723603633dc2756ea3af",
  70. "shasum": ""
  71. },
  72. "require": {
  73. "dompdf/dompdf": "^0.8",
  74. "illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
  75. "php": ">=5.5.9"
  76. },
  77. "type": "library",
  78. "extra": {
  79. "branch-alias": {
  80. "dev-master": "0.8-dev"
  81. },
  82. "laravel": {
  83. "providers": [
  84. "Barryvdh\\DomPDF\\ServiceProvider"
  85. ],
  86. "aliases": {
  87. "PDF": "Barryvdh\\DomPDF\\Facade"
  88. }
  89. }
  90. },
  91. "autoload": {
  92. "psr-4": {
  93. "Barryvdh\\DomPDF\\": "src"
  94. }
  95. },
  96. "notification-url": "https://packagist.org/downloads/",
  97. "license": [
  98. "MIT"
  99. ],
  100. "authors": [
  101. {
  102. "name": "Barry vd. Heuvel",
  103. "email": "barryvdh@gmail.com"
  104. }
  105. ],
  106. "description": "A DOMPDF Wrapper for Laravel",
  107. "keywords": [
  108. "dompdf",
  109. "laravel",
  110. "pdf"
  111. ],
  112. "time": "2018-02-07T17:43:25+00:00"
  113. },
  114. {
  115. "name": "bugsnag/bugsnag",
  116. "version": "v3.16.0",
  117. "source": {
  118. "type": "git",
  119. "url": "https://github.com/bugsnag/bugsnag-php.git",
  120. "reference": "ffcb6d5504e762db4e1636864c8b830b60878245"
  121. },
  122. "dist": {
  123. "type": "zip",
  124. "url": "https://api.github.com/repos/bugsnag/bugsnag-php/zipball/ffcb6d5504e762db4e1636864c8b830b60878245",
  125. "reference": "ffcb6d5504e762db4e1636864c8b830b60878245",
  126. "shasum": ""
  127. },
  128. "require": {
  129. "composer/ca-bundle": "^1.0",
  130. "guzzlehttp/guzzle": "^5.0|^6.0",
  131. "php": ">=5.5"
  132. },
  133. "require-dev": {
  134. "graham-campbell/testbench-core": "^1.1",
  135. "mockery/mockery": "^0.9.4|~1.1.0",
  136. "mtdowling/burgomaster": "dev-master#72151eddf5f0cf101502b94bf5031f9c53501a04",
  137. "php-mock/php-mock-phpunit": "^1.1",
  138. "phpunit/phpunit": "^4.8|^5.0"
  139. },
  140. "type": "library",
  141. "extra": {
  142. "branch-alias": {
  143. "dev-master": "3.14-dev"
  144. }
  145. },
  146. "autoload": {
  147. "psr-4": {
  148. "Bugsnag\\": "src/"
  149. }
  150. },
  151. "notification-url": "https://packagist.org/downloads/",
  152. "license": [
  153. "MIT"
  154. ],
  155. "authors": [
  156. {
  157. "name": "James Smith",
  158. "email": "notifiers@bugsnag.com",
  159. "homepage": "https://bugsnag.com"
  160. }
  161. ],
  162. "description": "Official Bugsnag notifier for PHP applications.",
  163. "homepage": "https://github.com/bugsnag/bugsnag-php",
  164. "keywords": [
  165. "bugsnag",
  166. "errors",
  167. "exceptions",
  168. "logging",
  169. "tracking"
  170. ],
  171. "time": "2019-01-29T19:09:14+00:00"
  172. },
  173. {
  174. "name": "bugsnag/bugsnag-laravel",
  175. "version": "v2.15.2",
  176. "source": {
  177. "type": "git",
  178. "url": "https://github.com/bugsnag/bugsnag-laravel.git",
  179. "reference": "bc5f3c5ea9dc31455b7be04a714ac6faf3c4fdec"
  180. },
  181. "dist": {
  182. "type": "zip",
  183. "url": "https://api.github.com/repos/bugsnag/bugsnag-laravel/zipball/bc5f3c5ea9dc31455b7be04a714ac6faf3c4fdec",
  184. "reference": "bc5f3c5ea9dc31455b7be04a714ac6faf3c4fdec",
  185. "shasum": ""
  186. },
  187. "require": {
  188. "bugsnag/bugsnag": "^3.15.0",
  189. "bugsnag/bugsnag-psr-logger": "^1.4",
  190. "illuminate/contracts": "^5.0",
  191. "illuminate/support": "^5.0",
  192. "monolog/monolog": "^1.12",
  193. "php": ">=5.5"
  194. },
  195. "require-dev": {
  196. "graham-campbell/testbench": "^3.1|^4.0|^5.0",
  197. "mockery/mockery": "^0.9.4|~1.1.0",
  198. "phpunit/phpunit": "^4.8|^5.0|^6.0|^7.0"
  199. },
  200. "type": "library",
  201. "extra": {
  202. "branch-alias": {
  203. "dev-master": "2.15-dev"
  204. }
  205. },
  206. "autoload": {
  207. "psr-4": {
  208. "Bugsnag\\BugsnagLaravel\\": "src/"
  209. }
  210. },
  211. "notification-url": "https://packagist.org/downloads/",
  212. "license": [
  213. "MIT"
  214. ],
  215. "authors": [
  216. {
  217. "name": "James Smith",
  218. "email": "notifiers@bugsnag.com"
  219. }
  220. ],
  221. "description": "Official Bugsnag notifier for Laravel applications.",
  222. "homepage": "https://github.com/bugsnag/bugsnag-laravel",
  223. "keywords": [
  224. "bugsnag",
  225. "errors",
  226. "exceptions",
  227. "laravel",
  228. "logging",
  229. "tracking"
  230. ],
  231. "time": "2019-01-23T18:18:44+00:00"
  232. },
  233. {
  234. "name": "bugsnag/bugsnag-psr-logger",
  235. "version": "v1.4.1",
  236. "source": {
  237. "type": "git",
  238. "url": "https://github.com/bugsnag/bugsnag-psr-logger.git",
  239. "reference": "a9bed75b830cd1a702c888fdbb1e8b2b46af1ac0"
  240. },
  241. "dist": {
  242. "type": "zip",
  243. "url": "https://api.github.com/repos/bugsnag/bugsnag-psr-logger/zipball/a9bed75b830cd1a702c888fdbb1e8b2b46af1ac0",
  244. "reference": "a9bed75b830cd1a702c888fdbb1e8b2b46af1ac0",
  245. "shasum": ""
  246. },
  247. "require": {
  248. "bugsnag/bugsnag": "^3.10",
  249. "php": ">=5.5",
  250. "psr/log": "^1.0"
  251. },
  252. "require-dev": {
  253. "graham-campbell/testbench-core": "^1.1",
  254. "mockery/mockery": "^0.9.4",
  255. "phpunit/phpunit": "^4.8|^5.0"
  256. },
  257. "type": "library",
  258. "extra": {
  259. "branch-alias": {
  260. "dev-master": "1.1-dev"
  261. }
  262. },
  263. "autoload": {
  264. "psr-4": {
  265. "Bugsnag\\PsrLogger\\": "src/"
  266. }
  267. },
  268. "notification-url": "https://packagist.org/downloads/",
  269. "license": [
  270. "MIT"
  271. ],
  272. "authors": [
  273. {
  274. "name": "James Smith",
  275. "email": "notifiers@bugsnag.com",
  276. "homepage": "https://bugsnag.com"
  277. }
  278. ],
  279. "description": "Official Bugsnag PHP PSR Logger.",
  280. "homepage": "https://github.com/bugsnag/bugsnag-psr",
  281. "keywords": [
  282. "bugsnag",
  283. "errors",
  284. "exceptions",
  285. "logging",
  286. "psr",
  287. "tracking"
  288. ],
  289. "time": "2018-02-16T16:51:45+00:00"
  290. },
  291. {
  292. "name": "composer/ca-bundle",
  293. "version": "1.1.4",
  294. "source": {
  295. "type": "git",
  296. "url": "https://github.com/composer/ca-bundle.git",
  297. "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d"
  298. },
  299. "dist": {
  300. "type": "zip",
  301. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
  302. "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
  303. "shasum": ""
  304. },
  305. "require": {
  306. "ext-openssl": "*",
  307. "ext-pcre": "*",
  308. "php": "^5.3.2 || ^7.0"
  309. },
  310. "require-dev": {
  311. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
  312. "psr/log": "^1.0",
  313. "symfony/process": "^2.5 || ^3.0 || ^4.0"
  314. },
  315. "type": "library",
  316. "extra": {
  317. "branch-alias": {
  318. "dev-master": "1.x-dev"
  319. }
  320. },
  321. "autoload": {
  322. "psr-4": {
  323. "Composer\\CaBundle\\": "src"
  324. }
  325. },
  326. "notification-url": "https://packagist.org/downloads/",
  327. "license": [
  328. "MIT"
  329. ],
  330. "authors": [
  331. {
  332. "name": "Jordi Boggiano",
  333. "email": "j.boggiano@seld.be",
  334. "homepage": "http://seld.be"
  335. }
  336. ],
  337. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  338. "keywords": [
  339. "cabundle",
  340. "cacert",
  341. "certificate",
  342. "ssl",
  343. "tls"
  344. ],
  345. "time": "2019-01-28T09:30:10+00:00"
  346. },
  347. {
  348. "name": "dartui/ewus",
  349. "version": "1.0.4",
  350. "source": {
  351. "type": "git",
  352. "url": "https://github.com/Dartui/laravel-ewus.git",
  353. "reference": "57c9d60509947fb4ba3b409e686aa5c643f7bc76"
  354. },
  355. "dist": {
  356. "type": "zip",
  357. "url": "https://api.github.com/repos/Dartui/laravel-ewus/zipball/57c9d60509947fb4ba3b409e686aa5c643f7bc76",
  358. "reference": "57c9d60509947fb4ba3b409e686aa5c643f7bc76",
  359. "shasum": ""
  360. },
  361. "require": {
  362. "gilek/ewus": "2.0.0-alpha",
  363. "illuminate/support": "~5.0",
  364. "php": ">=5.6.4"
  365. },
  366. "type": "library",
  367. "extra": {
  368. "laravel": {
  369. "providers": [
  370. "Dartui\\Ewus\\ServiceProvider"
  371. ]
  372. }
  373. },
  374. "autoload": {
  375. "psr-4": {
  376. "Dartui\\Ewus\\": "src/"
  377. }
  378. },
  379. "notification-url": "https://packagist.org/downloads/",
  380. "license": [
  381. "MIT"
  382. ],
  383. "authors": [
  384. {
  385. "name": "Krzysztof Grabania",
  386. "email": "krzysztof@grabania.pl"
  387. }
  388. ],
  389. "description": "eWUŚ integration for Laravel",
  390. "homepage": "http://grabania.pl",
  391. "keywords": [
  392. "ewus",
  393. "laravel",
  394. "nfz",
  395. "pesel"
  396. ],
  397. "time": "2018-07-18T09:13:41+00:00"
  398. },
  399. {
  400. "name": "dartui/laravel-sms-gateway",
  401. "version": "1.0.0",
  402. "source": {
  403. "type": "git",
  404. "url": "https://github.com/Dartui/laravel-sms-gateway.git",
  405. "reference": "90963d0106be3cd2ccdcbcb4e8bc9d9dd75aaf11"
  406. },
  407. "dist": {
  408. "type": "zip",
  409. "url": "https://api.github.com/repos/Dartui/laravel-sms-gateway/zipball/90963d0106be3cd2ccdcbcb4e8bc9d9dd75aaf11",
  410. "reference": "90963d0106be3cd2ccdcbcb4e8bc9d9dd75aaf11",
  411. "shasum": ""
  412. },
  413. "require": {
  414. "laravel/framework": "~5.4",
  415. "php": ">=5.6"
  416. },
  417. "type": "library",
  418. "extra": {
  419. "laravel": {
  420. "providers": [
  421. "Dartui\\SmsGateway\\ServiceProvider"
  422. ]
  423. }
  424. },
  425. "autoload": {
  426. "psr-4": {
  427. "Dartui\\SmsGateway\\": "src/"
  428. }
  429. },
  430. "notification-url": "https://packagist.org/downloads/",
  431. "license": [
  432. "MIT"
  433. ],
  434. "authors": [
  435. {
  436. "name": "Krzysztof Grabania",
  437. "email": "krzysztof@grabania.pl"
  438. }
  439. ],
  440. "description": "smsgateway.me integration for Laravel",
  441. "homepage": "http://grabania.pl",
  442. "keywords": [
  443. "api",
  444. "laravel",
  445. "sms",
  446. "smsgateway"
  447. ],
  448. "time": "2017-11-28T10:21:53+00:00"
  449. },
  450. {
  451. "name": "dartui/multiinfo",
  452. "version": "1.1.0",
  453. "source": {
  454. "type": "git",
  455. "url": "https://github.com/Dartui/laravel-multiinfo.git",
  456. "reference": "95748b367d738216a0b3fa4d60b451210569ec4b"
  457. },
  458. "dist": {
  459. "type": "zip",
  460. "url": "https://api.github.com/repos/Dartui/laravel-multiinfo/zipball/95748b367d738216a0b3fa4d60b451210569ec4b",
  461. "reference": "95748b367d738216a0b3fa4d60b451210569ec4b",
  462. "shasum": ""
  463. },
  464. "require": {
  465. "nesbot/carbon": "~1.20",
  466. "php": ">=5.4.0"
  467. },
  468. "type": "library",
  469. "autoload": {
  470. "psr-4": {
  471. "Dartui\\Multiinfo\\": "src/"
  472. }
  473. },
  474. "notification-url": "https://packagist.org/downloads/",
  475. "license": [
  476. "MIT"
  477. ],
  478. "authors": [
  479. {
  480. "name": "Krzysztof Grabania",
  481. "email": "krzysztof.grabania@gmail.com"
  482. }
  483. ],
  484. "description": "Polkomtel MultiInfo integration for sending SMS from Laravel applications ",
  485. "keywords": [
  486. "laravel",
  487. "multiinfo",
  488. "polkomtel",
  489. "sms"
  490. ],
  491. "time": "2018-04-24T09:12:16+00:00"
  492. },
  493. {
  494. "name": "davejamesmiller/laravel-breadcrumbs",
  495. "version": "3.0.3",
  496. "source": {
  497. "type": "git",
  498. "url": "https://github.com/davejamesmiller/laravel-breadcrumbs.git",
  499. "reference": "0b0f4792dee645b0f084164aa17d4320e4bb734f"
  500. },
  501. "dist": {
  502. "type": "zip",
  503. "url": "https://api.github.com/repos/davejamesmiller/laravel-breadcrumbs/zipball/0b0f4792dee645b0f084164aa17d4320e4bb734f",
  504. "reference": "0b0f4792dee645b0f084164aa17d4320e4bb734f",
  505. "shasum": ""
  506. },
  507. "require": {
  508. "illuminate/support": "5.*",
  509. "illuminate/view": "5.*",
  510. "php": ">=5.4.0"
  511. },
  512. "require-dev": {
  513. "mockery/mockery": "0.9.*",
  514. "orchestra/testbench": "3.2.*|3.3.*",
  515. "phpunit/phpunit": "4.*"
  516. },
  517. "type": "library",
  518. "autoload": {
  519. "psr-4": {
  520. "DaveJamesMiller\\Breadcrumbs\\": "src/"
  521. }
  522. },
  523. "notification-url": "https://packagist.org/downloads/",
  524. "license": [
  525. "MIT License"
  526. ],
  527. "authors": [
  528. {
  529. "name": "Dave James Miller",
  530. "email": "dave@davejamesmiller.com",
  531. "homepage": "https://davejamesmiller.com/"
  532. }
  533. ],
  534. "description": "A simple Laravel-style way to create breadcrumbs in Laravel.",
  535. "homepage": "https://laravel-breadcrumbs.readthedocs.io/",
  536. "keywords": [
  537. "laravel"
  538. ],
  539. "time": "2017-06-24T11:10:49+00:00"
  540. },
  541. {
  542. "name": "devpark/laravel-przelewy24",
  543. "version": "v1.0.4",
  544. "source": {
  545. "type": "git",
  546. "url": "https://github.com/devpark/laravel-przelewy24.git",
  547. "reference": "741b65aed8728bc1edb457b4ef8f4c8eab071e6d"
  548. },
  549. "dist": {
  550. "type": "zip",
  551. "url": "https://api.github.com/repos/devpark/laravel-przelewy24/zipball/741b65aed8728bc1edb457b4ef8f4c8eab071e6d",
  552. "reference": "741b65aed8728bc1edb457b4ef8f4c8eab071e6d",
  553. "shasum": ""
  554. },
  555. "require": {
  556. "guzzlehttp/guzzle": "^6.2",
  557. "laravel/framework": "5.*"
  558. },
  559. "require-dev": {
  560. "mockery/mockery": "^0.9.6",
  561. "phpunit/phpunit": "^5.6"
  562. },
  563. "type": "library",
  564. "autoload": {
  565. "psr-4": {
  566. "Devpark\\Transfers24\\": "src/"
  567. }
  568. },
  569. "notification-url": "https://packagist.org/downloads/",
  570. "license": [
  571. "MIT"
  572. ],
  573. "description": "Laravel przelewy24.pl integration",
  574. "time": "2017-06-08T21:06:55+00:00"
  575. },
  576. {
  577. "name": "dnoegel/php-xdg-base-dir",
  578. "version": "0.1",
  579. "source": {
  580. "type": "git",
  581. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  582. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  583. },
  584. "dist": {
  585. "type": "zip",
  586. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
  587. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  588. "shasum": ""
  589. },
  590. "require": {
  591. "php": ">=5.3.2"
  592. },
  593. "require-dev": {
  594. "phpunit/phpunit": "@stable"
  595. },
  596. "type": "project",
  597. "autoload": {
  598. "psr-4": {
  599. "XdgBaseDir\\": "src/"
  600. }
  601. },
  602. "notification-url": "https://packagist.org/downloads/",
  603. "license": [
  604. "MIT"
  605. ],
  606. "description": "implementation of xdg base directory specification for php",
  607. "time": "2014-10-24T07:27:01+00:00"
  608. },
  609. {
  610. "name": "doctrine/cache",
  611. "version": "v1.8.0",
  612. "source": {
  613. "type": "git",
  614. "url": "https://github.com/doctrine/cache.git",
  615. "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
  616. },
  617. "dist": {
  618. "type": "zip",
  619. "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
  620. "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
  621. "shasum": ""
  622. },
  623. "require": {
  624. "php": "~7.1"
  625. },
  626. "conflict": {
  627. "doctrine/common": ">2.2,<2.4"
  628. },
  629. "require-dev": {
  630. "alcaeus/mongo-php-adapter": "^1.1",
  631. "doctrine/coding-standard": "^4.0",
  632. "mongodb/mongodb": "^1.1",
  633. "phpunit/phpunit": "^7.0",
  634. "predis/predis": "~1.0"
  635. },
  636. "suggest": {
  637. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  638. },
  639. "type": "library",
  640. "extra": {
  641. "branch-alias": {
  642. "dev-master": "1.8.x-dev"
  643. }
  644. },
  645. "autoload": {
  646. "psr-4": {
  647. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  648. }
  649. },
  650. "notification-url": "https://packagist.org/downloads/",
  651. "license": [
  652. "MIT"
  653. ],
  654. "authors": [
  655. {
  656. "name": "Roman Borschel",
  657. "email": "roman@code-factory.org"
  658. },
  659. {
  660. "name": "Benjamin Eberlei",
  661. "email": "kontakt@beberlei.de"
  662. },
  663. {
  664. "name": "Guilherme Blanco",
  665. "email": "guilhermeblanco@gmail.com"
  666. },
  667. {
  668. "name": "Jonathan Wage",
  669. "email": "jonwage@gmail.com"
  670. },
  671. {
  672. "name": "Johannes Schmitt",
  673. "email": "schmittjoh@gmail.com"
  674. }
  675. ],
  676. "description": "Caching library offering an object-oriented API for many cache backends",
  677. "homepage": "https://www.doctrine-project.org",
  678. "keywords": [
  679. "cache",
  680. "caching"
  681. ],
  682. "time": "2018-08-21T18:01:43+00:00"
  683. },
  684. {
  685. "name": "doctrine/dbal",
  686. "version": "v2.9.2",
  687. "source": {
  688. "type": "git",
  689. "url": "https://github.com/doctrine/dbal.git",
  690. "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9"
  691. },
  692. "dist": {
  693. "type": "zip",
  694. "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
  695. "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9",
  696. "shasum": ""
  697. },
  698. "require": {
  699. "doctrine/cache": "^1.0",
  700. "doctrine/event-manager": "^1.0",
  701. "ext-pdo": "*",
  702. "php": "^7.1"
  703. },
  704. "require-dev": {
  705. "doctrine/coding-standard": "^5.0",
  706. "jetbrains/phpstorm-stubs": "^2018.1.2",
  707. "phpstan/phpstan": "^0.10.1",
  708. "phpunit/phpunit": "^7.4",
  709. "symfony/console": "^2.0.5|^3.0|^4.0",
  710. "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
  711. },
  712. "suggest": {
  713. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  714. },
  715. "bin": [
  716. "bin/doctrine-dbal"
  717. ],
  718. "type": "library",
  719. "extra": {
  720. "branch-alias": {
  721. "dev-master": "2.9.x-dev",
  722. "dev-develop": "3.0.x-dev"
  723. }
  724. },
  725. "autoload": {
  726. "psr-4": {
  727. "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
  728. }
  729. },
  730. "notification-url": "https://packagist.org/downloads/",
  731. "license": [
  732. "MIT"
  733. ],
  734. "authors": [
  735. {
  736. "name": "Roman Borschel",
  737. "email": "roman@code-factory.org"
  738. },
  739. {
  740. "name": "Benjamin Eberlei",
  741. "email": "kontakt@beberlei.de"
  742. },
  743. {
  744. "name": "Guilherme Blanco",
  745. "email": "guilhermeblanco@gmail.com"
  746. },
  747. {
  748. "name": "Jonathan Wage",
  749. "email": "jonwage@gmail.com"
  750. }
  751. ],
  752. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  753. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  754. "keywords": [
  755. "abstraction",
  756. "database",
  757. "dbal",
  758. "mysql",
  759. "persistence",
  760. "pgsql",
  761. "php",
  762. "queryobject"
  763. ],
  764. "time": "2018-12-31T03:27:51+00:00"
  765. },
  766. {
  767. "name": "doctrine/event-manager",
  768. "version": "v1.0.0",
  769. "source": {
  770. "type": "git",
  771. "url": "https://github.com/doctrine/event-manager.git",
  772. "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
  773. },
  774. "dist": {
  775. "type": "zip",
  776. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
  777. "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
  778. "shasum": ""
  779. },
  780. "require": {
  781. "php": "^7.1"
  782. },
  783. "conflict": {
  784. "doctrine/common": "<2.9@dev"
  785. },
  786. "require-dev": {
  787. "doctrine/coding-standard": "^4.0",
  788. "phpunit/phpunit": "^7.0"
  789. },
  790. "type": "library",
  791. "extra": {
  792. "branch-alias": {
  793. "dev-master": "1.0.x-dev"
  794. }
  795. },
  796. "autoload": {
  797. "psr-4": {
  798. "Doctrine\\Common\\": "lib/Doctrine/Common"
  799. }
  800. },
  801. "notification-url": "https://packagist.org/downloads/",
  802. "license": [
  803. "MIT"
  804. ],
  805. "authors": [
  806. {
  807. "name": "Roman Borschel",
  808. "email": "roman@code-factory.org"
  809. },
  810. {
  811. "name": "Benjamin Eberlei",
  812. "email": "kontakt@beberlei.de"
  813. },
  814. {
  815. "name": "Guilherme Blanco",
  816. "email": "guilhermeblanco@gmail.com"
  817. },
  818. {
  819. "name": "Jonathan Wage",
  820. "email": "jonwage@gmail.com"
  821. },
  822. {
  823. "name": "Johannes Schmitt",
  824. "email": "schmittjoh@gmail.com"
  825. },
  826. {
  827. "name": "Marco Pivetta",
  828. "email": "ocramius@gmail.com"
  829. }
  830. ],
  831. "description": "Doctrine Event Manager component",
  832. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  833. "keywords": [
  834. "event",
  835. "eventdispatcher",
  836. "eventmanager"
  837. ],
  838. "time": "2018-06-11T11:59:03+00:00"
  839. },
  840. {
  841. "name": "doctrine/inflector",
  842. "version": "v1.3.0",
  843. "source": {
  844. "type": "git",
  845. "url": "https://github.com/doctrine/inflector.git",
  846. "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
  847. },
  848. "dist": {
  849. "type": "zip",
  850. "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
  851. "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
  852. "shasum": ""
  853. },
  854. "require": {
  855. "php": "^7.1"
  856. },
  857. "require-dev": {
  858. "phpunit/phpunit": "^6.2"
  859. },
  860. "type": "library",
  861. "extra": {
  862. "branch-alias": {
  863. "dev-master": "1.3.x-dev"
  864. }
  865. },
  866. "autoload": {
  867. "psr-4": {
  868. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  869. }
  870. },
  871. "notification-url": "https://packagist.org/downloads/",
  872. "license": [
  873. "MIT"
  874. ],
  875. "authors": [
  876. {
  877. "name": "Roman Borschel",
  878. "email": "roman@code-factory.org"
  879. },
  880. {
  881. "name": "Benjamin Eberlei",
  882. "email": "kontakt@beberlei.de"
  883. },
  884. {
  885. "name": "Guilherme Blanco",
  886. "email": "guilhermeblanco@gmail.com"
  887. },
  888. {
  889. "name": "Jonathan Wage",
  890. "email": "jonwage@gmail.com"
  891. },
  892. {
  893. "name": "Johannes Schmitt",
  894. "email": "schmittjoh@gmail.com"
  895. }
  896. ],
  897. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  898. "homepage": "http://www.doctrine-project.org",
  899. "keywords": [
  900. "inflection",
  901. "pluralize",
  902. "singularize",
  903. "string"
  904. ],
  905. "time": "2018-01-09T20:05:19+00:00"
  906. },
  907. {
  908. "name": "dompdf/dompdf",
  909. "version": "v0.8.3",
  910. "source": {
  911. "type": "git",
  912. "url": "https://github.com/dompdf/dompdf.git",
  913. "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2"
  914. },
  915. "dist": {
  916. "type": "zip",
  917. "url": "https://api.github.com/repos/dompdf/dompdf/zipball/75f13c700009be21a1965dc2c5b68a8708c22ba2",
  918. "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2",
  919. "shasum": ""
  920. },
  921. "require": {
  922. "ext-dom": "*",
  923. "ext-mbstring": "*",
  924. "phenx/php-font-lib": "0.5.*",
  925. "phenx/php-svg-lib": "0.3.*",
  926. "php": ">=5.4.0"
  927. },
  928. "require-dev": {
  929. "phpunit/phpunit": "^4.8|^5.5|^6.5",
  930. "squizlabs/php_codesniffer": "2.*"
  931. },
  932. "suggest": {
  933. "ext-gd": "Needed to process images",
  934. "ext-gmagick": "Improves image processing performance",
  935. "ext-imagick": "Improves image processing performance"
  936. },
  937. "type": "library",
  938. "extra": {
  939. "branch-alias": {
  940. "dev-develop": "0.7-dev"
  941. }
  942. },
  943. "autoload": {
  944. "psr-4": {
  945. "Dompdf\\": "src/"
  946. },
  947. "classmap": [
  948. "lib/"
  949. ]
  950. },
  951. "notification-url": "https://packagist.org/downloads/",
  952. "license": [
  953. "LGPL-2.1"
  954. ],
  955. "authors": [
  956. {
  957. "name": "Fabien Ménager",
  958. "email": "fabien.menager@gmail.com"
  959. },
  960. {
  961. "name": "Brian Sweeney",
  962. "email": "eclecticgeek@gmail.com"
  963. },
  964. {
  965. "name": "Gabriel Bull",
  966. "email": "me@gabrielbull.com"
  967. }
  968. ],
  969. "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
  970. "homepage": "https://github.com/dompdf/dompdf",
  971. "time": "2018-12-14T02:40:31+00:00"
  972. },
  973. {
  974. "name": "erusev/parsedown",
  975. "version": "1.8.0-beta-7",
  976. "source": {
  977. "type": "git",
  978. "url": "https://github.com/erusev/parsedown.git",
  979. "reference": "fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955"
  980. },
  981. "dist": {
  982. "type": "zip",
  983. "url": "https://api.github.com/repos/erusev/parsedown/zipball/fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955",
  984. "reference": "fe7a50eceb4a3c867cc9fa9c0aa906b1067d1955",
  985. "shasum": ""
  986. },
  987. "require": {
  988. "ext-mbstring": "*",
  989. "php": ">=5.3.0"
  990. },
  991. "require-dev": {
  992. "phpunit/phpunit": "^4.8.35"
  993. },
  994. "type": "library",
  995. "autoload": {
  996. "psr-0": {
  997. "Parsedown": ""
  998. }
  999. },
  1000. "notification-url": "https://packagist.org/downloads/",
  1001. "license": [
  1002. "MIT"
  1003. ],
  1004. "authors": [
  1005. {
  1006. "name": "Emanuil Rusev",
  1007. "email": "hello@erusev.com",
  1008. "homepage": "http://erusev.com"
  1009. }
  1010. ],
  1011. "description": "Parser for Markdown.",
  1012. "homepage": "http://parsedown.org",
  1013. "keywords": [
  1014. "markdown",
  1015. "parser"
  1016. ],
  1017. "time": "2019-03-17T18:47:21+00:00"
  1018. },
  1019. {
  1020. "name": "etermed/google-sheets",
  1021. "version": "dev-master",
  1022. "source": {
  1023. "type": "git",
  1024. "url": "ssh://git@gitlab.com:22/etermed/web/laravel-google-sheets.git",
  1025. "reference": "1b5fcf1db5295381cd68acca7ad8d2220b9ba8f1"
  1026. },
  1027. "require": {
  1028. "google/apiclient": "^2.0",
  1029. "laravel/framework": "^5.4",
  1030. "php": ">=5.6",
  1031. "phpunit/php-code-coverage": "^4.0"
  1032. },
  1033. "require-dev": {
  1034. "fzaninotto/faker": "~1.4",
  1035. "orchestra/testbench": "~3.4",
  1036. "phpunit/phpunit": "~5.0"
  1037. },
  1038. "type": "library",
  1039. "extra": {
  1040. "laravel": {
  1041. "providers": [
  1042. "Etermed\\GoogleSheets\\ServiceProvider"
  1043. ]
  1044. }
  1045. },
  1046. "autoload": {
  1047. "psr-4": {
  1048. "Etermed\\GoogleSheets\\": "src/"
  1049. }
  1050. },
  1051. "autoload-dev": {
  1052. "psr-4": {
  1053. "Etermed\\GoogleSheets\\Test\\": "tests/"
  1054. }
  1055. },
  1056. "license": [
  1057. "MIT"
  1058. ],
  1059. "authors": [
  1060. {
  1061. "name": "Mateusz Soroka",
  1062. "email": "xmsoroka@gmail.com"
  1063. }
  1064. ],
  1065. "description": "Laravel package to communicate with google sheets API.",
  1066. "keywords": [
  1067. "api",
  1068. "google",
  1069. "laravel",
  1070. "sheets"
  1071. ],
  1072. "time": "2019-02-15T15:06:44+00:00"
  1073. },
  1074. {
  1075. "name": "etermed/laravel-enum",
  1076. "version": "1.0.0",
  1077. "source": {
  1078. "type": "git",
  1079. "url": "ssh://git@gitlab.etermed.pl:22/web-development/laravel-enum.git",
  1080. "reference": "913e450d4a79feaa494190abf6f45aaf4d6813ad"
  1081. },
  1082. "require": {
  1083. "illuminate/support": "~5.1",
  1084. "php": ">=5.6.4"
  1085. },
  1086. "require-dev": {
  1087. "laravel/framework": "5.7.*",
  1088. "orchestra/testbench": "3.7.*",
  1089. "phpunit/phpunit": "7.3.*",
  1090. "squizlabs/php_codesniffer": "^2.3"
  1091. },
  1092. "type": "library",
  1093. "extra": {
  1094. "branch-alias": {
  1095. "dev-master": "1.0-dev"
  1096. },
  1097. "laravel": {
  1098. "providers": [
  1099. "Etermed\\Enum\\EnumServiceProvider"
  1100. ]
  1101. }
  1102. },
  1103. "autoload": {
  1104. "psr-4": {
  1105. "Etermed\\Enum\\": "src"
  1106. }
  1107. },
  1108. "autoload-dev": {
  1109. "psr-4": {
  1110. "Etermed\\Enum\\Tests\\": "tests"
  1111. }
  1112. },
  1113. "scripts": {
  1114. "test": [
  1115. "phpunit"
  1116. ],
  1117. "check-style": [
  1118. "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests"
  1119. ],
  1120. "fix-style": [
  1121. "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests"
  1122. ]
  1123. },
  1124. "license": [
  1125. "MIT"
  1126. ],
  1127. "authors": [
  1128. {
  1129. "name": "Ben Sampson",
  1130. "homepage": "https://sampo.co.uk",
  1131. "role": "Developer"
  1132. },
  1133. {
  1134. "name": "Krzysztof Grabania",
  1135. "homepage": "https://grabania.pl",
  1136. "role": "Developer"
  1137. }
  1138. ],
  1139. "description": "Simple, extensible and powerful enumeration implementation for Laravel. Fork of https://github.com/BenSampo/laravel-enum",
  1140. "time": "2018-10-10T10:48:34+00:00"
  1141. },
  1142. {
  1143. "name": "etermed/model-namespace",
  1144. "version": "1.1.0",
  1145. "source": {
  1146. "type": "git",
  1147. "url": "ssh://git@gitlab.etermed.pl:22/web-development/model-namespace.git",
  1148. "reference": "cf7cf5fe15241ddc248dc6b8a3e3b10b9badb9d5"
  1149. },
  1150. "require": {
  1151. "laravel/framework": ">=5.4",
  1152. "php": ">=5.6"
  1153. },
  1154. "type": "library",
  1155. "autoload": {
  1156. "psr-4": {
  1157. "Etermed\\ModelNamespace\\": "src/"
  1158. }
  1159. },
  1160. "license": [
  1161. "MIT"
  1162. ],
  1163. "authors": [
  1164. {
  1165. "name": "Krzysztof Grabania",
  1166. "email": "krzysztof.grabania@etermed.pl"
  1167. }
  1168. ],
  1169. "description": "Change Models default path from App to App\\Models",
  1170. "time": "2019-04-16T11:27:13+00:00"
  1171. },
  1172. {
  1173. "name": "etermed/sms-api",
  1174. "version": "1.4.2",
  1175. "source": {
  1176. "type": "git",
  1177. "url": "ssh://git@gitlab.etermed.pl:22/web-development/sms-api.git",
  1178. "reference": "e36114c84ba81900fafd099bc741a2caea95ee91"
  1179. },
  1180. "require": {
  1181. "guzzlehttp/guzzle": "^6.2",
  1182. "laravel/framework": "^5.4"
  1183. },
  1184. "type": "library",
  1185. "autoload": {
  1186. "psr-4": {
  1187. "Etermed\\SmsApi\\": "src/"
  1188. }
  1189. },
  1190. "authors": [
  1191. {
  1192. "name": "Krzysztof Grabania",
  1193. "email": "krzysztof.grabania@etermed.pl"
  1194. }
  1195. ],
  1196. "time": "2019-04-30T07:26:25+00:00"
  1197. },
  1198. {
  1199. "name": "firebase/php-jwt",
  1200. "version": "v5.0.0",
  1201. "source": {
  1202. "type": "git",
  1203. "url": "https://github.com/firebase/php-jwt.git",
  1204. "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
  1205. },
  1206. "dist": {
  1207. "type": "zip",
  1208. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
  1209. "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
  1210. "shasum": ""
  1211. },
  1212. "require": {
  1213. "php": ">=5.3.0"
  1214. },
  1215. "require-dev": {
  1216. "phpunit/phpunit": " 4.8.35"
  1217. },
  1218. "type": "library",
  1219. "autoload": {
  1220. "psr-4": {
  1221. "Firebase\\JWT\\": "src"
  1222. }
  1223. },
  1224. "notification-url": "https://packagist.org/downloads/",
  1225. "license": [
  1226. "BSD-3-Clause"
  1227. ],
  1228. "authors": [
  1229. {
  1230. "name": "Neuman Vong",
  1231. "email": "neuman+pear@twilio.com",
  1232. "role": "Developer"
  1233. },
  1234. {
  1235. "name": "Anant Narayanan",
  1236. "email": "anant@php.net",
  1237. "role": "Developer"
  1238. }
  1239. ],
  1240. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  1241. "homepage": "https://github.com/firebase/php-jwt",
  1242. "time": "2017-06-27T22:17:23+00:00"
  1243. },
  1244. {
  1245. "name": "gilek/ewus",
  1246. "version": "2.0.0-alpha",
  1247. "source": {
  1248. "type": "git",
  1249. "url": "https://github.com/gilek/ewus.git",
  1250. "reference": "c3f33cd03197921fd3adefb99f81f153c672bf1d"
  1251. },
  1252. "dist": {
  1253. "type": "zip",
  1254. "url": "https://api.github.com/repos/gilek/ewus/zipball/c3f33cd03197921fd3adefb99f81f153c672bf1d",
  1255. "reference": "c3f33cd03197921fd3adefb99f81f153c672bf1d",
  1256. "shasum": ""
  1257. },
  1258. "type": "library",
  1259. "autoload": {
  1260. "psr-4": {
  1261. "gilek\\ewus\\": "src/"
  1262. }
  1263. },
  1264. "notification-url": "https://packagist.org/downloads/",
  1265. "license": [
  1266. "MIT"
  1267. ],
  1268. "authors": [
  1269. {
  1270. "name": "Maciej Kłak",
  1271. "email": "klak.maciej@gmail.com"
  1272. }
  1273. ],
  1274. "description": "Biblioteka do usprawnienia komunikacji z systemem eWUŚ.",
  1275. "homepage": "https://github.com/gilek/Ewus",
  1276. "keywords": [
  1277. "biblioteka",
  1278. "ewus",
  1279. "nfz"
  1280. ],
  1281. "time": "2015-06-09T19:15:47+00:00"
  1282. },
  1283. {
  1284. "name": "google/apiclient",
  1285. "version": "v2.2.2",
  1286. "source": {
  1287. "type": "git",
  1288. "url": "https://github.com/googleapis/google-api-php-client.git",
  1289. "reference": "4e0fd83510e579043e10e565528b323b7c2b3c81"
  1290. },
  1291. "dist": {
  1292. "type": "zip",
  1293. "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/4e0fd83510e579043e10e565528b323b7c2b3c81",
  1294. "reference": "4e0fd83510e579043e10e565528b323b7c2b3c81",
  1295. "shasum": ""
  1296. },
  1297. "require": {
  1298. "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
  1299. "google/apiclient-services": "~0.13",
  1300. "google/auth": "^1.0",
  1301. "guzzlehttp/guzzle": "~5.3.1|~6.0",
  1302. "guzzlehttp/psr7": "^1.2",
  1303. "monolog/monolog": "^1.17",
  1304. "php": ">=5.4",
  1305. "phpseclib/phpseclib": "~0.3.10|~2.0"
  1306. },
  1307. "require-dev": {
  1308. "cache/filesystem-adapter": "^0.3.2",
  1309. "phpunit/phpunit": "~4.8.36",
  1310. "squizlabs/php_codesniffer": "~2.3",
  1311. "symfony/css-selector": "~2.1",
  1312. "symfony/dom-crawler": "~2.1"
  1313. },
  1314. "suggest": {
  1315. "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)"
  1316. },
  1317. "type": "library",
  1318. "extra": {
  1319. "branch-alias": {
  1320. "dev-master": "2.x-dev"
  1321. }
  1322. },
  1323. "autoload": {
  1324. "psr-0": {
  1325. "Google_": "src/"
  1326. },
  1327. "classmap": [
  1328. "src/Google/Service/"
  1329. ]
  1330. },
  1331. "notification-url": "https://packagist.org/downloads/",
  1332. "license": [
  1333. "Apache-2.0"
  1334. ],
  1335. "description": "Client library for Google APIs",
  1336. "homepage": "http://developers.google.com/api-client-library/php",
  1337. "keywords": [
  1338. "google"
  1339. ],
  1340. "time": "2018-06-20T15:52:20+00:00"
  1341. },
  1342. {
  1343. "name": "google/apiclient-services",
  1344. "version": "v0.98",
  1345. "source": {
  1346. "type": "git",
  1347. "url": "https://github.com/googleapis/google-api-php-client-services.git",
  1348. "reference": "541fc4a4031fc762be4e0902e5dec6e99933c353"
  1349. },
  1350. "dist": {
  1351. "type": "zip",
  1352. "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/541fc4a4031fc762be4e0902e5dec6e99933c353",
  1353. "reference": "541fc4a4031fc762be4e0902e5dec6e99933c353",
  1354. "shasum": ""
  1355. },
  1356. "require": {
  1357. "php": ">=5.4"
  1358. },
  1359. "require-dev": {
  1360. "phpunit/phpunit": "~4.8"
  1361. },
  1362. "type": "library",
  1363. "autoload": {
  1364. "psr-0": {
  1365. "Google_Service_": "src"
  1366. }
  1367. },
  1368. "notification-url": "https://packagist.org/downloads/",
  1369. "license": [
  1370. "Apache-2.0"
  1371. ],
  1372. "description": "Client library for Google APIs",
  1373. "homepage": "http://developers.google.com/api-client-library/php",
  1374. "keywords": [
  1375. "google"
  1376. ],
  1377. "time": "2019-05-11T00:23:08+00:00"
  1378. },
  1379. {
  1380. "name": "google/auth",
  1381. "version": "v1.5.1",
  1382. "source": {
  1383. "type": "git",
  1384. "url": "https://github.com/googleapis/google-auth-library-php.git",
  1385. "reference": "0f75e20e7392e863f5550ed2c2d3d50af21710fb"
  1386. },
  1387. "dist": {
  1388. "type": "zip",
  1389. "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/0f75e20e7392e863f5550ed2c2d3d50af21710fb",
  1390. "reference": "0f75e20e7392e863f5550ed2c2d3d50af21710fb",
  1391. "shasum": ""
  1392. },
  1393. "require": {
  1394. "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
  1395. "guzzlehttp/guzzle": "~5.3.1|~6.0",
  1396. "guzzlehttp/psr7": "^1.2",
  1397. "php": ">=5.4",
  1398. "psr/cache": "^1.0",
  1399. "psr/http-message": "^1.0"
  1400. },
  1401. "require-dev": {
  1402. "friendsofphp/php-cs-fixer": "^1.11",
  1403. "guzzlehttp/promises": "0.1.1|^1.3",
  1404. "phpseclib/phpseclib": "^2",
  1405. "phpunit/phpunit": "^4.8.36|^5.7",
  1406. "sebastian/comparator": ">=1.2.3"
  1407. },
  1408. "suggest": {
  1409. "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings. Please require version ^2."
  1410. },
  1411. "type": "library",
  1412. "autoload": {
  1413. "psr-4": {
  1414. "Google\\Auth\\": "src"
  1415. }
  1416. },
  1417. "notification-url": "https://packagist.org/downloads/",
  1418. "license": [
  1419. "Apache-2.0"
  1420. ],
  1421. "description": "Google Auth Library for PHP",
  1422. "homepage": "http://github.com/google/google-auth-library-php",
  1423. "keywords": [
  1424. "Authentication",
  1425. "google",
  1426. "oauth2"
  1427. ],
  1428. "time": "2019-04-16T18:48:28+00:00"
  1429. },
  1430. {
  1431. "name": "guzzlehttp/guzzle",
  1432. "version": "6.3.3",
  1433. "source": {
  1434. "type": "git",
  1435. "url": "https://github.com/guzzle/guzzle.git",
  1436. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
  1437. },
  1438. "dist": {
  1439. "type": "zip",
  1440. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  1441. "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  1442. "shasum": ""
  1443. },
  1444. "require": {
  1445. "guzzlehttp/promises": "^1.0",
  1446. "guzzlehttp/psr7": "^1.4",
  1447. "php": ">=5.5"
  1448. },
  1449. "require-dev": {
  1450. "ext-curl": "*",
  1451. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  1452. "psr/log": "^1.0"
  1453. },
  1454. "suggest": {
  1455. "psr/log": "Required for using the Log middleware"
  1456. },
  1457. "type": "library",
  1458. "extra": {
  1459. "branch-alias": {
  1460. "dev-master": "6.3-dev"
  1461. }
  1462. },
  1463. "autoload": {
  1464. "files": [
  1465. "src/functions_include.php"
  1466. ],
  1467. "psr-4": {
  1468. "GuzzleHttp\\": "src/"
  1469. }
  1470. },
  1471. "notification-url": "https://packagist.org/downloads/",
  1472. "license": [
  1473. "MIT"
  1474. ],
  1475. "authors": [
  1476. {
  1477. "name": "Michael Dowling",
  1478. "email": "mtdowling@gmail.com",
  1479. "homepage": "https://github.com/mtdowling"
  1480. }
  1481. ],
  1482. "description": "Guzzle is a PHP HTTP client library",
  1483. "homepage": "http://guzzlephp.org/",
  1484. "keywords": [
  1485. "client",
  1486. "curl",
  1487. "framework",
  1488. "http",
  1489. "http client",
  1490. "rest",
  1491. "web service"
  1492. ],
  1493. "time": "2018-04-22T15:46:56+00:00"
  1494. },
  1495. {
  1496. "name": "guzzlehttp/promises",
  1497. "version": "v1.3.1",
  1498. "source": {
  1499. "type": "git",
  1500. "url": "https://github.com/guzzle/promises.git",
  1501. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  1502. },
  1503. "dist": {
  1504. "type": "zip",
  1505. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  1506. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  1507. "shasum": ""
  1508. },
  1509. "require": {
  1510. "php": ">=5.5.0"
  1511. },
  1512. "require-dev": {
  1513. "phpunit/phpunit": "^4.0"
  1514. },
  1515. "type": "library",
  1516. "extra": {
  1517. "branch-alias": {
  1518. "dev-master": "1.4-dev"
  1519. }
  1520. },
  1521. "autoload": {
  1522. "psr-4": {
  1523. "GuzzleHttp\\Promise\\": "src/"
  1524. },
  1525. "files": [
  1526. "src/functions_include.php"
  1527. ]
  1528. },
  1529. "notification-url": "https://packagist.org/downloads/",
  1530. "license": [
  1531. "MIT"
  1532. ],
  1533. "authors": [
  1534. {
  1535. "name": "Michael Dowling",
  1536. "email": "mtdowling@gmail.com",
  1537. "homepage": "https://github.com/mtdowling"
  1538. }
  1539. ],
  1540. "description": "Guzzle promises library",
  1541. "keywords": [
  1542. "promise"
  1543. ],
  1544. "time": "2016-12-20T10:07:11+00:00"
  1545. },
  1546. {
  1547. "name": "guzzlehttp/psr7",
  1548. "version": "1.5.2",
  1549. "source": {
  1550. "type": "git",
  1551. "url": "https://github.com/guzzle/psr7.git",
  1552. "reference": "9f83dded91781a01c63574e387eaa769be769115"
  1553. },
  1554. "dist": {
  1555. "type": "zip",
  1556. "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
  1557. "reference": "9f83dded91781a01c63574e387eaa769be769115",
  1558. "shasum": ""
  1559. },
  1560. "require": {
  1561. "php": ">=5.4.0",
  1562. "psr/http-message": "~1.0",
  1563. "ralouphie/getallheaders": "^2.0.5"
  1564. },
  1565. "provide": {
  1566. "psr/http-message-implementation": "1.0"
  1567. },
  1568. "require-dev": {
  1569. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  1570. },
  1571. "type": "library",
  1572. "extra": {
  1573. "branch-alias": {
  1574. "dev-master": "1.5-dev"
  1575. }
  1576. },
  1577. "autoload": {
  1578. "psr-4": {
  1579. "GuzzleHttp\\Psr7\\": "src/"
  1580. },
  1581. "files": [
  1582. "src/functions_include.php"
  1583. ]
  1584. },
  1585. "notification-url": "https://packagist.org/downloads/",
  1586. "license": [
  1587. "MIT"
  1588. ],
  1589. "authors": [
  1590. {
  1591. "name": "Michael Dowling",
  1592. "email": "mtdowling@gmail.com",
  1593. "homepage": "https://github.com/mtdowling"
  1594. },
  1595. {
  1596. "name": "Tobias Schultze",
  1597. "homepage": "https://github.com/Tobion"
  1598. }
  1599. ],
  1600. "description": "PSR-7 message implementation that also provides common utility methods",
  1601. "keywords": [
  1602. "http",
  1603. "message",
  1604. "psr-7",
  1605. "request",
  1606. "response",
  1607. "stream",
  1608. "uri",
  1609. "url"
  1610. ],
  1611. "time": "2018-12-04T20:46:45+00:00"
  1612. },
  1613. {
  1614. "name": "intervention/image",
  1615. "version": "2.4.2",
  1616. "source": {
  1617. "type": "git",
  1618. "url": "https://github.com/Intervention/image.git",
  1619. "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb"
  1620. },
  1621. "dist": {
  1622. "type": "zip",
  1623. "url": "https://api.github.com/repos/Intervention/image/zipball/e82d274f786e3d4b866a59b173f42e716f0783eb",
  1624. "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb",
  1625. "shasum": ""
  1626. },
  1627. "require": {
  1628. "ext-fileinfo": "*",
  1629. "guzzlehttp/psr7": "~1.1",
  1630. "php": ">=5.4.0"
  1631. },
  1632. "require-dev": {
  1633. "mockery/mockery": "~0.9.2",
  1634. "phpunit/phpunit": "^4.8 || ^5.7"
  1635. },
  1636. "suggest": {
  1637. "ext-gd": "to use GD library based image processing.",
  1638. "ext-imagick": "to use Imagick based image processing.",
  1639. "intervention/imagecache": "Caching extension for the Intervention Image library"
  1640. },
  1641. "type": "library",
  1642. "extra": {
  1643. "branch-alias": {
  1644. "dev-master": "2.4-dev"
  1645. },
  1646. "laravel": {
  1647. "providers": [
  1648. "Intervention\\Image\\ImageServiceProvider"
  1649. ],
  1650. "aliases": {
  1651. "Image": "Intervention\\Image\\Facades\\Image"
  1652. }
  1653. }
  1654. },
  1655. "autoload": {
  1656. "psr-4": {
  1657. "Intervention\\Image\\": "src/Intervention/Image"
  1658. }
  1659. },
  1660. "notification-url": "https://packagist.org/downloads/",
  1661. "license": [
  1662. "MIT"
  1663. ],
  1664. "authors": [
  1665. {
  1666. "name": "Oliver Vogel",
  1667. "email": "oliver@olivervogel.com",
  1668. "homepage": "http://olivervogel.com/"
  1669. }
  1670. ],
  1671. "description": "Image handling and manipulation library with support for Laravel integration",
  1672. "homepage": "http://image.intervention.io/",
  1673. "keywords": [
  1674. "gd",
  1675. "image",
  1676. "imagick",
  1677. "laravel",
  1678. "thumbnail",
  1679. "watermark"
  1680. ],
  1681. "time": "2018-05-29T14:19:03+00:00"
  1682. },
  1683. {
  1684. "name": "jakub-onderka/php-console-color",
  1685. "version": "v0.2",
  1686. "source": {
  1687. "type": "git",
  1688. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  1689. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
  1690. },
  1691. "dist": {
  1692. "type": "zip",
  1693. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
  1694. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
  1695. "shasum": ""
  1696. },
  1697. "require": {
  1698. "php": ">=5.4.0"
  1699. },
  1700. "require-dev": {
  1701. "jakub-onderka/php-code-style": "1.0",
  1702. "jakub-onderka/php-parallel-lint": "1.0",
  1703. "jakub-onderka/php-var-dump-check": "0.*",
  1704. "phpunit/phpunit": "~4.3",
  1705. "squizlabs/php_codesniffer": "1.*"
  1706. },
  1707. "type": "library",
  1708. "autoload": {
  1709. "psr-4": {
  1710. "JakubOnderka\\PhpConsoleColor\\": "src/"
  1711. }
  1712. },
  1713. "notification-url": "https://packagist.org/downloads/",
  1714. "license": [
  1715. "BSD-2-Clause"
  1716. ],
  1717. "authors": [
  1718. {
  1719. "name": "Jakub Onderka",
  1720. "email": "jakub.onderka@gmail.com"
  1721. }
  1722. ],
  1723. "time": "2018-09-29T17:23:10+00:00"
  1724. },
  1725. {
  1726. "name": "jakub-onderka/php-console-highlighter",
  1727. "version": "v0.4",
  1728. "source": {
  1729. "type": "git",
  1730. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  1731. "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
  1732. },
  1733. "dist": {
  1734. "type": "zip",
  1735. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
  1736. "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
  1737. "shasum": ""
  1738. },
  1739. "require": {
  1740. "ext-tokenizer": "*",
  1741. "jakub-onderka/php-console-color": "~0.2",
  1742. "php": ">=5.4.0"
  1743. },
  1744. "require-dev": {
  1745. "jakub-onderka/php-code-style": "~1.0",
  1746. "jakub-onderka/php-parallel-lint": "~1.0",
  1747. "jakub-onderka/php-var-dump-check": "~0.1",
  1748. "phpunit/phpunit": "~4.0",
  1749. "squizlabs/php_codesniffer": "~1.5"
  1750. },
  1751. "type": "library",
  1752. "autoload": {
  1753. "psr-4": {
  1754. "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
  1755. }
  1756. },
  1757. "notification-url": "https://packagist.org/downloads/",
  1758. "license": [
  1759. "MIT"
  1760. ],
  1761. "authors": [
  1762. {
  1763. "name": "Jakub Onderka",
  1764. "email": "acci@acci.cz",
  1765. "homepage": "http://www.acci.cz/"
  1766. }
  1767. ],
  1768. "description": "Highlight PHP code in terminal",
  1769. "time": "2018-09-29T18:48:56+00:00"
  1770. },
  1771. {
  1772. "name": "laracasts/flash",
  1773. "version": "2.0.1",
  1774. "source": {
  1775. "type": "git",
  1776. "url": "https://github.com/laracasts/flash.git",
  1777. "reference": "03eec812fd6ae948664ff51b4320785f6d15ee5d"
  1778. },
  1779. "dist": {
  1780. "type": "zip",
  1781. "url": "https://api.github.com/repos/laracasts/flash/zipball/03eec812fd6ae948664ff51b4320785f6d15ee5d",
  1782. "reference": "03eec812fd6ae948664ff51b4320785f6d15ee5d",
  1783. "shasum": ""
  1784. },
  1785. "require": {
  1786. "illuminate/support": "~5.0",
  1787. "php": ">=5.4.0"
  1788. },
  1789. "require-dev": {
  1790. "mockery/mockery": "dev-master"
  1791. },
  1792. "type": "library",
  1793. "autoload": {
  1794. "psr-0": {
  1795. "Laracasts\\Flash": "src/"
  1796. },
  1797. "files": [
  1798. "src/Laracasts/Flash/functions.php"
  1799. ]
  1800. },
  1801. "notification-url": "https://packagist.org/downloads/",
  1802. "license": [
  1803. "MIT"
  1804. ],
  1805. "authors": [
  1806. {
  1807. "name": "Jeffrey Way",
  1808. "email": "jeffrey@laracasts.com"
  1809. }
  1810. ],
  1811. "description": "Easy flash notifications",
  1812. "time": "2016-07-11T20:46:02+00:00"
  1813. },
  1814. {
  1815. "name": "laravel/framework",
  1816. "version": "v5.4.36",
  1817. "source": {
  1818. "type": "git",
  1819. "url": "https://github.com/laravel/framework.git",
  1820. "reference": "1062a22232071c3e8636487c86ec1ae75681bbf9"
  1821. },
  1822. "dist": {
  1823. "type": "zip",
  1824. "url": "https://api.github.com/repos/laravel/framework/zipball/1062a22232071c3e8636487c86ec1ae75681bbf9",
  1825. "reference": "1062a22232071c3e8636487c86ec1ae75681bbf9",
  1826. "shasum": ""
  1827. },
  1828. "require": {
  1829. "doctrine/inflector": "~1.1",
  1830. "erusev/parsedown": "~1.6",
  1831. "ext-mbstring": "*",
  1832. "ext-openssl": "*",
  1833. "league/flysystem": "~1.0",
  1834. "monolog/monolog": "~1.11",
  1835. "mtdowling/cron-expression": "~1.0",
  1836. "nesbot/carbon": "~1.20",
  1837. "paragonie/random_compat": "~1.4|~2.0",
  1838. "php": ">=5.6.4",
  1839. "ramsey/uuid": "~3.0",
  1840. "swiftmailer/swiftmailer": "~5.4",
  1841. "symfony/console": "~3.2",
  1842. "symfony/debug": "~3.2",
  1843. "symfony/finder": "~3.2",
  1844. "symfony/http-foundation": "~3.2",
  1845. "symfony/http-kernel": "~3.2",
  1846. "symfony/process": "~3.2",
  1847. "symfony/routing": "~3.2",
  1848. "symfony/var-dumper": "~3.2",
  1849. "tijsverkoyen/css-to-inline-styles": "~2.2",
  1850. "vlucas/phpdotenv": "~2.2"
  1851. },
  1852. "replace": {
  1853. "illuminate/auth": "self.version",
  1854. "illuminate/broadcasting": "self.version",
  1855. "illuminate/bus": "self.version",
  1856. "illuminate/cache": "self.version",
  1857. "illuminate/config": "self.version",
  1858. "illuminate/console": "self.version",
  1859. "illuminate/container": "self.version",
  1860. "illuminate/contracts": "self.version",
  1861. "illuminate/cookie": "self.version",
  1862. "illuminate/database": "self.version",
  1863. "illuminate/encryption": "self.version",
  1864. "illuminate/events": "self.version",
  1865. "illuminate/exception": "self.version",
  1866. "illuminate/filesystem": "self.version",
  1867. "illuminate/hashing": "self.version",
  1868. "illuminate/http": "self.version",
  1869. "illuminate/log": "self.version",
  1870. "illuminate/mail": "self.version",
  1871. "illuminate/notifications": "self.version",
  1872. "illuminate/pagination": "self.version",
  1873. "illuminate/pipeline": "self.version",
  1874. "illuminate/queue": "self.version",
  1875. "illuminate/redis": "self.version",
  1876. "illuminate/routing": "self.version",
  1877. "illuminate/session": "self.version",
  1878. "illuminate/support": "self.version",
  1879. "illuminate/translation": "self.version",
  1880. "illuminate/validation": "self.version",
  1881. "illuminate/view": "self.version",
  1882. "tightenco/collect": "self.version"
  1883. },
  1884. "require-dev": {
  1885. "aws/aws-sdk-php": "~3.0",
  1886. "doctrine/dbal": "~2.5",
  1887. "mockery/mockery": "~0.9.4",
  1888. "pda/pheanstalk": "~3.0",
  1889. "phpunit/phpunit": "~5.7",
  1890. "predis/predis": "~1.0",
  1891. "symfony/css-selector": "~3.2",
  1892. "symfony/dom-crawler": "~3.2"
  1893. },
  1894. "suggest": {
  1895. "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
  1896. "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
  1897. "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
  1898. "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
  1899. "laravel/tinker": "Required to use the tinker console command (~1.0).",
  1900. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
  1901. "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
  1902. "nexmo/client": "Required to use the Nexmo transport (~1.0).",
  1903. "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
  1904. "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
  1905. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
  1906. "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.2).",
  1907. "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.2).",
  1908. "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
  1909. },
  1910. "type": "library",
  1911. "extra": {
  1912. "branch-alias": {
  1913. "dev-master": "5.4-dev"
  1914. }
  1915. },
  1916. "autoload": {
  1917. "files": [
  1918. "src/Illuminate/Foundation/helpers.php",
  1919. "src/Illuminate/Support/helpers.php"
  1920. ],
  1921. "psr-4": {
  1922. "Illuminate\\": "src/Illuminate/"
  1923. }
  1924. },
  1925. "notification-url": "https://packagist.org/downloads/",
  1926. "license": [
  1927. "MIT"
  1928. ],
  1929. "authors": [
  1930. {
  1931. "name": "Taylor Otwell",
  1932. "email": "taylor@laravel.com"
  1933. }
  1934. ],
  1935. "description": "The Laravel Framework.",
  1936. "homepage": "https://laravel.com",
  1937. "keywords": [
  1938. "framework",
  1939. "laravel"
  1940. ],
  1941. "time": "2017-08-30T09:26:16+00:00"
  1942. },
  1943. {
  1944. "name": "laravel/tinker",
  1945. "version": "v1.0.8",
  1946. "source": {
  1947. "type": "git",
  1948. "url": "https://github.com/laravel/tinker.git",
  1949. "reference": "cafbf598a90acde68985660e79b2b03c5609a405"
  1950. },
  1951. "dist": {
  1952. "type": "zip",
  1953. "url": "https://api.github.com/repos/laravel/tinker/zipball/cafbf598a90acde68985660e79b2b03c5609a405",
  1954. "reference": "cafbf598a90acde68985660e79b2b03c5609a405",
  1955. "shasum": ""
  1956. },
  1957. "require": {
  1958. "illuminate/console": "~5.1",
  1959. "illuminate/contracts": "~5.1",
  1960. "illuminate/support": "~5.1",
  1961. "php": ">=5.5.9",
  1962. "psy/psysh": "0.7.*|0.8.*|0.9.*",
  1963. "symfony/var-dumper": "~3.0|~4.0"
  1964. },
  1965. "require-dev": {
  1966. "phpunit/phpunit": "~4.0|~5.0"
  1967. },
  1968. "suggest": {
  1969. "illuminate/database": "The Illuminate Database package (~5.1)."
  1970. },
  1971. "type": "library",
  1972. "extra": {
  1973. "branch-alias": {
  1974. "dev-master": "1.0-dev"
  1975. },
  1976. "laravel": {
  1977. "providers": [
  1978. "Laravel\\Tinker\\TinkerServiceProvider"
  1979. ]
  1980. }
  1981. },
  1982. "autoload": {
  1983. "psr-4": {
  1984. "Laravel\\Tinker\\": "src/"
  1985. }
  1986. },
  1987. "notification-url": "https://packagist.org/downloads/",
  1988. "license": [
  1989. "MIT"
  1990. ],
  1991. "authors": [
  1992. {
  1993. "name": "Taylor Otwell",
  1994. "email": "taylor@laravel.com"
  1995. }
  1996. ],
  1997. "description": "Powerful REPL for the Laravel framework.",
  1998. "keywords": [
  1999. "REPL",
  2000. "Tinker",
  2001. "laravel",
  2002. "psysh"
  2003. ],
  2004. "time": "2018-10-12T19:39:35+00:00"
  2005. },
  2006. {
  2007. "name": "laravelcollective/html",
  2008. "version": "v5.4.9",
  2009. "source": {
  2010. "type": "git",
  2011. "url": "https://github.com/LaravelCollective/html.git",
  2012. "reference": "f04965dc688254f4c77f684ab0b42264f9eb9634"
  2013. },
  2014. "dist": {
  2015. "type": "zip",
  2016. "url": "https://api.github.com/repos/LaravelCollective/html/zipball/f04965dc688254f4c77f684ab0b42264f9eb9634",
  2017. "reference": "f04965dc688254f4c77f684ab0b42264f9eb9634",
  2018. "shasum": ""
  2019. },
  2020. "require": {
  2021. "illuminate/http": "5.4.*",
  2022. "illuminate/routing": "5.4.*",
  2023. "illuminate/session": "5.4.*",
  2024. "illuminate/support": "5.4.*",
  2025. "illuminate/view": "5.4.*",
  2026. "php": ">=5.6.4"
  2027. },
  2028. "require-dev": {
  2029. "illuminate/database": "5.4.*",
  2030. "mockery/mockery": "~0.9.4",
  2031. "phpunit/phpunit": "~5.4"
  2032. },
  2033. "type": "library",
  2034. "autoload": {
  2035. "psr-4": {
  2036. "Collective\\Html\\": "src/"
  2037. },
  2038. "files": [
  2039. "src/helpers.php"
  2040. ]
  2041. },
  2042. "notification-url": "https://packagist.org/downloads/",
  2043. "license": [
  2044. "MIT"
  2045. ],
  2046. "authors": [
  2047. {
  2048. "name": "Taylor Otwell",
  2049. "email": "taylorotwell@gmail.com"
  2050. },
  2051. {
  2052. "name": "Adam Engebretson",
  2053. "email": "adam@laravelcollective.com"
  2054. }
  2055. ],
  2056. "description": "HTML and Form Builders for the Laravel Framework",
  2057. "homepage": "http://laravelcollective.com",
  2058. "time": "2017-08-12T15:52:38+00:00"
  2059. },
  2060. {
  2061. "name": "league/flysystem",
  2062. "version": "1.0.51",
  2063. "source": {
  2064. "type": "git",
  2065. "url": "https://github.com/thephpleague/flysystem.git",
  2066. "reference": "755ba7bf3fb9031e6581d091db84d78275874396"
  2067. },
  2068. "dist": {
  2069. "type": "zip",
  2070. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/755ba7bf3fb9031e6581d091db84d78275874396",
  2071. "reference": "755ba7bf3fb9031e6581d091db84d78275874396",
  2072. "shasum": ""
  2073. },
  2074. "require": {
  2075. "ext-fileinfo": "*",
  2076. "php": ">=5.5.9"
  2077. },
  2078. "conflict": {
  2079. "league/flysystem-sftp": "<1.0.6"
  2080. },
  2081. "require-dev": {
  2082. "phpspec/phpspec": "^3.4",
  2083. "phpunit/phpunit": "^5.7.10"
  2084. },
  2085. "suggest": {
  2086. "ext-fileinfo": "Required for MimeType",
  2087. "ext-ftp": "Allows you to use FTP server storage",
  2088. "ext-openssl": "Allows you to use FTPS server storage",
  2089. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  2090. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  2091. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  2092. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  2093. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  2094. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  2095. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  2096. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  2097. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  2098. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  2099. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  2100. },
  2101. "type": "library",
  2102. "extra": {
  2103. "branch-alias": {
  2104. "dev-master": "1.1-dev"
  2105. }
  2106. },
  2107. "autoload": {
  2108. "psr-4": {
  2109. "League\\Flysystem\\": "src/"
  2110. }
  2111. },
  2112. "notification-url": "https://packagist.org/downloads/",
  2113. "license": [
  2114. "MIT"
  2115. ],
  2116. "authors": [
  2117. {
  2118. "name": "Frank de Jonge",
  2119. "email": "info@frenky.net"
  2120. }
  2121. ],
  2122. "description": "Filesystem abstraction: Many filesystems, one API.",
  2123. "keywords": [
  2124. "Cloud Files",
  2125. "WebDAV",
  2126. "abstraction",
  2127. "aws",
  2128. "cloud",
  2129. "copy.com",
  2130. "dropbox",
  2131. "file systems",
  2132. "files",
  2133. "filesystem",
  2134. "filesystems",
  2135. "ftp",
  2136. "rackspace",
  2137. "remote",
  2138. "s3",
  2139. "sftp",
  2140. "storage"
  2141. ],
  2142. "time": "2019-03-30T13:22:34+00:00"
  2143. },
  2144. {
  2145. "name": "magyarjeti/laravel-lipsum",
  2146. "version": "dev-master",
  2147. "source": {
  2148. "type": "git",
  2149. "url": "https://github.com/magyarjeti/laravel-lipsum.git",
  2150. "reference": "defb47d4931cd6ba724e0f62e037c5c463e12431"
  2151. },
  2152. "dist": {
  2153. "type": "zip",
  2154. "url": "https://api.github.com/repos/magyarjeti/laravel-lipsum/zipball/defb47d4931cd6ba724e0f62e037c5c463e12431",
  2155. "reference": "defb47d4931cd6ba724e0f62e037c5c463e12431",
  2156. "shasum": ""
  2157. },
  2158. "require": {
  2159. "illuminate/support": ">=4.0",
  2160. "magyarjeti/loripsum-client": "v2.0",
  2161. "php": ">=5.3.0"
  2162. },
  2163. "type": "library",
  2164. "autoload": {
  2165. "psr-0": {
  2166. "Magyarjeti\\LaravelLipsum": "src/"
  2167. }
  2168. },
  2169. "notification-url": "https://packagist.org/downloads/",
  2170. "description": "Lorem ipsum generator for Laravel Framework",
  2171. "time": "2015-02-09T13:54:32+00:00"
  2172. },
  2173. {
  2174. "name": "magyarjeti/loripsum-client",
  2175. "version": "v2.0",
  2176. "source": {
  2177. "type": "git",
  2178. "url": "https://github.com/magyarjeti/loripsum-client.git",
  2179. "reference": "ce686fb76ee41baeb65fb8c9474dbbad7e54a03e"
  2180. },
  2181. "dist": {
  2182. "type": "zip",
  2183. "url": "https://api.github.com/repos/magyarjeti/loripsum-client/zipball/ce686fb76ee41baeb65fb8c9474dbbad7e54a03e",
  2184. "reference": "ce686fb76ee41baeb65fb8c9474dbbad7e54a03e",
  2185. "shasum": ""
  2186. },
  2187. "require": {
  2188. "ext-curl": "*"
  2189. },
  2190. "require-dev": {
  2191. "mockery/mockery": "0.9.2",
  2192. "phpunit/phpunit": "4.3.1",
  2193. "squizlabs/php_codesniffer": "2.0.0RC2"
  2194. },
  2195. "type": "library",
  2196. "autoload": {
  2197. "psr-0": {
  2198. "Magyarjeti\\Loripsum": "src/"
  2199. }
  2200. },
  2201. "notification-url": "https://packagist.org/downloads/",
  2202. "license": [
  2203. "MIT"
  2204. ],
  2205. "description": "Lorem ipsum generator.",
  2206. "keywords": [
  2207. "ipsum",
  2208. "lipsum",
  2209. "lorem",
  2210. "loripsum"
  2211. ],
  2212. "time": "2014-10-09T15:07:00+00:00"
  2213. },
  2214. {
  2215. "name": "maximebf/debugbar",
  2216. "version": "1.13.1",
  2217. "source": {
  2218. "type": "git",
  2219. "url": "https://github.com/maximebf/php-debugbar.git",
  2220. "reference": "afee79a236348e39a44cb837106b7c5b4897ac2a"
  2221. },
  2222. "dist": {
  2223. "type": "zip",
  2224. "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/afee79a236348e39a44cb837106b7c5b4897ac2a",
  2225. "reference": "afee79a236348e39a44cb837106b7c5b4897ac2a",
  2226. "shasum": ""
  2227. },
  2228. "require": {
  2229. "php": ">=5.3.0",
  2230. "psr/log": "^1.0",
  2231. "symfony/var-dumper": "^2.6|^3.0"
  2232. },
  2233. "require-dev": {
  2234. "phpunit/phpunit": "^4.0|^5.0"
  2235. },
  2236. "suggest": {
  2237. "kriswallsmith/assetic": "The best way to manage assets",
  2238. "monolog/monolog": "Log using Monolog",
  2239. "predis/predis": "Redis storage"
  2240. },
  2241. "type": "library",
  2242. "extra": {
  2243. "branch-alias": {
  2244. "dev-master": "1.13-dev"
  2245. }
  2246. },
  2247. "autoload": {
  2248. "psr-4": {
  2249. "DebugBar\\": "src/DebugBar/"
  2250. }
  2251. },
  2252. "notification-url": "https://packagist.org/downloads/",
  2253. "license": [
  2254. "MIT"
  2255. ],
  2256. "authors": [
  2257. {
  2258. "name": "Maxime Bouroumeau-Fuseau",
  2259. "email": "maxime.bouroumeau@gmail.com",
  2260. "homepage": "http://maximebf.com"
  2261. },
  2262. {
  2263. "name": "Barry vd. Heuvel",
  2264. "email": "barryvdh@gmail.com"
  2265. }
  2266. ],
  2267. "description": "Debug bar in the browser for php application",
  2268. "homepage": "https://github.com/maximebf/php-debugbar",
  2269. "keywords": [
  2270. "debug",
  2271. "debugbar"
  2272. ],
  2273. "time": "2017-01-05T08:46:19+00:00"
  2274. },
  2275. {
  2276. "name": "monolog/monolog",
  2277. "version": "1.24.0",
  2278. "source": {
  2279. "type": "git",
  2280. "url": "https://github.com/Seldaek/monolog.git",
  2281. "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
  2282. },
  2283. "dist": {
  2284. "type": "zip",
  2285. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
  2286. "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
  2287. "shasum": ""
  2288. },
  2289. "require": {
  2290. "php": ">=5.3.0",
  2291. "psr/log": "~1.0"
  2292. },
  2293. "provide": {
  2294. "psr/log-implementation": "1.0.0"
  2295. },
  2296. "require-dev": {
  2297. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  2298. "doctrine/couchdb": "~1.0@dev",
  2299. "graylog2/gelf-php": "~1.0",
  2300. "jakub-onderka/php-parallel-lint": "0.9",
  2301. "php-amqplib/php-amqplib": "~2.4",
  2302. "php-console/php-console": "^3.1.3",
  2303. "phpunit/phpunit": "~4.5",
  2304. "phpunit/phpunit-mock-objects": "2.3.0",
  2305. "ruflin/elastica": ">=0.90 <3.0",
  2306. "sentry/sentry": "^0.13",
  2307. "swiftmailer/swiftmailer": "^5.3|^6.0"
  2308. },
  2309. "suggest": {
  2310. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  2311. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  2312. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  2313. "ext-mongo": "Allow sending log messages to a MongoDB server",
  2314. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  2315. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  2316. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  2317. "php-console/php-console": "Allow sending log messages to Google Chrome",
  2318. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  2319. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  2320. "sentry/sentry": "Allow sending log messages to a Sentry server"
  2321. },
  2322. "type": "library",
  2323. "extra": {
  2324. "branch-alias": {
  2325. "dev-master": "2.0.x-dev"
  2326. }
  2327. },
  2328. "autoload": {
  2329. "psr-4": {
  2330. "Monolog\\": "src/Monolog"
  2331. }
  2332. },
  2333. "notification-url": "https://packagist.org/downloads/",
  2334. "license": [
  2335. "MIT"
  2336. ],
  2337. "authors": [
  2338. {
  2339. "name": "Jordi Boggiano",
  2340. "email": "j.boggiano@seld.be",
  2341. "homepage": "http://seld.be"
  2342. }
  2343. ],
  2344. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  2345. "homepage": "http://github.com/Seldaek/monolog",
  2346. "keywords": [
  2347. "log",
  2348. "logging",
  2349. "psr-3"
  2350. ],
  2351. "time": "2018-11-05T09:00:11+00:00"
  2352. },
  2353. {
  2354. "name": "mtdowling/cron-expression",
  2355. "version": "v1.2.1",
  2356. "source": {
  2357. "type": "git",
  2358. "url": "https://github.com/mtdowling/cron-expression.git",
  2359. "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
  2360. },
  2361. "dist": {
  2362. "type": "zip",
  2363. "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
  2364. "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
  2365. "shasum": ""
  2366. },
  2367. "require": {
  2368. "php": ">=5.3.2"
  2369. },
  2370. "require-dev": {
  2371. "phpunit/phpunit": "~4.0|~5.0"
  2372. },
  2373. "type": "library",
  2374. "autoload": {
  2375. "psr-4": {
  2376. "Cron\\": "src/Cron/"
  2377. }
  2378. },
  2379. "notification-url": "https://packagist.org/downloads/",
  2380. "license": [
  2381. "MIT"
  2382. ],
  2383. "authors": [
  2384. {
  2385. "name": "Michael Dowling",
  2386. "email": "mtdowling@gmail.com",
  2387. "homepage": "https://github.com/mtdowling"
  2388. }
  2389. ],
  2390. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  2391. "keywords": [
  2392. "cron",
  2393. "schedule"
  2394. ],
  2395. "time": "2017-01-23T04:29:33+00:00"
  2396. },
  2397. {
  2398. "name": "nesbot/carbon",
  2399. "version": "1.37.1",
  2400. "source": {
  2401. "type": "git",
  2402. "url": "https://github.com/briannesbitt/Carbon.git",
  2403. "reference": "5be4fdf97076a685b23efdedfc2b73ad0c5eab70"
  2404. },
  2405. "dist": {
  2406. "type": "zip",
  2407. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/5be4fdf97076a685b23efdedfc2b73ad0c5eab70",
  2408. "reference": "5be4fdf97076a685b23efdedfc2b73ad0c5eab70",
  2409. "shasum": ""
  2410. },
  2411. "require": {
  2412. "php": ">=5.3.9",
  2413. "symfony/translation": "~2.6 || ~3.0 || ~4.0"
  2414. },
  2415. "require-dev": {
  2416. "phpunit/phpunit": "^4.8.35 || ^5.7"
  2417. },
  2418. "suggest": {
  2419. "friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.",
  2420. "phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors."
  2421. },
  2422. "type": "library",
  2423. "extra": {
  2424. "laravel": {
  2425. "providers": [
  2426. "Carbon\\Laravel\\ServiceProvider"
  2427. ]
  2428. }
  2429. },
  2430. "autoload": {
  2431. "psr-4": {
  2432. "": "src/"
  2433. }
  2434. },
  2435. "notification-url": "https://packagist.org/downloads/",
  2436. "license": [
  2437. "MIT"
  2438. ],
  2439. "authors": [
  2440. {
  2441. "name": "Brian Nesbitt",
  2442. "email": "brian@nesbot.com",
  2443. "homepage": "http://nesbot.com"
  2444. }
  2445. ],
  2446. "description": "A simple API extension for DateTime.",
  2447. "homepage": "http://carbon.nesbot.com",
  2448. "keywords": [
  2449. "date",
  2450. "datetime",
  2451. "time"
  2452. ],
  2453. "time": "2019-04-19T10:27:42+00:00"
  2454. },
  2455. {
  2456. "name": "nikic/php-parser",
  2457. "version": "v4.2.1",
  2458. "source": {
  2459. "type": "git",
  2460. "url": "https://github.com/nikic/PHP-Parser.git",
  2461. "reference": "5221f49a608808c1e4d436df32884cbc1b821ac0"
  2462. },
  2463. "dist": {
  2464. "type": "zip",
  2465. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/5221f49a608808c1e4d436df32884cbc1b821ac0",
  2466. "reference": "5221f49a608808c1e4d436df32884cbc1b821ac0",
  2467. "shasum": ""
  2468. },
  2469. "require": {
  2470. "ext-tokenizer": "*",
  2471. "php": ">=7.0"
  2472. },
  2473. "require-dev": {
  2474. "phpunit/phpunit": "^6.5 || ^7.0"
  2475. },
  2476. "bin": [
  2477. "bin/php-parse"
  2478. ],
  2479. "type": "library",
  2480. "extra": {
  2481. "branch-alias": {
  2482. "dev-master": "4.2-dev"
  2483. }
  2484. },
  2485. "autoload": {
  2486. "psr-4": {
  2487. "PhpParser\\": "lib/PhpParser"
  2488. }
  2489. },
  2490. "notification-url": "https://packagist.org/downloads/",
  2491. "license": [
  2492. "BSD-3-Clause"
  2493. ],
  2494. "authors": [
  2495. {
  2496. "name": "Nikita Popov"
  2497. }
  2498. ],
  2499. "description": "A PHP parser written in PHP",
  2500. "keywords": [
  2501. "parser",
  2502. "php"
  2503. ],
  2504. "time": "2019-02-16T20:54:15+00:00"
  2505. },
  2506. {
  2507. "name": "paragonie/random_compat",
  2508. "version": "v2.0.18",
  2509. "source": {
  2510. "type": "git",
  2511. "url": "https://github.com/paragonie/random_compat.git",
  2512. "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
  2513. },
  2514. "dist": {
  2515. "type": "zip",
  2516. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
  2517. "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
  2518. "shasum": ""
  2519. },
  2520. "require": {
  2521. "php": ">=5.2.0"
  2522. },
  2523. "require-dev": {
  2524. "phpunit/phpunit": "4.*|5.*"
  2525. },
  2526. "suggest": {
  2527. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  2528. },
  2529. "type": "library",
  2530. "autoload": {
  2531. "files": [
  2532. "lib/random.php"
  2533. ]
  2534. },
  2535. "notification-url": "https://packagist.org/downloads/",
  2536. "license": [
  2537. "MIT"
  2538. ],
  2539. "authors": [
  2540. {
  2541. "name": "Paragon Initiative Enterprises",
  2542. "email": "security@paragonie.com",
  2543. "homepage": "https://paragonie.com"
  2544. }
  2545. ],
  2546. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  2547. "keywords": [
  2548. "csprng",
  2549. "polyfill",
  2550. "pseudorandom",
  2551. "random"
  2552. ],
  2553. "time": "2019-01-03T20:59:08+00:00"
  2554. },
  2555. {
  2556. "name": "phenx/php-font-lib",
  2557. "version": "0.5.1",
  2558. "source": {
  2559. "type": "git",
  2560. "url": "https://github.com/PhenX/php-font-lib.git",
  2561. "reference": "760148820110a1ae0936e5cc35851e25a938bc97"
  2562. },
  2563. "dist": {
  2564. "type": "zip",
  2565. "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/760148820110a1ae0936e5cc35851e25a938bc97",
  2566. "reference": "760148820110a1ae0936e5cc35851e25a938bc97",
  2567. "shasum": ""
  2568. },
  2569. "require-dev": {
  2570. "phpunit/phpunit": "^4.8"
  2571. },
  2572. "type": "library",
  2573. "autoload": {
  2574. "psr-4": {
  2575. "FontLib\\": "src/FontLib"
  2576. }
  2577. },
  2578. "notification-url": "https://packagist.org/downloads/",
  2579. "license": [
  2580. "LGPL-3.0"
  2581. ],
  2582. "authors": [
  2583. {
  2584. "name": "Fabien Ménager",
  2585. "email": "fabien.menager@gmail.com"
  2586. }
  2587. ],
  2588. "description": "A library to read, parse, export and make subsets of different types of font files.",
  2589. "homepage": "https://github.com/PhenX/php-font-lib",
  2590. "time": "2017-09-13T16:14:37+00:00"
  2591. },
  2592. {
  2593. "name": "phenx/php-svg-lib",
  2594. "version": "v0.3.2",
  2595. "source": {
  2596. "type": "git",
  2597. "url": "https://github.com/PhenX/php-svg-lib.git",
  2598. "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c"
  2599. },
  2600. "dist": {
  2601. "type": "zip",
  2602. "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/ccc46ef6340d4b8a4a68047e68d8501ea961442c",
  2603. "reference": "ccc46ef6340d4b8a4a68047e68d8501ea961442c",
  2604. "shasum": ""
  2605. },
  2606. "require": {
  2607. "sabberworm/php-css-parser": "8.1.*"
  2608. },
  2609. "require-dev": {
  2610. "phpunit/phpunit": "~5.0"
  2611. },
  2612. "type": "library",
  2613. "autoload": {
  2614. "psr-0": {
  2615. "Svg\\": "src/"
  2616. }
  2617. },
  2618. "notification-url": "https://packagist.org/downloads/",
  2619. "license": [
  2620. "LGPL-3.0"
  2621. ],
  2622. "authors": [
  2623. {
  2624. "name": "Fabien Ménager",
  2625. "email": "fabien.menager@gmail.com"
  2626. }
  2627. ],
  2628. "description": "A library to read, parse and export to PDF SVG files.",
  2629. "homepage": "https://github.com/PhenX/php-svg-lib",
  2630. "time": "2018-06-03T10:10:03+00:00"
  2631. },
  2632. {
  2633. "name": "phpseclib/phpseclib",
  2634. "version": "2.0.15",
  2635. "source": {
  2636. "type": "git",
  2637. "url": "https://github.com/phpseclib/phpseclib.git",
  2638. "reference": "11cf67cf78dc4acb18dc9149a57be4aee5036ce0"
  2639. },
  2640. "dist": {
  2641. "type": "zip",
  2642. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/11cf67cf78dc4acb18dc9149a57be4aee5036ce0",
  2643. "reference": "11cf67cf78dc4acb18dc9149a57be4aee5036ce0",
  2644. "shasum": ""
  2645. },
  2646. "require": {
  2647. "php": ">=5.3.3"
  2648. },
  2649. "require-dev": {
  2650. "phing/phing": "~2.7",
  2651. "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
  2652. "sami/sami": "~2.0",
  2653. "squizlabs/php_codesniffer": "~2.0"
  2654. },
  2655. "suggest": {
  2656. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  2657. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  2658. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  2659. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  2660. },
  2661. "type": "library",
  2662. "autoload": {
  2663. "files": [
  2664. "phpseclib/bootstrap.php"
  2665. ],
  2666. "psr-4": {
  2667. "phpseclib\\": "phpseclib/"
  2668. }
  2669. },
  2670. "notification-url": "https://packagist.org/downloads/",
  2671. "license": [
  2672. "MIT"
  2673. ],
  2674. "authors": [
  2675. {
  2676. "name": "Jim Wigginton",
  2677. "email": "terrafrost@php.net",
  2678. "role": "Lead Developer"
  2679. },
  2680. {
  2681. "name": "Patrick Monnerat",
  2682. "email": "pm@datasphere.ch",
  2683. "role": "Developer"
  2684. },
  2685. {
  2686. "name": "Andreas Fischer",
  2687. "email": "bantu@phpbb.com",
  2688. "role": "Developer"
  2689. },
  2690. {
  2691. "name": "Hans-Jürgen Petrich",
  2692. "email": "petrich@tronic-media.com",
  2693. "role": "Developer"
  2694. },
  2695. {
  2696. "name": "Graham Campbell",
  2697. "email": "graham@alt-three.com",
  2698. "role": "Developer"
  2699. }
  2700. ],
  2701. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  2702. "homepage": "http://phpseclib.sourceforge.net",
  2703. "keywords": [
  2704. "BigInteger",
  2705. "aes",
  2706. "asn.1",
  2707. "asn1",
  2708. "blowfish",
  2709. "crypto",
  2710. "cryptography",
  2711. "encryption",
  2712. "rsa",
  2713. "security",
  2714. "sftp",
  2715. "signature",
  2716. "signing",
  2717. "ssh",
  2718. "twofish",
  2719. "x.509",
  2720. "x509"
  2721. ],
  2722. "time": "2019-03-10T16:53:45+00:00"
  2723. },
  2724. {
  2725. "name": "phpunit/php-code-coverage",
  2726. "version": "4.0.8",
  2727. "source": {
  2728. "type": "git",
  2729. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  2730. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
  2731. },
  2732. "dist": {
  2733. "type": "zip",
  2734. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  2735. "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
  2736. "shasum": ""
  2737. },
  2738. "require": {
  2739. "ext-dom": "*",
  2740. "ext-xmlwriter": "*",
  2741. "php": "^5.6 || ^7.0",
  2742. "phpunit/php-file-iterator": "^1.3",
  2743. "phpunit/php-text-template": "^1.2",
  2744. "phpunit/php-token-stream": "^1.4.2 || ^2.0",
  2745. "sebastian/code-unit-reverse-lookup": "^1.0",
  2746. "sebastian/environment": "^1.3.2 || ^2.0",
  2747. "sebastian/version": "^1.0 || ^2.0"
  2748. },
  2749. "require-dev": {
  2750. "ext-xdebug": "^2.1.4",
  2751. "phpunit/phpunit": "^5.7"
  2752. },
  2753. "suggest": {
  2754. "ext-xdebug": "^2.5.1"
  2755. },
  2756. "type": "library",
  2757. "extra": {
  2758. "branch-alias": {
  2759. "dev-master": "4.0.x-dev"
  2760. }
  2761. },
  2762. "autoload": {
  2763. "classmap": [
  2764. "src/"
  2765. ]
  2766. },
  2767. "notification-url": "https://packagist.org/downloads/",
  2768. "license": [
  2769. "BSD-3-Clause"
  2770. ],
  2771. "authors": [
  2772. {
  2773. "name": "Sebastian Bergmann",
  2774. "email": "sb@sebastian-bergmann.de",
  2775. "role": "lead"
  2776. }
  2777. ],
  2778. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  2779. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  2780. "keywords": [
  2781. "coverage",
  2782. "testing",
  2783. "xunit"
  2784. ],
  2785. "time": "2017-04-02T07:44:40+00:00"
  2786. },
  2787. {
  2788. "name": "phpunit/php-file-iterator",
  2789. "version": "1.4.5",
  2790. "source": {
  2791. "type": "git",
  2792. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  2793. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
  2794. },
  2795. "dist": {
  2796. "type": "zip",
  2797. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
  2798. "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
  2799. "shasum": ""
  2800. },
  2801. "require": {
  2802. "php": ">=5.3.3"
  2803. },
  2804. "type": "library",
  2805. "extra": {
  2806. "branch-alias": {
  2807. "dev-master": "1.4.x-dev"
  2808. }
  2809. },
  2810. "autoload": {
  2811. "classmap": [
  2812. "src/"
  2813. ]
  2814. },
  2815. "notification-url": "https://packagist.org/downloads/",
  2816. "license": [
  2817. "BSD-3-Clause"
  2818. ],
  2819. "authors": [
  2820. {
  2821. "name": "Sebastian Bergmann",
  2822. "email": "sb@sebastian-bergmann.de",
  2823. "role": "lead"
  2824. }
  2825. ],
  2826. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  2827. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  2828. "keywords": [
  2829. "filesystem",
  2830. "iterator"
  2831. ],
  2832. "time": "2017-11-27T13:52:08+00:00"
  2833. },
  2834. {
  2835. "name": "phpunit/php-text-template",
  2836. "version": "1.2.1",
  2837. "source": {
  2838. "type": "git",
  2839. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  2840. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  2841. },
  2842. "dist": {
  2843. "type": "zip",
  2844. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2845. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  2846. "shasum": ""
  2847. },
  2848. "require": {
  2849. "php": ">=5.3.3"
  2850. },
  2851. "type": "library",
  2852. "autoload": {
  2853. "classmap": [
  2854. "src/"
  2855. ]
  2856. },
  2857. "notification-url": "https://packagist.org/downloads/",
  2858. "license": [
  2859. "BSD-3-Clause"
  2860. ],
  2861. "authors": [
  2862. {
  2863. "name": "Sebastian Bergmann",
  2864. "email": "sebastian@phpunit.de",
  2865. "role": "lead"
  2866. }
  2867. ],
  2868. "description": "Simple template engine.",
  2869. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  2870. "keywords": [
  2871. "template"
  2872. ],
  2873. "time": "2015-06-21T13:50:34+00:00"
  2874. },
  2875. {
  2876. "name": "phpunit/php-token-stream",
  2877. "version": "2.0.2",
  2878. "source": {
  2879. "type": "git",
  2880. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  2881. "reference": "791198a2c6254db10131eecfe8c06670700904db"
  2882. },
  2883. "dist": {
  2884. "type": "zip",
  2885. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
  2886. "reference": "791198a2c6254db10131eecfe8c06670700904db",
  2887. "shasum": ""
  2888. },
  2889. "require": {
  2890. "ext-tokenizer": "*",
  2891. "php": "^7.0"
  2892. },
  2893. "require-dev": {
  2894. "phpunit/phpunit": "^6.2.4"
  2895. },
  2896. "type": "library",
  2897. "extra": {
  2898. "branch-alias": {
  2899. "dev-master": "2.0-dev"
  2900. }
  2901. },
  2902. "autoload": {
  2903. "classmap": [
  2904. "src/"
  2905. ]
  2906. },
  2907. "notification-url": "https://packagist.org/downloads/",
  2908. "license": [
  2909. "BSD-3-Clause"
  2910. ],
  2911. "authors": [
  2912. {
  2913. "name": "Sebastian Bergmann",
  2914. "email": "sebastian@phpunit.de"
  2915. }
  2916. ],
  2917. "description": "Wrapper around PHP's tokenizer extension.",
  2918. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  2919. "keywords": [
  2920. "tokenizer"
  2921. ],
  2922. "time": "2017-11-27T05:48:46+00:00"
  2923. },
  2924. {
  2925. "name": "predis/predis",
  2926. "version": "v1.1.1",
  2927. "source": {
  2928. "type": "git",
  2929. "url": "https://github.com/nrk/predis.git",
  2930. "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
  2931. },
  2932. "dist": {
  2933. "type": "zip",
  2934. "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
  2935. "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
  2936. "shasum": ""
  2937. },
  2938. "require": {
  2939. "php": ">=5.3.9"
  2940. },
  2941. "require-dev": {
  2942. "phpunit/phpunit": "~4.8"
  2943. },
  2944. "suggest": {
  2945. "ext-curl": "Allows access to Webdis when paired with phpiredis",
  2946. "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  2947. },
  2948. "type": "library",
  2949. "autoload": {
  2950. "psr-4": {
  2951. "Predis\\": "src/"
  2952. }
  2953. },
  2954. "notification-url": "https://packagist.org/downloads/",
  2955. "license": [
  2956. "MIT"
  2957. ],
  2958. "authors": [
  2959. {
  2960. "name": "Daniele Alessandri",
  2961. "email": "suppakilla@gmail.com",
  2962. "homepage": "http://clorophilla.net"
  2963. }
  2964. ],
  2965. "description": "Flexible and feature-complete Redis client for PHP and HHVM",
  2966. "homepage": "http://github.com/nrk/predis",
  2967. "keywords": [
  2968. "nosql",
  2969. "predis",
  2970. "redis"
  2971. ],
  2972. "time": "2016-06-16T16:22:20+00:00"
  2973. },
  2974. {
  2975. "name": "psr/cache",
  2976. "version": "1.0.1",
  2977. "source": {
  2978. "type": "git",
  2979. "url": "https://github.com/php-fig/cache.git",
  2980. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  2981. },
  2982. "dist": {
  2983. "type": "zip",
  2984. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  2985. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  2986. "shasum": ""
  2987. },
  2988. "require": {
  2989. "php": ">=5.3.0"
  2990. },
  2991. "type": "library",
  2992. "extra": {
  2993. "branch-alias": {
  2994. "dev-master": "1.0.x-dev"
  2995. }
  2996. },
  2997. "autoload": {
  2998. "psr-4": {
  2999. "Psr\\Cache\\": "src/"
  3000. }
  3001. },
  3002. "notification-url": "https://packagist.org/downloads/",
  3003. "license": [
  3004. "MIT"
  3005. ],
  3006. "authors": [
  3007. {
  3008. "name": "PHP-FIG",
  3009. "homepage": "http://www.php-fig.org/"
  3010. }
  3011. ],
  3012. "description": "Common interface for caching libraries",
  3013. "keywords": [
  3014. "cache",
  3015. "psr",
  3016. "psr-6"
  3017. ],
  3018. "time": "2016-08-06T20:24:11+00:00"
  3019. },
  3020. {
  3021. "name": "psr/http-message",
  3022. "version": "1.0.1",
  3023. "source": {
  3024. "type": "git",
  3025. "url": "https://github.com/php-fig/http-message.git",
  3026. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  3027. },
  3028. "dist": {
  3029. "type": "zip",
  3030. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  3031. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  3032. "shasum": ""
  3033. },
  3034. "require": {
  3035. "php": ">=5.3.0"
  3036. },
  3037. "type": "library",
  3038. "extra": {
  3039. "branch-alias": {
  3040. "dev-master": "1.0.x-dev"
  3041. }
  3042. },
  3043. "autoload": {
  3044. "psr-4": {
  3045. "Psr\\Http\\Message\\": "src/"
  3046. }
  3047. },
  3048. "notification-url": "https://packagist.org/downloads/",
  3049. "license": [
  3050. "MIT"
  3051. ],
  3052. "authors": [
  3053. {
  3054. "name": "PHP-FIG",
  3055. "homepage": "http://www.php-fig.org/"
  3056. }
  3057. ],
  3058. "description": "Common interface for HTTP messages",
  3059. "homepage": "https://github.com/php-fig/http-message",
  3060. "keywords": [
  3061. "http",
  3062. "http-message",
  3063. "psr",
  3064. "psr-7",
  3065. "request",
  3066. "response"
  3067. ],
  3068. "time": "2016-08-06T14:39:51+00:00"
  3069. },
  3070. {
  3071. "name": "psr/log",
  3072. "version": "1.1.0",
  3073. "source": {
  3074. "type": "git",
  3075. "url": "https://github.com/php-fig/log.git",
  3076. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  3077. },
  3078. "dist": {
  3079. "type": "zip",
  3080. "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  3081. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  3082. "shasum": ""
  3083. },
  3084. "require": {
  3085. "php": ">=5.3.0"
  3086. },
  3087. "type": "library",
  3088. "extra": {
  3089. "branch-alias": {
  3090. "dev-master": "1.0.x-dev"
  3091. }
  3092. },
  3093. "autoload": {
  3094. "psr-4": {
  3095. "Psr\\Log\\": "Psr/Log/"
  3096. }
  3097. },
  3098. "notification-url": "https://packagist.org/downloads/",
  3099. "license": [
  3100. "MIT"
  3101. ],
  3102. "authors": [
  3103. {
  3104. "name": "PHP-FIG",
  3105. "homepage": "http://www.php-fig.org/"
  3106. }
  3107. ],
  3108. "description": "Common interface for logging libraries",
  3109. "homepage": "https://github.com/php-fig/log",
  3110. "keywords": [
  3111. "log",
  3112. "psr",
  3113. "psr-3"
  3114. ],
  3115. "time": "2018-11-20T15:27:04+00:00"
  3116. },
  3117. {
  3118. "name": "psy/psysh",
  3119. "version": "v0.9.9",
  3120. "source": {
  3121. "type": "git",
  3122. "url": "https://github.com/bobthecow/psysh.git",
  3123. "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
  3124. },
  3125. "dist": {
  3126. "type": "zip",
  3127. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
  3128. "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
  3129. "shasum": ""
  3130. },
  3131. "require": {
  3132. "dnoegel/php-xdg-base-dir": "0.1",
  3133. "ext-json": "*",
  3134. "ext-tokenizer": "*",
  3135. "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
  3136. "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
  3137. "php": ">=5.4.0",
  3138. "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
  3139. "symfony/var-dumper": "~2.7|~3.0|~4.0"
  3140. },
  3141. "require-dev": {
  3142. "bamarni/composer-bin-plugin": "^1.2",
  3143. "hoa/console": "~2.15|~3.16",
  3144. "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
  3145. },
  3146. "suggest": {
  3147. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  3148. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  3149. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  3150. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  3151. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  3152. },
  3153. "bin": [
  3154. "bin/psysh"
  3155. ],
  3156. "type": "library",
  3157. "extra": {
  3158. "branch-alias": {
  3159. "dev-develop": "0.9.x-dev"
  3160. }
  3161. },
  3162. "autoload": {
  3163. "files": [
  3164. "src/functions.php"
  3165. ],
  3166. "psr-4": {
  3167. "Psy\\": "src/"
  3168. }
  3169. },
  3170. "notification-url": "https://packagist.org/downloads/",
  3171. "license": [
  3172. "MIT"
  3173. ],
  3174. "authors": [
  3175. {
  3176. "name": "Justin Hileman",
  3177. "email": "justin@justinhileman.info",
  3178. "homepage": "http://justinhileman.com"
  3179. }
  3180. ],
  3181. "description": "An interactive shell for modern PHP.",
  3182. "homepage": "http://psysh.org",
  3183. "keywords": [
  3184. "REPL",
  3185. "console",
  3186. "interactive",
  3187. "shell"
  3188. ],
  3189. "time": "2018-10-13T15:16:03+00:00"
  3190. },
  3191. {
  3192. "name": "ralouphie/getallheaders",
  3193. "version": "2.0.5",
  3194. "source": {
  3195. "type": "git",
  3196. "url": "https://github.com/ralouphie/getallheaders.git",
  3197. "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
  3198. },
  3199. "dist": {
  3200. "type": "zip",
  3201. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
  3202. "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
  3203. "shasum": ""
  3204. },
  3205. "require": {
  3206. "php": ">=5.3"
  3207. },
  3208. "require-dev": {
  3209. "phpunit/phpunit": "~3.7.0",
  3210. "satooshi/php-coveralls": ">=1.0"
  3211. },
  3212. "type": "library",
  3213. "autoload": {
  3214. "files": [
  3215. "src/getallheaders.php"
  3216. ]
  3217. },
  3218. "notification-url": "https://packagist.org/downloads/",
  3219. "license": [
  3220. "MIT"
  3221. ],
  3222. "authors": [
  3223. {
  3224. "name": "Ralph Khattar",
  3225. "email": "ralph.khattar@gmail.com"
  3226. }
  3227. ],
  3228. "description": "A polyfill for getallheaders.",
  3229. "time": "2016-02-11T07:05:27+00:00"
  3230. },
  3231. {
  3232. "name": "ramsey/uuid",
  3233. "version": "3.8.0",
  3234. "source": {
  3235. "type": "git",
  3236. "url": "https://github.com/ramsey/uuid.git",
  3237. "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
  3238. },
  3239. "dist": {
  3240. "type": "zip",
  3241. "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
  3242. "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
  3243. "shasum": ""
  3244. },
  3245. "require": {
  3246. "paragonie/random_compat": "^1.0|^2.0|9.99.99",
  3247. "php": "^5.4 || ^7.0",
  3248. "symfony/polyfill-ctype": "^1.8"
  3249. },
  3250. "replace": {
  3251. "rhumsaa/uuid": "self.version"
  3252. },
  3253. "require-dev": {
  3254. "codeception/aspect-mock": "^1.0 | ~2.0.0",
  3255. "doctrine/annotations": "~1.2.0",
  3256. "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
  3257. "ircmaxell/random-lib": "^1.1",
  3258. "jakub-onderka/php-parallel-lint": "^0.9.0",
  3259. "mockery/mockery": "^0.9.9",
  3260. "moontoast/math": "^1.1",
  3261. "php-mock/php-mock-phpunit": "^0.3|^1.1",
  3262. "phpunit/phpunit": "^4.7|^5.0|^6.5",
  3263. "squizlabs/php_codesniffer": "^2.3"
  3264. },
  3265. "suggest": {
  3266. "ext-ctype": "Provides support for PHP Ctype functions",
  3267. "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
  3268. "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
  3269. "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  3270. "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
  3271. "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
  3272. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  3273. },
  3274. "type": "library",
  3275. "extra": {
  3276. "branch-alias": {
  3277. "dev-master": "3.x-dev"
  3278. }
  3279. },
  3280. "autoload": {
  3281. "psr-4": {
  3282. "Ramsey\\Uuid\\": "src/"
  3283. }
  3284. },
  3285. "notification-url": "https://packagist.org/downloads/",
  3286. "license": [
  3287. "MIT"
  3288. ],
  3289. "authors": [
  3290. {
  3291. "name": "Marijn Huizendveld",
  3292. "email": "marijn.huizendveld@gmail.com"
  3293. },
  3294. {
  3295. "name": "Thibaud Fabre",
  3296. "email": "thibaud@aztech.io"
  3297. },
  3298. {
  3299. "name": "Ben Ramsey",
  3300. "email": "ben@benramsey.com",
  3301. "homepage": "https://benramsey.com"
  3302. }
  3303. ],
  3304. "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
  3305. "homepage": "https://github.com/ramsey/uuid",
  3306. "keywords": [
  3307. "guid",
  3308. "identifier",
  3309. "uuid"
  3310. ],
  3311. "time": "2018-07-19T23:38:55+00:00"
  3312. },
  3313. {
  3314. "name": "sabberworm/php-css-parser",
  3315. "version": "8.1.0",
  3316. "source": {
  3317. "type": "git",
  3318. "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
  3319. "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef"
  3320. },
  3321. "dist": {
  3322. "type": "zip",
  3323. "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/850cbbcbe7fbb155387a151ea562897a67e242ef",
  3324. "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef",
  3325. "shasum": ""
  3326. },
  3327. "require": {
  3328. "php": ">=5.3.2"
  3329. },
  3330. "require-dev": {
  3331. "phpunit/phpunit": "*"
  3332. },
  3333. "type": "library",
  3334. "autoload": {
  3335. "psr-0": {
  3336. "Sabberworm\\CSS": "lib/"
  3337. }
  3338. },
  3339. "notification-url": "https://packagist.org/downloads/",
  3340. "license": [
  3341. "MIT"
  3342. ],
  3343. "authors": [
  3344. {
  3345. "name": "Raphael Schweikert"
  3346. }
  3347. ],
  3348. "description": "Parser for CSS Files written in PHP",
  3349. "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
  3350. "keywords": [
  3351. "css",
  3352. "parser",
  3353. "stylesheet"
  3354. ],
  3355. "time": "2016-07-19T19:14:21+00:00"
  3356. },
  3357. {
  3358. "name": "sebastian/code-unit-reverse-lookup",
  3359. "version": "1.0.1",
  3360. "source": {
  3361. "type": "git",
  3362. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  3363. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  3364. },
  3365. "dist": {
  3366. "type": "zip",
  3367. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  3368. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  3369. "shasum": ""
  3370. },
  3371. "require": {
  3372. "php": "^5.6 || ^7.0"
  3373. },
  3374. "require-dev": {
  3375. "phpunit/phpunit": "^5.7 || ^6.0"
  3376. },
  3377. "type": "library",
  3378. "extra": {
  3379. "branch-alias": {
  3380. "dev-master": "1.0.x-dev"
  3381. }
  3382. },
  3383. "autoload": {
  3384. "classmap": [
  3385. "src/"
  3386. ]
  3387. },
  3388. "notification-url": "https://packagist.org/downloads/",
  3389. "license": [
  3390. "BSD-3-Clause"
  3391. ],
  3392. "authors": [
  3393. {
  3394. "name": "Sebastian Bergmann",
  3395. "email": "sebastian@phpunit.de"
  3396. }
  3397. ],
  3398. "description": "Looks up which function or method a line of code belongs to",
  3399. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  3400. "time": "2017-03-04T06:30:41+00:00"
  3401. },
  3402. {
  3403. "name": "sebastian/environment",
  3404. "version": "2.0.0",
  3405. "source": {
  3406. "type": "git",
  3407. "url": "https://github.com/sebastianbergmann/environment.git",
  3408. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
  3409. },
  3410. "dist": {
  3411. "type": "zip",
  3412. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  3413. "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
  3414. "shasum": ""
  3415. },
  3416. "require": {
  3417. "php": "^5.6 || ^7.0"
  3418. },
  3419. "require-dev": {
  3420. "phpunit/phpunit": "^5.0"
  3421. },
  3422. "type": "library",
  3423. "extra": {
  3424. "branch-alias": {
  3425. "dev-master": "2.0.x-dev"
  3426. }
  3427. },
  3428. "autoload": {
  3429. "classmap": [
  3430. "src/"
  3431. ]
  3432. },
  3433. "notification-url": "https://packagist.org/downloads/",
  3434. "license": [
  3435. "BSD-3-Clause"
  3436. ],
  3437. "authors": [
  3438. {
  3439. "name": "Sebastian Bergmann",
  3440. "email": "sebastian@phpunit.de"
  3441. }
  3442. ],
  3443. "description": "Provides functionality to handle HHVM/PHP environments",
  3444. "homepage": "http://www.github.com/sebastianbergmann/environment",
  3445. "keywords": [
  3446. "Xdebug",
  3447. "environment",
  3448. "hhvm"
  3449. ],
  3450. "time": "2016-11-26T07:53:53+00:00"
  3451. },
  3452. {
  3453. "name": "sebastian/version",
  3454. "version": "2.0.1",
  3455. "source": {
  3456. "type": "git",
  3457. "url": "https://github.com/sebastianbergmann/version.git",
  3458. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  3459. },
  3460. "dist": {
  3461. "type": "zip",
  3462. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  3463. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  3464. "shasum": ""
  3465. },
  3466. "require": {
  3467. "php": ">=5.6"
  3468. },
  3469. "type": "library",
  3470. "extra": {
  3471. "branch-alias": {
  3472. "dev-master": "2.0.x-dev"
  3473. }
  3474. },
  3475. "autoload": {
  3476. "classmap": [
  3477. "src/"
  3478. ]
  3479. },
  3480. "notification-url": "https://packagist.org/downloads/",
  3481. "license": [
  3482. "BSD-3-Clause"
  3483. ],
  3484. "authors": [
  3485. {
  3486. "name": "Sebastian Bergmann",
  3487. "email": "sebastian@phpunit.de",
  3488. "role": "lead"
  3489. }
  3490. ],
  3491. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  3492. "homepage": "https://github.com/sebastianbergmann/version",
  3493. "time": "2016-10-03T07:35:21+00:00"
  3494. },
  3495. {
  3496. "name": "swiftmailer/swiftmailer",
  3497. "version": "v5.4.12",
  3498. "source": {
  3499. "type": "git",
  3500. "url": "https://github.com/swiftmailer/swiftmailer.git",
  3501. "reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
  3502. },
  3503. "dist": {
  3504. "type": "zip",
  3505. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
  3506. "reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
  3507. "shasum": ""
  3508. },
  3509. "require": {
  3510. "php": ">=5.3.3"
  3511. },
  3512. "require-dev": {
  3513. "mockery/mockery": "~0.9.1",
  3514. "symfony/phpunit-bridge": "~3.2"
  3515. },
  3516. "type": "library",
  3517. "extra": {
  3518. "branch-alias": {
  3519. "dev-master": "5.4-dev"
  3520. }
  3521. },
  3522. "autoload": {
  3523. "files": [
  3524. "lib/swift_required.php"
  3525. ]
  3526. },
  3527. "notification-url": "https://packagist.org/downloads/",
  3528. "license": [
  3529. "MIT"
  3530. ],
  3531. "authors": [
  3532. {
  3533. "name": "Chris Corbyn"
  3534. },
  3535. {
  3536. "name": "Fabien Potencier",
  3537. "email": "fabien@symfony.com"
  3538. }
  3539. ],
  3540. "description": "Swiftmailer, free feature-rich PHP mailer",
  3541. "homepage": "https://swiftmailer.symfony.com",
  3542. "keywords": [
  3543. "email",
  3544. "mail",
  3545. "mailer"
  3546. ],
  3547. "time": "2018-07-31T09:26:32+00:00"
  3548. },
  3549. {
  3550. "name": "symfony/console",
  3551. "version": "v3.4.27",
  3552. "source": {
  3553. "type": "git",
  3554. "url": "https://github.com/symfony/console.git",
  3555. "reference": "15a9104356436cb26e08adab97706654799d31d8"
  3556. },
  3557. "dist": {
  3558. "type": "zip",
  3559. "url": "https://api.github.com/repos/symfony/console/zipball/15a9104356436cb26e08adab97706654799d31d8",
  3560. "reference": "15a9104356436cb26e08adab97706654799d31d8",
  3561. "shasum": ""
  3562. },
  3563. "require": {
  3564. "php": "^5.5.9|>=7.0.8",
  3565. "symfony/debug": "~2.8|~3.0|~4.0",
  3566. "symfony/polyfill-mbstring": "~1.0"
  3567. },
  3568. "conflict": {
  3569. "symfony/dependency-injection": "<3.4",
  3570. "symfony/process": "<3.3"
  3571. },
  3572. "provide": {
  3573. "psr/log-implementation": "1.0"
  3574. },
  3575. "require-dev": {
  3576. "psr/log": "~1.0",
  3577. "symfony/config": "~3.3|~4.0",
  3578. "symfony/dependency-injection": "~3.4|~4.0",
  3579. "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
  3580. "symfony/lock": "~3.4|~4.0",
  3581. "symfony/process": "~3.3|~4.0"
  3582. },
  3583. "suggest": {
  3584. "psr/log": "For using the console logger",
  3585. "symfony/event-dispatcher": "",
  3586. "symfony/lock": "",
  3587. "symfony/process": ""
  3588. },
  3589. "type": "library",
  3590. "extra": {
  3591. "branch-alias": {
  3592. "dev-master": "3.4-dev"
  3593. }
  3594. },
  3595. "autoload": {
  3596. "psr-4": {
  3597. "Symfony\\Component\\Console\\": ""
  3598. },
  3599. "exclude-from-classmap": [
  3600. "/Tests/"
  3601. ]
  3602. },
  3603. "notification-url": "https://packagist.org/downloads/",
  3604. "license": [
  3605. "MIT"
  3606. ],
  3607. "authors": [
  3608. {
  3609. "name": "Fabien Potencier",
  3610. "email": "fabien@symfony.com"
  3611. },
  3612. {
  3613. "name": "Symfony Community",
  3614. "homepage": "https://symfony.com/contributors"
  3615. }
  3616. ],
  3617. "description": "Symfony Console Component",
  3618. "homepage": "https://symfony.com",
  3619. "time": "2019-04-08T09:29:13+00:00"
  3620. },
  3621. {
  3622. "name": "symfony/contracts",
  3623. "version": "v1.1.0",
  3624. "source": {
  3625. "type": "git",
  3626. "url": "https://github.com/symfony/contracts.git",
  3627. "reference": "d3636025e8253c6144358ec0a62773cae588395b"
  3628. },
  3629. "dist": {
  3630. "type": "zip",
  3631. "url": "https://api.github.com/repos/symfony/contracts/zipball/d3636025e8253c6144358ec0a62773cae588395b",
  3632. "reference": "d3636025e8253c6144358ec0a62773cae588395b",
  3633. "shasum": ""
  3634. },
  3635. "require": {
  3636. "php": "^7.1.3"
  3637. },
  3638. "require-dev": {
  3639. "psr/cache": "^1.0",
  3640. "psr/container": "^1.0",
  3641. "symfony/polyfill-intl-idn": "^1.10"
  3642. },
  3643. "suggest": {
  3644. "psr/cache": "When using the Cache contracts",
  3645. "psr/container": "When using the Service contracts",
  3646. "symfony/cache-contracts-implementation": "",
  3647. "symfony/event-dispatcher-implementation": "",
  3648. "symfony/http-client-contracts-implementation": "",
  3649. "symfony/service-contracts-implementation": "",
  3650. "symfony/translation-contracts-implementation": ""
  3651. },
  3652. "type": "library",
  3653. "extra": {
  3654. "branch-alias": {
  3655. "dev-master": "1.1-dev"
  3656. }
  3657. },
  3658. "autoload": {
  3659. "psr-4": {
  3660. "Symfony\\Contracts\\": ""
  3661. },
  3662. "exclude-from-classmap": [
  3663. "**/Tests/"
  3664. ]
  3665. },
  3666. "notification-url": "https://packagist.org/downloads/",
  3667. "license": [
  3668. "MIT"
  3669. ],
  3670. "authors": [
  3671. {
  3672. "name": "Nicolas Grekas",
  3673. "email": "p@tchwork.com"
  3674. },
  3675. {
  3676. "name": "Symfony Community",
  3677. "homepage": "https://symfony.com/contributors"
  3678. }
  3679. ],
  3680. "description": "A set of abstractions extracted out of the Symfony components",
  3681. "homepage": "https://symfony.com",
  3682. "keywords": [
  3683. "abstractions",
  3684. "contracts",
  3685. "decoupling",
  3686. "interfaces",
  3687. "interoperability",
  3688. "standards"
  3689. ],
  3690. "time": "2019-04-27T14:29:50+00:00"
  3691. },
  3692. {
  3693. "name": "symfony/css-selector",
  3694. "version": "v3.1.10",
  3695. "source": {
  3696. "type": "git",
  3697. "url": "https://github.com/symfony/css-selector.git",
  3698. "reference": "722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d"
  3699. },
  3700. "dist": {
  3701. "type": "zip",
  3702. "url": "https://api.github.com/repos/symfony/css-selector/zipball/722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d",
  3703. "reference": "722a87478a72d95dc2a3bcf41dc9c2d13fd4cb2d",
  3704. "shasum": ""
  3705. },
  3706. "require": {
  3707. "php": ">=5.5.9"
  3708. },
  3709. "type": "library",
  3710. "extra": {
  3711. "branch-alias": {
  3712. "dev-master": "3.1-dev"
  3713. }
  3714. },
  3715. "autoload": {
  3716. "psr-4": {
  3717. "Symfony\\Component\\CssSelector\\": ""
  3718. },
  3719. "exclude-from-classmap": [
  3720. "/Tests/"
  3721. ]
  3722. },
  3723. "notification-url": "https://packagist.org/downloads/",
  3724. "license": [
  3725. "MIT"
  3726. ],
  3727. "authors": [
  3728. {
  3729. "name": "Jean-François Simon",
  3730. "email": "jeanfrancois.simon@sensiolabs.com"
  3731. },
  3732. {
  3733. "name": "Fabien Potencier",
  3734. "email": "fabien@symfony.com"
  3735. },
  3736. {
  3737. "name": "Symfony Community",
  3738. "homepage": "https://symfony.com/contributors"
  3739. }
  3740. ],
  3741. "description": "Symfony CssSelector Component",
  3742. "homepage": "https://symfony.com",
  3743. "time": "2017-01-02T20:31:54+00:00"
  3744. },
  3745. {
  3746. "name": "symfony/debug",
  3747. "version": "v3.4.27",
  3748. "source": {
  3749. "type": "git",
  3750. "url": "https://github.com/symfony/debug.git",
  3751. "reference": "681afbb26488903c5ac15e63734f1d8ac430c9b9"
  3752. },
  3753. "dist": {
  3754. "type": "zip",
  3755. "url": "https://api.github.com/repos/symfony/debug/zipball/681afbb26488903c5ac15e63734f1d8ac430c9b9",
  3756. "reference": "681afbb26488903c5ac15e63734f1d8ac430c9b9",
  3757. "shasum": ""
  3758. },
  3759. "require": {
  3760. "php": "^5.5.9|>=7.0.8",
  3761. "psr/log": "~1.0"
  3762. },
  3763. "conflict": {
  3764. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  3765. },
  3766. "require-dev": {
  3767. "symfony/http-kernel": "~2.8|~3.0|~4.0"
  3768. },
  3769. "type": "library",
  3770. "extra": {
  3771. "branch-alias": {
  3772. "dev-master": "3.4-dev"
  3773. }
  3774. },
  3775. "autoload": {
  3776. "psr-4": {
  3777. "Symfony\\Component\\Debug\\": ""
  3778. },
  3779. "exclude-from-classmap": [
  3780. "/Tests/"
  3781. ]
  3782. },
  3783. "notification-url": "https://packagist.org/downloads/",
  3784. "license": [
  3785. "MIT"
  3786. ],
  3787. "authors": [
  3788. {
  3789. "name": "Fabien Potencier",
  3790. "email": "fabien@symfony.com"
  3791. },
  3792. {
  3793. "name": "Symfony Community",
  3794. "homepage": "https://symfony.com/contributors"
  3795. }
  3796. ],
  3797. "description": "Symfony Debug Component",
  3798. "homepage": "https://symfony.com",
  3799. "time": "2019-04-11T09:48:14+00:00"
  3800. },
  3801. {
  3802. "name": "symfony/event-dispatcher",
  3803. "version": "v4.3.0-BETA1",
  3804. "source": {
  3805. "type": "git",
  3806. "url": "https://github.com/symfony/event-dispatcher.git",
  3807. "reference": "861c10069b0a073618c7c2d60eacbccafa72f697"
  3808. },
  3809. "dist": {
  3810. "type": "zip",
  3811. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/861c10069b0a073618c7c2d60eacbccafa72f697",
  3812. "reference": "861c10069b0a073618c7c2d60eacbccafa72f697",
  3813. "shasum": ""
  3814. },
  3815. "require": {
  3816. "php": "^7.1.3",
  3817. "symfony/contracts": "^1.1"
  3818. },
  3819. "conflict": {
  3820. "symfony/dependency-injection": "<3.4"
  3821. },
  3822. "provide": {
  3823. "psr/event-dispatcher-implementation": "1.0",
  3824. "symfony/event-dispatcher-implementation": "1.1"
  3825. },
  3826. "require-dev": {
  3827. "psr/log": "~1.0",
  3828. "symfony/config": "~3.4|~4.0",
  3829. "symfony/dependency-injection": "~3.4|~4.0",
  3830. "symfony/expression-language": "~3.4|~4.0",
  3831. "symfony/http-foundation": "^3.4|^4.0",
  3832. "symfony/stopwatch": "~3.4|~4.0"
  3833. },
  3834. "suggest": {
  3835. "symfony/dependency-injection": "",
  3836. "symfony/http-kernel": ""
  3837. },
  3838. "type": "library",
  3839. "extra": {
  3840. "branch-alias": {
  3841. "dev-master": "4.3-dev"
  3842. }
  3843. },
  3844. "autoload": {
  3845. "psr-4": {
  3846. "Symfony\\Component\\EventDispatcher\\": ""
  3847. },
  3848. "exclude-from-classmap": [
  3849. "/Tests/"
  3850. ]
  3851. },
  3852. "notification-url": "https://packagist.org/downloads/",
  3853. "license": [
  3854. "MIT"
  3855. ],
  3856. "authors": [
  3857. {
  3858. "name": "Fabien Potencier",
  3859. "email": "fabien@symfony.com"
  3860. },
  3861. {
  3862. "name": "Symfony Community",
  3863. "homepage": "https://symfony.com/contributors"
  3864. }
  3865. ],
  3866. "description": "Symfony EventDispatcher Component",
  3867. "homepage": "https://symfony.com",
  3868. "time": "2019-04-27T13:05:39+00:00"
  3869. },
  3870. {
  3871. "name": "symfony/finder",
  3872. "version": "v3.4.27",
  3873. "source": {
  3874. "type": "git",
  3875. "url": "https://github.com/symfony/finder.git",
  3876. "reference": "61af5ce0b34b942d414fe8f1b11950d0e9a90e98"
  3877. },
  3878. "dist": {
  3879. "type": "zip",
  3880. "url": "https://api.github.com/repos/symfony/finder/zipball/61af5ce0b34b942d414fe8f1b11950d0e9a90e98",
  3881. "reference": "61af5ce0b34b942d414fe8f1b11950d0e9a90e98",
  3882. "shasum": ""
  3883. },
  3884. "require": {
  3885. "php": "^5.5.9|>=7.0.8"
  3886. },
  3887. "type": "library",
  3888. "extra": {
  3889. "branch-alias": {
  3890. "dev-master": "3.4-dev"
  3891. }
  3892. },
  3893. "autoload": {
  3894. "psr-4": {
  3895. "Symfony\\Component\\Finder\\": ""
  3896. },
  3897. "exclude-from-classmap": [
  3898. "/Tests/"
  3899. ]
  3900. },
  3901. "notification-url": "https://packagist.org/downloads/",
  3902. "license": [
  3903. "MIT"
  3904. ],
  3905. "authors": [
  3906. {
  3907. "name": "Fabien Potencier",
  3908. "email": "fabien@symfony.com"
  3909. },
  3910. {
  3911. "name": "Symfony Community",
  3912. "homepage": "https://symfony.com/contributors"
  3913. }
  3914. ],
  3915. "description": "Symfony Finder Component",
  3916. "homepage": "https://symfony.com",
  3917. "time": "2019-04-02T19:54:57+00:00"
  3918. },
  3919. {
  3920. "name": "symfony/http-foundation",
  3921. "version": "v3.4.27",
  3922. "source": {
  3923. "type": "git",
  3924. "url": "https://github.com/symfony/http-foundation.git",
  3925. "reference": "fa02215233be8de1c2b44617088192f9e8db3512"
  3926. },
  3927. "dist": {
  3928. "type": "zip",
  3929. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/fa02215233be8de1c2b44617088192f9e8db3512",
  3930. "reference": "fa02215233be8de1c2b44617088192f9e8db3512",
  3931. "shasum": ""
  3932. },
  3933. "require": {
  3934. "php": "^5.5.9|>=7.0.8",
  3935. "symfony/polyfill-mbstring": "~1.1",
  3936. "symfony/polyfill-php70": "~1.6"
  3937. },
  3938. "require-dev": {
  3939. "symfony/expression-language": "~2.8|~3.0|~4.0"
  3940. },
  3941. "type": "library",
  3942. "extra": {
  3943. "branch-alias": {
  3944. "dev-master": "3.4-dev"
  3945. }
  3946. },
  3947. "autoload": {
  3948. "psr-4": {
  3949. "Symfony\\Component\\HttpFoundation\\": ""
  3950. },
  3951. "exclude-from-classmap": [
  3952. "/Tests/"
  3953. ]
  3954. },
  3955. "notification-url": "https://packagist.org/downloads/",
  3956. "license": [
  3957. "MIT"
  3958. ],
  3959. "authors": [
  3960. {
  3961. "name": "Fabien Potencier",
  3962. "email": "fabien@symfony.com"
  3963. },
  3964. {
  3965. "name": "Symfony Community",
  3966. "homepage": "https://symfony.com/contributors"
  3967. }
  3968. ],
  3969. "description": "Symfony HttpFoundation Component",
  3970. "homepage": "https://symfony.com",
  3971. "time": "2019-05-01T08:04:33+00:00"
  3972. },
  3973. {
  3974. "name": "symfony/http-kernel",
  3975. "version": "v3.4.27",
  3976. "source": {
  3977. "type": "git",
  3978. "url": "https://github.com/symfony/http-kernel.git",
  3979. "reference": "586046f5adc6a08eaebbe4519ef18ad52f54e453"
  3980. },
  3981. "dist": {
  3982. "type": "zip",
  3983. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/586046f5adc6a08eaebbe4519ef18ad52f54e453",
  3984. "reference": "586046f5adc6a08eaebbe4519ef18ad52f54e453",
  3985. "shasum": ""
  3986. },
  3987. "require": {
  3988. "php": "^5.5.9|>=7.0.8",
  3989. "psr/log": "~1.0",
  3990. "symfony/debug": "^3.3.3|~4.0",
  3991. "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
  3992. "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
  3993. "symfony/polyfill-ctype": "~1.8"
  3994. },
  3995. "conflict": {
  3996. "symfony/config": "<2.8",
  3997. "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
  3998. "symfony/var-dumper": "<3.3",
  3999. "twig/twig": "<1.34|<2.4,>=2"
  4000. },
  4001. "provide": {
  4002. "psr/log-implementation": "1.0"
  4003. },
  4004. "require-dev": {
  4005. "psr/cache": "~1.0",
  4006. "symfony/browser-kit": "~2.8|~3.0|~4.0",
  4007. "symfony/class-loader": "~2.8|~3.0",
  4008. "symfony/config": "~2.8|~3.0|~4.0",
  4009. "symfony/console": "~2.8|~3.0|~4.0",
  4010. "symfony/css-selector": "~2.8|~3.0|~4.0",
  4011. "symfony/dependency-injection": "^3.4.10|^4.0.10",
  4012. "symfony/dom-crawler": "~2.8|~3.0|~4.0",
  4013. "symfony/expression-language": "~2.8|~3.0|~4.0",
  4014. "symfony/finder": "~2.8|~3.0|~4.0",
  4015. "symfony/process": "~2.8|~3.0|~4.0",
  4016. "symfony/routing": "~3.4|~4.0",
  4017. "symfony/stopwatch": "~2.8|~3.0|~4.0",
  4018. "symfony/templating": "~2.8|~3.0|~4.0",
  4019. "symfony/translation": "~2.8|~3.0|~4.0",
  4020. "symfony/var-dumper": "~3.3|~4.0"
  4021. },
  4022. "suggest": {
  4023. "symfony/browser-kit": "",
  4024. "symfony/config": "",
  4025. "symfony/console": "",
  4026. "symfony/dependency-injection": "",
  4027. "symfony/finder": "",
  4028. "symfony/var-dumper": ""
  4029. },
  4030. "type": "library",
  4031. "extra": {
  4032. "branch-alias": {
  4033. "dev-master": "3.4-dev"
  4034. }
  4035. },
  4036. "autoload": {
  4037. "psr-4": {
  4038. "Symfony\\Component\\HttpKernel\\": ""
  4039. },
  4040. "exclude-from-classmap": [
  4041. "/Tests/"
  4042. ]
  4043. },
  4044. "notification-url": "https://packagist.org/downloads/",
  4045. "license": [
  4046. "MIT"
  4047. ],
  4048. "authors": [
  4049. {
  4050. "name": "Fabien Potencier",
  4051. "email": "fabien@symfony.com"
  4052. },
  4053. {
  4054. "name": "Symfony Community",
  4055. "homepage": "https://symfony.com/contributors"
  4056. }
  4057. ],
  4058. "description": "Symfony HttpKernel Component",
  4059. "homepage": "https://symfony.com",
  4060. "time": "2019-05-01T13:03:24+00:00"
  4061. },
  4062. {
  4063. "name": "symfony/polyfill-ctype",
  4064. "version": "v1.11.0",
  4065. "source": {
  4066. "type": "git",
  4067. "url": "https://github.com/symfony/polyfill-ctype.git",
  4068. "reference": "82ebae02209c21113908c229e9883c419720738a"
  4069. },
  4070. "dist": {
  4071. "type": "zip",
  4072. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
  4073. "reference": "82ebae02209c21113908c229e9883c419720738a",
  4074. "shasum": ""
  4075. },
  4076. "require": {
  4077. "php": ">=5.3.3"
  4078. },
  4079. "suggest": {
  4080. "ext-ctype": "For best performance"
  4081. },
  4082. "type": "library",
  4083. "extra": {
  4084. "branch-alias": {
  4085. "dev-master": "1.11-dev"
  4086. }
  4087. },
  4088. "autoload": {
  4089. "psr-4": {
  4090. "Symfony\\Polyfill\\Ctype\\": ""
  4091. },
  4092. "files": [
  4093. "bootstrap.php"
  4094. ]
  4095. },
  4096. "notification-url": "https://packagist.org/downloads/",
  4097. "license": [
  4098. "MIT"
  4099. ],
  4100. "authors": [
  4101. {
  4102. "name": "Symfony Community",
  4103. "homepage": "https://symfony.com/contributors"
  4104. },
  4105. {
  4106. "name": "Gert de Pagter",
  4107. "email": "backendtea@gmail.com"
  4108. }
  4109. ],
  4110. "description": "Symfony polyfill for ctype functions",
  4111. "homepage": "https://symfony.com",
  4112. "keywords": [
  4113. "compatibility",
  4114. "ctype",
  4115. "polyfill",
  4116. "portable"
  4117. ],
  4118. "time": "2019-02-06T07:57:58+00:00"
  4119. },
  4120. {
  4121. "name": "symfony/polyfill-mbstring",
  4122. "version": "v1.11.0",
  4123. "source": {
  4124. "type": "git",
  4125. "url": "https://github.com/symfony/polyfill-mbstring.git",
  4126. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
  4127. },
  4128. "dist": {
  4129. "type": "zip",
  4130. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
  4131. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
  4132. "shasum": ""
  4133. },
  4134. "require": {
  4135. "php": ">=5.3.3"
  4136. },
  4137. "suggest": {
  4138. "ext-mbstring": "For best performance"
  4139. },
  4140. "type": "library",
  4141. "extra": {
  4142. "branch-alias": {
  4143. "dev-master": "1.11-dev"
  4144. }
  4145. },
  4146. "autoload": {
  4147. "psr-4": {
  4148. "Symfony\\Polyfill\\Mbstring\\": ""
  4149. },
  4150. "files": [
  4151. "bootstrap.php"
  4152. ]
  4153. },
  4154. "notification-url": "https://packagist.org/downloads/",
  4155. "license": [
  4156. "MIT"
  4157. ],
  4158. "authors": [
  4159. {
  4160. "name": "Nicolas Grekas",
  4161. "email": "p@tchwork.com"
  4162. },
  4163. {
  4164. "name": "Symfony Community",
  4165. "homepage": "https://symfony.com/contributors"
  4166. }
  4167. ],
  4168. "description": "Symfony polyfill for the Mbstring extension",
  4169. "homepage": "https://symfony.com",
  4170. "keywords": [
  4171. "compatibility",
  4172. "mbstring",
  4173. "polyfill",
  4174. "portable",
  4175. "shim"
  4176. ],
  4177. "time": "2019-02-06T07:57:58+00:00"
  4178. },
  4179. {
  4180. "name": "symfony/polyfill-php70",
  4181. "version": "v1.11.0",
  4182. "source": {
  4183. "type": "git",
  4184. "url": "https://github.com/symfony/polyfill-php70.git",
  4185. "reference": "bc4858fb611bda58719124ca079baff854149c89"
  4186. },
  4187. "dist": {
  4188. "type": "zip",
  4189. "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/bc4858fb611bda58719124ca079baff854149c89",
  4190. "reference": "bc4858fb611bda58719124ca079baff854149c89",
  4191. "shasum": ""
  4192. },
  4193. "require": {
  4194. "paragonie/random_compat": "~1.0|~2.0|~9.99",
  4195. "php": ">=5.3.3"
  4196. },
  4197. "type": "library",
  4198. "extra": {
  4199. "branch-alias": {
  4200. "dev-master": "1.11-dev"
  4201. }
  4202. },
  4203. "autoload": {
  4204. "psr-4": {
  4205. "Symfony\\Polyfill\\Php70\\": ""
  4206. },
  4207. "files": [
  4208. "bootstrap.php"
  4209. ],
  4210. "classmap": [
  4211. "Resources/stubs"
  4212. ]
  4213. },
  4214. "notification-url": "https://packagist.org/downloads/",
  4215. "license": [
  4216. "MIT"
  4217. ],
  4218. "authors": [
  4219. {
  4220. "name": "Nicolas Grekas",
  4221. "email": "p@tchwork.com"
  4222. },
  4223. {
  4224. "name": "Symfony Community",
  4225. "homepage": "https://symfony.com/contributors"
  4226. }
  4227. ],
  4228. "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
  4229. "homepage": "https://symfony.com",
  4230. "keywords": [
  4231. "compatibility",
  4232. "polyfill",
  4233. "portable",
  4234. "shim"
  4235. ],
  4236. "time": "2019-02-06T07:57:58+00:00"
  4237. },
  4238. {
  4239. "name": "symfony/process",
  4240. "version": "v3.4.27",
  4241. "source": {
  4242. "type": "git",
  4243. "url": "https://github.com/symfony/process.git",
  4244. "reference": "a9c4dfbf653023b668c282e4e02609d131f4057a"
  4245. },
  4246. "dist": {
  4247. "type": "zip",
  4248. "url": "https://api.github.com/repos/symfony/process/zipball/a9c4dfbf653023b668c282e4e02609d131f4057a",
  4249. "reference": "a9c4dfbf653023b668c282e4e02609d131f4057a",
  4250. "shasum": ""
  4251. },
  4252. "require": {
  4253. "php": "^5.5.9|>=7.0.8"
  4254. },
  4255. "type": "library",
  4256. "extra": {
  4257. "branch-alias": {
  4258. "dev-master": "3.4-dev"
  4259. }
  4260. },
  4261. "autoload": {
  4262. "psr-4": {
  4263. "Symfony\\Component\\Process\\": ""
  4264. },
  4265. "exclude-from-classmap": [
  4266. "/Tests/"
  4267. ]
  4268. },
  4269. "notification-url": "https://packagist.org/downloads/",
  4270. "license": [
  4271. "MIT"
  4272. ],
  4273. "authors": [
  4274. {
  4275. "name": "Fabien Potencier",
  4276. "email": "fabien@symfony.com"
  4277. },
  4278. {
  4279. "name": "Symfony Community",
  4280. "homepage": "https://symfony.com/contributors"
  4281. }
  4282. ],
  4283. "description": "Symfony Process Component",
  4284. "homepage": "https://symfony.com",
  4285. "time": "2019-04-08T16:15:54+00:00"
  4286. },
  4287. {
  4288. "name": "symfony/routing",
  4289. "version": "v3.4.27",
  4290. "source": {
  4291. "type": "git",
  4292. "url": "https://github.com/symfony/routing.git",
  4293. "reference": "ff11aac46d6cb8a65f2855687bb9a1ac9d860eec"
  4294. },
  4295. "dist": {
  4296. "type": "zip",
  4297. "url": "https://api.github.com/repos/symfony/routing/zipball/ff11aac46d6cb8a65f2855687bb9a1ac9d860eec",
  4298. "reference": "ff11aac46d6cb8a65f2855687bb9a1ac9d860eec",
  4299. "shasum": ""
  4300. },
  4301. "require": {
  4302. "php": "^5.5.9|>=7.0.8"
  4303. },
  4304. "conflict": {
  4305. "symfony/config": "<3.3.1",
  4306. "symfony/dependency-injection": "<3.3",
  4307. "symfony/yaml": "<3.4"
  4308. },
  4309. "require-dev": {
  4310. "doctrine/annotations": "~1.0",
  4311. "psr/log": "~1.0",
  4312. "symfony/config": "^3.3.1|~4.0",
  4313. "symfony/dependency-injection": "~3.3|~4.0",
  4314. "symfony/expression-language": "~2.8|~3.0|~4.0",
  4315. "symfony/http-foundation": "~2.8|~3.0|~4.0",
  4316. "symfony/yaml": "~3.4|~4.0"
  4317. },
  4318. "suggest": {
  4319. "doctrine/annotations": "For using the annotation loader",
  4320. "symfony/config": "For using the all-in-one router or any loader",
  4321. "symfony/expression-language": "For using expression matching",
  4322. "symfony/http-foundation": "For using a Symfony Request object",
  4323. "symfony/yaml": "For using the YAML loader"
  4324. },
  4325. "type": "library",
  4326. "extra": {
  4327. "branch-alias": {
  4328. "dev-master": "3.4-dev"
  4329. }
  4330. },
  4331. "autoload": {
  4332. "psr-4": {
  4333. "Symfony\\Component\\Routing\\": ""
  4334. },
  4335. "exclude-from-classmap": [
  4336. "/Tests/"
  4337. ]
  4338. },
  4339. "notification-url": "https://packagist.org/downloads/",
  4340. "license": [
  4341. "MIT"
  4342. ],
  4343. "authors": [
  4344. {
  4345. "name": "Fabien Potencier",
  4346. "email": "fabien@symfony.com"
  4347. },
  4348. {
  4349. "name": "Symfony Community",
  4350. "homepage": "https://symfony.com/contributors"
  4351. }
  4352. ],
  4353. "description": "Symfony Routing Component",
  4354. "homepage": "https://symfony.com",
  4355. "keywords": [
  4356. "router",
  4357. "routing",
  4358. "uri",
  4359. "url"
  4360. ],
  4361. "time": "2019-03-29T21:58:42+00:00"
  4362. },
  4363. {
  4364. "name": "symfony/translation",
  4365. "version": "v4.3.0-BETA1",
  4366. "source": {
  4367. "type": "git",
  4368. "url": "https://github.com/symfony/translation.git",
  4369. "reference": "db5a2d8c6cfec010c9ef58c20d58bea6e3fd5d69"
  4370. },
  4371. "dist": {
  4372. "type": "zip",
  4373. "url": "https://api.github.com/repos/symfony/translation/zipball/db5a2d8c6cfec010c9ef58c20d58bea6e3fd5d69",
  4374. "reference": "db5a2d8c6cfec010c9ef58c20d58bea6e3fd5d69",
  4375. "shasum": ""
  4376. },
  4377. "require": {
  4378. "php": "^7.1.3",
  4379. "symfony/contracts": "^1.0.2",
  4380. "symfony/polyfill-mbstring": "~1.0"
  4381. },
  4382. "conflict": {
  4383. "symfony/config": "<3.4",
  4384. "symfony/dependency-injection": "<3.4",
  4385. "symfony/yaml": "<3.4"
  4386. },
  4387. "provide": {
  4388. "symfony/translation-contracts-implementation": "1.0"
  4389. },
  4390. "require-dev": {
  4391. "psr/log": "~1.0",
  4392. "symfony/config": "~3.4|~4.0",
  4393. "symfony/console": "~3.4|~4.0",
  4394. "symfony/dependency-injection": "~3.4|~4.0",
  4395. "symfony/finder": "~2.8|~3.0|~4.0",
  4396. "symfony/http-kernel": "~3.4|~4.0",
  4397. "symfony/intl": "~3.4|~4.0",
  4398. "symfony/var-dumper": "~3.4|~4.0",
  4399. "symfony/yaml": "~3.4|~4.0"
  4400. },
  4401. "suggest": {
  4402. "psr/log-implementation": "To use logging capability in translator",
  4403. "symfony/config": "",
  4404. "symfony/yaml": ""
  4405. },
  4406. "type": "library",
  4407. "extra": {
  4408. "branch-alias": {
  4409. "dev-master": "4.3-dev"
  4410. }
  4411. },
  4412. "autoload": {
  4413. "psr-4": {
  4414. "Symfony\\Component\\Translation\\": ""
  4415. },
  4416. "exclude-from-classmap": [
  4417. "/Tests/"
  4418. ]
  4419. },
  4420. "notification-url": "https://packagist.org/downloads/",
  4421. "license": [
  4422. "MIT"
  4423. ],
  4424. "authors": [
  4425. {
  4426. "name": "Fabien Potencier",
  4427. "email": "fabien@symfony.com"
  4428. },
  4429. {
  4430. "name": "Symfony Community",
  4431. "homepage": "https://symfony.com/contributors"
  4432. }
  4433. ],
  4434. "description": "Symfony Translation Component",
  4435. "homepage": "https://symfony.com",
  4436. "time": "2019-05-08T20:09:06+00:00"
  4437. },
  4438. {
  4439. "name": "symfony/var-dumper",
  4440. "version": "v3.4.27",
  4441. "source": {
  4442. "type": "git",
  4443. "url": "https://github.com/symfony/var-dumper.git",
  4444. "reference": "ca5fef348a0440411bbca0f9ec14e9a11625bd6a"
  4445. },
  4446. "dist": {
  4447. "type": "zip",
  4448. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ca5fef348a0440411bbca0f9ec14e9a11625bd6a",
  4449. "reference": "ca5fef348a0440411bbca0f9ec14e9a11625bd6a",
  4450. "shasum": ""
  4451. },
  4452. "require": {
  4453. "php": "^5.5.9|>=7.0.8",
  4454. "symfony/polyfill-mbstring": "~1.0"
  4455. },
  4456. "conflict": {
  4457. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  4458. },
  4459. "require-dev": {
  4460. "ext-iconv": "*",
  4461. "twig/twig": "~1.34|~2.4"
  4462. },
  4463. "suggest": {
  4464. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  4465. "ext-intl": "To show region name in time zone dump",
  4466. "ext-symfony_debug": ""
  4467. },
  4468. "type": "library",
  4469. "extra": {
  4470. "branch-alias": {
  4471. "dev-master": "3.4-dev"
  4472. }
  4473. },
  4474. "autoload": {
  4475. "files": [
  4476. "Resources/functions/dump.php"
  4477. ],
  4478. "psr-4": {
  4479. "Symfony\\Component\\VarDumper\\": ""
  4480. },
  4481. "exclude-from-classmap": [
  4482. "/Tests/"
  4483. ]
  4484. },
  4485. "notification-url": "https://packagist.org/downloads/",
  4486. "license": [
  4487. "MIT"
  4488. ],
  4489. "authors": [
  4490. {
  4491. "name": "Nicolas Grekas",
  4492. "email": "p@tchwork.com"
  4493. },
  4494. {
  4495. "name": "Symfony Community",
  4496. "homepage": "https://symfony.com/contributors"
  4497. }
  4498. ],
  4499. "description": "Symfony mechanism for exploring and dumping PHP variables",
  4500. "homepage": "https://symfony.com",
  4501. "keywords": [
  4502. "debug",
  4503. "dump"
  4504. ],
  4505. "time": "2019-05-01T09:52:10+00:00"
  4506. },
  4507. {
  4508. "name": "tijsverkoyen/css-to-inline-styles",
  4509. "version": "2.2.1",
  4510. "source": {
  4511. "type": "git",
  4512. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  4513. "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
  4514. },
  4515. "dist": {
  4516. "type": "zip",
  4517. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
  4518. "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
  4519. "shasum": ""
  4520. },
  4521. "require": {
  4522. "php": "^5.5 || ^7.0",
  4523. "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
  4524. },
  4525. "require-dev": {
  4526. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  4527. },
  4528. "type": "library",
  4529. "extra": {
  4530. "branch-alias": {
  4531. "dev-master": "2.2.x-dev"
  4532. }
  4533. },
  4534. "autoload": {
  4535. "psr-4": {
  4536. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  4537. }
  4538. },
  4539. "notification-url": "https://packagist.org/downloads/",
  4540. "license": [
  4541. "BSD-3-Clause"
  4542. ],
  4543. "authors": [
  4544. {
  4545. "name": "Tijs Verkoyen",
  4546. "email": "css_to_inline_styles@verkoyen.eu",
  4547. "role": "Developer"
  4548. }
  4549. ],
  4550. "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.",
  4551. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  4552. "time": "2017-11-27T11:13:29+00:00"
  4553. },
  4554. {
  4555. "name": "vlucas/phpdotenv",
  4556. "version": "v2.6.1",
  4557. "source": {
  4558. "type": "git",
  4559. "url": "https://github.com/vlucas/phpdotenv.git",
  4560. "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5"
  4561. },
  4562. "dist": {
  4563. "type": "zip",
  4564. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
  4565. "reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
  4566. "shasum": ""
  4567. },
  4568. "require": {
  4569. "php": ">=5.3.9",
  4570. "symfony/polyfill-ctype": "^1.9"
  4571. },
  4572. "require-dev": {
  4573. "phpunit/phpunit": "^4.8.35 || ^5.0"
  4574. },
  4575. "type": "library",
  4576. "extra": {
  4577. "branch-alias": {
  4578. "dev-master": "2.6-dev"
  4579. }
  4580. },
  4581. "autoload": {
  4582. "psr-4": {
  4583. "Dotenv\\": "src/"
  4584. }
  4585. },
  4586. "notification-url": "https://packagist.org/downloads/",
  4587. "license": [
  4588. "BSD-3-Clause"
  4589. ],
  4590. "authors": [
  4591. {
  4592. "name": "Vance Lucas",
  4593. "email": "vance@vancelucas.com",
  4594. "homepage": "http://www.vancelucas.com"
  4595. }
  4596. ],
  4597. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  4598. "keywords": [
  4599. "dotenv",
  4600. "env",
  4601. "environment"
  4602. ],
  4603. "time": "2019-01-29T11:11:52+00:00"
  4604. },
  4605. {
  4606. "name": "watson/rememberable",
  4607. "version": "2.0.4",
  4608. "source": {
  4609. "type": "git",
  4610. "url": "https://github.com/dwightwatson/rememberable.git",
  4611. "reference": "8718614835370f67f58d86387a26bfc315fa9a8b"
  4612. },
  4613. "dist": {
  4614. "type": "zip",
  4615. "url": "https://api.github.com/repos/dwightwatson/rememberable/zipball/8718614835370f67f58d86387a26bfc315fa9a8b",
  4616. "reference": "8718614835370f67f58d86387a26bfc315fa9a8b",
  4617. "shasum": ""
  4618. },
  4619. "require": {
  4620. "illuminate/database": "~5.0",
  4621. "illuminate/support": "~5.0",
  4622. "php": ">=5.4.0"
  4623. },
  4624. "require-dev": {
  4625. "mockery/mockery": "0.9.*",
  4626. "phpunit/phpunit": "4.2.*"
  4627. },
  4628. "type": "library",
  4629. "autoload": {
  4630. "psr-4": {
  4631. "Watson\\Rememberable\\": "src/"
  4632. }
  4633. },
  4634. "notification-url": "https://packagist.org/downloads/",
  4635. "license": [
  4636. "MIT"
  4637. ],
  4638. "authors": [
  4639. {
  4640. "name": "Dwight Watson",
  4641. "email": "dwight@studiousapp.com"
  4642. }
  4643. ],
  4644. "description": "Query caching for Laravel 5",
  4645. "keywords": [
  4646. "caching",
  4647. "eloquent",
  4648. "laravel",
  4649. "remember"
  4650. ],
  4651. "time": "2017-12-21T01:09:18+00:00"
  4652. }
  4653. ],
  4654. "packages-dev": [
  4655. {
  4656. "name": "doctrine/instantiator",
  4657. "version": "1.2.0",
  4658. "source": {
  4659. "type": "git",
  4660. "url": "https://github.com/doctrine/instantiator.git",
  4661. "reference": "a2c590166b2133a4633738648b6b064edae0814a"
  4662. },
  4663. "dist": {
  4664. "type": "zip",
  4665. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
  4666. "reference": "a2c590166b2133a4633738648b6b064edae0814a",
  4667. "shasum": ""
  4668. },
  4669. "require": {
  4670. "php": "^7.1"
  4671. },
  4672. "require-dev": {
  4673. "doctrine/coding-standard": "^6.0",
  4674. "ext-pdo": "*",
  4675. "ext-phar": "*",
  4676. "phpbench/phpbench": "^0.13",
  4677. "phpstan/phpstan-phpunit": "^0.11",
  4678. "phpstan/phpstan-shim": "^0.11",
  4679. "phpunit/phpunit": "^7.0"
  4680. },
  4681. "type": "library",
  4682. "extra": {
  4683. "branch-alias": {
  4684. "dev-master": "1.2.x-dev"
  4685. }
  4686. },
  4687. "autoload": {
  4688. "psr-4": {
  4689. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  4690. }
  4691. },
  4692. "notification-url": "https://packagist.org/downloads/",
  4693. "license": [
  4694. "MIT"
  4695. ],
  4696. "authors": [
  4697. {
  4698. "name": "Marco Pivetta",
  4699. "email": "ocramius@gmail.com",
  4700. "homepage": "http://ocramius.github.com/"
  4701. }
  4702. ],
  4703. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  4704. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  4705. "keywords": [
  4706. "constructor",
  4707. "instantiate"
  4708. ],
  4709. "time": "2019-03-17T17:37:11+00:00"
  4710. },
  4711. {
  4712. "name": "fzaninotto/faker",
  4713. "version": "v1.8.0",
  4714. "source": {
  4715. "type": "git",
  4716. "url": "https://github.com/fzaninotto/Faker.git",
  4717. "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
  4718. },
  4719. "dist": {
  4720. "type": "zip",
  4721. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
  4722. "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
  4723. "shasum": ""
  4724. },
  4725. "require": {
  4726. "php": "^5.3.3 || ^7.0"
  4727. },
  4728. "require-dev": {
  4729. "ext-intl": "*",
  4730. "phpunit/phpunit": "^4.8.35 || ^5.7",
  4731. "squizlabs/php_codesniffer": "^1.5"
  4732. },
  4733. "type": "library",
  4734. "extra": {
  4735. "branch-alias": {
  4736. "dev-master": "1.8-dev"
  4737. }
  4738. },
  4739. "autoload": {
  4740. "psr-4": {
  4741. "Faker\\": "src/Faker/"
  4742. }
  4743. },
  4744. "notification-url": "https://packagist.org/downloads/",
  4745. "license": [
  4746. "MIT"
  4747. ],
  4748. "authors": [
  4749. {
  4750. "name": "François Zaninotto"
  4751. }
  4752. ],
  4753. "description": "Faker is a PHP library that generates fake data for you.",
  4754. "keywords": [
  4755. "data",
  4756. "faker",
  4757. "fixtures"
  4758. ],
  4759. "time": "2018-07-12T10:23:15+00:00"
  4760. },
  4761. {
  4762. "name": "hamcrest/hamcrest-php",
  4763. "version": "v1.2.2",
  4764. "source": {
  4765. "type": "git",
  4766. "url": "https://github.com/hamcrest/hamcrest-php.git",
  4767. "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
  4768. },
  4769. "dist": {
  4770. "type": "zip",
  4771. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
  4772. "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
  4773. "shasum": ""
  4774. },
  4775. "require": {
  4776. "php": ">=5.3.2"
  4777. },
  4778. "replace": {
  4779. "cordoval/hamcrest-php": "*",
  4780. "davedevelopment/hamcrest-php": "*",
  4781. "kodova/hamcrest-php": "*"
  4782. },
  4783. "require-dev": {
  4784. "phpunit/php-file-iterator": "1.3.3",
  4785. "satooshi/php-coveralls": "dev-master"
  4786. },
  4787. "type": "library",
  4788. "autoload": {
  4789. "classmap": [
  4790. "hamcrest"
  4791. ],
  4792. "files": [
  4793. "hamcrest/Hamcrest.php"
  4794. ]
  4795. },
  4796. "notification-url": "https://packagist.org/downloads/",
  4797. "license": [
  4798. "BSD"
  4799. ],
  4800. "description": "This is the PHP port of Hamcrest Matchers",
  4801. "keywords": [
  4802. "test"
  4803. ],
  4804. "time": "2015-05-11T14:41:42+00:00"
  4805. },
  4806. {
  4807. "name": "mockery/mockery",
  4808. "version": "0.9.11",
  4809. "source": {
  4810. "type": "git",
  4811. "url": "https://github.com/mockery/mockery.git",
  4812. "reference": "be9bf28d8e57d67883cba9fcadfcff8caab667f8"
  4813. },
  4814. "dist": {
  4815. "type": "zip",
  4816. "url": "https://api.github.com/repos/mockery/mockery/zipball/be9bf28d8e57d67883cba9fcadfcff8caab667f8",
  4817. "reference": "be9bf28d8e57d67883cba9fcadfcff8caab667f8",
  4818. "shasum": ""
  4819. },
  4820. "require": {
  4821. "hamcrest/hamcrest-php": "~1.1",
  4822. "lib-pcre": ">=7.0",
  4823. "php": ">=5.3.2"
  4824. },
  4825. "require-dev": {
  4826. "phpunit/phpunit": "~4.0"
  4827. },
  4828. "type": "library",
  4829. "extra": {
  4830. "branch-alias": {
  4831. "dev-master": "0.9.x-dev"
  4832. }
  4833. },
  4834. "autoload": {
  4835. "psr-0": {
  4836. "Mockery": "library/"
  4837. }
  4838. },
  4839. "notification-url": "https://packagist.org/downloads/",
  4840. "license": [
  4841. "BSD-3-Clause"
  4842. ],
  4843. "authors": [
  4844. {
  4845. "name": "Pádraic Brady",
  4846. "email": "padraic.brady@gmail.com",
  4847. "homepage": "http://blog.astrumfutura.com"
  4848. },
  4849. {
  4850. "name": "Dave Marshall",
  4851. "email": "dave.marshall@atstsolutions.co.uk",
  4852. "homepage": "http://davedevelopment.co.uk"
  4853. }
  4854. ],
  4855. "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.",
  4856. "homepage": "http://github.com/padraic/mockery",
  4857. "keywords": [
  4858. "BDD",
  4859. "TDD",
  4860. "library",
  4861. "mock",
  4862. "mock objects",
  4863. "mockery",
  4864. "stub",
  4865. "test",
  4866. "test double",
  4867. "testing"
  4868. ],
  4869. "time": "2019-02-12T16:07:13+00:00"
  4870. },
  4871. {
  4872. "name": "myclabs/deep-copy",
  4873. "version": "1.9.1",
  4874. "source": {
  4875. "type": "git",
  4876. "url": "https://github.com/myclabs/DeepCopy.git",
  4877. "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72"
  4878. },
  4879. "dist": {
  4880. "type": "zip",
  4881. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
  4882. "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
  4883. "shasum": ""
  4884. },
  4885. "require": {
  4886. "php": "^7.1"
  4887. },
  4888. "replace": {
  4889. "myclabs/deep-copy": "self.version"
  4890. },
  4891. "require-dev": {
  4892. "doctrine/collections": "^1.0",
  4893. "doctrine/common": "^2.6",
  4894. "phpunit/phpunit": "^7.1"
  4895. },
  4896. "type": "library",
  4897. "autoload": {
  4898. "psr-4": {
  4899. "DeepCopy\\": "src/DeepCopy/"
  4900. },
  4901. "files": [
  4902. "src/DeepCopy/deep_copy.php"
  4903. ]
  4904. },
  4905. "notification-url": "https://packagist.org/downloads/",
  4906. "license": [
  4907. "MIT"
  4908. ],
  4909. "description": "Create deep copies (clones) of your objects",
  4910. "keywords": [
  4911. "clone",
  4912. "copy",
  4913. "duplicate",
  4914. "object",
  4915. "object graph"
  4916. ],
  4917. "time": "2019-04-07T13:18:21+00:00"
  4918. },
  4919. {
  4920. "name": "phpdocumentor/reflection-common",
  4921. "version": "1.0.1",
  4922. "source": {
  4923. "type": "git",
  4924. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  4925. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  4926. },
  4927. "dist": {
  4928. "type": "zip",
  4929. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  4930. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  4931. "shasum": ""
  4932. },
  4933. "require": {
  4934. "php": ">=5.5"
  4935. },
  4936. "require-dev": {
  4937. "phpunit/phpunit": "^4.6"
  4938. },
  4939. "type": "library",
  4940. "extra": {
  4941. "branch-alias": {
  4942. "dev-master": "1.0.x-dev"
  4943. }
  4944. },
  4945. "autoload": {
  4946. "psr-4": {
  4947. "phpDocumentor\\Reflection\\": [
  4948. "src"
  4949. ]
  4950. }
  4951. },
  4952. "notification-url": "https://packagist.org/downloads/",
  4953. "license": [
  4954. "MIT"
  4955. ],
  4956. "authors": [
  4957. {
  4958. "name": "Jaap van Otterdijk",
  4959. "email": "opensource@ijaap.nl"
  4960. }
  4961. ],
  4962. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  4963. "homepage": "http://www.phpdoc.org",
  4964. "keywords": [
  4965. "FQSEN",
  4966. "phpDocumentor",
  4967. "phpdoc",
  4968. "reflection",
  4969. "static analysis"
  4970. ],
  4971. "time": "2017-09-11T18:02:19+00:00"
  4972. },
  4973. {
  4974. "name": "phpdocumentor/reflection-docblock",
  4975. "version": "4.3.1",
  4976. "source": {
  4977. "type": "git",
  4978. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  4979. "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c"
  4980. },
  4981. "dist": {
  4982. "type": "zip",
  4983. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
  4984. "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
  4985. "shasum": ""
  4986. },
  4987. "require": {
  4988. "php": "^7.0",
  4989. "phpdocumentor/reflection-common": "^1.0.0",
  4990. "phpdocumentor/type-resolver": "^0.4.0",
  4991. "webmozart/assert": "^1.0"
  4992. },
  4993. "require-dev": {
  4994. "doctrine/instantiator": "~1.0.5",
  4995. "mockery/mockery": "^1.0",
  4996. "phpunit/phpunit": "^6.4"
  4997. },
  4998. "type": "library",
  4999. "extra": {
  5000. "branch-alias": {
  5001. "dev-master": "4.x-dev"
  5002. }
  5003. },
  5004. "autoload": {
  5005. "psr-4": {
  5006. "phpDocumentor\\Reflection\\": [
  5007. "src/"
  5008. ]
  5009. }
  5010. },
  5011. "notification-url": "https://packagist.org/downloads/",
  5012. "license": [
  5013. "MIT"
  5014. ],
  5015. "authors": [
  5016. {
  5017. "name": "Mike van Riel",
  5018. "email": "me@mikevanriel.com"
  5019. }
  5020. ],
  5021. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  5022. "time": "2019-04-30T17:48:53+00:00"
  5023. },
  5024. {
  5025. "name": "phpdocumentor/type-resolver",
  5026. "version": "0.4.0",
  5027. "source": {
  5028. "type": "git",
  5029. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  5030. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  5031. },
  5032. "dist": {
  5033. "type": "zip",
  5034. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  5035. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  5036. "shasum": ""
  5037. },
  5038. "require": {
  5039. "php": "^5.5 || ^7.0",
  5040. "phpdocumentor/reflection-common": "^1.0"
  5041. },
  5042. "require-dev": {
  5043. "mockery/mockery": "^0.9.4",
  5044. "phpunit/phpunit": "^5.2||^4.8.24"
  5045. },
  5046. "type": "library",
  5047. "extra": {
  5048. "branch-alias": {
  5049. "dev-master": "1.0.x-dev"
  5050. }
  5051. },
  5052. "autoload": {
  5053. "psr-4": {
  5054. "phpDocumentor\\Reflection\\": [
  5055. "src/"
  5056. ]
  5057. }
  5058. },
  5059. "notification-url": "https://packagist.org/downloads/",
  5060. "license": [
  5061. "MIT"
  5062. ],
  5063. "authors": [
  5064. {
  5065. "name": "Mike van Riel",
  5066. "email": "me@mikevanriel.com"
  5067. }
  5068. ],
  5069. "time": "2017-07-14T14:27:02+00:00"
  5070. },
  5071. {
  5072. "name": "phpspec/prophecy",
  5073. "version": "1.8.0",
  5074. "source": {
  5075. "type": "git",
  5076. "url": "https://github.com/phpspec/prophecy.git",
  5077. "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
  5078. },
  5079. "dist": {
  5080. "type": "zip",
  5081. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
  5082. "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
  5083. "shasum": ""
  5084. },
  5085. "require": {
  5086. "doctrine/instantiator": "^1.0.2",
  5087. "php": "^5.3|^7.0",
  5088. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  5089. "sebastian/comparator": "^1.1|^2.0|^3.0",
  5090. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  5091. },
  5092. "require-dev": {
  5093. "phpspec/phpspec": "^2.5|^3.2",
  5094. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  5095. },
  5096. "type": "library",
  5097. "extra": {
  5098. "branch-alias": {
  5099. "dev-master": "1.8.x-dev"
  5100. }
  5101. },
  5102. "autoload": {
  5103. "psr-0": {
  5104. "Prophecy\\": "src/"
  5105. }
  5106. },
  5107. "notification-url": "https://packagist.org/downloads/",
  5108. "license": [
  5109. "MIT"
  5110. ],
  5111. "authors": [
  5112. {
  5113. "name": "Konstantin Kudryashov",
  5114. "email": "ever.zet@gmail.com",
  5115. "homepage": "http://everzet.com"
  5116. },
  5117. {
  5118. "name": "Marcello Duarte",
  5119. "email": "marcello.duarte@gmail.com"
  5120. }
  5121. ],
  5122. "description": "Highly opinionated mocking framework for PHP 5.3+",
  5123. "homepage": "https://github.com/phpspec/prophecy",
  5124. "keywords": [
  5125. "Double",
  5126. "Dummy",
  5127. "fake",
  5128. "mock",
  5129. "spy",
  5130. "stub"
  5131. ],
  5132. "time": "2018-08-05T17:53:17+00:00"
  5133. },
  5134. {
  5135. "name": "phpunit/php-timer",
  5136. "version": "1.0.9",
  5137. "source": {
  5138. "type": "git",
  5139. "url": "https://github.com/sebastianbergmann/php-timer.git",
  5140. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  5141. },
  5142. "dist": {
  5143. "type": "zip",
  5144. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  5145. "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  5146. "shasum": ""
  5147. },
  5148. "require": {
  5149. "php": "^5.3.3 || ^7.0"
  5150. },
  5151. "require-dev": {
  5152. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  5153. },
  5154. "type": "library",
  5155. "extra": {
  5156. "branch-alias": {
  5157. "dev-master": "1.0-dev"
  5158. }
  5159. },
  5160. "autoload": {
  5161. "classmap": [
  5162. "src/"
  5163. ]
  5164. },
  5165. "notification-url": "https://packagist.org/downloads/",
  5166. "license": [
  5167. "BSD-3-Clause"
  5168. ],
  5169. "authors": [
  5170. {
  5171. "name": "Sebastian Bergmann",
  5172. "email": "sb@sebastian-bergmann.de",
  5173. "role": "lead"
  5174. }
  5175. ],
  5176. "description": "Utility class for timing",
  5177. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  5178. "keywords": [
  5179. "timer"
  5180. ],
  5181. "time": "2017-02-26T11:10:40+00:00"
  5182. },
  5183. {
  5184. "name": "phpunit/phpunit",
  5185. "version": "5.7.27",
  5186. "source": {
  5187. "type": "git",
  5188. "url": "https://github.com/sebastianbergmann/phpunit.git",
  5189. "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
  5190. },
  5191. "dist": {
  5192. "type": "zip",
  5193. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
  5194. "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
  5195. "shasum": ""
  5196. },
  5197. "require": {
  5198. "ext-dom": "*",
  5199. "ext-json": "*",
  5200. "ext-libxml": "*",
  5201. "ext-mbstring": "*",
  5202. "ext-xml": "*",
  5203. "myclabs/deep-copy": "~1.3",
  5204. "php": "^5.6 || ^7.0",
  5205. "phpspec/prophecy": "^1.6.2",
  5206. "phpunit/php-code-coverage": "^4.0.4",
  5207. "phpunit/php-file-iterator": "~1.4",
  5208. "phpunit/php-text-template": "~1.2",
  5209. "phpunit/php-timer": "^1.0.6",
  5210. "phpunit/phpunit-mock-objects": "^3.2",
  5211. "sebastian/comparator": "^1.2.4",
  5212. "sebastian/diff": "^1.4.3",
  5213. "sebastian/environment": "^1.3.4 || ^2.0",
  5214. "sebastian/exporter": "~2.0",
  5215. "sebastian/global-state": "^1.1",
  5216. "sebastian/object-enumerator": "~2.0",
  5217. "sebastian/resource-operations": "~1.0",
  5218. "sebastian/version": "^1.0.6|^2.0.1",
  5219. "symfony/yaml": "~2.1|~3.0|~4.0"
  5220. },
  5221. "conflict": {
  5222. "phpdocumentor/reflection-docblock": "3.0.2"
  5223. },
  5224. "require-dev": {
  5225. "ext-pdo": "*"
  5226. },
  5227. "suggest": {
  5228. "ext-xdebug": "*",
  5229. "phpunit/php-invoker": "~1.1"
  5230. },
  5231. "bin": [
  5232. "phpunit"
  5233. ],
  5234. "type": "library",
  5235. "extra": {
  5236. "branch-alias": {
  5237. "dev-master": "5.7.x-dev"
  5238. }
  5239. },
  5240. "autoload": {
  5241. "classmap": [
  5242. "src/"
  5243. ]
  5244. },
  5245. "notification-url": "https://packagist.org/downloads/",
  5246. "license": [
  5247. "BSD-3-Clause"
  5248. ],
  5249. "authors": [
  5250. {
  5251. "name": "Sebastian Bergmann",
  5252. "email": "sebastian@phpunit.de",
  5253. "role": "lead"
  5254. }
  5255. ],
  5256. "description": "The PHP Unit Testing framework.",
  5257. "homepage": "https://phpunit.de/",
  5258. "keywords": [
  5259. "phpunit",
  5260. "testing",
  5261. "xunit"
  5262. ],
  5263. "time": "2018-02-01T05:50:59+00:00"
  5264. },
  5265. {
  5266. "name": "phpunit/phpunit-mock-objects",
  5267. "version": "3.4.4",
  5268. "source": {
  5269. "type": "git",
  5270. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  5271. "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
  5272. },
  5273. "dist": {
  5274. "type": "zip",
  5275. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
  5276. "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
  5277. "shasum": ""
  5278. },
  5279. "require": {
  5280. "doctrine/instantiator": "^1.0.2",
  5281. "php": "^5.6 || ^7.0",
  5282. "phpunit/php-text-template": "^1.2",
  5283. "sebastian/exporter": "^1.2 || ^2.0"
  5284. },
  5285. "conflict": {
  5286. "phpunit/phpunit": "<5.4.0"
  5287. },
  5288. "require-dev": {
  5289. "phpunit/phpunit": "^5.4"
  5290. },
  5291. "suggest": {
  5292. "ext-soap": "*"
  5293. },
  5294. "type": "library",
  5295. "extra": {
  5296. "branch-alias": {
  5297. "dev-master": "3.2.x-dev"
  5298. }
  5299. },
  5300. "autoload": {
  5301. "classmap": [
  5302. "src/"
  5303. ]
  5304. },
  5305. "notification-url": "https://packagist.org/downloads/",
  5306. "license": [
  5307. "BSD-3-Clause"
  5308. ],
  5309. "authors": [
  5310. {
  5311. "name": "Sebastian Bergmann",
  5312. "email": "sb@sebastian-bergmann.de",
  5313. "role": "lead"
  5314. }
  5315. ],
  5316. "description": "Mock Object library for PHPUnit",
  5317. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  5318. "keywords": [
  5319. "mock",
  5320. "xunit"
  5321. ],
  5322. "abandoned": true,
  5323. "time": "2017-06-30T09:13:00+00:00"
  5324. },
  5325. {
  5326. "name": "sebastian/comparator",
  5327. "version": "1.2.4",
  5328. "source": {
  5329. "type": "git",
  5330. "url": "https://github.com/sebastianbergmann/comparator.git",
  5331. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
  5332. },
  5333. "dist": {
  5334. "type": "zip",
  5335. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  5336. "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
  5337. "shasum": ""
  5338. },
  5339. "require": {
  5340. "php": ">=5.3.3",
  5341. "sebastian/diff": "~1.2",
  5342. "sebastian/exporter": "~1.2 || ~2.0"
  5343. },
  5344. "require-dev": {
  5345. "phpunit/phpunit": "~4.4"
  5346. },
  5347. "type": "library",
  5348. "extra": {
  5349. "branch-alias": {
  5350. "dev-master": "1.2.x-dev"
  5351. }
  5352. },
  5353. "autoload": {
  5354. "classmap": [
  5355. "src/"
  5356. ]
  5357. },
  5358. "notification-url": "https://packagist.org/downloads/",
  5359. "license": [
  5360. "BSD-3-Clause"
  5361. ],
  5362. "authors": [
  5363. {
  5364. "name": "Jeff Welch",
  5365. "email": "whatthejeff@gmail.com"
  5366. },
  5367. {
  5368. "name": "Volker Dusch",
  5369. "email": "github@wallbash.com"
  5370. },
  5371. {
  5372. "name": "Bernhard Schussek",
  5373. "email": "bschussek@2bepublished.at"
  5374. },
  5375. {
  5376. "name": "Sebastian Bergmann",
  5377. "email": "sebastian@phpunit.de"
  5378. }
  5379. ],
  5380. "description": "Provides the functionality to compare PHP values for equality",
  5381. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  5382. "keywords": [
  5383. "comparator",
  5384. "compare",
  5385. "equality"
  5386. ],
  5387. "time": "2017-01-29T09:50:25+00:00"
  5388. },
  5389. {
  5390. "name": "sebastian/diff",
  5391. "version": "1.4.3",
  5392. "source": {
  5393. "type": "git",
  5394. "url": "https://github.com/sebastianbergmann/diff.git",
  5395. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
  5396. },
  5397. "dist": {
  5398. "type": "zip",
  5399. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  5400. "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
  5401. "shasum": ""
  5402. },
  5403. "require": {
  5404. "php": "^5.3.3 || ^7.0"
  5405. },
  5406. "require-dev": {
  5407. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  5408. },
  5409. "type": "library",
  5410. "extra": {
  5411. "branch-alias": {
  5412. "dev-master": "1.4-dev"
  5413. }
  5414. },
  5415. "autoload": {
  5416. "classmap": [
  5417. "src/"
  5418. ]
  5419. },
  5420. "notification-url": "https://packagist.org/downloads/",
  5421. "license": [
  5422. "BSD-3-Clause"
  5423. ],
  5424. "authors": [
  5425. {
  5426. "name": "Kore Nordmann",
  5427. "email": "mail@kore-nordmann.de"
  5428. },
  5429. {
  5430. "name": "Sebastian Bergmann",
  5431. "email": "sebastian@phpunit.de"
  5432. }
  5433. ],
  5434. "description": "Diff implementation",
  5435. "homepage": "https://github.com/sebastianbergmann/diff",
  5436. "keywords": [
  5437. "diff"
  5438. ],
  5439. "time": "2017-05-22T07:24:03+00:00"
  5440. },
  5441. {
  5442. "name": "sebastian/exporter",
  5443. "version": "2.0.0",
  5444. "source": {
  5445. "type": "git",
  5446. "url": "https://github.com/sebastianbergmann/exporter.git",
  5447. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
  5448. },
  5449. "dist": {
  5450. "type": "zip",
  5451. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  5452. "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
  5453. "shasum": ""
  5454. },
  5455. "require": {
  5456. "php": ">=5.3.3",
  5457. "sebastian/recursion-context": "~2.0"
  5458. },
  5459. "require-dev": {
  5460. "ext-mbstring": "*",
  5461. "phpunit/phpunit": "~4.4"
  5462. },
  5463. "type": "library",
  5464. "extra": {
  5465. "branch-alias": {
  5466. "dev-master": "2.0.x-dev"
  5467. }
  5468. },
  5469. "autoload": {
  5470. "classmap": [
  5471. "src/"
  5472. ]
  5473. },
  5474. "notification-url": "https://packagist.org/downloads/",
  5475. "license": [
  5476. "BSD-3-Clause"
  5477. ],
  5478. "authors": [
  5479. {
  5480. "name": "Jeff Welch",
  5481. "email": "whatthejeff@gmail.com"
  5482. },
  5483. {
  5484. "name": "Volker Dusch",
  5485. "email": "github@wallbash.com"
  5486. },
  5487. {
  5488. "name": "Bernhard Schussek",
  5489. "email": "bschussek@2bepublished.at"
  5490. },
  5491. {
  5492. "name": "Sebastian Bergmann",
  5493. "email": "sebastian@phpunit.de"
  5494. },
  5495. {
  5496. "name": "Adam Harvey",
  5497. "email": "aharvey@php.net"
  5498. }
  5499. ],
  5500. "description": "Provides the functionality to export PHP variables for visualization",
  5501. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  5502. "keywords": [
  5503. "export",
  5504. "exporter"
  5505. ],
  5506. "time": "2016-11-19T08:54:04+00:00"
  5507. },
  5508. {
  5509. "name": "sebastian/global-state",
  5510. "version": "1.1.1",
  5511. "source": {
  5512. "type": "git",
  5513. "url": "https://github.com/sebastianbergmann/global-state.git",
  5514. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  5515. },
  5516. "dist": {
  5517. "type": "zip",
  5518. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  5519. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  5520. "shasum": ""
  5521. },
  5522. "require": {
  5523. "php": ">=5.3.3"
  5524. },
  5525. "require-dev": {
  5526. "phpunit/phpunit": "~4.2"
  5527. },
  5528. "suggest": {
  5529. "ext-uopz": "*"
  5530. },
  5531. "type": "library",
  5532. "extra": {
  5533. "branch-alias": {
  5534. "dev-master": "1.0-dev"
  5535. }
  5536. },
  5537. "autoload": {
  5538. "classmap": [
  5539. "src/"
  5540. ]
  5541. },
  5542. "notification-url": "https://packagist.org/downloads/",
  5543. "license": [
  5544. "BSD-3-Clause"
  5545. ],
  5546. "authors": [
  5547. {
  5548. "name": "Sebastian Bergmann",
  5549. "email": "sebastian@phpunit.de"
  5550. }
  5551. ],
  5552. "description": "Snapshotting of global state",
  5553. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  5554. "keywords": [
  5555. "global state"
  5556. ],
  5557. "time": "2015-10-12T03:26:01+00:00"
  5558. },
  5559. {
  5560. "name": "sebastian/object-enumerator",
  5561. "version": "2.0.1",
  5562. "source": {
  5563. "type": "git",
  5564. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  5565. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
  5566. },
  5567. "dist": {
  5568. "type": "zip",
  5569. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
  5570. "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
  5571. "shasum": ""
  5572. },
  5573. "require": {
  5574. "php": ">=5.6",
  5575. "sebastian/recursion-context": "~2.0"
  5576. },
  5577. "require-dev": {
  5578. "phpunit/phpunit": "~5"
  5579. },
  5580. "type": "library",
  5581. "extra": {
  5582. "branch-alias": {
  5583. "dev-master": "2.0.x-dev"
  5584. }
  5585. },
  5586. "autoload": {
  5587. "classmap": [
  5588. "src/"
  5589. ]
  5590. },
  5591. "notification-url": "https://packagist.org/downloads/",
  5592. "license": [
  5593. "BSD-3-Clause"
  5594. ],
  5595. "authors": [
  5596. {
  5597. "name": "Sebastian Bergmann",
  5598. "email": "sebastian@phpunit.de"
  5599. }
  5600. ],
  5601. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  5602. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  5603. "time": "2017-02-18T15:18:39+00:00"
  5604. },
  5605. {
  5606. "name": "sebastian/recursion-context",
  5607. "version": "2.0.0",
  5608. "source": {
  5609. "type": "git",
  5610. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  5611. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
  5612. },
  5613. "dist": {
  5614. "type": "zip",
  5615. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  5616. "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
  5617. "shasum": ""
  5618. },
  5619. "require": {
  5620. "php": ">=5.3.3"
  5621. },
  5622. "require-dev": {
  5623. "phpunit/phpunit": "~4.4"
  5624. },
  5625. "type": "library",
  5626. "extra": {
  5627. "branch-alias": {
  5628. "dev-master": "2.0.x-dev"
  5629. }
  5630. },
  5631. "autoload": {
  5632. "classmap": [
  5633. "src/"
  5634. ]
  5635. },
  5636. "notification-url": "https://packagist.org/downloads/",
  5637. "license": [
  5638. "BSD-3-Clause"
  5639. ],
  5640. "authors": [
  5641. {
  5642. "name": "Jeff Welch",
  5643. "email": "whatthejeff@gmail.com"
  5644. },
  5645. {
  5646. "name": "Sebastian Bergmann",
  5647. "email": "sebastian@phpunit.de"
  5648. },
  5649. {
  5650. "name": "Adam Harvey",
  5651. "email": "aharvey@php.net"
  5652. }
  5653. ],
  5654. "description": "Provides functionality to recursively process PHP variables",
  5655. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  5656. "time": "2016-11-19T07:33:16+00:00"
  5657. },
  5658. {
  5659. "name": "sebastian/resource-operations",
  5660. "version": "1.0.0",
  5661. "source": {
  5662. "type": "git",
  5663. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  5664. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  5665. },
  5666. "dist": {
  5667. "type": "zip",
  5668. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  5669. "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  5670. "shasum": ""
  5671. },
  5672. "require": {
  5673. "php": ">=5.6.0"
  5674. },
  5675. "type": "library",
  5676. "extra": {
  5677. "branch-alias": {
  5678. "dev-master": "1.0.x-dev"
  5679. }
  5680. },
  5681. "autoload": {
  5682. "classmap": [
  5683. "src/"
  5684. ]
  5685. },
  5686. "notification-url": "https://packagist.org/downloads/",
  5687. "license": [
  5688. "BSD-3-Clause"
  5689. ],
  5690. "authors": [
  5691. {
  5692. "name": "Sebastian Bergmann",
  5693. "email": "sebastian@phpunit.de"
  5694. }
  5695. ],
  5696. "description": "Provides a list of PHP built-in functions that operate on resources",
  5697. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  5698. "time": "2015-07-28T20:34:47+00:00"
  5699. },
  5700. {
  5701. "name": "squizlabs/php_codesniffer",
  5702. "version": "3.4.2",
  5703. "source": {
  5704. "type": "git",
  5705. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  5706. "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8"
  5707. },
  5708. "dist": {
  5709. "type": "zip",
  5710. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
  5711. "reference": "b8a7362af1cc1aadb5bd36c3defc4dda2cf5f0a8",
  5712. "shasum": ""
  5713. },
  5714. "require": {
  5715. "ext-simplexml": "*",
  5716. "ext-tokenizer": "*",
  5717. "ext-xmlwriter": "*",
  5718. "php": ">=5.4.0"
  5719. },
  5720. "require-dev": {
  5721. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  5722. },
  5723. "bin": [
  5724. "bin/phpcs",
  5725. "bin/phpcbf"
  5726. ],
  5727. "type": "library",
  5728. "extra": {
  5729. "branch-alias": {
  5730. "dev-master": "3.x-dev"
  5731. }
  5732. },
  5733. "notification-url": "https://packagist.org/downloads/",
  5734. "license": [
  5735. "BSD-3-Clause"
  5736. ],
  5737. "authors": [
  5738. {
  5739. "name": "Greg Sherwood",
  5740. "role": "lead"
  5741. }
  5742. ],
  5743. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  5744. "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
  5745. "keywords": [
  5746. "phpcs",
  5747. "standards"
  5748. ],
  5749. "time": "2019-04-10T23:49:02+00:00"
  5750. },
  5751. {
  5752. "name": "symfony/dom-crawler",
  5753. "version": "v3.1.10",
  5754. "source": {
  5755. "type": "git",
  5756. "url": "https://github.com/symfony/dom-crawler.git",
  5757. "reference": "7eede2a901a19928494194f7d1815a77b9a473a0"
  5758. },
  5759. "dist": {
  5760. "type": "zip",
  5761. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/7eede2a901a19928494194f7d1815a77b9a473a0",
  5762. "reference": "7eede2a901a19928494194f7d1815a77b9a473a0",
  5763. "shasum": ""
  5764. },
  5765. "require": {
  5766. "php": ">=5.5.9",
  5767. "symfony/polyfill-mbstring": "~1.0"
  5768. },
  5769. "require-dev": {
  5770. "symfony/css-selector": "~2.8|~3.0"
  5771. },
  5772. "suggest": {
  5773. "symfony/css-selector": ""
  5774. },
  5775. "type": "library",
  5776. "extra": {
  5777. "branch-alias": {
  5778. "dev-master": "3.1-dev"
  5779. }
  5780. },
  5781. "autoload": {
  5782. "psr-4": {
  5783. "Symfony\\Component\\DomCrawler\\": ""
  5784. },
  5785. "exclude-from-classmap": [
  5786. "/Tests/"
  5787. ]
  5788. },
  5789. "notification-url": "https://packagist.org/downloads/",
  5790. "license": [
  5791. "MIT"
  5792. ],
  5793. "authors": [
  5794. {
  5795. "name": "Fabien Potencier",
  5796. "email": "fabien@symfony.com"
  5797. },
  5798. {
  5799. "name": "Symfony Community",
  5800. "homepage": "https://symfony.com/contributors"
  5801. }
  5802. ],
  5803. "description": "Symfony DomCrawler Component",
  5804. "homepage": "https://symfony.com",
  5805. "time": "2017-01-21T17:13:55+00:00"
  5806. },
  5807. {
  5808. "name": "symfony/yaml",
  5809. "version": "v4.3.0-BETA1",
  5810. "source": {
  5811. "type": "git",
  5812. "url": "https://github.com/symfony/yaml.git",
  5813. "reference": "c60ecf5ba842324433b46f58dc7afc4487dbab99"
  5814. },
  5815. "dist": {
  5816. "type": "zip",
  5817. "url": "https://api.github.com/repos/symfony/yaml/zipball/c60ecf5ba842324433b46f58dc7afc4487dbab99",
  5818. "reference": "c60ecf5ba842324433b46f58dc7afc4487dbab99",
  5819. "shasum": ""
  5820. },
  5821. "require": {
  5822. "php": "^7.1.3",
  5823. "symfony/polyfill-ctype": "~1.8"
  5824. },
  5825. "conflict": {
  5826. "symfony/console": "<3.4"
  5827. },
  5828. "require-dev": {
  5829. "symfony/console": "~3.4|~4.0"
  5830. },
  5831. "suggest": {
  5832. "symfony/console": "For validating YAML files using the lint command"
  5833. },
  5834. "type": "library",
  5835. "extra": {
  5836. "branch-alias": {
  5837. "dev-master": "4.3-dev"
  5838. }
  5839. },
  5840. "autoload": {
  5841. "psr-4": {
  5842. "Symfony\\Component\\Yaml\\": ""
  5843. },
  5844. "exclude-from-classmap": [
  5845. "/Tests/"
  5846. ]
  5847. },
  5848. "notification-url": "https://packagist.org/downloads/",
  5849. "license": [
  5850. "MIT"
  5851. ],
  5852. "authors": [
  5853. {
  5854. "name": "Fabien Potencier",
  5855. "email": "fabien@symfony.com"
  5856. },
  5857. {
  5858. "name": "Symfony Community",
  5859. "homepage": "https://symfony.com/contributors"
  5860. }
  5861. ],
  5862. "description": "Symfony Yaml Component",
  5863. "homepage": "https://symfony.com",
  5864. "time": "2019-04-06T14:04:46+00:00"
  5865. },
  5866. {
  5867. "name": "webmozart/assert",
  5868. "version": "1.4.0",
  5869. "source": {
  5870. "type": "git",
  5871. "url": "https://github.com/webmozart/assert.git",
  5872. "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
  5873. },
  5874. "dist": {
  5875. "type": "zip",
  5876. "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
  5877. "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
  5878. "shasum": ""
  5879. },
  5880. "require": {
  5881. "php": "^5.3.3 || ^7.0",
  5882. "symfony/polyfill-ctype": "^1.8"
  5883. },
  5884. "require-dev": {
  5885. "phpunit/phpunit": "^4.6",
  5886. "sebastian/version": "^1.0.1"
  5887. },
  5888. "type": "library",
  5889. "extra": {
  5890. "branch-alias": {
  5891. "dev-master": "1.3-dev"
  5892. }
  5893. },
  5894. "autoload": {
  5895. "psr-4": {
  5896. "Webmozart\\Assert\\": "src/"
  5897. }
  5898. },
  5899. "notification-url": "https://packagist.org/downloads/",
  5900. "license": [
  5901. "MIT"
  5902. ],
  5903. "authors": [
  5904. {
  5905. "name": "Bernhard Schussek",
  5906. "email": "bschussek@gmail.com"
  5907. }
  5908. ],
  5909. "description": "Assertions to validate method input/output with nice error messages.",
  5910. "keywords": [
  5911. "assert",
  5912. "check",
  5913. "validate"
  5914. ],
  5915. "time": "2018-12-25T11:19:39+00:00"
  5916. }
  5917. ],
  5918. "aliases": [],
  5919. "minimum-stability": "alpha",
  5920. "stability-flags": {
  5921. "etermed/google-sheets": 20,
  5922. "magyarjeti/laravel-lipsum": 20
  5923. },
  5924. "prefer-stable": false,
  5925. "prefer-lowest": false,
  5926. "platform": {
  5927. "php": ">=5.6.4"
  5928. },
  5929. "platform-dev": []
  5930. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement