composer.lock 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "94d59c31af15cf289f35f795590fe365",
  8. "content-hash": "72f2cf43b4240b1df8ea811c286f8422",
  9. "packages": [
  10. {
  11. "name": "barryvdh/laravel-debugbar",
  12. "version": "v2.2.0",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/barryvdh/laravel-debugbar.git",
  16. "reference": "13b7058d2120c8d5af7f1ada21b7c44dd87b666a"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/13b7058d2120c8d5af7f1ada21b7c44dd87b666a",
  21. "reference": "13b7058d2120c8d5af7f1ada21b7c44dd87b666a",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "illuminate/support": "5.1.*|5.2.*",
  26. "maximebf/debugbar": "~1.11.0",
  27. "php": ">=5.5.9",
  28. "symfony/finder": "~2.7|~3.0"
  29. },
  30. "type": "library",
  31. "extra": {
  32. "branch-alias": {
  33. "dev-master": "2.2-dev"
  34. }
  35. },
  36. "autoload": {
  37. "psr-4": {
  38. "Barryvdh\\Debugbar\\": "src/"
  39. },
  40. "files": [
  41. "src/helpers.php"
  42. ]
  43. },
  44. "notification-url": "https://packagist.org/downloads/",
  45. "license": [
  46. "MIT"
  47. ],
  48. "authors": [
  49. {
  50. "name": "Barry vd. Heuvel",
  51. "email": "barryvdh@gmail.com"
  52. }
  53. ],
  54. "description": "PHP Debugbar integration for Laravel",
  55. "keywords": [
  56. "debug",
  57. "debugbar",
  58. "laravel",
  59. "profiler",
  60. "webprofiler"
  61. ],
  62. "time": "2016-02-17 08:32:21"
  63. },
  64. {
  65. "name": "doctrine/inflector",
  66. "version": "v1.1.0",
  67. "source": {
  68. "type": "git",
  69. "url": "https://github.com/doctrine/inflector.git",
  70. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
  71. },
  72. "dist": {
  73. "type": "zip",
  74. "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
  75. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
  76. "shasum": ""
  77. },
  78. "require": {
  79. "php": ">=5.3.2"
  80. },
  81. "require-dev": {
  82. "phpunit/phpunit": "4.*"
  83. },
  84. "type": "library",
  85. "extra": {
  86. "branch-alias": {
  87. "dev-master": "1.1.x-dev"
  88. }
  89. },
  90. "autoload": {
  91. "psr-0": {
  92. "Doctrine\\Common\\Inflector\\": "lib/"
  93. }
  94. },
  95. "notification-url": "https://packagist.org/downloads/",
  96. "license": [
  97. "MIT"
  98. ],
  99. "authors": [
  100. {
  101. "name": "Roman Borschel",
  102. "email": "roman@code-factory.org"
  103. },
  104. {
  105. "name": "Benjamin Eberlei",
  106. "email": "kontakt@beberlei.de"
  107. },
  108. {
  109. "name": "Guilherme Blanco",
  110. "email": "guilhermeblanco@gmail.com"
  111. },
  112. {
  113. "name": "Jonathan Wage",
  114. "email": "jonwage@gmail.com"
  115. },
  116. {
  117. "name": "Johannes Schmitt",
  118. "email": "schmittjoh@gmail.com"
  119. }
  120. ],
  121. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  122. "homepage": "http://www.doctrine-project.org",
  123. "keywords": [
  124. "inflection",
  125. "pluralize",
  126. "singularize",
  127. "string"
  128. ],
  129. "time": "2015-11-06 14:35:42"
  130. },
  131. {
  132. "name": "illuminate/contracts",
  133. "version": "v5.2.21",
  134. "source": {
  135. "type": "git",
  136. "url": "https://github.com/illuminate/contracts.git",
  137. "reference": "eea3cf7ce90651e067a914d16383b019da45fcb5"
  138. },
  139. "dist": {
  140. "type": "zip",
  141. "url": "https://api.github.com/repos/illuminate/contracts/zipball/eea3cf7ce90651e067a914d16383b019da45fcb5",
  142. "reference": "eea3cf7ce90651e067a914d16383b019da45fcb5",
  143. "shasum": ""
  144. },
  145. "require": {
  146. "php": ">=5.5.9"
  147. },
  148. "type": "library",
  149. "extra": {
  150. "branch-alias": {
  151. "dev-master": "5.2-dev"
  152. }
  153. },
  154. "autoload": {
  155. "psr-4": {
  156. "Illuminate\\Contracts\\": ""
  157. }
  158. },
  159. "notification-url": "https://packagist.org/downloads/",
  160. "license": [
  161. "MIT"
  162. ],
  163. "authors": [
  164. {
  165. "name": "Taylor Otwell",
  166. "email": "taylorotwell@gmail.com"
  167. }
  168. ],
  169. "description": "The Illuminate Contracts package.",
  170. "homepage": "http://laravel.com",
  171. "time": "2016-02-22 09:18:57"
  172. },
  173. {
  174. "name": "illuminate/support",
  175. "version": "v5.2.21",
  176. "source": {
  177. "type": "git",
  178. "url": "https://github.com/illuminate/support.git",
  179. "reference": "6749fab3f3d38d8b15427536a8e7bbdc57497c9e"
  180. },
  181. "dist": {
  182. "type": "zip",
  183. "url": "https://api.github.com/repos/illuminate/support/zipball/6749fab3f3d38d8b15427536a8e7bbdc57497c9e",
  184. "reference": "6749fab3f3d38d8b15427536a8e7bbdc57497c9e",
  185. "shasum": ""
  186. },
  187. "require": {
  188. "doctrine/inflector": "~1.0",
  189. "ext-mbstring": "*",
  190. "illuminate/contracts": "5.2.*",
  191. "php": ">=5.5.9"
  192. },
  193. "suggest": {
  194. "illuminate/filesystem": "Required to use the composer class (5.2.*).",
  195. "jeremeamia/superclosure": "Required to be able to serialize closures (~2.2).",
  196. "paragonie/random_compat": "Provides a compatible interface like PHP7's random_bytes() in PHP 5 projects (~1.1).",
  197. "symfony/polyfill-php56": "Required to use the hash_equals function on PHP 5.5 (~1.0).",
  198. "symfony/process": "Required to use the composer class (2.8.*|3.0.*).",
  199. "symfony/var-dumper": "Improves the dd function (2.8.*|3.0.*)."
  200. },
  201. "type": "library",
  202. "extra": {
  203. "branch-alias": {
  204. "dev-master": "5.2-dev"
  205. }
  206. },
  207. "autoload": {
  208. "psr-4": {
  209. "Illuminate\\Support\\": ""
  210. },
  211. "files": [
  212. "helpers.php"
  213. ]
  214. },
  215. "notification-url": "https://packagist.org/downloads/",
  216. "license": [
  217. "MIT"
  218. ],
  219. "authors": [
  220. {
  221. "name": "Taylor Otwell",
  222. "email": "taylorotwell@gmail.com"
  223. }
  224. ],
  225. "description": "The Illuminate Support package.",
  226. "homepage": "http://laravel.com",
  227. "time": "2016-02-22 20:29:02"
  228. },
  229. {
  230. "name": "maximebf/debugbar",
  231. "version": "v1.11.1",
  232. "source": {
  233. "type": "git",
  234. "url": "https://github.com/maximebf/php-debugbar.git",
  235. "reference": "d9302891c1f0a0ac5a4f66725163a00537c6359f"
  236. },
  237. "dist": {
  238. "type": "zip",
  239. "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/d9302891c1f0a0ac5a4f66725163a00537c6359f",
  240. "reference": "d9302891c1f0a0ac5a4f66725163a00537c6359f",
  241. "shasum": ""
  242. },
  243. "require": {
  244. "php": ">=5.3.0",
  245. "psr/log": "^1.0",
  246. "symfony/var-dumper": "^2.6|^3.0"
  247. },
  248. "require-dev": {
  249. "phpunit/phpunit": "^4.0|^5.0"
  250. },
  251. "suggest": {
  252. "kriswallsmith/assetic": "The best way to manage assets",
  253. "monolog/monolog": "Log using Monolog",
  254. "predis/predis": "Redis storage"
  255. },
  256. "type": "library",
  257. "extra": {
  258. "branch-alias": {
  259. "dev-master": "1.11-dev"
  260. }
  261. },
  262. "autoload": {
  263. "psr-4": {
  264. "DebugBar\\": "src/DebugBar/"
  265. }
  266. },
  267. "notification-url": "https://packagist.org/downloads/",
  268. "license": [
  269. "MIT"
  270. ],
  271. "authors": [
  272. {
  273. "name": "Maxime Bouroumeau-Fuseau",
  274. "email": "maxime.bouroumeau@gmail.com",
  275. "homepage": "http://maximebf.com"
  276. },
  277. {
  278. "name": "Barry vd. Heuvel",
  279. "email": "barryvdh@gmail.com"
  280. }
  281. ],
  282. "description": "Debug bar in the browser for php application",
  283. "homepage": "https://github.com/maximebf/php-debugbar",
  284. "keywords": [
  285. "debug",
  286. "debugbar"
  287. ],
  288. "time": "2016-01-22 12:22:23"
  289. },
  290. {
  291. "name": "psr/log",
  292. "version": "1.0.0",
  293. "source": {
  294. "type": "git",
  295. "url": "https://github.com/php-fig/log.git",
  296. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  297. },
  298. "dist": {
  299. "type": "zip",
  300. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  301. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  302. "shasum": ""
  303. },
  304. "type": "library",
  305. "autoload": {
  306. "psr-0": {
  307. "Psr\\Log\\": ""
  308. }
  309. },
  310. "notification-url": "https://packagist.org/downloads/",
  311. "license": [
  312. "MIT"
  313. ],
  314. "authors": [
  315. {
  316. "name": "PHP-FIG",
  317. "homepage": "http://www.php-fig.org/"
  318. }
  319. ],
  320. "description": "Common interface for logging libraries",
  321. "keywords": [
  322. "log",
  323. "psr",
  324. "psr-3"
  325. ],
  326. "time": "2012-12-21 11:40:51"
  327. },
  328. {
  329. "name": "symfony/finder",
  330. "version": "v3.0.3",
  331. "source": {
  332. "type": "git",
  333. "url": "https://github.com/symfony/finder.git",
  334. "reference": "623bda0abd9aa29e529c8e9c08b3b84171914723"
  335. },
  336. "dist": {
  337. "type": "zip",
  338. "url": "https://api.github.com/repos/symfony/finder/zipball/623bda0abd9aa29e529c8e9c08b3b84171914723",
  339. "reference": "623bda0abd9aa29e529c8e9c08b3b84171914723",
  340. "shasum": ""
  341. },
  342. "require": {
  343. "php": ">=5.5.9"
  344. },
  345. "type": "library",
  346. "extra": {
  347. "branch-alias": {
  348. "dev-master": "3.0-dev"
  349. }
  350. },
  351. "autoload": {
  352. "psr-4": {
  353. "Symfony\\Component\\Finder\\": ""
  354. },
  355. "exclude-from-classmap": [
  356. "/Tests/"
  357. ]
  358. },
  359. "notification-url": "https://packagist.org/downloads/",
  360. "license": [
  361. "MIT"
  362. ],
  363. "authors": [
  364. {
  365. "name": "Fabien Potencier",
  366. "email": "fabien@symfony.com"
  367. },
  368. {
  369. "name": "Symfony Community",
  370. "homepage": "https://symfony.com/contributors"
  371. }
  372. ],
  373. "description": "Symfony Finder Component",
  374. "homepage": "https://symfony.com",
  375. "time": "2016-01-27 05:14:46"
  376. },
  377. {
  378. "name": "symfony/polyfill-mbstring",
  379. "version": "v1.1.0",
  380. "source": {
  381. "type": "git",
  382. "url": "https://github.com/symfony/polyfill-mbstring.git",
  383. "reference": "1289d16209491b584839022f29257ad859b8532d"
  384. },
  385. "dist": {
  386. "type": "zip",
  387. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
  388. "reference": "1289d16209491b584839022f29257ad859b8532d",
  389. "shasum": ""
  390. },
  391. "require": {
  392. "php": ">=5.3.3"
  393. },
  394. "suggest": {
  395. "ext-mbstring": "For best performance"
  396. },
  397. "type": "library",
  398. "extra": {
  399. "branch-alias": {
  400. "dev-master": "1.1-dev"
  401. }
  402. },
  403. "autoload": {
  404. "psr-4": {
  405. "Symfony\\Polyfill\\Mbstring\\": ""
  406. },
  407. "files": [
  408. "bootstrap.php"
  409. ]
  410. },
  411. "notification-url": "https://packagist.org/downloads/",
  412. "license": [
  413. "MIT"
  414. ],
  415. "authors": [
  416. {
  417. "name": "Nicolas Grekas",
  418. "email": "p@tchwork.com"
  419. },
  420. {
  421. "name": "Symfony Community",
  422. "homepage": "https://symfony.com/contributors"
  423. }
  424. ],
  425. "description": "Symfony polyfill for the Mbstring extension",
  426. "homepage": "https://symfony.com",
  427. "keywords": [
  428. "compatibility",
  429. "mbstring",
  430. "polyfill",
  431. "portable",
  432. "shim"
  433. ],
  434. "time": "2016-01-20 09:13:37"
  435. },
  436. {
  437. "name": "symfony/var-dumper",
  438. "version": "v3.0.3",
  439. "source": {
  440. "type": "git",
  441. "url": "https://github.com/symfony/var-dumper.git",
  442. "reference": "9a6a883c48acb215d4825ce9de61dccf93d62074"
  443. },
  444. "dist": {
  445. "type": "zip",
  446. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/9a6a883c48acb215d4825ce9de61dccf93d62074",
  447. "reference": "9a6a883c48acb215d4825ce9de61dccf93d62074",
  448. "shasum": ""
  449. },
  450. "require": {
  451. "php": ">=5.5.9",
  452. "symfony/polyfill-mbstring": "~1.0"
  453. },
  454. "require-dev": {
  455. "twig/twig": "~1.20|~2.0"
  456. },
  457. "suggest": {
  458. "ext-symfony_debug": ""
  459. },
  460. "type": "library",
  461. "extra": {
  462. "branch-alias": {
  463. "dev-master": "3.0-dev"
  464. }
  465. },
  466. "autoload": {
  467. "files": [
  468. "Resources/functions/dump.php"
  469. ],
  470. "psr-4": {
  471. "Symfony\\Component\\VarDumper\\": ""
  472. },
  473. "exclude-from-classmap": [
  474. "/Tests/"
  475. ]
  476. },
  477. "notification-url": "https://packagist.org/downloads/",
  478. "license": [
  479. "MIT"
  480. ],
  481. "authors": [
  482. {
  483. "name": "Nicolas Grekas",
  484. "email": "p@tchwork.com"
  485. },
  486. {
  487. "name": "Symfony Community",
  488. "homepage": "https://symfony.com/contributors"
  489. }
  490. ],
  491. "description": "Symfony mechanism for exploring and dumping PHP variables",
  492. "homepage": "https://symfony.com",
  493. "keywords": [
  494. "debug",
  495. "dump"
  496. ],
  497. "time": "2016-02-13 09:23:44"
  498. }
  499. ],
  500. "packages-dev": [],
  501. "aliases": [],
  502. "minimum-stability": "stable",
  503. "stability-flags": [],
  504. "prefer-stable": false,
  505. "prefer-lowest": false,
  506. "platform": [],
  507. "platform-dev": []
  508. }