composer.lock 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  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": "7512530b9b2e4c27334fc84015a9b029",
  8. "packages": [
  9. {
  10. "name": "chumper/zipper",
  11. "version": "v1.0.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/Chumper/Zipper.git",
  15. "reference": "6a1733c34d67c3952b8439afb36ad4ea5c3ceacb"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/Chumper/Zipper/zipball/6a1733c34d67c3952b8439afb36ad4ea5c3ceacb",
  20. "reference": "6a1733c34d67c3952b8439afb36ad4ea5c3ceacb",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "illuminate/filesystem": "^5.0",
  25. "illuminate/support": "^5.0",
  26. "php": ">=5.6.0"
  27. },
  28. "require-dev": {
  29. "mockery/mockery": "^0.9.4",
  30. "phpunit/phpunit": "^5.7"
  31. },
  32. "type": "library",
  33. "extra": {
  34. "laravel": {
  35. "providers": [
  36. "Chumper\\Zipper\\ZipperServiceProvider"
  37. ],
  38. "aliases": {
  39. "Zipper": "Chumper\\Zipper\\Zipper"
  40. }
  41. }
  42. },
  43. "autoload": {
  44. "psr-4": {
  45. "Chumper\\Zipper\\": "src/Chumper/Zipper"
  46. }
  47. },
  48. "notification-url": "https://packagist.org/downloads/",
  49. "license": [
  50. "Apache2"
  51. ],
  52. "authors": [
  53. {
  54. "name": "Nils Plaschke",
  55. "email": "github@nilsplaschke.de",
  56. "homepage": "http://nilsplaschke.de",
  57. "role": "Developer"
  58. }
  59. ],
  60. "description": "This is a little neat helper for the ZipArchive methods with handy functions",
  61. "homepage": "http://github.com/Chumper/zipper",
  62. "keywords": [
  63. "archive",
  64. "laravel",
  65. "zip"
  66. ],
  67. "time": "2017-07-17T08:05:10+00:00"
  68. },
  69. {
  70. "name": "doctrine/inflector",
  71. "version": "v1.1.0",
  72. "source": {
  73. "type": "git",
  74. "url": "https://github.com/doctrine/inflector.git",
  75. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
  76. },
  77. "dist": {
  78. "type": "zip",
  79. "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
  80. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
  81. "shasum": ""
  82. },
  83. "require": {
  84. "php": ">=5.3.2"
  85. },
  86. "require-dev": {
  87. "phpunit/phpunit": "4.*"
  88. },
  89. "type": "library",
  90. "extra": {
  91. "branch-alias": {
  92. "dev-master": "1.1.x-dev"
  93. }
  94. },
  95. "autoload": {
  96. "psr-0": {
  97. "Doctrine\\Common\\Inflector\\": "lib/"
  98. }
  99. },
  100. "notification-url": "https://packagist.org/downloads/",
  101. "license": [
  102. "MIT"
  103. ],
  104. "authors": [
  105. {
  106. "name": "Roman Borschel",
  107. "email": "roman@code-factory.org"
  108. },
  109. {
  110. "name": "Benjamin Eberlei",
  111. "email": "kontakt@beberlei.de"
  112. },
  113. {
  114. "name": "Guilherme Blanco",
  115. "email": "guilhermeblanco@gmail.com"
  116. },
  117. {
  118. "name": "Jonathan Wage",
  119. "email": "jonwage@gmail.com"
  120. },
  121. {
  122. "name": "Johannes Schmitt",
  123. "email": "schmittjoh@gmail.com"
  124. }
  125. ],
  126. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  127. "homepage": "http://www.doctrine-project.org",
  128. "keywords": [
  129. "inflection",
  130. "pluralize",
  131. "singularize",
  132. "string"
  133. ],
  134. "time": "2015-11-06T14:35:42+00:00"
  135. },
  136. {
  137. "name": "ifsnop/mysqldump-php",
  138. "version": "v2.7",
  139. "source": {
  140. "type": "git",
  141. "url": "https://github.com/ifsnop/mysqldump-php.git",
  142. "reference": "30f07f4f0b0fdfcd74e6e57de933248d47f2dd61"
  143. },
  144. "dist": {
  145. "type": "zip",
  146. "url": "https://api.github.com/repos/ifsnop/mysqldump-php/zipball/30f07f4f0b0fdfcd74e6e57de933248d47f2dd61",
  147. "reference": "30f07f4f0b0fdfcd74e6e57de933248d47f2dd61",
  148. "shasum": ""
  149. },
  150. "require": {
  151. "php": ">=5.3.0"
  152. },
  153. "require-dev": {
  154. "phpunit/phpunit": "4.8.36",
  155. "squizlabs/php_codesniffer": "1.*"
  156. },
  157. "type": "library",
  158. "autoload": {
  159. "psr-4": {
  160. "Ifsnop\\": "src/Ifsnop/"
  161. }
  162. },
  163. "notification-url": "https://packagist.org/downloads/",
  164. "license": [
  165. "GPL-3.0-or-later"
  166. ],
  167. "authors": [
  168. {
  169. "name": "Diego Torres",
  170. "homepage": "https://github.com/ifsnop",
  171. "role": "Developer"
  172. }
  173. ],
  174. "description": "PHP version of mysqldump cli that comes with MySQL",
  175. "homepage": "https://github.com/ifsnop/mysqldump-php",
  176. "keywords": [
  177. "PHP7",
  178. "database",
  179. "hhvm",
  180. "mariadb",
  181. "mysql",
  182. "mysql-backup",
  183. "mysqldump",
  184. "pdo",
  185. "php",
  186. "php5",
  187. "sql"
  188. ],
  189. "time": "2019-02-18T23:38:33+00:00"
  190. },
  191. {
  192. "name": "illuminate/contracts",
  193. "version": "v5.4.36",
  194. "source": {
  195. "type": "git",
  196. "url": "https://github.com/illuminate/contracts.git",
  197. "reference": "67f642e018f3e95fb0b2ebffc206c3200391b1ab"
  198. },
  199. "dist": {
  200. "type": "zip",
  201. "url": "https://api.github.com/repos/illuminate/contracts/zipball/67f642e018f3e95fb0b2ebffc206c3200391b1ab",
  202. "reference": "67f642e018f3e95fb0b2ebffc206c3200391b1ab",
  203. "shasum": ""
  204. },
  205. "require": {
  206. "php": ">=5.6.4"
  207. },
  208. "type": "library",
  209. "extra": {
  210. "branch-alias": {
  211. "dev-master": "5.4-dev"
  212. }
  213. },
  214. "autoload": {
  215. "psr-4": {
  216. "Illuminate\\Contracts\\": ""
  217. }
  218. },
  219. "notification-url": "https://packagist.org/downloads/",
  220. "license": [
  221. "MIT"
  222. ],
  223. "authors": [
  224. {
  225. "name": "Taylor Otwell",
  226. "email": "taylor@laravel.com"
  227. }
  228. ],
  229. "description": "The Illuminate Contracts package.",
  230. "homepage": "https://laravel.com",
  231. "time": "2017-08-26T23:56:53+00:00"
  232. },
  233. {
  234. "name": "illuminate/filesystem",
  235. "version": "v5.4.36",
  236. "source": {
  237. "type": "git",
  238. "url": "https://github.com/illuminate/filesystem.git",
  239. "reference": "b800a1423d06869ee5c2768eee123917f12b693e"
  240. },
  241. "dist": {
  242. "type": "zip",
  243. "url": "https://api.github.com/repos/illuminate/filesystem/zipball/b800a1423d06869ee5c2768eee123917f12b693e",
  244. "reference": "b800a1423d06869ee5c2768eee123917f12b693e",
  245. "shasum": ""
  246. },
  247. "require": {
  248. "illuminate/contracts": "5.4.*",
  249. "illuminate/support": "5.4.*",
  250. "php": ">=5.6.4",
  251. "symfony/finder": "~3.2"
  252. },
  253. "suggest": {
  254. "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).",
  255. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
  256. "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)."
  257. },
  258. "type": "library",
  259. "extra": {
  260. "branch-alias": {
  261. "dev-master": "5.4-dev"
  262. }
  263. },
  264. "autoload": {
  265. "psr-4": {
  266. "Illuminate\\Filesystem\\": ""
  267. }
  268. },
  269. "notification-url": "https://packagist.org/downloads/",
  270. "license": [
  271. "MIT"
  272. ],
  273. "authors": [
  274. {
  275. "name": "Taylor Otwell",
  276. "email": "taylor@laravel.com"
  277. }
  278. ],
  279. "description": "The Illuminate Filesystem package.",
  280. "homepage": "https://laravel.com",
  281. "time": "2017-08-02T21:58:00+00:00"
  282. },
  283. {
  284. "name": "illuminate/support",
  285. "version": "v5.4.36",
  286. "source": {
  287. "type": "git",
  288. "url": "https://github.com/illuminate/support.git",
  289. "reference": "feab1d1495fd6d38970bd6c83586ba2ace8f299a"
  290. },
  291. "dist": {
  292. "type": "zip",
  293. "url": "https://api.github.com/repos/illuminate/support/zipball/feab1d1495fd6d38970bd6c83586ba2ace8f299a",
  294. "reference": "feab1d1495fd6d38970bd6c83586ba2ace8f299a",
  295. "shasum": ""
  296. },
  297. "require": {
  298. "doctrine/inflector": "~1.1",
  299. "ext-mbstring": "*",
  300. "illuminate/contracts": "5.4.*",
  301. "paragonie/random_compat": "~1.4|~2.0",
  302. "php": ">=5.6.4"
  303. },
  304. "replace": {
  305. "tightenco/collect": "self.version"
  306. },
  307. "suggest": {
  308. "illuminate/filesystem": "Required to use the composer class (5.2.*).",
  309. "symfony/process": "Required to use the composer class (~3.2).",
  310. "symfony/var-dumper": "Required to use the dd function (~3.2)."
  311. },
  312. "type": "library",
  313. "extra": {
  314. "branch-alias": {
  315. "dev-master": "5.4-dev"
  316. }
  317. },
  318. "autoload": {
  319. "psr-4": {
  320. "Illuminate\\Support\\": ""
  321. },
  322. "files": [
  323. "helpers.php"
  324. ]
  325. },
  326. "notification-url": "https://packagist.org/downloads/",
  327. "license": [
  328. "MIT"
  329. ],
  330. "authors": [
  331. {
  332. "name": "Taylor Otwell",
  333. "email": "taylor@laravel.com"
  334. }
  335. ],
  336. "description": "The Illuminate Support package.",
  337. "homepage": "https://laravel.com",
  338. "time": "2017-08-15T13:25:41+00:00"
  339. },
  340. {
  341. "name": "paragonie/random_compat",
  342. "version": "v2.0.18",
  343. "source": {
  344. "type": "git",
  345. "url": "https://github.com/paragonie/random_compat.git",
  346. "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
  347. },
  348. "dist": {
  349. "type": "zip",
  350. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
  351. "reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
  352. "shasum": ""
  353. },
  354. "require": {
  355. "php": ">=5.2.0"
  356. },
  357. "require-dev": {
  358. "phpunit/phpunit": "4.*|5.*"
  359. },
  360. "suggest": {
  361. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  362. },
  363. "type": "library",
  364. "autoload": {
  365. "files": [
  366. "lib/random.php"
  367. ]
  368. },
  369. "notification-url": "https://packagist.org/downloads/",
  370. "license": [
  371. "MIT"
  372. ],
  373. "authors": [
  374. {
  375. "name": "Paragon Initiative Enterprises",
  376. "email": "security@paragonie.com",
  377. "homepage": "https://paragonie.com"
  378. }
  379. ],
  380. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  381. "keywords": [
  382. "csprng",
  383. "polyfill",
  384. "pseudorandom",
  385. "random"
  386. ],
  387. "time": "2019-01-03T20:59:08+00:00"
  388. },
  389. {
  390. "name": "symfony/finder",
  391. "version": "v3.4.29",
  392. "source": {
  393. "type": "git",
  394. "url": "https://github.com/symfony/finder.git",
  395. "reference": "5f80266a729e30bbcc37f8bf0e62c3d5a38c8208"
  396. },
  397. "dist": {
  398. "type": "zip",
  399. "url": "https://api.github.com/repos/symfony/finder/zipball/5f80266a729e30bbcc37f8bf0e62c3d5a38c8208",
  400. "reference": "5f80266a729e30bbcc37f8bf0e62c3d5a38c8208",
  401. "shasum": ""
  402. },
  403. "require": {
  404. "php": "^5.5.9|>=7.0.8"
  405. },
  406. "type": "library",
  407. "extra": {
  408. "branch-alias": {
  409. "dev-master": "3.4-dev"
  410. }
  411. },
  412. "autoload": {
  413. "psr-4": {
  414. "Symfony\\Component\\Finder\\": ""
  415. },
  416. "exclude-from-classmap": [
  417. "/Tests/"
  418. ]
  419. },
  420. "notification-url": "https://packagist.org/downloads/",
  421. "license": [
  422. "MIT"
  423. ],
  424. "authors": [
  425. {
  426. "name": "Fabien Potencier",
  427. "email": "fabien@symfony.com"
  428. },
  429. {
  430. "name": "Symfony Community",
  431. "homepage": "https://symfony.com/contributors"
  432. }
  433. ],
  434. "description": "Symfony Finder Component",
  435. "homepage": "https://symfony.com",
  436. "time": "2019-05-30T15:47:52+00:00"
  437. }
  438. ],
  439. "packages-dev": [],
  440. "aliases": [],
  441. "minimum-stability": "stable",
  442. "stability-flags": [],
  443. "prefer-stable": false,
  444. "prefer-lowest": false,
  445. "platform": {
  446. "php": ">=5.6.0"
  447. },
  448. "platform-dev": [],
  449. "platform-overrides": {
  450. "php": "5.6.40"
  451. }
  452. }