| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589 |
- <?php return array(
- 'root' => array(
- 'name' => 'topthink/think',
- 'pretty_version' => '1.0.0+no-version-set',
- 'version' => '1.0.0.0',
- 'reference' => NULL,
- 'type' => 'project',
- 'install_path' => __DIR__ . '/../../',
- 'aliases' => array(),
- 'dev' => true,
- ),
- 'versions' => array(
- 'adbario/php-dot-notation' => array(
- 'pretty_version' => '2.5.0',
- 'version' => '2.5.0.0',
- 'reference' => '081e2cca50c84bfeeea2e3ef9b2c8d206d80ccae',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../adbario/php-dot-notation',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'alibabacloud/aas' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/actiontrail' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/adb' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/aegis' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/afs' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/airec' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/alidns' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/alikafka' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/alimt' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/aliprobe' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/aliyuncvc' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/appmallsservice' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/arms' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/arms4finance' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/baas' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/batchcompute' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/bss' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/bssopenapi' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/cas' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/cbn' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ccc' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ccs' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/cdn' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/cds' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/cf' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/chatbot' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/client' => array(
- 'pretty_version' => '1.5.32',
- 'version' => '1.5.32.0',
- 'reference' => '5bc6f6d660797dcee2c3aef29700ab41ee764f4d',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../alibabacloud/client',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'alibabacloud/cloudapi' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/cloudauth' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/cloudesl' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/cloudmarketing' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/cloudphoto' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/cloudwf' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/cms' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/commondriver' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/companyreg' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/cr' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/crm' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/cs' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/csb' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/cusanalyticsconline' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/dataworkspublic' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/dbs' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/dcdn' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/dds' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/democenter' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/dm' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/dmsenterprise' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/domain' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/domainintl' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/drcloud' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/drds' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/dts' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/dybaseapi' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/dyplsapi' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/dypnsapi' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/dysmsapi' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/dyvmsapi' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/eci' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ecs' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ecsinc' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/edas' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ehpc' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/elasticsearch' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/emr' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ess' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/facebody' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/fnf' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/foas' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ft' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/goodstech' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/gpdb' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/green' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/hbase' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/hiknoengine' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/hpc' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/hsm' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/httpdns' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/idst' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/imageaudit' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/imageenhan' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/imagerecog' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/imagesearch' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/imageseg' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/imm' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/industrybrain' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/iot' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/iqa' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/itaas' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ivision' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ivpd' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/jaq' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/jarvis' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/jarvispublic' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/kms' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/linkedmall' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/linkface' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/linkwan' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/live' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/lubancloud' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/lubanruler' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/market' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/mopen' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/mpserverless' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/mts' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/multimediaai' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/nas' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/netana' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/nlp' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/nlpautoml' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/nlscloudmeta' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/nlsfiletrans' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/objectdet' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ocr' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ocs' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/oms' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ons' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/onsmqtt' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/oos' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/openanalytics' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ossadmin' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ots' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/outboundbot' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/petadata' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/polardb' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/productcatalog' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/pts' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/push' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/pvtz' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/qualitycheck' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ram' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/rds' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/reid' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/retailcloud' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/rkvstore' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ros' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/rtc' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/saf' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/sas' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/sasapi' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/scdn' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/schedulerx2' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/sdk' => array(
- 'pretty_version' => '1.8.2040',
- 'version' => '1.8.2040.0',
- 'reference' => '78c557e99f6cd341d3b4c27e2678fc318cdb1cf8',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../alibabacloud/sdk',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'alibabacloud/skyeye' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/slb' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/smartag' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/smc' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/sms' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/smsintl' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/snsuapi' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/sts' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/taginner' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/tesladam' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/teslamaxcompute' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/teslastream' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ubsms' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/ubsmsinner' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/uis' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/unimkt' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/visionai' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/vod' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/voicenavigator' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/vpc' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/vs' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/wafopenapi' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/welfareinner' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/xspace' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/xtrace' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/yqbridge' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'alibabacloud/yundun' => array(
- 'dev_requirement' => false,
- 'replaced' => array(
- 0 => '1.8.2040',
- ),
- ),
- 'aliyuncs/oss-sdk-php' => array(
- 'pretty_version' => 'v2.6.0',
- 'version' => '2.6.0.0',
- 'reference' => '572d0f8e099e8630ae7139ed3fdedb926c7a760f',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../aliyuncs/oss-sdk-php',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'clagiordano/weblibs-configmanager' => array(
- 'pretty_version' => 'v1.5.0',
- 'version' => '1.5.0.0',
- 'reference' => '8802c7396d61a923c9a73e37ead062b24bb1b273',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../clagiordano/weblibs-configmanager',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'dh2y/think-qrcode' => array(
- 'pretty_version' => '2.0',
- 'version' => '2.0.0.0',
- 'reference' => '977d032afa27b1852f5fc5441fad2497f6db7ff5',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../dh2y/think-qrcode',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'easywechat-composer/easywechat-composer' => array(
- 'pretty_version' => '1.4.1',
- 'version' => '1.4.1.0',
- 'reference' => '3fc6a7ab6d3853c0f4e2922539b56cc37ef361cd',
- 'type' => 'composer-plugin',
- 'install_path' => __DIR__ . '/../easywechat-composer/easywechat-composer',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'guzzlehttp/guzzle' => array(
- 'pretty_version' => '7.8.1',
- 'version' => '7.8.1.0',
- 'reference' => '41042bc7ab002487b876a0683fc8dce04ddce104',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'guzzlehttp/promises' => array(
- 'pretty_version' => '2.0.1',
- 'version' => '2.0.1.0',
- 'reference' => '111166291a0f8130081195ac4556a5587d7f1b5d',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../guzzlehttp/promises',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'guzzlehttp/psr7' => array(
- 'pretty_version' => '2.6.2',
- 'version' => '2.6.2.0',
- 'reference' => '45b30f99ac27b5ca93cb4831afe16285f57b8221',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../guzzlehttp/psr7',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'lcobucci/jwt' => array(
- 'pretty_version' => '3.4.6',
- 'version' => '3.4.6.0',
- 'reference' => '3ef8657a78278dfeae7707d51747251db4176240',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../lcobucci/jwt',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'league/flysystem' => array(
- 'pretty_version' => '2.5.0',
- 'version' => '2.5.0.0',
- 'reference' => '8aaffb653c5777781b0f7f69a5d937baf7ab6cdb',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../league/flysystem',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'league/mime-type-detection' => array(
- 'pretty_version' => '1.13.0',
- 'version' => '1.13.0.0',
- 'reference' => 'a6dfb1194a2946fcdc1f38219445234f65b35c96',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../league/mime-type-detection',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'monolog/monolog' => array(
- 'pretty_version' => '2.9.2',
- 'version' => '2.9.2.0',
- 'reference' => '437cb3628f4cf6042cc10ae97fc2b8472e48ca1f',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../monolog/monolog',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'mtdowling/jmespath.php' => array(
- 'pretty_version' => '2.7.0',
- 'version' => '2.7.0.0',
- 'reference' => 'bbb69a935c2cbb0c03d7f481a238027430f6440b',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../mtdowling/jmespath.php',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'myclabs/php-enum' => array(
- 'pretty_version' => '1.8.4',
- 'version' => '1.8.4.0',
- 'reference' => 'a867478eae49c9f59ece437ae7f9506bfaa27483',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../myclabs/php-enum',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'overtrue/pinyin' => array(
- 'pretty_version' => '4.1.0',
- 'version' => '4.1.0.0',
- 'reference' => '4d0fb4f27f0c79e81c9489e0c0ae4a4f8837eae7',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../overtrue/pinyin',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'overtrue/socialite' => array(
- 'pretty_version' => '3.5.4',
- 'version' => '3.5.4.0',
- 'reference' => '6bd4f0230bcaec5ccfd64a10581a9063233b5a48',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../overtrue/socialite',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'overtrue/wechat' => array(
- 'pretty_version' => '5.30.0',
- 'version' => '5.30.0.0',
- 'reference' => '245d1e821bc5a4609625c3244b111f570692cfc2',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../overtrue/wechat',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'pimple/pimple' => array(
- 'pretty_version' => 'v3.5.0',
- 'version' => '3.5.0.0',
- 'reference' => 'a94b3a4db7fb774b3d78dad2315ddc07629e1bed',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../pimple/pimple',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'psr/cache' => array(
- 'pretty_version' => '1.0.1',
- 'version' => '1.0.1.0',
- 'reference' => 'd11b50ad223250cf17b86e38383413f5a6764bf8',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../psr/cache',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'psr/cache-implementation' => array(
- 'dev_requirement' => false,
- 'provided' => array(
- 0 => '1.0|2.0',
- ),
- ),
- 'psr/container' => array(
- 'pretty_version' => '1.1.2',
- 'version' => '1.1.2.0',
- 'reference' => '513e0666f7216c7459170d56df27dfcefe1689ea',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../psr/container',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'psr/event-dispatcher' => array(
- 'pretty_version' => '1.0.0',
- 'version' => '1.0.0.0',
- 'reference' => 'dbefd12671e8a14ec7f180cab83036ed26714bb0',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../psr/event-dispatcher',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'psr/event-dispatcher-implementation' => array(
- 'dev_requirement' => false,
- 'provided' => array(
- 0 => '1.0',
- ),
- ),
- 'psr/http-client' => array(
- 'pretty_version' => '1.0.3',
- 'version' => '1.0.3.0',
- 'reference' => 'bb5906edc1c324c9a05aa0873d40117941e5fa90',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../psr/http-client',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'psr/http-client-implementation' => array(
- 'dev_requirement' => false,
- 'provided' => array(
- 0 => '1.0',
- ),
- ),
- 'psr/http-factory' => array(
- 'pretty_version' => '1.0.2',
- 'version' => '1.0.2.0',
- 'reference' => 'e616d01114759c4c489f93b099585439f795fe35',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../psr/http-factory',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'psr/http-factory-implementation' => array(
- 'dev_requirement' => false,
- 'provided' => array(
- 0 => '1.0',
- ),
- ),
- 'psr/http-message' => array(
- 'pretty_version' => '1.1',
- 'version' => '1.1.0.0',
- 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../psr/http-message',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'psr/http-message-implementation' => array(
- 'dev_requirement' => false,
- 'provided' => array(
- 0 => '1.0',
- ),
- ),
- 'psr/log' => array(
- 'pretty_version' => '1.1.4',
- 'version' => '1.1.4.0',
- 'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../psr/log',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'psr/log-implementation' => array(
- 'dev_requirement' => false,
- 'provided' => array(
- 0 => '1.0.0 || 2.0.0 || 3.0.0',
- ),
- ),
- 'psr/simple-cache' => array(
- 'pretty_version' => '1.0.1',
- 'version' => '1.0.1.0',
- 'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../psr/simple-cache',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'psr/simple-cache-implementation' => array(
- 'dev_requirement' => false,
- 'provided' => array(
- 0 => '1.0|2.0',
- ),
- ),
- 'qiniu/php-sdk' => array(
- 'pretty_version' => 'v7.11.0',
- 'version' => '7.11.0.0',
- 'reference' => '9ee81f0acd57fa7bb435ffe9e515d7a9fdd0489b',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../qiniu/php-sdk',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'ralouphie/getallheaders' => array(
- 'pretty_version' => '3.0.3',
- 'version' => '3.0.3.0',
- 'reference' => '120b605dfeb996808c31b6477290a714d356e822',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../ralouphie/getallheaders',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/cache' => array(
- 'pretty_version' => 'v5.4.32',
- 'version' => '5.4.32.0',
- 'reference' => '2553faca77502a4f68dc93cd2f3b9ec650751e40',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/cache',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/cache-contracts' => array(
- 'pretty_version' => 'v2.5.2',
- 'version' => '2.5.2.0',
- 'reference' => '64be4a7acb83b6f2bf6de9a02cee6dad41277ebc',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/cache-contracts',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/cache-implementation' => array(
- 'dev_requirement' => false,
- 'provided' => array(
- 0 => '1.0|2.0',
- ),
- ),
- 'symfony/deprecation-contracts' => array(
- 'pretty_version' => 'v2.5.2',
- 'version' => '2.5.2.0',
- 'reference' => 'e8b495ea28c1d97b5e0c121748d6f9b53d075c66',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/event-dispatcher' => array(
- 'pretty_version' => 'v5.4.26',
- 'version' => '5.4.26.0',
- 'reference' => '5dcc00e03413f05c1e7900090927bb7247cb0aac',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/event-dispatcher',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/event-dispatcher-contracts' => array(
- 'pretty_version' => 'v2.5.2',
- 'version' => '2.5.2.0',
- 'reference' => 'f98b54df6ad059855739db6fcbc2d36995283fe1',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/event-dispatcher-contracts',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/event-dispatcher-implementation' => array(
- 'dev_requirement' => false,
- 'provided' => array(
- 0 => '2.0',
- ),
- ),
- 'symfony/http-foundation' => array(
- 'pretty_version' => 'v5.4.32',
- 'version' => '5.4.32.0',
- 'reference' => 'cbcd80a4c36f59772d62860fdb0cb6a38da63fd2',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/http-foundation',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/polyfill-ctype' => array(
- 'pretty_version' => 'v1.28.0',
- 'version' => '1.28.0.0',
- 'reference' => 'ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/polyfill-mbstring' => array(
- 'pretty_version' => 'v1.28.0',
- 'version' => '1.28.0.0',
- 'reference' => '42292d99c55abe617799667f454222c54c60e229',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/polyfill-php72' => array(
- 'pretty_version' => 'v1.28.0',
- 'version' => '1.28.0.0',
- 'reference' => '70f4aebd92afca2f865444d30a4d2151c13c3179',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/polyfill-php72',
- 'aliases' => array(),
- 'dev_requirement' => true,
- ),
- 'symfony/polyfill-php73' => array(
- 'pretty_version' => 'v1.28.0',
- 'version' => '1.28.0.0',
- 'reference' => 'fe2f306d1d9d346a7fee353d0d5012e401e984b5',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/polyfill-php73',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/polyfill-php80' => array(
- 'pretty_version' => 'v1.28.0',
- 'version' => '1.28.0.0',
- 'reference' => '6caa57379c4aec19c0a12a38b59b26487dcfe4b5',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/polyfill-php80',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/psr-http-message-bridge' => array(
- 'pretty_version' => 'v2.3.1',
- 'version' => '2.3.1.0',
- 'reference' => '581ca6067eb62640de5ff08ee1ba6850a0ee472e',
- 'type' => 'symfony-bridge',
- 'install_path' => __DIR__ . '/../symfony/psr-http-message-bridge',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/service-contracts' => array(
- 'pretty_version' => 'v2.5.2',
- 'version' => '2.5.2.0',
- 'reference' => '4b426aac47d6427cc1a1d0f7e2ac724627f5966c',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/service-contracts',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/var-dumper' => array(
- 'pretty_version' => 'v4.4.47',
- 'version' => '4.4.47.0',
- 'reference' => '1069c7a3fca74578022fab6f81643248d02f8e63',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/var-dumper',
- 'aliases' => array(),
- 'dev_requirement' => true,
- ),
- 'symfony/var-exporter' => array(
- 'pretty_version' => 'v5.4.32',
- 'version' => '5.4.32.0',
- 'reference' => 'fdb022f0d3d41df240c18e2eb9a117c430f06add',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/var-exporter',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/yaml' => array(
- 'pretty_version' => 'v2.8.52',
- 'version' => '2.8.52.0',
- 'reference' => '02c1859112aa779d9ab394ae4f3381911d84052b',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/yaml',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'topthink/framework' => array(
- 'pretty_version' => 'v6.1.4',
- 'version' => '6.1.4.0',
- 'reference' => '66eb9cf4d627df12911344cd328faf9bb596bf2c',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../topthink/framework',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'topthink/think' => array(
- 'pretty_version' => '1.0.0+no-version-set',
- 'version' => '1.0.0.0',
- 'reference' => NULL,
- 'type' => 'project',
- 'install_path' => __DIR__ . '/../../',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'topthink/think-captcha' => array(
- 'pretty_version' => 'v3.0.9',
- 'version' => '3.0.9.0',
- 'reference' => 'b1ef360670578214edeebcf824aaf6ab7ee0528b',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../topthink/think-captcha',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'topthink/think-filesystem' => array(
- 'pretty_version' => 'v2.0.2',
- 'version' => '2.0.2.0',
- 'reference' => 'c08503232fcae0c3c7fefae5e6b5c841ffe09f2f',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../topthink/think-filesystem',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'topthink/think-helper' => array(
- 'pretty_version' => 'v3.1.6',
- 'version' => '3.1.6.0',
- 'reference' => '769acbe50a4274327162f9c68ec2e89a38eb2aff',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../topthink/think-helper',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'topthink/think-image' => array(
- 'pretty_version' => 'v1.0.7',
- 'version' => '1.0.7.0',
- 'reference' => '8586cf47f117481c6d415b20f7dedf62e79d5512',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../topthink/think-image',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'topthink/think-multi-app' => array(
- 'pretty_version' => 'v1.0.17',
- 'version' => '1.0.17.0',
- 'reference' => '4055a6187296ac16c0bc7bbab4ed5d92f82f791c',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../topthink/think-multi-app',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'topthink/think-orm' => array(
- 'pretty_version' => 'v2.0.61',
- 'version' => '2.0.61.0',
- 'reference' => '10528ebf4a5106b19c3bac9c6deae7a67ff49de6',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../topthink/think-orm',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'topthink/think-template' => array(
- 'pretty_version' => 'v2.0.9',
- 'version' => '2.0.9.0',
- 'reference' => '6d25642ae0e306166742fd7073dc7a159e18073c',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../topthink/think-template',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'topthink/think-trace' => array(
- 'pretty_version' => 'v1.6',
- 'version' => '1.6.0.0',
- 'reference' => '136cd5d97e8bdb780e4b5c1637c588ed7ca3e142',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../topthink/think-trace',
- 'aliases' => array(),
- 'dev_requirement' => true,
- ),
- 'topthink/think-view' => array(
- 'pretty_version' => 'v1.0.14',
- 'version' => '1.0.14.0',
- 'reference' => 'edce0ae2c9551ab65f9e94a222604b0dead3576d',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../topthink/think-view',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- ),
- );
|