composer.lock 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "ed26ca4db48b3c21a9a0729b77821bde",
  8. "packages": [
  9. {
  10. "name": "doctrine/inflector",
  11. "version": "v1.2.0",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/doctrine/inflector.git",
  15. "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
  20. "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.0"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "^6.2"
  28. },
  29. "type": "library",
  30. "extra": {
  31. "branch-alias": {
  32. "dev-master": "1.2.x-dev"
  33. }
  34. },
  35. "autoload": {
  36. "psr-4": {
  37. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  38. }
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "MIT"
  43. ],
  44. "authors": [
  45. {
  46. "name": "Roman Borschel",
  47. "email": "roman@code-factory.org"
  48. },
  49. {
  50. "name": "Benjamin Eberlei",
  51. "email": "kontakt@beberlei.de"
  52. },
  53. {
  54. "name": "Guilherme Blanco",
  55. "email": "guilhermeblanco@gmail.com"
  56. },
  57. {
  58. "name": "Jonathan Wage",
  59. "email": "jonwage@gmail.com"
  60. },
  61. {
  62. "name": "Johannes Schmitt",
  63. "email": "schmittjoh@gmail.com"
  64. }
  65. ],
  66. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  67. "homepage": "http://www.doctrine-project.org",
  68. "keywords": [
  69. "inflection",
  70. "pluralize",
  71. "singularize",
  72. "string"
  73. ],
  74. "time": "2017-07-22T12:18:28+00:00"
  75. },
  76. {
  77. "name": "filp/whoops",
  78. "version": "2.2.0",
  79. "source": {
  80. "type": "git",
  81. "url": "https://github.com/filp/whoops.git",
  82. "reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a"
  83. },
  84. "dist": {
  85. "type": "zip",
  86. "url": "https://api.github.com/repos/filp/whoops/zipball/181c4502d8f34db7aed7bfe88d4f87875b8e947a",
  87. "reference": "181c4502d8f34db7aed7bfe88d4f87875b8e947a",
  88. "shasum": ""
  89. },
  90. "require": {
  91. "php": "^5.5.9 || ^7.0",
  92. "psr/log": "^1.0.1"
  93. },
  94. "require-dev": {
  95. "mockery/mockery": "^0.9 || ^1.0",
  96. "phpunit/phpunit": "^4.8.35 || ^5.7",
  97. "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
  98. },
  99. "suggest": {
  100. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  101. "whoops/soap": "Formats errors as SOAP responses"
  102. },
  103. "type": "library",
  104. "extra": {
  105. "branch-alias": {
  106. "dev-master": "2.1-dev"
  107. }
  108. },
  109. "autoload": {
  110. "psr-4": {
  111. "Whoops\\": "src/Whoops/"
  112. }
  113. },
  114. "notification-url": "https://packagist.org/downloads/",
  115. "license": [
  116. "MIT"
  117. ],
  118. "authors": [
  119. {
  120. "name": "Filipe Dobreira",
  121. "homepage": "https://github.com/filp",
  122. "role": "Developer"
  123. }
  124. ],
  125. "description": "php error handling for cool kids",
  126. "homepage": "https://filp.github.io/whoops/",
  127. "keywords": [
  128. "error",
  129. "exception",
  130. "handling",
  131. "library",
  132. "throwable",
  133. "whoops"
  134. ],
  135. "time": "2018-03-03T17:56:25+00:00"
  136. },
  137. {
  138. "name": "illuminate/container",
  139. "version": "v5.5.40",
  140. "source": {
  141. "type": "git",
  142. "url": "https://github.com/illuminate/container.git",
  143. "reference": "25821159f2bb12dc9e5720a4b13ea3372ffa8216"
  144. },
  145. "dist": {
  146. "type": "zip",
  147. "url": "https://api.github.com/repos/illuminate/container/zipball/25821159f2bb12dc9e5720a4b13ea3372ffa8216",
  148. "reference": "25821159f2bb12dc9e5720a4b13ea3372ffa8216",
  149. "shasum": ""
  150. },
  151. "require": {
  152. "illuminate/contracts": "5.5.*",
  153. "php": ">=7.0",
  154. "psr/container": "~1.0"
  155. },
  156. "type": "library",
  157. "extra": {
  158. "branch-alias": {
  159. "dev-master": "5.5-dev"
  160. }
  161. },
  162. "autoload": {
  163. "psr-4": {
  164. "Illuminate\\Container\\": ""
  165. }
  166. },
  167. "notification-url": "https://packagist.org/downloads/",
  168. "license": [
  169. "MIT"
  170. ],
  171. "authors": [
  172. {
  173. "name": "Taylor Otwell",
  174. "email": "taylor@laravel.com"
  175. }
  176. ],
  177. "description": "The Illuminate Container package.",
  178. "homepage": "https://laravel.com",
  179. "time": "2018-01-19T17:58:33+00:00"
  180. },
  181. {
  182. "name": "illuminate/contracts",
  183. "version": "v5.5.40",
  184. "source": {
  185. "type": "git",
  186. "url": "https://github.com/illuminate/contracts.git",
  187. "reference": "04fbae936ed14e673dddd18a39662f49e7d199f5"
  188. },
  189. "dist": {
  190. "type": "zip",
  191. "url": "https://api.github.com/repos/illuminate/contracts/zipball/04fbae936ed14e673dddd18a39662f49e7d199f5",
  192. "reference": "04fbae936ed14e673dddd18a39662f49e7d199f5",
  193. "shasum": ""
  194. },
  195. "require": {
  196. "php": ">=7.0",
  197. "psr/container": "~1.0",
  198. "psr/simple-cache": "~1.0"
  199. },
  200. "type": "library",
  201. "extra": {
  202. "branch-alias": {
  203. "dev-master": "5.5-dev"
  204. }
  205. },
  206. "autoload": {
  207. "psr-4": {
  208. "Illuminate\\Contracts\\": ""
  209. }
  210. },
  211. "notification-url": "https://packagist.org/downloads/",
  212. "license": [
  213. "MIT"
  214. ],
  215. "authors": [
  216. {
  217. "name": "Taylor Otwell",
  218. "email": "taylor@laravel.com"
  219. }
  220. ],
  221. "description": "The Illuminate Contracts package.",
  222. "homepage": "https://laravel.com",
  223. "time": "2018-03-20T15:34:35+00:00"
  224. },
  225. {
  226. "name": "illuminate/database",
  227. "version": "v5.5.40",
  228. "source": {
  229. "type": "git",
  230. "url": "https://github.com/illuminate/database.git",
  231. "reference": "be5fff68fcc6393c984c5164fc26ef7973c869e9"
  232. },
  233. "dist": {
  234. "type": "zip",
  235. "url": "https://api.github.com/repos/illuminate/database/zipball/be5fff68fcc6393c984c5164fc26ef7973c869e9",
  236. "reference": "be5fff68fcc6393c984c5164fc26ef7973c869e9",
  237. "shasum": ""
  238. },
  239. "require": {
  240. "illuminate/container": "5.5.*",
  241. "illuminate/contracts": "5.5.*",
  242. "illuminate/support": "5.5.*",
  243. "php": ">=7.0"
  244. },
  245. "suggest": {
  246. "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
  247. "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
  248. "illuminate/console": "Required to use the database commands (5.5.*).",
  249. "illuminate/events": "Required to use the observers with Eloquent (5.5.*).",
  250. "illuminate/filesystem": "Required to use the migrations (5.5.*).",
  251. "illuminate/pagination": "Required to paginate the result set (5.5.*)."
  252. },
  253. "type": "library",
  254. "extra": {
  255. "branch-alias": {
  256. "dev-master": "5.5-dev"
  257. }
  258. },
  259. "autoload": {
  260. "psr-4": {
  261. "Illuminate\\Database\\": ""
  262. }
  263. },
  264. "notification-url": "https://packagist.org/downloads/",
  265. "license": [
  266. "MIT"
  267. ],
  268. "authors": [
  269. {
  270. "name": "Taylor Otwell",
  271. "email": "taylor@laravel.com"
  272. }
  273. ],
  274. "description": "The Illuminate Database package.",
  275. "homepage": "https://laravel.com",
  276. "keywords": [
  277. "database",
  278. "laravel",
  279. "orm",
  280. "sql"
  281. ],
  282. "time": "2018-03-15T12:39:57+00:00"
  283. },
  284. {
  285. "name": "illuminate/support",
  286. "version": "v5.5.40",
  287. "source": {
  288. "type": "git",
  289. "url": "https://github.com/illuminate/support.git",
  290. "reference": "5d2ccb17e526ad537bffc16abc1d516457ae5587"
  291. },
  292. "dist": {
  293. "type": "zip",
  294. "url": "https://api.github.com/repos/illuminate/support/zipball/5d2ccb17e526ad537bffc16abc1d516457ae5587",
  295. "reference": "5d2ccb17e526ad537bffc16abc1d516457ae5587",
  296. "shasum": ""
  297. },
  298. "require": {
  299. "doctrine/inflector": "~1.1",
  300. "ext-mbstring": "*",
  301. "illuminate/contracts": "5.5.*",
  302. "nesbot/carbon": "^1.24.1",
  303. "php": ">=7.0"
  304. },
  305. "replace": {
  306. "tightenco/collect": "<5.5.33"
  307. },
  308. "suggest": {
  309. "illuminate/filesystem": "Required to use the composer class (5.5.*).",
  310. "symfony/process": "Required to use the composer class (~3.3).",
  311. "symfony/var-dumper": "Required to use the dd function (~3.3)."
  312. },
  313. "type": "library",
  314. "extra": {
  315. "branch-alias": {
  316. "dev-master": "5.5-dev"
  317. }
  318. },
  319. "autoload": {
  320. "psr-4": {
  321. "Illuminate\\Support\\": ""
  322. },
  323. "files": [
  324. "helpers.php"
  325. ]
  326. },
  327. "notification-url": "https://packagist.org/downloads/",
  328. "license": [
  329. "MIT"
  330. ],
  331. "authors": [
  332. {
  333. "name": "Taylor Otwell",
  334. "email": "taylor@laravel.com"
  335. }
  336. ],
  337. "description": "The Illuminate Support package.",
  338. "homepage": "https://laravel.com",
  339. "time": "2018-03-10T15:44:32+00:00"
  340. },
  341. {
  342. "name": "itsgoingd/clockwork",
  343. "version": "v1.14.5",
  344. "source": {
  345. "type": "git",
  346. "url": "https://github.com/itsgoingd/clockwork.git",
  347. "reference": "55ec557cc8cc60944de0eefbe27f905d538a8f70"
  348. },
  349. "dist": {
  350. "type": "zip",
  351. "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/55ec557cc8cc60944de0eefbe27f905d538a8f70",
  352. "reference": "55ec557cc8cc60944de0eefbe27f905d538a8f70",
  353. "shasum": ""
  354. },
  355. "require": {
  356. "php": ">=5.3.9",
  357. "psr/log": "1.*"
  358. },
  359. "type": "library",
  360. "extra": {
  361. "laravel": {
  362. "providers": [
  363. "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
  364. ],
  365. "aliases": {
  366. "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
  367. }
  368. }
  369. },
  370. "autoload": {
  371. "psr-4": {
  372. "Clockwork\\": "Clockwork/"
  373. }
  374. },
  375. "notification-url": "https://packagist.org/downloads/",
  376. "license": [
  377. "MIT"
  378. ],
  379. "authors": [
  380. {
  381. "name": "itsgoingd",
  382. "email": "itsgoingd@luzer.sk",
  383. "homepage": "http://twitter.com/itsgoingd"
  384. }
  385. ],
  386. "description": "Server-side component of Clockwork, a Chrome extension for PHP development",
  387. "homepage": "http://github.com/itsgoingd/clockwork",
  388. "keywords": [
  389. "debugging",
  390. "laravel",
  391. "logging",
  392. "profiling"
  393. ],
  394. "time": "2017-09-15T14:50:14+00:00"
  395. },
  396. {
  397. "name": "monolog/monolog",
  398. "version": "1.23.0",
  399. "source": {
  400. "type": "git",
  401. "url": "https://github.com/Seldaek/monolog.git",
  402. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  403. },
  404. "dist": {
  405. "type": "zip",
  406. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  407. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  408. "shasum": ""
  409. },
  410. "require": {
  411. "php": ">=5.3.0",
  412. "psr/log": "~1.0"
  413. },
  414. "provide": {
  415. "psr/log-implementation": "1.0.0"
  416. },
  417. "require-dev": {
  418. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  419. "doctrine/couchdb": "~1.0@dev",
  420. "graylog2/gelf-php": "~1.0",
  421. "jakub-onderka/php-parallel-lint": "0.9",
  422. "php-amqplib/php-amqplib": "~2.4",
  423. "php-console/php-console": "^3.1.3",
  424. "phpunit/phpunit": "~4.5",
  425. "phpunit/phpunit-mock-objects": "2.3.0",
  426. "ruflin/elastica": ">=0.90 <3.0",
  427. "sentry/sentry": "^0.13",
  428. "swiftmailer/swiftmailer": "^5.3|^6.0"
  429. },
  430. "suggest": {
  431. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  432. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  433. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  434. "ext-mongo": "Allow sending log messages to a MongoDB server",
  435. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  436. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  437. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  438. "php-console/php-console": "Allow sending log messages to Google Chrome",
  439. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  440. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  441. "sentry/sentry": "Allow sending log messages to a Sentry server"
  442. },
  443. "type": "library",
  444. "extra": {
  445. "branch-alias": {
  446. "dev-master": "2.0.x-dev"
  447. }
  448. },
  449. "autoload": {
  450. "psr-4": {
  451. "Monolog\\": "src/Monolog"
  452. }
  453. },
  454. "notification-url": "https://packagist.org/downloads/",
  455. "license": [
  456. "MIT"
  457. ],
  458. "authors": [
  459. {
  460. "name": "Jordi Boggiano",
  461. "email": "j.boggiano@seld.be",
  462. "homepage": "http://seld.be"
  463. }
  464. ],
  465. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  466. "homepage": "http://github.com/Seldaek/monolog",
  467. "keywords": [
  468. "log",
  469. "logging",
  470. "psr-3"
  471. ],
  472. "time": "2017-06-19T01:22:40+00:00"
  473. },
  474. {
  475. "name": "nesbot/carbon",
  476. "version": "1.32.0",
  477. "source": {
  478. "type": "git",
  479. "url": "https://github.com/briannesbitt/Carbon.git",
  480. "reference": "64563e2b9f69e4db1b82a60e81efa327a30ff343"
  481. },
  482. "dist": {
  483. "type": "zip",
  484. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/64563e2b9f69e4db1b82a60e81efa327a30ff343",
  485. "reference": "64563e2b9f69e4db1b82a60e81efa327a30ff343",
  486. "shasum": ""
  487. },
  488. "require": {
  489. "php": ">=5.3.9",
  490. "symfony/translation": "~2.6 || ~3.0 || ~4.0"
  491. },
  492. "require-dev": {
  493. "friendsofphp/php-cs-fixer": "~2",
  494. "phpunit/phpunit": "^4.8.35 || ^5.7"
  495. },
  496. "type": "library",
  497. "extra": {
  498. "laravel": {
  499. "providers": [
  500. "Carbon\\Laravel\\ServiceProvider"
  501. ]
  502. }
  503. },
  504. "autoload": {
  505. "psr-4": {
  506. "": "src/"
  507. }
  508. },
  509. "notification-url": "https://packagist.org/downloads/",
  510. "license": [
  511. "MIT"
  512. ],
  513. "authors": [
  514. {
  515. "name": "Brian Nesbitt",
  516. "email": "brian@nesbot.com",
  517. "homepage": "http://nesbot.com"
  518. }
  519. ],
  520. "description": "A simple API extension for DateTime.",
  521. "homepage": "http://carbon.nesbot.com",
  522. "keywords": [
  523. "date",
  524. "datetime",
  525. "time"
  526. ],
  527. "time": "2018-07-05T06:59:26+00:00"
  528. },
  529. {
  530. "name": "nette/mail",
  531. "version": "v2.4.5",
  532. "source": {
  533. "type": "git",
  534. "url": "https://github.com/nette/mail.git",
  535. "reference": "13312eb627d913f2630018a07a9e40cb7003dc76"
  536. },
  537. "dist": {
  538. "type": "zip",
  539. "url": "https://api.github.com/repos/nette/mail/zipball/13312eb627d913f2630018a07a9e40cb7003dc76",
  540. "reference": "13312eb627d913f2630018a07a9e40cb7003dc76",
  541. "shasum": ""
  542. },
  543. "require": {
  544. "ext-iconv": "*",
  545. "nette/utils": "^2.4 || ~3.0.0",
  546. "php": ">=5.6.0"
  547. },
  548. "conflict": {
  549. "nette/nette": "<2.2"
  550. },
  551. "require-dev": {
  552. "nette/di": "^2.4 || ~3.0.0",
  553. "nette/tester": "^2.0",
  554. "tracy/tracy": "^2.4"
  555. },
  556. "suggest": {
  557. "ext-fileinfo": "to detect type of attached files"
  558. },
  559. "type": "library",
  560. "extra": {
  561. "branch-alias": {
  562. "dev-master": "2.4-dev"
  563. }
  564. },
  565. "autoload": {
  566. "classmap": [
  567. "src/"
  568. ]
  569. },
  570. "notification-url": "https://packagist.org/downloads/",
  571. "license": [
  572. "BSD-3-Clause",
  573. "GPL-2.0",
  574. "GPL-3.0"
  575. ],
  576. "authors": [
  577. {
  578. "name": "David Grudl",
  579. "homepage": "https://davidgrudl.com"
  580. },
  581. {
  582. "name": "Nette Community",
  583. "homepage": "https://nette.org/contributors"
  584. }
  585. ],
  586. "description": "📧 Nette Mail: handy email creation and transfer library for PHP with both text and MIME-compliant support.",
  587. "homepage": "https://nette.org",
  588. "keywords": [
  589. "mail",
  590. "mailer",
  591. "mime",
  592. "nette",
  593. "smtp"
  594. ],
  595. "time": "2018-03-18T16:30:02+00:00"
  596. },
  597. {
  598. "name": "nette/utils",
  599. "version": "v2.5.2",
  600. "source": {
  601. "type": "git",
  602. "url": "https://github.com/nette/utils.git",
  603. "reference": "183069866dc477fcfbac393ed486aaa6d93d19a5"
  604. },
  605. "dist": {
  606. "type": "zip",
  607. "url": "https://api.github.com/repos/nette/utils/zipball/183069866dc477fcfbac393ed486aaa6d93d19a5",
  608. "reference": "183069866dc477fcfbac393ed486aaa6d93d19a5",
  609. "shasum": ""
  610. },
  611. "require": {
  612. "php": ">=5.6.0"
  613. },
  614. "conflict": {
  615. "nette/nette": "<2.2"
  616. },
  617. "require-dev": {
  618. "nette/tester": "~2.0",
  619. "tracy/tracy": "^2.3"
  620. },
  621. "suggest": {
  622. "ext-gd": "to use Image",
  623. "ext-iconv": "to use Strings::webalize() and toAscii()",
  624. "ext-intl": "for script transliteration in Strings::webalize() and toAscii()",
  625. "ext-json": "to use Nette\\Utils\\Json",
  626. "ext-mbstring": "to use Strings::lower() etc...",
  627. "ext-xml": "to use Strings::length() etc. when mbstring is not available"
  628. },
  629. "type": "library",
  630. "extra": {
  631. "branch-alias": {
  632. "dev-master": "2.5-dev"
  633. }
  634. },
  635. "autoload": {
  636. "classmap": [
  637. "src/"
  638. ],
  639. "files": [
  640. "src/loader.php"
  641. ]
  642. },
  643. "notification-url": "https://packagist.org/downloads/",
  644. "license": [
  645. "BSD-3-Clause",
  646. "GPL-2.0",
  647. "GPL-3.0"
  648. ],
  649. "authors": [
  650. {
  651. "name": "David Grudl",
  652. "homepage": "https://davidgrudl.com"
  653. },
  654. {
  655. "name": "Nette Community",
  656. "homepage": "https://nette.org/contributors"
  657. }
  658. ],
  659. "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
  660. "homepage": "https://nette.org",
  661. "keywords": [
  662. "array",
  663. "core",
  664. "datetime",
  665. "images",
  666. "json",
  667. "nette",
  668. "paginator",
  669. "password",
  670. "slugify",
  671. "string",
  672. "unicode",
  673. "utf-8",
  674. "utility",
  675. "validation"
  676. ],
  677. "time": "2018-05-02T17:16:08+00:00"
  678. },
  679. {
  680. "name": "phpfastcache/phpfastcache",
  681. "version": "6.1.3",
  682. "source": {
  683. "type": "git",
  684. "url": "https://github.com/PHPSocialNetwork/phpfastcache.git",
  685. "reference": "a1edf28ae8d847b692b6bee8cae867398ff7d2f2"
  686. },
  687. "dist": {
  688. "type": "zip",
  689. "url": "https://api.github.com/repos/PHPSocialNetwork/phpfastcache/zipball/a1edf28ae8d847b692b6bee8cae867398ff7d2f2",
  690. "reference": "a1edf28ae8d847b692b6bee8cae867398ff7d2f2",
  691. "shasum": ""
  692. },
  693. "require": {
  694. "ext-json": "*",
  695. "ext-mbstring": "*",
  696. "php": "^5.6 || ^7.0 || ^7.1 || ^7.2",
  697. "psr/cache": "~1.0.0",
  698. "psr/simple-cache": "~1.0.0"
  699. },
  700. "conflict": {
  701. "doctrine/couchdb": "*"
  702. },
  703. "suggest": {
  704. "ext-apc": "*",
  705. "ext-couchbase": "*",
  706. "ext-intl": "*",
  707. "ext-leveldb": "*",
  708. "ext-memcache": "*",
  709. "ext-memcached": "*",
  710. "ext-redis": "*",
  711. "ext-sqlite": "*",
  712. "ext-wincache": "*",
  713. "ext-xcache": "*",
  714. "mongodb/mongodb": "^1.1",
  715. "phpfastcache/couchdb": "~1.0.0",
  716. "phpfastcache/phpssdb": "~1.0.0",
  717. "predis/predis": "~1.1.0"
  718. },
  719. "type": "library",
  720. "autoload": {
  721. "psr-4": {
  722. "phpFastCache\\": "src/phpFastCache/"
  723. }
  724. },
  725. "notification-url": "https://packagist.org/downloads/",
  726. "license": [
  727. "MIT"
  728. ],
  729. "authors": [
  730. {
  731. "name": "Khoa Bui",
  732. "email": "khoaofgod@gmail.com",
  733. "homepage": "http://www.phpfastcache.com",
  734. "role": "Developer"
  735. },
  736. {
  737. "name": "Georges.L",
  738. "email": "contact@geolim4.com",
  739. "homepage": "https://github.com/Geolim4",
  740. "role": "Developer"
  741. }
  742. ],
  743. "description": "PHP Cache Class - Reduce your database call using cache system. PhpFastCache handles a lot of drivers such as Apc(u), Cassandra, CouchBase, Couchdb, Mongodb, Files, (P)redis, Leveldb, Memcache(d), Ssdb, Sqlite, Wincache, Xcache, Zend Data Cache.",
  744. "homepage": "http://www.phpfastcache.com",
  745. "keywords": [
  746. "LevelDb",
  747. "apc",
  748. "apcu",
  749. "cache",
  750. "cache class",
  751. "caching",
  752. "cassandra",
  753. "cookie",
  754. "couchbase",
  755. "couchdb",
  756. "files cache",
  757. "memcache",
  758. "memcached",
  759. "mongodb",
  760. "mysql cache",
  761. "pdo cache",
  762. "php cache",
  763. "predis",
  764. "redis",
  765. "ssdb",
  766. "wincache",
  767. "xcache",
  768. "zend",
  769. "zend data cache",
  770. "zend disk cache",
  771. "zend memory cache",
  772. "zend server"
  773. ],
  774. "time": "2018-06-08T13:27:13+00:00"
  775. },
  776. {
  777. "name": "predis/predis",
  778. "version": "v1.1.1",
  779. "source": {
  780. "type": "git",
  781. "url": "https://github.com/nrk/predis.git",
  782. "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
  783. },
  784. "dist": {
  785. "type": "zip",
  786. "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
  787. "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
  788. "shasum": ""
  789. },
  790. "require": {
  791. "php": ">=5.3.9"
  792. },
  793. "require-dev": {
  794. "phpunit/phpunit": "~4.8"
  795. },
  796. "suggest": {
  797. "ext-curl": "Allows access to Webdis when paired with phpiredis",
  798. "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  799. },
  800. "type": "library",
  801. "autoload": {
  802. "psr-4": {
  803. "Predis\\": "src/"
  804. }
  805. },
  806. "notification-url": "https://packagist.org/downloads/",
  807. "license": [
  808. "MIT"
  809. ],
  810. "authors": [
  811. {
  812. "name": "Daniele Alessandri",
  813. "email": "suppakilla@gmail.com",
  814. "homepage": "http://clorophilla.net"
  815. }
  816. ],
  817. "description": "Flexible and feature-complete Redis client for PHP and HHVM",
  818. "homepage": "http://github.com/nrk/predis",
  819. "keywords": [
  820. "nosql",
  821. "predis",
  822. "redis"
  823. ],
  824. "time": "2016-06-16T16:22:20+00:00"
  825. },
  826. {
  827. "name": "psr/cache",
  828. "version": "1.0.1",
  829. "source": {
  830. "type": "git",
  831. "url": "https://github.com/php-fig/cache.git",
  832. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  833. },
  834. "dist": {
  835. "type": "zip",
  836. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  837. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  838. "shasum": ""
  839. },
  840. "require": {
  841. "php": ">=5.3.0"
  842. },
  843. "type": "library",
  844. "extra": {
  845. "branch-alias": {
  846. "dev-master": "1.0.x-dev"
  847. }
  848. },
  849. "autoload": {
  850. "psr-4": {
  851. "Psr\\Cache\\": "src/"
  852. }
  853. },
  854. "notification-url": "https://packagist.org/downloads/",
  855. "license": [
  856. "MIT"
  857. ],
  858. "authors": [
  859. {
  860. "name": "PHP-FIG",
  861. "homepage": "http://www.php-fig.org/"
  862. }
  863. ],
  864. "description": "Common interface for caching libraries",
  865. "keywords": [
  866. "cache",
  867. "psr",
  868. "psr-6"
  869. ],
  870. "time": "2016-08-06T20:24:11+00:00"
  871. },
  872. {
  873. "name": "psr/container",
  874. "version": "1.0.0",
  875. "source": {
  876. "type": "git",
  877. "url": "https://github.com/php-fig/container.git",
  878. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  879. },
  880. "dist": {
  881. "type": "zip",
  882. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  883. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  884. "shasum": ""
  885. },
  886. "require": {
  887. "php": ">=5.3.0"
  888. },
  889. "type": "library",
  890. "extra": {
  891. "branch-alias": {
  892. "dev-master": "1.0.x-dev"
  893. }
  894. },
  895. "autoload": {
  896. "psr-4": {
  897. "Psr\\Container\\": "src/"
  898. }
  899. },
  900. "notification-url": "https://packagist.org/downloads/",
  901. "license": [
  902. "MIT"
  903. ],
  904. "authors": [
  905. {
  906. "name": "PHP-FIG",
  907. "homepage": "http://www.php-fig.org/"
  908. }
  909. ],
  910. "description": "Common Container Interface (PHP FIG PSR-11)",
  911. "homepage": "https://github.com/php-fig/container",
  912. "keywords": [
  913. "PSR-11",
  914. "container",
  915. "container-interface",
  916. "container-interop",
  917. "psr"
  918. ],
  919. "time": "2017-02-14T16:28:37+00:00"
  920. },
  921. {
  922. "name": "psr/log",
  923. "version": "1.0.2",
  924. "source": {
  925. "type": "git",
  926. "url": "https://github.com/php-fig/log.git",
  927. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  928. },
  929. "dist": {
  930. "type": "zip",
  931. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  932. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  933. "shasum": ""
  934. },
  935. "require": {
  936. "php": ">=5.3.0"
  937. },
  938. "type": "library",
  939. "extra": {
  940. "branch-alias": {
  941. "dev-master": "1.0.x-dev"
  942. }
  943. },
  944. "autoload": {
  945. "psr-4": {
  946. "Psr\\Log\\": "Psr/Log/"
  947. }
  948. },
  949. "notification-url": "https://packagist.org/downloads/",
  950. "license": [
  951. "MIT"
  952. ],
  953. "authors": [
  954. {
  955. "name": "PHP-FIG",
  956. "homepage": "http://www.php-fig.org/"
  957. }
  958. ],
  959. "description": "Common interface for logging libraries",
  960. "homepage": "https://github.com/php-fig/log",
  961. "keywords": [
  962. "log",
  963. "psr",
  964. "psr-3"
  965. ],
  966. "time": "2016-10-10T12:19:37+00:00"
  967. },
  968. {
  969. "name": "psr/simple-cache",
  970. "version": "1.0.1",
  971. "source": {
  972. "type": "git",
  973. "url": "https://github.com/php-fig/simple-cache.git",
  974. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  975. },
  976. "dist": {
  977. "type": "zip",
  978. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  979. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  980. "shasum": ""
  981. },
  982. "require": {
  983. "php": ">=5.3.0"
  984. },
  985. "type": "library",
  986. "extra": {
  987. "branch-alias": {
  988. "dev-master": "1.0.x-dev"
  989. }
  990. },
  991. "autoload": {
  992. "psr-4": {
  993. "Psr\\SimpleCache\\": "src/"
  994. }
  995. },
  996. "notification-url": "https://packagist.org/downloads/",
  997. "license": [
  998. "MIT"
  999. ],
  1000. "authors": [
  1001. {
  1002. "name": "PHP-FIG",
  1003. "homepage": "http://www.php-fig.org/"
  1004. }
  1005. ],
  1006. "description": "Common interfaces for simple caching",
  1007. "keywords": [
  1008. "cache",
  1009. "caching",
  1010. "psr",
  1011. "psr-16",
  1012. "simple-cache"
  1013. ],
  1014. "time": "2017-10-23T01:57:42+00:00"
  1015. },
  1016. {
  1017. "name": "smarty/smarty",
  1018. "version": "v3.1.32",
  1019. "source": {
  1020. "type": "git",
  1021. "url": "https://github.com/smarty-php/smarty.git",
  1022. "reference": "ac9d4b587e5bf53381e21881820a9830765cb459"
  1023. },
  1024. "dist": {
  1025. "type": "zip",
  1026. "url": "https://api.github.com/repos/smarty-php/smarty/zipball/ac9d4b587e5bf53381e21881820a9830765cb459",
  1027. "reference": "ac9d4b587e5bf53381e21881820a9830765cb459",
  1028. "shasum": ""
  1029. },
  1030. "require": {
  1031. "php": ">=5.2"
  1032. },
  1033. "type": "library",
  1034. "extra": {
  1035. "branch-alias": {
  1036. "dev-master": "3.1.x-dev"
  1037. }
  1038. },
  1039. "autoload": {
  1040. "files": [
  1041. "libs/bootstrap.php"
  1042. ]
  1043. },
  1044. "notification-url": "https://packagist.org/downloads/",
  1045. "license": [
  1046. "LGPL-3.0"
  1047. ],
  1048. "authors": [
  1049. {
  1050. "name": "Monte Ohrt",
  1051. "email": "monte@ohrt.com"
  1052. },
  1053. {
  1054. "name": "Uwe Tews",
  1055. "email": "uwe.tews@googlemail.com"
  1056. },
  1057. {
  1058. "name": "Rodney Rehm",
  1059. "email": "rodney.rehm@medialize.de"
  1060. }
  1061. ],
  1062. "description": "Smarty - the compiling PHP template engine",
  1063. "homepage": "http://www.smarty.net",
  1064. "keywords": [
  1065. "templating"
  1066. ],
  1067. "time": "2018-04-24T14:53:33+00:00"
  1068. },
  1069. {
  1070. "name": "symfony/polyfill-mbstring",
  1071. "version": "v1.8.0",
  1072. "source": {
  1073. "type": "git",
  1074. "url": "https://github.com/symfony/polyfill-mbstring.git",
  1075. "reference": "3296adf6a6454a050679cde90f95350ad604b171"
  1076. },
  1077. "dist": {
  1078. "type": "zip",
  1079. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171",
  1080. "reference": "3296adf6a6454a050679cde90f95350ad604b171",
  1081. "shasum": ""
  1082. },
  1083. "require": {
  1084. "php": ">=5.3.3"
  1085. },
  1086. "suggest": {
  1087. "ext-mbstring": "For best performance"
  1088. },
  1089. "type": "library",
  1090. "extra": {
  1091. "branch-alias": {
  1092. "dev-master": "1.8-dev"
  1093. }
  1094. },
  1095. "autoload": {
  1096. "psr-4": {
  1097. "Symfony\\Polyfill\\Mbstring\\": ""
  1098. },
  1099. "files": [
  1100. "bootstrap.php"
  1101. ]
  1102. },
  1103. "notification-url": "https://packagist.org/downloads/",
  1104. "license": [
  1105. "MIT"
  1106. ],
  1107. "authors": [
  1108. {
  1109. "name": "Nicolas Grekas",
  1110. "email": "p@tchwork.com"
  1111. },
  1112. {
  1113. "name": "Symfony Community",
  1114. "homepage": "https://symfony.com/contributors"
  1115. }
  1116. ],
  1117. "description": "Symfony polyfill for the Mbstring extension",
  1118. "homepage": "https://symfony.com",
  1119. "keywords": [
  1120. "compatibility",
  1121. "mbstring",
  1122. "polyfill",
  1123. "portable",
  1124. "shim"
  1125. ],
  1126. "time": "2018-04-26T10:06:28+00:00"
  1127. },
  1128. {
  1129. "name": "symfony/translation",
  1130. "version": "v3.4.12",
  1131. "source": {
  1132. "type": "git",
  1133. "url": "https://github.com/symfony/translation.git",
  1134. "reference": "7047f725e35eab768137c677f8c38e4a2a8e38fb"
  1135. },
  1136. "dist": {
  1137. "type": "zip",
  1138. "url": "https://api.github.com/repos/symfony/translation/zipball/7047f725e35eab768137c677f8c38e4a2a8e38fb",
  1139. "reference": "7047f725e35eab768137c677f8c38e4a2a8e38fb",
  1140. "shasum": ""
  1141. },
  1142. "require": {
  1143. "php": "^5.5.9|>=7.0.8",
  1144. "symfony/polyfill-mbstring": "~1.0"
  1145. },
  1146. "conflict": {
  1147. "symfony/config": "<2.8",
  1148. "symfony/dependency-injection": "<3.4",
  1149. "symfony/yaml": "<3.4"
  1150. },
  1151. "require-dev": {
  1152. "psr/log": "~1.0",
  1153. "symfony/config": "~2.8|~3.0|~4.0",
  1154. "symfony/dependency-injection": "~3.4|~4.0",
  1155. "symfony/finder": "~2.8|~3.0|~4.0",
  1156. "symfony/intl": "^2.8.18|^3.2.5|~4.0",
  1157. "symfony/yaml": "~3.4|~4.0"
  1158. },
  1159. "suggest": {
  1160. "psr/log-implementation": "To use logging capability in translator",
  1161. "symfony/config": "",
  1162. "symfony/yaml": ""
  1163. },
  1164. "type": "library",
  1165. "extra": {
  1166. "branch-alias": {
  1167. "dev-master": "3.4-dev"
  1168. }
  1169. },
  1170. "autoload": {
  1171. "psr-4": {
  1172. "Symfony\\Component\\Translation\\": ""
  1173. },
  1174. "exclude-from-classmap": [
  1175. "/Tests/"
  1176. ]
  1177. },
  1178. "notification-url": "https://packagist.org/downloads/",
  1179. "license": [
  1180. "MIT"
  1181. ],
  1182. "authors": [
  1183. {
  1184. "name": "Fabien Potencier",
  1185. "email": "fabien@symfony.com"
  1186. },
  1187. {
  1188. "name": "Symfony Community",
  1189. "homepage": "https://symfony.com/contributors"
  1190. }
  1191. ],
  1192. "description": "Symfony Translation Component",
  1193. "homepage": "https://symfony.com",
  1194. "time": "2018-05-21T10:06:52+00:00"
  1195. }
  1196. ],
  1197. "packages-dev": [],
  1198. "aliases": [],
  1199. "minimum-stability": "stable",
  1200. "stability-flags": [],
  1201. "prefer-stable": false,
  1202. "prefer-lowest": false,
  1203. "platform": [],
  1204. "platform-dev": []
  1205. }