composer.lock 59 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748
  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": "3bb2a266958d9be1f9efc24a2c736f34",
  8. "packages": [
  9. {
  10. "name": "amphp/amp",
  11. "version": "v2.0.7",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/amphp/amp.git",
  15. "reference": "d561cc9736bc18dd94a2fc9cdae98b616bd92c43"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/amphp/amp/zipball/d561cc9736bc18dd94a2fc9cdae98b616bd92c43",
  20. "reference": "d561cc9736bc18dd94a2fc9cdae98b616bd92c43",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=7"
  25. },
  26. "require-dev": {
  27. "amphp/phpunit-util": "^1",
  28. "friendsofphp/php-cs-fixer": "^2.3",
  29. "phpstan/phpstan": "^0.8.5",
  30. "phpunit/phpunit": "^6.0.9",
  31. "react/promise": "^2"
  32. },
  33. "type": "library",
  34. "extra": {
  35. "branch-alias": {
  36. "dev-master": "2.0.x-dev"
  37. }
  38. },
  39. "autoload": {
  40. "psr-4": {
  41. "Amp\\": "lib"
  42. },
  43. "files": [
  44. "lib/functions.php",
  45. "lib/Internal/functions.php"
  46. ]
  47. },
  48. "notification-url": "https://packagist.org/downloads/",
  49. "license": [
  50. "MIT"
  51. ],
  52. "authors": [
  53. {
  54. "name": "Bob Weinand",
  55. "email": "[email protected]"
  56. },
  57. {
  58. "name": "Niklas Keller",
  59. "email": "[email protected]"
  60. },
  61. {
  62. "name": "Daniel Lowrey",
  63. "email": "[email protected]"
  64. },
  65. {
  66. "name": "Aaron Piotrowski",
  67. "email": "[email protected]"
  68. }
  69. ],
  70. "description": "A non-blocking concurrency framework for PHP applications.",
  71. "homepage": "http://amphp.org/amp",
  72. "keywords": [
  73. "async",
  74. "asynchronous",
  75. "awaitable",
  76. "concurrency",
  77. "event",
  78. "event-loop",
  79. "future",
  80. "non-blocking",
  81. "promise"
  82. ],
  83. "time": "2018-04-30T20:49:57+00:00"
  84. },
  85. {
  86. "name": "amphp/byte-stream",
  87. "version": "v1.3.1",
  88. "source": {
  89. "type": "git",
  90. "url": "https://github.com/amphp/byte-stream.git",
  91. "reference": "1b75b122e6f069e7d102eef065dc192119d99ca7"
  92. },
  93. "dist": {
  94. "type": "zip",
  95. "url": "https://api.github.com/repos/amphp/byte-stream/zipball/1b75b122e6f069e7d102eef065dc192119d99ca7",
  96. "reference": "1b75b122e6f069e7d102eef065dc192119d99ca7",
  97. "shasum": ""
  98. },
  99. "require": {
  100. "amphp/amp": "^2"
  101. },
  102. "require-dev": {
  103. "amphp/phpunit-util": "^1",
  104. "friendsofphp/php-cs-fixer": "^2.3",
  105. "phpunit/phpunit": "^6"
  106. },
  107. "type": "library",
  108. "autoload": {
  109. "psr-4": {
  110. "Amp\\ByteStream\\": "lib"
  111. },
  112. "files": [
  113. "lib/functions.php"
  114. ]
  115. },
  116. "notification-url": "https://packagist.org/downloads/",
  117. "license": [
  118. "MIT"
  119. ],
  120. "authors": [
  121. {
  122. "name": "Niklas Keller",
  123. "email": "[email protected]"
  124. },
  125. {
  126. "name": "Aaron Piotrowski",
  127. "email": "[email protected]"
  128. }
  129. ],
  130. "description": "A stream abstraction to make working with non-blocking I/O simple.",
  131. "homepage": "http://amphp.org/byte-stream",
  132. "keywords": [
  133. "amp",
  134. "amphp",
  135. "async",
  136. "io",
  137. "non-blocking",
  138. "stream"
  139. ],
  140. "time": "2018-04-04T05:33:09+00:00"
  141. },
  142. {
  143. "name": "amphp/cache",
  144. "version": "v1.2.0",
  145. "source": {
  146. "type": "git",
  147. "url": "https://github.com/amphp/cache.git",
  148. "reference": "ab2339e465d9d383dc748f288d530fd7cd7aadea"
  149. },
  150. "dist": {
  151. "type": "zip",
  152. "url": "https://api.github.com/repos/amphp/cache/zipball/ab2339e465d9d383dc748f288d530fd7cd7aadea",
  153. "reference": "ab2339e465d9d383dc748f288d530fd7cd7aadea",
  154. "shasum": ""
  155. },
  156. "require": {
  157. "amphp/amp": "^2"
  158. },
  159. "require-dev": {
  160. "amphp/phpunit-util": "^1",
  161. "friendsofphp/php-cs-fixer": "^2.3",
  162. "phpunit/phpunit": "^6"
  163. },
  164. "type": "library",
  165. "autoload": {
  166. "psr-4": {
  167. "Amp\\Cache\\": "lib"
  168. }
  169. },
  170. "notification-url": "https://packagist.org/downloads/",
  171. "license": [
  172. "MIT"
  173. ],
  174. "authors": [
  175. {
  176. "name": "Niklas Keller",
  177. "email": "[email protected]"
  178. },
  179. {
  180. "name": "Daniel Lowrey",
  181. "email": "[email protected]"
  182. }
  183. ],
  184. "description": "A promise-aware caching API for Amp.",
  185. "homepage": "https://github.com/amphp/cache",
  186. "time": "2017-10-04T19:22:12+00:00"
  187. },
  188. {
  189. "name": "amphp/cluster",
  190. "version": "dev-master",
  191. "source": {
  192. "type": "git",
  193. "url": "https://github.com/amphp/cluster.git",
  194. "reference": "8ba0a45aea1ac86b368254f0868ca3568744b679"
  195. },
  196. "dist": {
  197. "type": "zip",
  198. "url": "https://api.github.com/repos/amphp/cluster/zipball/8ba0a45aea1ac86b368254f0868ca3568744b679",
  199. "reference": "8ba0a45aea1ac86b368254f0868ca3568744b679",
  200. "shasum": ""
  201. },
  202. "require": {
  203. "amphp/amp": "^2",
  204. "amphp/byte-stream": "^1.3",
  205. "amphp/log": "^1",
  206. "amphp/parallel": "^0.2.4",
  207. "amphp/socket": "^0.10.8",
  208. "league/climate": "^3",
  209. "monolog/monolog": "^1.23",
  210. "php": ">=7.0.7",
  211. "psr/log": "^1"
  212. },
  213. "require-dev": {
  214. "amphp/phpunit-util": "^1",
  215. "friendsofphp/php-cs-fixer": "^2.3",
  216. "infection/infection": "^0.7.1",
  217. "phpunit/phpunit": "^6"
  218. },
  219. "suggest": {
  220. "ext-sockets": "Required for socket transfer on systems that do not support SO_REUSEPORT"
  221. },
  222. "bin": [
  223. "bin/cluster"
  224. ],
  225. "type": "library",
  226. "autoload": {
  227. "psr-4": {
  228. "Amp\\Cluster\\": "src"
  229. },
  230. "files": [
  231. "src/functions.php"
  232. ]
  233. },
  234. "notification-url": "https://packagist.org/downloads/",
  235. "license": [
  236. "MIT"
  237. ],
  238. "authors": [
  239. {
  240. "name": "Niklas Keller",
  241. "email": "[email protected]"
  242. },
  243. {
  244. "name": "Daniel Lowrey",
  245. "email": "[email protected]"
  246. },
  247. {
  248. "name": "Bob Weinand"
  249. },
  250. {
  251. "name": "Aaron Piotrowski",
  252. "email": "[email protected]"
  253. }
  254. ],
  255. "description": "Cluster",
  256. "homepage": "https://github.com/amphp/cluster",
  257. "keywords": [
  258. "amp",
  259. "amphp",
  260. "async",
  261. "cluster",
  262. "multi-process",
  263. "non-blocking",
  264. "parallel"
  265. ],
  266. "time": "2018-04-05T21:54:27+00:00"
  267. },
  268. {
  269. "name": "amphp/dns",
  270. "version": "v0.9.13",
  271. "source": {
  272. "type": "git",
  273. "url": "https://github.com/amphp/dns.git",
  274. "reference": "4647e5f58263ffdeff7da5c269f517cb48cff84f"
  275. },
  276. "dist": {
  277. "type": "zip",
  278. "url": "https://api.github.com/repos/amphp/dns/zipball/4647e5f58263ffdeff7da5c269f517cb48cff84f",
  279. "reference": "4647e5f58263ffdeff7da5c269f517cb48cff84f",
  280. "shasum": ""
  281. },
  282. "require": {
  283. "amphp/amp": "^2",
  284. "amphp/byte-stream": "^1.1",
  285. "amphp/cache": "^1.2",
  286. "amphp/file": "^0.2 || ^0.3",
  287. "amphp/parser": "^1",
  288. "amphp/uri": "^0.1",
  289. "amphp/windows-registry": "^0.3",
  290. "daverandom/libdns": "^2.0.1",
  291. "ext-filter": "*",
  292. "php": ">=7.0"
  293. },
  294. "require-dev": {
  295. "amphp/phpunit-util": "^1",
  296. "friendsofphp/php-cs-fixer": "^2.3",
  297. "phpunit/phpunit": "^6"
  298. },
  299. "type": "library",
  300. "autoload": {
  301. "psr-4": {
  302. "Amp\\Dns\\": "lib"
  303. },
  304. "files": [
  305. "lib/functions.php"
  306. ]
  307. },
  308. "notification-url": "https://packagist.org/downloads/",
  309. "license": [
  310. "MIT"
  311. ],
  312. "authors": [
  313. {
  314. "name": "Bob Weinand",
  315. "email": "[email protected]"
  316. },
  317. {
  318. "name": "Niklas Keller",
  319. "email": "[email protected]"
  320. },
  321. {
  322. "name": "Daniel Lowrey",
  323. "email": "[email protected]"
  324. },
  325. {
  326. "name": "Chris Wright",
  327. "email": "[email protected]"
  328. },
  329. {
  330. "name": "Aaron Piotrowski",
  331. "email": "[email protected]"
  332. }
  333. ],
  334. "description": "Async DNS resolution for Amp.",
  335. "homepage": "https://github.com/amphp/dns",
  336. "keywords": [
  337. "amp",
  338. "amphp",
  339. "async",
  340. "client",
  341. "dns",
  342. "resolve"
  343. ],
  344. "time": "2018-05-01T18:08:54+00:00"
  345. },
  346. {
  347. "name": "amphp/file",
  348. "version": "v0.3.1",
  349. "source": {
  350. "type": "git",
  351. "url": "https://github.com/amphp/file.git",
  352. "reference": "7bb476921b67cd7da361cf0d6bf9d80ec130421d"
  353. },
  354. "dist": {
  355. "type": "zip",
  356. "url": "https://api.github.com/repos/amphp/file/zipball/7bb476921b67cd7da361cf0d6bf9d80ec130421d",
  357. "reference": "7bb476921b67cd7da361cf0d6bf9d80ec130421d",
  358. "shasum": ""
  359. },
  360. "require": {
  361. "amphp/amp": "^2",
  362. "amphp/byte-stream": "^1",
  363. "amphp/parallel": "^0.2"
  364. },
  365. "require-dev": {
  366. "amphp/phpunit-util": "^1",
  367. "friendsofphp/php-cs-fixer": "^2.3",
  368. "phpunit/phpunit": "^6"
  369. },
  370. "type": "library",
  371. "autoload": {
  372. "psr-4": {
  373. "Amp\\File\\": "lib"
  374. },
  375. "files": [
  376. "lib/functions.php"
  377. ]
  378. },
  379. "notification-url": "https://packagist.org/downloads/",
  380. "license": [
  381. "MIT"
  382. ],
  383. "authors": [
  384. {
  385. "name": "Niklas Keller",
  386. "email": "[email protected]"
  387. },
  388. {
  389. "name": "Daniel Lowrey",
  390. "email": "[email protected]"
  391. },
  392. {
  393. "name": "Aaron Piotrowski",
  394. "email": "[email protected]"
  395. }
  396. ],
  397. "description": "Allows non-blocking access to the filesystem for Amp.",
  398. "homepage": "https://github.com/amphp/file",
  399. "keywords": [
  400. "amp",
  401. "amphp",
  402. "async",
  403. "disk",
  404. "file",
  405. "filesystem",
  406. "io",
  407. "non-blocking",
  408. "static"
  409. ],
  410. "time": "2018-03-17T12:24:35+00:00"
  411. },
  412. {
  413. "name": "amphp/hpack",
  414. "version": "v1.0.0",
  415. "source": {
  416. "type": "git",
  417. "url": "https://github.com/amphp/hpack.git",
  418. "reference": "f2b2dbfb5e6221bc9fe9350512e4971959b10ae6"
  419. },
  420. "dist": {
  421. "type": "zip",
  422. "url": "https://api.github.com/repos/amphp/hpack/zipball/f2b2dbfb5e6221bc9fe9350512e4971959b10ae6",
  423. "reference": "f2b2dbfb5e6221bc9fe9350512e4971959b10ae6",
  424. "shasum": ""
  425. },
  426. "require": {
  427. "php": ">=7"
  428. },
  429. "require-dev": {
  430. "friendsofphp/php-cs-fixer": "^2.3",
  431. "http2jp/hpack-test-case": "^1",
  432. "phpunit/phpunit": "^6"
  433. },
  434. "type": "library",
  435. "autoload": {
  436. "psr-4": {
  437. "Amp\\Http\\": "src"
  438. }
  439. },
  440. "notification-url": "https://packagist.org/downloads/",
  441. "license": [
  442. "MIT"
  443. ],
  444. "authors": [
  445. {
  446. "name": "Niklas Keller",
  447. "email": "[email protected]"
  448. },
  449. {
  450. "name": "Daniel Lowrey",
  451. "email": "[email protected]"
  452. },
  453. {
  454. "name": "Bob Weinand"
  455. },
  456. {
  457. "name": "Aaron Piotrowski",
  458. "email": "[email protected]"
  459. }
  460. ],
  461. "description": "HTTP/2 HPack implementation.",
  462. "homepage": "https://github.com/amphp/hpack",
  463. "keywords": [
  464. "headers",
  465. "hpack",
  466. "http-2"
  467. ],
  468. "time": "2018-03-13T14:40:49+00:00"
  469. },
  470. {
  471. "name": "amphp/http",
  472. "version": "v1.0.1",
  473. "source": {
  474. "type": "git",
  475. "url": "https://github.com/amphp/http.git",
  476. "reference": "16e465fa82555104d1cff98cb8e412295a380214"
  477. },
  478. "dist": {
  479. "type": "zip",
  480. "url": "https://api.github.com/repos/amphp/http/zipball/16e465fa82555104d1cff98cb8e412295a380214",
  481. "reference": "16e465fa82555104d1cff98cb8e412295a380214",
  482. "shasum": ""
  483. },
  484. "require-dev": {
  485. "friendsofphp/php-cs-fixer": "^2.10",
  486. "phpunit/phpunit": "^6.5"
  487. },
  488. "type": "library",
  489. "autoload": {
  490. "psr-4": {
  491. "Amp\\Http\\": "src"
  492. }
  493. },
  494. "notification-url": "https://packagist.org/downloads/",
  495. "license": [
  496. "MIT"
  497. ],
  498. "authors": [
  499. {
  500. "name": "Niklas Keller",
  501. "email": "[email protected]"
  502. }
  503. ],
  504. "description": "Basic HTTP primitives which can be shared by servers and clients.",
  505. "time": "2018-03-15T17:24:53+00:00"
  506. },
  507. {
  508. "name": "amphp/http-server",
  509. "version": "v0.8.2",
  510. "source": {
  511. "type": "git",
  512. "url": "https://github.com/amphp/http-server.git",
  513. "reference": "76c516cc2ebe37f277c89eecedbf445afa862d6c"
  514. },
  515. "dist": {
  516. "type": "zip",
  517. "url": "https://api.github.com/repos/amphp/http-server/zipball/76c516cc2ebe37f277c89eecedbf445afa862d6c",
  518. "reference": "76c516cc2ebe37f277c89eecedbf445afa862d6c",
  519. "shasum": ""
  520. },
  521. "require": {
  522. "amphp/amp": "^2",
  523. "amphp/byte-stream": "^1.3",
  524. "amphp/hpack": "^1",
  525. "amphp/http": "^1",
  526. "amphp/socket": "^0.10.7",
  527. "cash/lrucache": "^1.0",
  528. "league/uri-parser": "^1.3",
  529. "league/uri-schemes": "^1.1",
  530. "psr/http-message": "^1",
  531. "psr/log": "^1"
  532. },
  533. "require-dev": {
  534. "amphp/artax": "^3",
  535. "amphp/log": "^1",
  536. "amphp/phpunit-util": "^1",
  537. "friendsofphp/php-cs-fixer": "^2.3",
  538. "infection/infection": "^0.7.1",
  539. "league/uri-components": "^1.7",
  540. "monolog/monolog": "^1.23",
  541. "phpunit/phpunit": "^6"
  542. },
  543. "type": "library",
  544. "autoload": {
  545. "psr-4": {
  546. "Amp\\Http\\Server\\": "src"
  547. },
  548. "files": [
  549. "src/Middleware/functions.php"
  550. ]
  551. },
  552. "notification-url": "https://packagist.org/downloads/",
  553. "license": [
  554. "MIT"
  555. ],
  556. "authors": [
  557. {
  558. "name": "Niklas Keller",
  559. "email": "[email protected]"
  560. },
  561. {
  562. "name": "Daniel Lowrey",
  563. "email": "[email protected]"
  564. },
  565. {
  566. "name": "Bob Weinand"
  567. },
  568. {
  569. "name": "Aaron Piotrowski",
  570. "email": "[email protected]"
  571. }
  572. ],
  573. "description": "A non-blocking HTTP application server for PHP based on Amp.",
  574. "homepage": "https://github.com/amphp/http-server",
  575. "keywords": [
  576. "amp",
  577. "amphp",
  578. "async",
  579. "http",
  580. "non-blocking",
  581. "server"
  582. ],
  583. "time": "2018-04-07T20:38:56+00:00"
  584. },
  585. {
  586. "name": "amphp/http-server-router",
  587. "version": "v1.0.0",
  588. "source": {
  589. "type": "git",
  590. "url": "https://github.com/amphp/http-server-router.git",
  591. "reference": "49dc4ce491179457a9c412090a42c3fb6507b39f"
  592. },
  593. "dist": {
  594. "type": "zip",
  595. "url": "https://api.github.com/repos/amphp/http-server-router/zipball/49dc4ce491179457a9c412090a42c3fb6507b39f",
  596. "reference": "49dc4ce491179457a9c412090a42c3fb6507b39f",
  597. "shasum": ""
  598. },
  599. "require": {
  600. "amphp/http": "^1",
  601. "amphp/http-server": "^0.8",
  602. "cash/lrucache": "^1",
  603. "nikic/fast-route": "^1"
  604. },
  605. "require-dev": {
  606. "amphp/log": "^1",
  607. "amphp/phpunit-util": "^1",
  608. "friendsofphp/php-cs-fixer": "^2.3",
  609. "league/uri-schemes": "^1.1",
  610. "phpunit/phpunit": "^6"
  611. },
  612. "type": "library",
  613. "autoload": {
  614. "psr-4": {
  615. "Amp\\Http\\Server\\": "src"
  616. }
  617. },
  618. "notification-url": "https://packagist.org/downloads/",
  619. "license": [
  620. "MIT"
  621. ],
  622. "authors": [
  623. {
  624. "name": "Niklas Keller",
  625. "email": "[email protected]"
  626. },
  627. {
  628. "name": "Daniel Lowrey",
  629. "email": "[email protected]"
  630. },
  631. {
  632. "name": "Bob Weinand"
  633. },
  634. {
  635. "name": "Aaron Piotrowski",
  636. "email": "[email protected]"
  637. }
  638. ],
  639. "description": "Router responder for Amp's HTTP server.",
  640. "homepage": "https://github.com/amphp/http-server-router",
  641. "keywords": [
  642. "http",
  643. "router",
  644. "server"
  645. ],
  646. "time": "2018-03-26T18:42:38+00:00"
  647. },
  648. {
  649. "name": "amphp/log",
  650. "version": "v1.0.0",
  651. "source": {
  652. "type": "git",
  653. "url": "https://github.com/amphp/log.git",
  654. "reference": "728678d6e751abeb54a4d2fc6e76ef977de3f43b"
  655. },
  656. "dist": {
  657. "type": "zip",
  658. "url": "https://api.github.com/repos/amphp/log/zipball/728678d6e751abeb54a4d2fc6e76ef977de3f43b",
  659. "reference": "728678d6e751abeb54a4d2fc6e76ef977de3f43b",
  660. "shasum": ""
  661. },
  662. "require": {
  663. "amphp/amp": "^2",
  664. "amphp/byte-stream": "^1.3",
  665. "monolog/monolog": "^1.23"
  666. },
  667. "require-dev": {
  668. "amphp/file": "^0.3",
  669. "amphp/phpunit-util": "^1",
  670. "friendsofphp/php-cs-fixer": "^2.3",
  671. "phpunit/phpunit": "^6"
  672. },
  673. "type": "library",
  674. "autoload": {
  675. "psr-4": {
  676. "Amp\\Log\\": "src"
  677. },
  678. "files": [
  679. "src/functions.php"
  680. ]
  681. },
  682. "notification-url": "https://packagist.org/downloads/",
  683. "license": [
  684. "MIT"
  685. ],
  686. "authors": [
  687. {
  688. "name": "Niklas Keller",
  689. "email": "[email protected]"
  690. },
  691. {
  692. "name": "Aaron Piotrowski",
  693. "email": "[email protected]"
  694. }
  695. ],
  696. "description": "Non-blocking logging for PHP based on Amp and Monolog.",
  697. "homepage": "https://github.com/amphp/log",
  698. "keywords": [
  699. "amp",
  700. "amphp",
  701. "async",
  702. "log",
  703. "logger",
  704. "logging",
  705. "non-blocking"
  706. ],
  707. "time": "2018-03-22T19:39:52+00:00"
  708. },
  709. {
  710. "name": "amphp/mysql",
  711. "version": "v0.3.1",
  712. "source": {
  713. "type": "git",
  714. "url": "https://github.com/amphp/mysql.git",
  715. "reference": "1f4a2229832b38eeb94154296c9f3cbcb4362b38"
  716. },
  717. "dist": {
  718. "type": "zip",
  719. "url": "https://api.github.com/repos/amphp/mysql/zipball/1f4a2229832b38eeb94154296c9f3cbcb4362b38",
  720. "reference": "1f4a2229832b38eeb94154296c9f3cbcb4362b38",
  721. "shasum": ""
  722. },
  723. "require": {
  724. "amphp/amp": "^2",
  725. "amphp/socket": "^0.10"
  726. },
  727. "require-dev": {
  728. "amphp/phpunit-util": "^1",
  729. "friendsofphp/php-cs-fixer": "^2.3",
  730. "phpunit/phpunit": "^6"
  731. },
  732. "type": "library",
  733. "autoload": {
  734. "psr-4": {
  735. "Amp\\Mysql\\": "lib/"
  736. },
  737. "files": [
  738. "lib/functions.php"
  739. ]
  740. },
  741. "notification-url": "https://packagist.org/downloads/",
  742. "license": [
  743. "MIT"
  744. ],
  745. "authors": [
  746. {
  747. "name": "Bob Weinand",
  748. "email": "[email protected]"
  749. },
  750. {
  751. "name": "Aaron Piotrowski",
  752. "email": "[email protected]"
  753. }
  754. ],
  755. "description": "Asynchronous parallel Mysql client built on the Amp concurrency framework",
  756. "time": "2017-12-15T16:08:04+00:00"
  757. },
  758. {
  759. "name": "amphp/parallel",
  760. "version": "v0.2.5",
  761. "source": {
  762. "type": "git",
  763. "url": "https://github.com/amphp/parallel.git",
  764. "reference": "732694688461936bec02c0ccf020dfee10c4f7ee"
  765. },
  766. "dist": {
  767. "type": "zip",
  768. "url": "https://api.github.com/repos/amphp/parallel/zipball/732694688461936bec02c0ccf020dfee10c4f7ee",
  769. "reference": "732694688461936bec02c0ccf020dfee10c4f7ee",
  770. "shasum": ""
  771. },
  772. "require": {
  773. "amphp/amp": "^2",
  774. "amphp/byte-stream": "^1.2",
  775. "amphp/parser": "^1",
  776. "amphp/process": "^0.2 || ^0.3",
  777. "amphp/sync": "^1.0.1"
  778. },
  779. "require-dev": {
  780. "amphp/phpunit-util": "^1",
  781. "friendsofphp/php-cs-fixer": "^2.3",
  782. "phpunit/phpunit": "^6"
  783. },
  784. "suggest": {
  785. "ext-pthreads": "Required for thread contexts"
  786. },
  787. "type": "library",
  788. "autoload": {
  789. "psr-4": {
  790. "Amp\\Parallel\\": "lib"
  791. },
  792. "files": [
  793. "lib/Worker/functions.php"
  794. ]
  795. },
  796. "notification-url": "https://packagist.org/downloads/",
  797. "license": [
  798. "MIT"
  799. ],
  800. "authors": [
  801. {
  802. "name": "Stephen Coakley",
  803. "email": "[email protected]"
  804. },
  805. {
  806. "name": "Aaron Piotrowski",
  807. "email": "[email protected]"
  808. }
  809. ],
  810. "description": "Parallel processing component for Amp.",
  811. "homepage": "https://github.com/amphp/parallel",
  812. "keywords": [
  813. "async",
  814. "asynchronous",
  815. "concurrent",
  816. "multi-processing",
  817. "multi-threading"
  818. ],
  819. "time": "2018-03-21T14:37:51+00:00"
  820. },
  821. {
  822. "name": "amphp/parser",
  823. "version": "v1.0.0",
  824. "source": {
  825. "type": "git",
  826. "url": "https://github.com/amphp/parser.git",
  827. "reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1"
  828. },
  829. "dist": {
  830. "type": "zip",
  831. "url": "https://api.github.com/repos/amphp/parser/zipball/f83e68f03d5b8e8e0365b8792985a7f341c57ae1",
  832. "reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1",
  833. "shasum": ""
  834. },
  835. "require": {
  836. "php": ">=7"
  837. },
  838. "require-dev": {
  839. "friendsofphp/php-cs-fixer": "^2.3",
  840. "phpunit/phpunit": "^6"
  841. },
  842. "type": "library",
  843. "autoload": {
  844. "psr-4": {
  845. "Amp\\Parser\\": "lib"
  846. }
  847. },
  848. "notification-url": "https://packagist.org/downloads/",
  849. "license": [
  850. "MIT"
  851. ],
  852. "authors": [
  853. {
  854. "name": "Niklas Keller",
  855. "email": "[email protected]"
  856. },
  857. {
  858. "name": "Aaron Piotrowski",
  859. "email": "[email protected]"
  860. }
  861. ],
  862. "description": "A generator parser to make streaming parsers simple.",
  863. "homepage": "https://github.com/amphp/parser",
  864. "keywords": [
  865. "async",
  866. "non-blocking",
  867. "parser",
  868. "stream"
  869. ],
  870. "time": "2017-06-06T05:29:10+00:00"
  871. },
  872. {
  873. "name": "amphp/process",
  874. "version": "v0.3.3",
  875. "source": {
  876. "type": "git",
  877. "url": "https://github.com/amphp/process.git",
  878. "reference": "b795d20a7f6d5a0637128a02be613f520f1705fc"
  879. },
  880. "dist": {
  881. "type": "zip",
  882. "url": "https://api.github.com/repos/amphp/process/zipball/b795d20a7f6d5a0637128a02be613f520f1705fc",
  883. "reference": "b795d20a7f6d5a0637128a02be613f520f1705fc",
  884. "shasum": ""
  885. },
  886. "require": {
  887. "amphp/amp": "^2",
  888. "amphp/byte-stream": "^1",
  889. "php": ">=7"
  890. },
  891. "require-dev": {
  892. "amphp/phpunit-util": "^1",
  893. "friendsofphp/php-cs-fixer": "^2.3",
  894. "phpunit/phpunit": "^6"
  895. },
  896. "type": "library",
  897. "autoload": {
  898. "psr-4": {
  899. "Amp\\Process\\": "lib"
  900. },
  901. "files": [
  902. "lib/constants.php"
  903. ]
  904. },
  905. "notification-url": "https://packagist.org/downloads/",
  906. "license": [
  907. "MIT"
  908. ],
  909. "authors": [
  910. {
  911. "name": "Bob Weinand",
  912. "email": "[email protected]"
  913. },
  914. {
  915. "name": "Niklas Keller",
  916. "email": "[email protected]"
  917. },
  918. {
  919. "name": "Aaron Piotrowski",
  920. "email": "[email protected]"
  921. }
  922. ],
  923. "description": "Asynchronous process manager.",
  924. "homepage": "https://github.com/amphp/process",
  925. "time": "2018-04-08T18:55:42+00:00"
  926. },
  927. {
  928. "name": "amphp/socket",
  929. "version": "v0.10.8",
  930. "source": {
  931. "type": "git",
  932. "url": "https://github.com/amphp/socket.git",
  933. "reference": "2d78e0291e769b452903864b7b2ceb1b092433a4"
  934. },
  935. "dist": {
  936. "type": "zip",
  937. "url": "https://api.github.com/repos/amphp/socket/zipball/2d78e0291e769b452903864b7b2ceb1b092433a4",
  938. "reference": "2d78e0291e769b452903864b7b2ceb1b092433a4",
  939. "shasum": ""
  940. },
  941. "require": {
  942. "amphp/amp": "^2",
  943. "amphp/byte-stream": "^1.1",
  944. "amphp/dns": "^0.9",
  945. "amphp/uri": "^0.1",
  946. "php": ">=7.0"
  947. },
  948. "require-dev": {
  949. "amphp/phpunit-util": "^1",
  950. "friendsofphp/php-cs-fixer": "^2.3",
  951. "phpunit/phpunit": "^6"
  952. },
  953. "type": "library",
  954. "autoload": {
  955. "psr-4": {
  956. "Amp\\Socket\\": "src"
  957. },
  958. "files": [
  959. "src/functions.php",
  960. "src/Internal/functions.php"
  961. ]
  962. },
  963. "notification-url": "https://packagist.org/downloads/",
  964. "license": [
  965. "MIT"
  966. ],
  967. "authors": [
  968. {
  969. "name": "Niklas Keller",
  970. "email": "[email protected]"
  971. },
  972. {
  973. "name": "Daniel Lowrey",
  974. "email": "[email protected]"
  975. },
  976. {
  977. "name": "Aaron Piotrowski",
  978. "email": "[email protected]"
  979. }
  980. ],
  981. "description": "Async socket connection / server tools for Amp.",
  982. "homepage": "https://github.com/amphp/socket",
  983. "keywords": [
  984. "amp",
  985. "async",
  986. "encryption",
  987. "non-blocking",
  988. "sockets",
  989. "tcp",
  990. "tls"
  991. ],
  992. "time": "2018-03-23T18:55:37+00:00"
  993. },
  994. {
  995. "name": "amphp/sync",
  996. "version": "v1.0.1",
  997. "source": {
  998. "type": "git",
  999. "url": "https://github.com/amphp/sync.git",
  1000. "reference": "a1d8f244eb19e3e2a96abc4686cebc80995bbc90"
  1001. },
  1002. "dist": {
  1003. "type": "zip",
  1004. "url": "https://api.github.com/repos/amphp/sync/zipball/a1d8f244eb19e3e2a96abc4686cebc80995bbc90",
  1005. "reference": "a1d8f244eb19e3e2a96abc4686cebc80995bbc90",
  1006. "shasum": ""
  1007. },
  1008. "require": {
  1009. "amphp/amp": "^2"
  1010. },
  1011. "require-dev": {
  1012. "amphp/phpunit-util": "^1",
  1013. "friendsofphp/php-cs-fixer": "^2.3",
  1014. "phpunit/phpunit": "^6"
  1015. },
  1016. "type": "library",
  1017. "autoload": {
  1018. "psr-4": {
  1019. "Amp\\Sync\\": "lib"
  1020. },
  1021. "files": [
  1022. "lib/functions.php"
  1023. ]
  1024. },
  1025. "notification-url": "https://packagist.org/downloads/",
  1026. "license": [
  1027. "MIT"
  1028. ],
  1029. "authors": [
  1030. {
  1031. "name": "Stephen Coakley",
  1032. "email": "[email protected]"
  1033. },
  1034. {
  1035. "name": "Aaron Piotrowski",
  1036. "email": "[email protected]"
  1037. }
  1038. ],
  1039. "description": "Mutex, Semaphore, and other synchronization tools for Amp.",
  1040. "homepage": "https://github.com/amphp/sync",
  1041. "keywords": [
  1042. "async",
  1043. "asynchronous",
  1044. "mutex",
  1045. "semaphore",
  1046. "synchronization"
  1047. ],
  1048. "time": "2017-11-29T21:48:53+00:00"
  1049. },
  1050. {
  1051. "name": "amphp/uri",
  1052. "version": "v0.1.3",
  1053. "source": {
  1054. "type": "git",
  1055. "url": "https://github.com/amphp/uri.git",
  1056. "reference": "b857ba4df3cf0852302ba1637fccce4ce1205241"
  1057. },
  1058. "dist": {
  1059. "type": "zip",
  1060. "url": "https://api.github.com/repos/amphp/uri/zipball/b857ba4df3cf0852302ba1637fccce4ce1205241",
  1061. "reference": "b857ba4df3cf0852302ba1637fccce4ce1205241",
  1062. "shasum": ""
  1063. },
  1064. "require-dev": {
  1065. "friendsofphp/php-cs-fixer": "^2.3",
  1066. "phpunit/phpunit": "^6"
  1067. },
  1068. "type": "library",
  1069. "autoload": {
  1070. "psr-4": {
  1071. "Amp\\Uri\\": "src"
  1072. },
  1073. "files": [
  1074. "src/functions.php"
  1075. ]
  1076. },
  1077. "notification-url": "https://packagist.org/downloads/",
  1078. "license": [
  1079. "MIT"
  1080. ],
  1081. "authors": [
  1082. {
  1083. "name": "Niklas Keller",
  1084. "email": "[email protected]"
  1085. },
  1086. {
  1087. "name": "Daniel Lowrey"
  1088. }
  1089. ],
  1090. "description": "Uri Parser and Resolver.",
  1091. "homepage": "https://github.com/amphp/uri",
  1092. "time": "2017-10-23T12:40:35+00:00"
  1093. },
  1094. {
  1095. "name": "amphp/windows-registry",
  1096. "version": "v0.3.1",
  1097. "source": {
  1098. "type": "git",
  1099. "url": "https://github.com/amphp/windows-registry.git",
  1100. "reference": "46ba1463dfffc8081b4b483fac05d3f51ecb1d87"
  1101. },
  1102. "dist": {
  1103. "type": "zip",
  1104. "url": "https://api.github.com/repos/amphp/windows-registry/zipball/46ba1463dfffc8081b4b483fac05d3f51ecb1d87",
  1105. "reference": "46ba1463dfffc8081b4b483fac05d3f51ecb1d87",
  1106. "shasum": ""
  1107. },
  1108. "require": {
  1109. "amphp/amp": "^2",
  1110. "amphp/process": "^0.2 || ^0.3"
  1111. },
  1112. "require-dev": {
  1113. "friendsofphp/php-cs-fixer": "^2.3"
  1114. },
  1115. "type": "library",
  1116. "autoload": {
  1117. "psr-4": {
  1118. "Amp\\WindowsRegistry\\": "lib"
  1119. }
  1120. },
  1121. "notification-url": "https://packagist.org/downloads/",
  1122. "license": [
  1123. "MIT"
  1124. ],
  1125. "authors": [
  1126. {
  1127. "name": "Niklas Keller",
  1128. "email": "[email protected]"
  1129. }
  1130. ],
  1131. "description": "Windows Registry Reader.",
  1132. "time": "2017-12-11T08:35:51+00:00"
  1133. },
  1134. {
  1135. "name": "cash/lrucache",
  1136. "version": "1.0.0",
  1137. "source": {
  1138. "type": "git",
  1139. "url": "https://github.com/cash/LRUCache.git",
  1140. "reference": "4fa4c6834cec59690b43526c4da41d6153026289"
  1141. },
  1142. "dist": {
  1143. "type": "zip",
  1144. "url": "https://api.github.com/repos/cash/LRUCache/zipball/4fa4c6834cec59690b43526c4da41d6153026289",
  1145. "reference": "4fa4c6834cec59690b43526c4da41d6153026289",
  1146. "shasum": ""
  1147. },
  1148. "require": {
  1149. "php": ">=5.3.0"
  1150. },
  1151. "type": "library",
  1152. "autoload": {
  1153. "psr-0": {
  1154. "cash": "src/"
  1155. }
  1156. },
  1157. "notification-url": "https://packagist.org/downloads/",
  1158. "license": [
  1159. "MIT"
  1160. ],
  1161. "authors": [
  1162. {
  1163. "name": "Cash Costello",
  1164. "email": "[email protected]"
  1165. }
  1166. ],
  1167. "description": "An efficient memory-based Least Recently Used (LRU) cache",
  1168. "homepage": "https://github.com/cash/LRUCache",
  1169. "keywords": [
  1170. "cache",
  1171. "lru"
  1172. ],
  1173. "time": "2013-09-20T18:59:12+00:00"
  1174. },
  1175. {
  1176. "name": "daverandom/libdns",
  1177. "version": "v2.0.1",
  1178. "source": {
  1179. "type": "git",
  1180. "url": "https://github.com/DaveRandom/LibDNS.git",
  1181. "reference": "1ecd825b6fa9bb3fddc07751997e29dc78749b95"
  1182. },
  1183. "dist": {
  1184. "type": "zip",
  1185. "url": "https://api.github.com/repos/DaveRandom/LibDNS/zipball/1ecd825b6fa9bb3fddc07751997e29dc78749b95",
  1186. "reference": "1ecd825b6fa9bb3fddc07751997e29dc78749b95",
  1187. "shasum": ""
  1188. },
  1189. "require": {
  1190. "ext-ctype": "*",
  1191. "php": ">=7.0"
  1192. },
  1193. "suggest": {
  1194. "ext-intl": "Required for IDN support"
  1195. },
  1196. "type": "library",
  1197. "autoload": {
  1198. "psr-4": {
  1199. "LibDNS\\": "src/"
  1200. },
  1201. "files": [
  1202. "src/functions.php"
  1203. ]
  1204. },
  1205. "notification-url": "https://packagist.org/downloads/",
  1206. "license": [
  1207. "MIT"
  1208. ],
  1209. "description": "DNS protocol implementation written in pure PHP",
  1210. "keywords": [
  1211. "dns"
  1212. ],
  1213. "time": "2018-01-10T15:56:17+00:00"
  1214. },
  1215. {
  1216. "name": "league/climate",
  1217. "version": "3.4.1",
  1218. "source": {
  1219. "type": "git",
  1220. "url": "https://github.com/thephpleague/climate.git",
  1221. "reference": "d657a19837c1f79a891381fb128b755aa3386381"
  1222. },
  1223. "dist": {
  1224. "type": "zip",
  1225. "url": "https://api.github.com/repos/thephpleague/climate/zipball/d657a19837c1f79a891381fb128b755aa3386381",
  1226. "reference": "d657a19837c1f79a891381fb128b755aa3386381",
  1227. "shasum": ""
  1228. },
  1229. "require": {
  1230. "php": "^5.6|^7.0",
  1231. "psr/log": "^1.0",
  1232. "seld/cli-prompt": "^1.0"
  1233. },
  1234. "require-dev": {
  1235. "mikey179/vfsstream": "^1.4",
  1236. "mockery/mockery": "^1.0",
  1237. "phpunit/phpunit": "^5.7.16"
  1238. },
  1239. "suggest": {
  1240. "ext-mbstring": "If ext-mbstring is not available you MUST install symfony/polyfill-mbstring"
  1241. },
  1242. "type": "library",
  1243. "autoload": {
  1244. "psr-4": {
  1245. "League\\CLImate\\": "src/"
  1246. }
  1247. },
  1248. "notification-url": "https://packagist.org/downloads/",
  1249. "license": [
  1250. "MIT"
  1251. ],
  1252. "authors": [
  1253. {
  1254. "name": "Craig Duncan",
  1255. "email": "[email protected]",
  1256. "homepage": "https://github.com/duncan3dc",
  1257. "role": "Developer"
  1258. },
  1259. {
  1260. "name": "Joe Tannenbaum",
  1261. "email": "[email protected]",
  1262. "homepage": "http://joe.codes/",
  1263. "role": "Developer"
  1264. }
  1265. ],
  1266. "description": "PHP's best friend for the terminal. CLImate allows you to easily output colored text, special formats, and more.",
  1267. "keywords": [
  1268. "cli",
  1269. "colors",
  1270. "command",
  1271. "php",
  1272. "terminal"
  1273. ],
  1274. "time": "2018-04-29T16:43:54+00:00"
  1275. },
  1276. {
  1277. "name": "league/uri-interfaces",
  1278. "version": "1.0.0",
  1279. "source": {
  1280. "type": "git",
  1281. "url": "https://github.com/thephpleague/uri-interfaces.git",
  1282. "reference": "dcc0be58e8b35a726274249e5eee053be1a56b66"
  1283. },
  1284. "dist": {
  1285. "type": "zip",
  1286. "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/dcc0be58e8b35a726274249e5eee053be1a56b66",
  1287. "reference": "dcc0be58e8b35a726274249e5eee053be1a56b66",
  1288. "shasum": ""
  1289. },
  1290. "require": {
  1291. "php": ">=5.3.0"
  1292. },
  1293. "require-dev": {
  1294. "friendsofphp/php-cs-fixer": "^1.0.0"
  1295. },
  1296. "type": "library",
  1297. "extra": {
  1298. "branch-alias": {
  1299. "dev-master": "1.0.x-dev"
  1300. }
  1301. },
  1302. "autoload": {
  1303. "psr-4": {
  1304. "League\\Uri\\Interfaces\\": "src/"
  1305. }
  1306. },
  1307. "notification-url": "https://packagist.org/downloads/",
  1308. "license": [
  1309. "MIT"
  1310. ],
  1311. "authors": [
  1312. {
  1313. "name": "Ignace Nyamagana Butera",
  1314. "email": "[email protected]",
  1315. "homepage": "https://nyamsprod.com"
  1316. }
  1317. ],
  1318. "description": "Common interface for URI representation",
  1319. "homepage": "http://github.com/thephpleague/uri-interfaces",
  1320. "keywords": [
  1321. "rfc3986",
  1322. "rfc3987",
  1323. "uri",
  1324. "url"
  1325. ],
  1326. "time": "2017-01-04T08:02:42+00:00"
  1327. },
  1328. {
  1329. "name": "league/uri-parser",
  1330. "version": "1.4.0",
  1331. "source": {
  1332. "type": "git",
  1333. "url": "https://github.com/thephpleague/uri-parser.git",
  1334. "reference": "8beb28540744a5ad728aee7060100002f9196f46"
  1335. },
  1336. "dist": {
  1337. "type": "zip",
  1338. "url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/8beb28540744a5ad728aee7060100002f9196f46",
  1339. "reference": "8beb28540744a5ad728aee7060100002f9196f46",
  1340. "shasum": ""
  1341. },
  1342. "require": {
  1343. "php": ">=7.0.0"
  1344. },
  1345. "require-dev": {
  1346. "friendsofphp/php-cs-fixer": "^2.0",
  1347. "phpstan/phpstan": "^0.9.2",
  1348. "phpstan/phpstan-phpunit": "^0.9.4",
  1349. "phpstan/phpstan-strict-rules": "^0.9.0",
  1350. "phpunit/phpunit": "^6.0"
  1351. },
  1352. "suggest": {
  1353. "ext-intl": "Allow parsing RFC3987 compliant hosts",
  1354. "league/uri-schemes": "Allow validating and normalizing URI parsing results"
  1355. },
  1356. "type": "library",
  1357. "extra": {
  1358. "branch-alias": {
  1359. "dev-master": "1.x-dev"
  1360. }
  1361. },
  1362. "autoload": {
  1363. "psr-4": {
  1364. "League\\Uri\\": "src"
  1365. },
  1366. "files": [
  1367. "src/functions_include.php"
  1368. ]
  1369. },
  1370. "notification-url": "https://packagist.org/downloads/",
  1371. "license": [
  1372. "MIT"
  1373. ],
  1374. "authors": [
  1375. {
  1376. "name": "Ignace Nyamagana Butera",
  1377. "email": "[email protected]",
  1378. "homepage": "https://nyamsprod.com"
  1379. }
  1380. ],
  1381. "description": "userland URI parser RFC 3986 compliant",
  1382. "homepage": "https://github.com/thephpleague/uri-parser",
  1383. "keywords": [
  1384. "parse_url",
  1385. "parser",
  1386. "rfc3986",
  1387. "rfc3987",
  1388. "uri",
  1389. "url"
  1390. ],
  1391. "time": "2018-03-13T21:13:33+00:00"
  1392. },
  1393. {
  1394. "name": "league/uri-schemes",
  1395. "version": "1.2.0",
  1396. "source": {
  1397. "type": "git",
  1398. "url": "https://github.com/thephpleague/uri-schemes.git",
  1399. "reference": "c26aedac0f60d1ce915aa309e1d08a4b09c7d708"
  1400. },
  1401. "dist": {
  1402. "type": "zip",
  1403. "url": "https://api.github.com/repos/thephpleague/uri-schemes/zipball/c26aedac0f60d1ce915aa309e1d08a4b09c7d708",
  1404. "reference": "c26aedac0f60d1ce915aa309e1d08a4b09c7d708",
  1405. "shasum": ""
  1406. },
  1407. "require": {
  1408. "ext-fileinfo": "*",
  1409. "league/uri-interfaces": "^1.0",
  1410. "league/uri-parser": "^1.4.0",
  1411. "php": ">=7.0.13",
  1412. "psr/http-message": "^1.0"
  1413. },
  1414. "require-dev": {
  1415. "friendsofphp/php-cs-fixer": "^2.0",
  1416. "phpstan/phpstan": "^0.9.2",
  1417. "phpstan/phpstan-phpunit": "^0.9.4",
  1418. "phpstan/phpstan-strict-rules": "^0.9.0",
  1419. "phpunit/phpunit": "^6.0"
  1420. },
  1421. "suggest": {
  1422. "ext-intl": "Allow parsing RFC3987 compliant hosts",
  1423. "league/uri-manipulations": "Needed to easily manipulate URI objects"
  1424. },
  1425. "type": "library",
  1426. "extra": {
  1427. "branch-alias": {
  1428. "dev-master": "1.0.x-dev"
  1429. }
  1430. },
  1431. "autoload": {
  1432. "psr-4": {
  1433. "League\\Uri\\": "src"
  1434. },
  1435. "files": [
  1436. "src/functions_include.php"
  1437. ]
  1438. },
  1439. "notification-url": "https://packagist.org/downloads/",
  1440. "license": [
  1441. "MIT"
  1442. ],
  1443. "authors": [
  1444. {
  1445. "name": "Ignace Nyamagana Butera",
  1446. "email": "[email protected]",
  1447. "homepage": "https://nyamsprod.com"
  1448. }
  1449. ],
  1450. "description": "URI manipulation library",
  1451. "homepage": "http://uri.thephpleague.com",
  1452. "keywords": [
  1453. "data-uri",
  1454. "file",
  1455. "ftp",
  1456. "http",
  1457. "https",
  1458. "parse_url",
  1459. "psr-7",
  1460. "rfc3986",
  1461. "uri",
  1462. "url",
  1463. "ws",
  1464. "wss"
  1465. ],
  1466. "time": "2018-03-14T08:33:20+00:00"
  1467. },
  1468. {
  1469. "name": "monolog/monolog",
  1470. "version": "1.23.0",
  1471. "source": {
  1472. "type": "git",
  1473. "url": "https://github.com/Seldaek/monolog.git",
  1474. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  1475. },
  1476. "dist": {
  1477. "type": "zip",
  1478. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  1479. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  1480. "shasum": ""
  1481. },
  1482. "require": {
  1483. "php": ">=5.3.0",
  1484. "psr/log": "~1.0"
  1485. },
  1486. "provide": {
  1487. "psr/log-implementation": "1.0.0"
  1488. },
  1489. "require-dev": {
  1490. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1491. "doctrine/couchdb": "~1.0@dev",
  1492. "graylog2/gelf-php": "~1.0",
  1493. "jakub-onderka/php-parallel-lint": "0.9",
  1494. "php-amqplib/php-amqplib": "~2.4",
  1495. "php-console/php-console": "^3.1.3",
  1496. "phpunit/phpunit": "~4.5",
  1497. "phpunit/phpunit-mock-objects": "2.3.0",
  1498. "ruflin/elastica": ">=0.90 <3.0",
  1499. "sentry/sentry": "^0.13",
  1500. "swiftmailer/swiftmailer": "^5.3|^6.0"
  1501. },
  1502. "suggest": {
  1503. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1504. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1505. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1506. "ext-mongo": "Allow sending log messages to a MongoDB server",
  1507. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1508. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  1509. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1510. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1511. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1512. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1513. "sentry/sentry": "Allow sending log messages to a Sentry server"
  1514. },
  1515. "type": "library",
  1516. "extra": {
  1517. "branch-alias": {
  1518. "dev-master": "2.0.x-dev"
  1519. }
  1520. },
  1521. "autoload": {
  1522. "psr-4": {
  1523. "Monolog\\": "src/Monolog"
  1524. }
  1525. },
  1526. "notification-url": "https://packagist.org/downloads/",
  1527. "license": [
  1528. "MIT"
  1529. ],
  1530. "authors": [
  1531. {
  1532. "name": "Jordi Boggiano",
  1533. "email": "[email protected]",
  1534. "homepage": "http://seld.be"
  1535. }
  1536. ],
  1537. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1538. "homepage": "http://github.com/Seldaek/monolog",
  1539. "keywords": [
  1540. "log",
  1541. "logging",
  1542. "psr-3"
  1543. ],
  1544. "time": "2017-06-19T01:22:40+00:00"
  1545. },
  1546. {
  1547. "name": "nikic/fast-route",
  1548. "version": "v1.3.0",
  1549. "source": {
  1550. "type": "git",
  1551. "url": "https://github.com/nikic/FastRoute.git",
  1552. "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
  1553. },
  1554. "dist": {
  1555. "type": "zip",
  1556. "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
  1557. "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
  1558. "shasum": ""
  1559. },
  1560. "require": {
  1561. "php": ">=5.4.0"
  1562. },
  1563. "require-dev": {
  1564. "phpunit/phpunit": "^4.8.35|~5.7"
  1565. },
  1566. "type": "library",
  1567. "autoload": {
  1568. "psr-4": {
  1569. "FastRoute\\": "src/"
  1570. },
  1571. "files": [
  1572. "src/functions.php"
  1573. ]
  1574. },
  1575. "notification-url": "https://packagist.org/downloads/",
  1576. "license": [
  1577. "BSD-3-Clause"
  1578. ],
  1579. "authors": [
  1580. {
  1581. "name": "Nikita Popov",
  1582. "email": "[email protected]"
  1583. }
  1584. ],
  1585. "description": "Fast request router for PHP",
  1586. "keywords": [
  1587. "router",
  1588. "routing"
  1589. ],
  1590. "time": "2018-02-13T20:26:39+00:00"
  1591. },
  1592. {
  1593. "name": "psr/http-message",
  1594. "version": "1.0.1",
  1595. "source": {
  1596. "type": "git",
  1597. "url": "https://github.com/php-fig/http-message.git",
  1598. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1599. },
  1600. "dist": {
  1601. "type": "zip",
  1602. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1603. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1604. "shasum": ""
  1605. },
  1606. "require": {
  1607. "php": ">=5.3.0"
  1608. },
  1609. "type": "library",
  1610. "extra": {
  1611. "branch-alias": {
  1612. "dev-master": "1.0.x-dev"
  1613. }
  1614. },
  1615. "autoload": {
  1616. "psr-4": {
  1617. "Psr\\Http\\Message\\": "src/"
  1618. }
  1619. },
  1620. "notification-url": "https://packagist.org/downloads/",
  1621. "license": [
  1622. "MIT"
  1623. ],
  1624. "authors": [
  1625. {
  1626. "name": "PHP-FIG",
  1627. "homepage": "http://www.php-fig.org/"
  1628. }
  1629. ],
  1630. "description": "Common interface for HTTP messages",
  1631. "homepage": "https://github.com/php-fig/http-message",
  1632. "keywords": [
  1633. "http",
  1634. "http-message",
  1635. "psr",
  1636. "psr-7",
  1637. "request",
  1638. "response"
  1639. ],
  1640. "time": "2016-08-06T14:39:51+00:00"
  1641. },
  1642. {
  1643. "name": "psr/log",
  1644. "version": "1.0.2",
  1645. "source": {
  1646. "type": "git",
  1647. "url": "https://github.com/php-fig/log.git",
  1648. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  1649. },
  1650. "dist": {
  1651. "type": "zip",
  1652. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  1653. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  1654. "shasum": ""
  1655. },
  1656. "require": {
  1657. "php": ">=5.3.0"
  1658. },
  1659. "type": "library",
  1660. "extra": {
  1661. "branch-alias": {
  1662. "dev-master": "1.0.x-dev"
  1663. }
  1664. },
  1665. "autoload": {
  1666. "psr-4": {
  1667. "Psr\\Log\\": "Psr/Log/"
  1668. }
  1669. },
  1670. "notification-url": "https://packagist.org/downloads/",
  1671. "license": [
  1672. "MIT"
  1673. ],
  1674. "authors": [
  1675. {
  1676. "name": "PHP-FIG",
  1677. "homepage": "http://www.php-fig.org/"
  1678. }
  1679. ],
  1680. "description": "Common interface for logging libraries",
  1681. "homepage": "https://github.com/php-fig/log",
  1682. "keywords": [
  1683. "log",
  1684. "psr",
  1685. "psr-3"
  1686. ],
  1687. "time": "2016-10-10T12:19:37+00:00"
  1688. },
  1689. {
  1690. "name": "seld/cli-prompt",
  1691. "version": "1.0.3",
  1692. "source": {
  1693. "type": "git",
  1694. "url": "https://github.com/Seldaek/cli-prompt.git",
  1695. "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd"
  1696. },
  1697. "dist": {
  1698. "type": "zip",
  1699. "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
  1700. "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd",
  1701. "shasum": ""
  1702. },
  1703. "require": {
  1704. "php": ">=5.3"
  1705. },
  1706. "type": "library",
  1707. "extra": {
  1708. "branch-alias": {
  1709. "dev-master": "1.x-dev"
  1710. }
  1711. },
  1712. "autoload": {
  1713. "psr-4": {
  1714. "Seld\\CliPrompt\\": "src/"
  1715. }
  1716. },
  1717. "notification-url": "https://packagist.org/downloads/",
  1718. "license": [
  1719. "MIT"
  1720. ],
  1721. "authors": [
  1722. {
  1723. "name": "Jordi Boggiano",
  1724. "email": "[email protected]"
  1725. }
  1726. ],
  1727. "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
  1728. "keywords": [
  1729. "cli",
  1730. "console",
  1731. "hidden",
  1732. "input",
  1733. "prompt"
  1734. ],
  1735. "time": "2017-03-18T11:32:45+00:00"
  1736. }
  1737. ],
  1738. "packages-dev": [],
  1739. "aliases": [],
  1740. "minimum-stability": "stable",
  1741. "stability-flags": {
  1742. "amphp/cluster": 20
  1743. },
  1744. "prefer-stable": false,
  1745. "prefer-lowest": false,
  1746. "platform": [],
  1747. "platform-dev": []
  1748. }