composer.lock 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "dcbdfaaf830f7406f12efb5e68ebb10a",
  8. "packages": [
  9. {
  10. "name": "doctrine/cache",
  11. "version": "v1.6.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/doctrine/cache.git",
  15. "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b",
  20. "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "~5.5|~7.0"
  25. },
  26. "conflict": {
  27. "doctrine/common": ">2.2,<2.4"
  28. },
  29. "require-dev": {
  30. "phpunit/phpunit": "~4.8|~5.0",
  31. "predis/predis": "~1.0",
  32. "satooshi/php-coveralls": "~0.6"
  33. },
  34. "type": "library",
  35. "extra": {
  36. "branch-alias": {
  37. "dev-master": "1.6.x-dev"
  38. }
  39. },
  40. "autoload": {
  41. "psr-4": {
  42. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "MIT"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Roman Borschel",
  52. "email": "roman@code-factory.org"
  53. },
  54. {
  55. "name": "Benjamin Eberlei",
  56. "email": "kontakt@beberlei.de"
  57. },
  58. {
  59. "name": "Guilherme Blanco",
  60. "email": "guilhermeblanco@gmail.com"
  61. },
  62. {
  63. "name": "Jonathan Wage",
  64. "email": "jonwage@gmail.com"
  65. },
  66. {
  67. "name": "Johannes Schmitt",
  68. "email": "schmittjoh@gmail.com"
  69. }
  70. ],
  71. "description": "Caching library offering an object-oriented API for many cache backends",
  72. "homepage": "http://www.doctrine-project.org",
  73. "keywords": [
  74. "cache",
  75. "caching"
  76. ],
  77. "time": "2017-07-22T12:49:21+00:00"
  78. },
  79. {
  80. "name": "guzzlehttp/guzzle",
  81. "version": "6.3.0",
  82. "source": {
  83. "type": "git",
  84. "url": "https://github.com/guzzle/guzzle.git",
  85. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
  86. },
  87. "dist": {
  88. "type": "zip",
  89. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  90. "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  91. "shasum": ""
  92. },
  93. "require": {
  94. "guzzlehttp/promises": "^1.0",
  95. "guzzlehttp/psr7": "^1.4",
  96. "php": ">=5.5"
  97. },
  98. "require-dev": {
  99. "ext-curl": "*",
  100. "phpunit/phpunit": "^4.0 || ^5.0",
  101. "psr/log": "^1.0"
  102. },
  103. "suggest": {
  104. "psr/log": "Required for using the Log middleware"
  105. },
  106. "type": "library",
  107. "extra": {
  108. "branch-alias": {
  109. "dev-master": "6.2-dev"
  110. }
  111. },
  112. "autoload": {
  113. "files": [
  114. "src/functions_include.php"
  115. ],
  116. "psr-4": {
  117. "GuzzleHttp\\": "src/"
  118. }
  119. },
  120. "notification-url": "https://packagist.org/downloads/",
  121. "license": [
  122. "MIT"
  123. ],
  124. "authors": [
  125. {
  126. "name": "Michael Dowling",
  127. "email": "mtdowling@gmail.com",
  128. "homepage": "https://github.com/mtdowling"
  129. }
  130. ],
  131. "description": "Guzzle is a PHP HTTP client library",
  132. "homepage": "http://guzzlephp.org/",
  133. "keywords": [
  134. "client",
  135. "curl",
  136. "framework",
  137. "http",
  138. "http client",
  139. "rest",
  140. "web service"
  141. ],
  142. "time": "2017-06-22T18:50:49+00:00"
  143. },
  144. {
  145. "name": "guzzlehttp/promises",
  146. "version": "v1.3.1",
  147. "source": {
  148. "type": "git",
  149. "url": "https://github.com/guzzle/promises.git",
  150. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  151. },
  152. "dist": {
  153. "type": "zip",
  154. "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  155. "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  156. "shasum": ""
  157. },
  158. "require": {
  159. "php": ">=5.5.0"
  160. },
  161. "require-dev": {
  162. "phpunit/phpunit": "^4.0"
  163. },
  164. "type": "library",
  165. "extra": {
  166. "branch-alias": {
  167. "dev-master": "1.4-dev"
  168. }
  169. },
  170. "autoload": {
  171. "psr-4": {
  172. "GuzzleHttp\\Promise\\": "src/"
  173. },
  174. "files": [
  175. "src/functions_include.php"
  176. ]
  177. },
  178. "notification-url": "https://packagist.org/downloads/",
  179. "license": [
  180. "MIT"
  181. ],
  182. "authors": [
  183. {
  184. "name": "Michael Dowling",
  185. "email": "mtdowling@gmail.com",
  186. "homepage": "https://github.com/mtdowling"
  187. }
  188. ],
  189. "description": "Guzzle promises library",
  190. "keywords": [
  191. "promise"
  192. ],
  193. "time": "2016-12-20T10:07:11+00:00"
  194. },
  195. {
  196. "name": "guzzlehttp/psr7",
  197. "version": "1.4.2",
  198. "source": {
  199. "type": "git",
  200. "url": "https://github.com/guzzle/psr7.git",
  201. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  202. },
  203. "dist": {
  204. "type": "zip",
  205. "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  206. "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  207. "shasum": ""
  208. },
  209. "require": {
  210. "php": ">=5.4.0",
  211. "psr/http-message": "~1.0"
  212. },
  213. "provide": {
  214. "psr/http-message-implementation": "1.0"
  215. },
  216. "require-dev": {
  217. "phpunit/phpunit": "~4.0"
  218. },
  219. "type": "library",
  220. "extra": {
  221. "branch-alias": {
  222. "dev-master": "1.4-dev"
  223. }
  224. },
  225. "autoload": {
  226. "psr-4": {
  227. "GuzzleHttp\\Psr7\\": "src/"
  228. },
  229. "files": [
  230. "src/functions_include.php"
  231. ]
  232. },
  233. "notification-url": "https://packagist.org/downloads/",
  234. "license": [
  235. "MIT"
  236. ],
  237. "authors": [
  238. {
  239. "name": "Michael Dowling",
  240. "email": "mtdowling@gmail.com",
  241. "homepage": "https://github.com/mtdowling"
  242. },
  243. {
  244. "name": "Tobias Schultze",
  245. "homepage": "https://github.com/Tobion"
  246. }
  247. ],
  248. "description": "PSR-7 message implementation that also provides common utility methods",
  249. "keywords": [
  250. "http",
  251. "message",
  252. "request",
  253. "response",
  254. "stream",
  255. "uri",
  256. "url"
  257. ],
  258. "time": "2017-03-20T17:10:46+00:00"
  259. },
  260. {
  261. "name": "monolog/monolog",
  262. "version": "1.23.0",
  263. "source": {
  264. "type": "git",
  265. "url": "https://github.com/Seldaek/monolog.git",
  266. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  267. },
  268. "dist": {
  269. "type": "zip",
  270. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  271. "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  272. "shasum": ""
  273. },
  274. "require": {
  275. "php": ">=5.3.0",
  276. "psr/log": "~1.0"
  277. },
  278. "provide": {
  279. "psr/log-implementation": "1.0.0"
  280. },
  281. "require-dev": {
  282. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  283. "doctrine/couchdb": "~1.0@dev",
  284. "graylog2/gelf-php": "~1.0",
  285. "jakub-onderka/php-parallel-lint": "0.9",
  286. "php-amqplib/php-amqplib": "~2.4",
  287. "php-console/php-console": "^3.1.3",
  288. "phpunit/phpunit": "~4.5",
  289. "phpunit/phpunit-mock-objects": "2.3.0",
  290. "ruflin/elastica": ">=0.90 <3.0",
  291. "sentry/sentry": "^0.13",
  292. "swiftmailer/swiftmailer": "^5.3|^6.0"
  293. },
  294. "suggest": {
  295. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  296. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  297. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  298. "ext-mongo": "Allow sending log messages to a MongoDB server",
  299. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  300. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  301. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  302. "php-console/php-console": "Allow sending log messages to Google Chrome",
  303. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  304. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  305. "sentry/sentry": "Allow sending log messages to a Sentry server"
  306. },
  307. "type": "library",
  308. "extra": {
  309. "branch-alias": {
  310. "dev-master": "2.0.x-dev"
  311. }
  312. },
  313. "autoload": {
  314. "psr-4": {
  315. "Monolog\\": "src/Monolog"
  316. }
  317. },
  318. "notification-url": "https://packagist.org/downloads/",
  319. "license": [
  320. "MIT"
  321. ],
  322. "authors": [
  323. {
  324. "name": "Jordi Boggiano",
  325. "email": "j.boggiano@seld.be",
  326. "homepage": "http://seld.be"
  327. }
  328. ],
  329. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  330. "homepage": "http://github.com/Seldaek/monolog",
  331. "keywords": [
  332. "log",
  333. "logging",
  334. "psr-3"
  335. ],
  336. "time": "2017-06-19T01:22:40+00:00"
  337. },
  338. {
  339. "name": "overtrue/socialite",
  340. "version": "1.3.0",
  341. "source": {
  342. "type": "git",
  343. "url": "https://github.com/overtrue/socialite.git",
  344. "reference": "fda55f0acef43a144799b1957a8f93d9f5deffce"
  345. },
  346. "dist": {
  347. "type": "zip",
  348. "url": "https://api.github.com/repos/overtrue/socialite/zipball/fda55f0acef43a144799b1957a8f93d9f5deffce",
  349. "reference": "fda55f0acef43a144799b1957a8f93d9f5deffce",
  350. "shasum": ""
  351. },
  352. "require": {
  353. "guzzlehttp/guzzle": "~5.0|~6.0",
  354. "php": ">=5.4.0",
  355. "symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0"
  356. },
  357. "require-dev": {
  358. "mockery/mockery": "~0.9",
  359. "phpunit/phpunit": "~4.0"
  360. },
  361. "type": "library",
  362. "autoload": {
  363. "psr-4": {
  364. "Overtrue\\Socialite\\": "src/"
  365. }
  366. },
  367. "notification-url": "https://packagist.org/downloads/",
  368. "license": [
  369. "MIT"
  370. ],
  371. "authors": [
  372. {
  373. "name": "overtrue",
  374. "email": "anzhengchao@gmail.com"
  375. }
  376. ],
  377. "description": "A collection of OAuth 2 packages that extracts from laravel/socialite.",
  378. "keywords": [
  379. "login",
  380. "oauth",
  381. "qq",
  382. "social",
  383. "wechat",
  384. "weibo"
  385. ],
  386. "time": "2017-08-04T06:28:22+00:00"
  387. },
  388. {
  389. "name": "overtrue/wechat",
  390. "version": "3.3.20",
  391. "source": {
  392. "type": "git",
  393. "url": "https://github.com/overtrue/wechat.git",
  394. "reference": "802ea7218e9ceeffb9530f78cdf56033b58da963"
  395. },
  396. "dist": {
  397. "type": "zip",
  398. "url": "https://api.github.com/repos/overtrue/wechat/zipball/802ea7218e9ceeffb9530f78cdf56033b58da963",
  399. "reference": "802ea7218e9ceeffb9530f78cdf56033b58da963",
  400. "shasum": ""
  401. },
  402. "require": {
  403. "doctrine/cache": "~1.4",
  404. "ext-openssl": "*",
  405. "guzzlehttp/guzzle": "~6.2",
  406. "monolog/monolog": "^1.17",
  407. "overtrue/socialite": ">=1.0.25",
  408. "php": ">=5.5.0",
  409. "pimple/pimple": "~3.0",
  410. "symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0",
  411. "symfony/psr-http-message-bridge": "~0.3|^1.0"
  412. },
  413. "require-dev": {
  414. "mockery/mockery": "^0.9.9",
  415. "overtrue/phplint": "dev-master",
  416. "phpunit/phpunit": "~4.0"
  417. },
  418. "type": "library",
  419. "autoload": {
  420. "psr-4": {
  421. "EasyWeChat\\": "src/"
  422. },
  423. "files": [
  424. "src/Payment/helpers.php"
  425. ]
  426. },
  427. "notification-url": "https://packagist.org/downloads/",
  428. "license": [
  429. "MIT"
  430. ],
  431. "authors": [
  432. {
  433. "name": "overtrue",
  434. "email": "anzhengchao@gmail.com"
  435. }
  436. ],
  437. "description": "微信SDK",
  438. "keywords": [
  439. "sdk",
  440. "wechat",
  441. "weixin",
  442. "weixin-sdk"
  443. ],
  444. "time": "2017-11-13T06:58:27+00:00"
  445. },
  446. {
  447. "name": "pimple/pimple",
  448. "version": "v3.2.2",
  449. "source": {
  450. "type": "git",
  451. "url": "https://github.com/silexphp/Pimple.git",
  452. "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a"
  453. },
  454. "dist": {
  455. "type": "zip",
  456. "url": "https://api.github.com/repos/silexphp/Pimple/zipball/4d45fb62d96418396ec58ba76e6f065bca16e10a",
  457. "reference": "4d45fb62d96418396ec58ba76e6f065bca16e10a",
  458. "shasum": ""
  459. },
  460. "require": {
  461. "php": ">=5.3.0",
  462. "psr/container": "^1.0"
  463. },
  464. "require-dev": {
  465. "symfony/phpunit-bridge": "^3.2"
  466. },
  467. "type": "library",
  468. "extra": {
  469. "branch-alias": {
  470. "dev-master": "3.2.x-dev"
  471. }
  472. },
  473. "autoload": {
  474. "psr-0": {
  475. "Pimple": "src/"
  476. }
  477. },
  478. "notification-url": "https://packagist.org/downloads/",
  479. "license": [
  480. "MIT"
  481. ],
  482. "authors": [
  483. {
  484. "name": "Fabien Potencier",
  485. "email": "fabien@symfony.com"
  486. }
  487. ],
  488. "description": "Pimple, a simple Dependency Injection Container",
  489. "homepage": "http://pimple.sensiolabs.org",
  490. "keywords": [
  491. "container",
  492. "dependency injection"
  493. ],
  494. "time": "2017-07-23T07:32:15+00:00"
  495. },
  496. {
  497. "name": "psr/container",
  498. "version": "1.0.0",
  499. "source": {
  500. "type": "git",
  501. "url": "https://github.com/php-fig/container.git",
  502. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  503. },
  504. "dist": {
  505. "type": "zip",
  506. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  507. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  508. "shasum": ""
  509. },
  510. "require": {
  511. "php": ">=5.3.0"
  512. },
  513. "type": "library",
  514. "extra": {
  515. "branch-alias": {
  516. "dev-master": "1.0.x-dev"
  517. }
  518. },
  519. "autoload": {
  520. "psr-4": {
  521. "Psr\\Container\\": "src/"
  522. }
  523. },
  524. "notification-url": "https://packagist.org/downloads/",
  525. "license": [
  526. "MIT"
  527. ],
  528. "authors": [
  529. {
  530. "name": "PHP-FIG",
  531. "homepage": "http://www.php-fig.org/"
  532. }
  533. ],
  534. "description": "Common Container Interface (PHP FIG PSR-11)",
  535. "homepage": "https://github.com/php-fig/container",
  536. "keywords": [
  537. "PSR-11",
  538. "container",
  539. "container-interface",
  540. "container-interop",
  541. "psr"
  542. ],
  543. "time": "2017-02-14T16:28:37+00:00"
  544. },
  545. {
  546. "name": "psr/http-message",
  547. "version": "1.0.1",
  548. "source": {
  549. "type": "git",
  550. "url": "https://github.com/php-fig/http-message.git",
  551. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  552. },
  553. "dist": {
  554. "type": "zip",
  555. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  556. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  557. "shasum": ""
  558. },
  559. "require": {
  560. "php": ">=5.3.0"
  561. },
  562. "type": "library",
  563. "extra": {
  564. "branch-alias": {
  565. "dev-master": "1.0.x-dev"
  566. }
  567. },
  568. "autoload": {
  569. "psr-4": {
  570. "Psr\\Http\\Message\\": "src/"
  571. }
  572. },
  573. "notification-url": "https://packagist.org/downloads/",
  574. "license": [
  575. "MIT"
  576. ],
  577. "authors": [
  578. {
  579. "name": "PHP-FIG",
  580. "homepage": "http://www.php-fig.org/"
  581. }
  582. ],
  583. "description": "Common interface for HTTP messages",
  584. "homepage": "https://github.com/php-fig/http-message",
  585. "keywords": [
  586. "http",
  587. "http-message",
  588. "psr",
  589. "psr-7",
  590. "request",
  591. "response"
  592. ],
  593. "time": "2016-08-06T14:39:51+00:00"
  594. },
  595. {
  596. "name": "psr/log",
  597. "version": "1.0.2",
  598. "source": {
  599. "type": "git",
  600. "url": "https://github.com/php-fig/log.git",
  601. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  602. },
  603. "dist": {
  604. "type": "zip",
  605. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  606. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  607. "shasum": ""
  608. },
  609. "require": {
  610. "php": ">=5.3.0"
  611. },
  612. "type": "library",
  613. "extra": {
  614. "branch-alias": {
  615. "dev-master": "1.0.x-dev"
  616. }
  617. },
  618. "autoload": {
  619. "psr-4": {
  620. "Psr\\Log\\": "Psr/Log/"
  621. }
  622. },
  623. "notification-url": "https://packagist.org/downloads/",
  624. "license": [
  625. "MIT"
  626. ],
  627. "authors": [
  628. {
  629. "name": "PHP-FIG",
  630. "homepage": "http://www.php-fig.org/"
  631. }
  632. ],
  633. "description": "Common interface for logging libraries",
  634. "homepage": "https://github.com/php-fig/log",
  635. "keywords": [
  636. "log",
  637. "psr",
  638. "psr-3"
  639. ],
  640. "time": "2016-10-10T12:19:37+00:00"
  641. },
  642. {
  643. "name": "symfony/http-foundation",
  644. "version": "v3.3.13",
  645. "source": {
  646. "type": "git",
  647. "url": "https://github.com/symfony/http-foundation.git",
  648. "reference": "5943f0f19817a7e05992d20a90729b0dc93faf36"
  649. },
  650. "dist": {
  651. "type": "zip",
  652. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5943f0f19817a7e05992d20a90729b0dc93faf36",
  653. "reference": "5943f0f19817a7e05992d20a90729b0dc93faf36",
  654. "shasum": ""
  655. },
  656. "require": {
  657. "php": "^5.5.9|>=7.0.8",
  658. "symfony/polyfill-mbstring": "~1.1"
  659. },
  660. "require-dev": {
  661. "symfony/expression-language": "~2.8|~3.0"
  662. },
  663. "type": "library",
  664. "extra": {
  665. "branch-alias": {
  666. "dev-master": "3.3-dev"
  667. }
  668. },
  669. "autoload": {
  670. "psr-4": {
  671. "Symfony\\Component\\HttpFoundation\\": ""
  672. },
  673. "exclude-from-classmap": [
  674. "/Tests/"
  675. ]
  676. },
  677. "notification-url": "https://packagist.org/downloads/",
  678. "license": [
  679. "MIT"
  680. ],
  681. "authors": [
  682. {
  683. "name": "Fabien Potencier",
  684. "email": "fabien@symfony.com"
  685. },
  686. {
  687. "name": "Symfony Community",
  688. "homepage": "https://symfony.com/contributors"
  689. }
  690. ],
  691. "description": "Symfony HttpFoundation Component",
  692. "homepage": "https://symfony.com",
  693. "time": "2017-11-13T18:13:16+00:00"
  694. },
  695. {
  696. "name": "symfony/polyfill-mbstring",
  697. "version": "v1.6.0",
  698. "source": {
  699. "type": "git",
  700. "url": "https://github.com/symfony/polyfill-mbstring.git",
  701. "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
  702. },
  703. "dist": {
  704. "type": "zip",
  705. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
  706. "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
  707. "shasum": ""
  708. },
  709. "require": {
  710. "php": ">=5.3.3"
  711. },
  712. "suggest": {
  713. "ext-mbstring": "For best performance"
  714. },
  715. "type": "library",
  716. "extra": {
  717. "branch-alias": {
  718. "dev-master": "1.6-dev"
  719. }
  720. },
  721. "autoload": {
  722. "psr-4": {
  723. "Symfony\\Polyfill\\Mbstring\\": ""
  724. },
  725. "files": [
  726. "bootstrap.php"
  727. ]
  728. },
  729. "notification-url": "https://packagist.org/downloads/",
  730. "license": [
  731. "MIT"
  732. ],
  733. "authors": [
  734. {
  735. "name": "Nicolas Grekas",
  736. "email": "p@tchwork.com"
  737. },
  738. {
  739. "name": "Symfony Community",
  740. "homepage": "https://symfony.com/contributors"
  741. }
  742. ],
  743. "description": "Symfony polyfill for the Mbstring extension",
  744. "homepage": "https://symfony.com",
  745. "keywords": [
  746. "compatibility",
  747. "mbstring",
  748. "polyfill",
  749. "portable",
  750. "shim"
  751. ],
  752. "time": "2017-10-11T12:05:26+00:00"
  753. },
  754. {
  755. "name": "symfony/psr-http-message-bridge",
  756. "version": "v1.0.0",
  757. "source": {
  758. "type": "git",
  759. "url": "https://github.com/symfony/psr-http-message-bridge.git",
  760. "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de"
  761. },
  762. "dist": {
  763. "type": "zip",
  764. "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/66085f246d3893cbdbcec5f5ad15ac60546cf0de",
  765. "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de",
  766. "shasum": ""
  767. },
  768. "require": {
  769. "php": ">=5.3.3",
  770. "psr/http-message": "~1.0",
  771. "symfony/http-foundation": "~2.3|~3.0"
  772. },
  773. "require-dev": {
  774. "symfony/phpunit-bridge": "~2.7|~3.0"
  775. },
  776. "suggest": {
  777. "psr/http-message-implementation": "To use the HttpFoundation factory",
  778. "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
  779. },
  780. "type": "symfony-bridge",
  781. "extra": {
  782. "branch-alias": {
  783. "dev-master": "1.0-dev"
  784. }
  785. },
  786. "autoload": {
  787. "psr-4": {
  788. "Symfony\\Bridge\\PsrHttpMessage\\": ""
  789. }
  790. },
  791. "notification-url": "https://packagist.org/downloads/",
  792. "license": [
  793. "MIT"
  794. ],
  795. "authors": [
  796. {
  797. "name": "Symfony Community",
  798. "homepage": "http://symfony.com/contributors"
  799. },
  800. {
  801. "name": "Fabien Potencier",
  802. "email": "fabien@symfony.com"
  803. }
  804. ],
  805. "description": "PSR HTTP message bridge",
  806. "homepage": "http://symfony.com",
  807. "keywords": [
  808. "http",
  809. "http-message",
  810. "psr-7"
  811. ],
  812. "time": "2016-09-14T18:37:20+00:00"
  813. },
  814. {
  815. "name": "topthink/framework",
  816. "version": "v5.0.11",
  817. "source": {
  818. "type": "git",
  819. "url": "https://github.com/top-think/framework.git",
  820. "reference": "926c9edb0c2682b14f563cac2c8a93f42f729016"
  821. },
  822. "dist": {
  823. "type": "zip",
  824. "url": "https://api.github.com/repos/top-think/framework/zipball/926c9edb0c2682b14f563cac2c8a93f42f729016",
  825. "reference": "926c9edb0c2682b14f563cac2c8a93f42f729016",
  826. "shasum": ""
  827. },
  828. "require": {
  829. "php": ">=5.4.0",
  830. "topthink/think-installer": "~1.0"
  831. },
  832. "require-dev": {
  833. "johnkary/phpunit-speedtrap": "^1.0",
  834. "mikey179/vfsstream": "~1.6",
  835. "phpdocumentor/reflection-docblock": "^2.0",
  836. "phploc/phploc": "2.*",
  837. "phpunit/phpunit": "4.8.*",
  838. "sebastian/phpcpd": "2.*"
  839. },
  840. "type": "think-framework",
  841. "autoload": {
  842. "psr-4": {
  843. "think\\": "library/think"
  844. }
  845. },
  846. "notification-url": "https://packagist.org/downloads/",
  847. "license": [
  848. "Apache-2.0"
  849. ],
  850. "authors": [
  851. {
  852. "name": "liu21st",
  853. "email": "liu21st@gmail.com"
  854. }
  855. ],
  856. "description": "the new thinkphp framework",
  857. "homepage": "http://thinkphp.cn/",
  858. "keywords": [
  859. "framework",
  860. "orm",
  861. "thinkphp"
  862. ],
  863. "time": "2017-09-13T03:30:29+00:00"
  864. },
  865. {
  866. "name": "topthink/think-captcha",
  867. "version": "v1.0.7",
  868. "source": {
  869. "type": "git",
  870. "url": "https://github.com/top-think/think-captcha.git",
  871. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44"
  872. },
  873. "dist": {
  874. "type": "zip",
  875. "url": "https://api.github.com/repos/top-think/think-captcha/zipball/0c55455df26a1626a60d0dc35d2d89002b741d44",
  876. "reference": "0c55455df26a1626a60d0dc35d2d89002b741d44",
  877. "shasum": ""
  878. },
  879. "type": "library",
  880. "autoload": {
  881. "psr-4": {
  882. "think\\captcha\\": "src/"
  883. },
  884. "files": [
  885. "src/helper.php"
  886. ]
  887. },
  888. "notification-url": "https://packagist.org/downloads/",
  889. "license": [
  890. "Apache-2.0"
  891. ],
  892. "authors": [
  893. {
  894. "name": "yunwuxin",
  895. "email": "448901948@qq.com"
  896. }
  897. ],
  898. "description": "captcha package for thinkphp5",
  899. "time": "2016-07-06T01:47:11+00:00"
  900. },
  901. {
  902. "name": "topthink/think-image",
  903. "version": "v1.0.7",
  904. "source": {
  905. "type": "git",
  906. "url": "https://github.com/top-think/think-image.git",
  907. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512"
  908. },
  909. "dist": {
  910. "type": "zip",
  911. "url": "https://api.github.com/repos/top-think/think-image/zipball/8586cf47f117481c6d415b20f7dedf62e79d5512",
  912. "reference": "8586cf47f117481c6d415b20f7dedf62e79d5512",
  913. "shasum": ""
  914. },
  915. "require": {
  916. "ext-gd": "*"
  917. },
  918. "require-dev": {
  919. "phpunit/phpunit": "4.8.*",
  920. "topthink/framework": "^5.0"
  921. },
  922. "type": "library",
  923. "autoload": {
  924. "psr-4": {
  925. "think\\": "src"
  926. }
  927. },
  928. "notification-url": "https://packagist.org/downloads/",
  929. "license": [
  930. "Apache-2.0"
  931. ],
  932. "authors": [
  933. {
  934. "name": "yunwuxin",
  935. "email": "448901948@qq.com"
  936. }
  937. ],
  938. "description": "The ThinkPHP5 Image Package",
  939. "time": "2016-09-29T06:05:43+00:00"
  940. },
  941. {
  942. "name": "topthink/think-installer",
  943. "version": "v1.0.12",
  944. "source": {
  945. "type": "git",
  946. "url": "https://github.com/top-think/think-installer.git",
  947. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d"
  948. },
  949. "dist": {
  950. "type": "zip",
  951. "url": "https://api.github.com/repos/top-think/think-installer/zipball/1be326e68f63de4e95977ed50f46ae75f017556d",
  952. "reference": "1be326e68f63de4e95977ed50f46ae75f017556d",
  953. "shasum": ""
  954. },
  955. "require": {
  956. "composer-plugin-api": "^1.0"
  957. },
  958. "require-dev": {
  959. "composer/composer": "1.0.*@dev"
  960. },
  961. "type": "composer-plugin",
  962. "extra": {
  963. "class": "think\\composer\\Plugin"
  964. },
  965. "autoload": {
  966. "psr-4": {
  967. "think\\composer\\": "src"
  968. }
  969. },
  970. "notification-url": "https://packagist.org/downloads/",
  971. "license": [
  972. "Apache-2.0"
  973. ],
  974. "authors": [
  975. {
  976. "name": "yunwuxin",
  977. "email": "448901948@qq.com"
  978. }
  979. ],
  980. "time": "2017-05-27T06:58:09+00:00"
  981. },
  982. {
  983. "name": "topthink/think-migration",
  984. "version": "v2.0",
  985. "source": {
  986. "type": "git",
  987. "url": "https://github.com/top-think/think-migration.git",
  988. "reference": "547e592d4227d127edec8f9d22cca5aa8023d8a3"
  989. },
  990. "dist": {
  991. "type": "zip",
  992. "url": "https://files.phpcomposer.com/files/top-think/think-migration/547e592d4227d127edec8f9d22cca5aa8023d8a3.zip",
  993. "reference": "547e592d4227d127edec8f9d22cca5aa8023d8a3",
  994. "shasum": ""
  995. },
  996. "require-dev": {
  997. "topthink/framework": "^5.0"
  998. },
  999. "type": "library",
  1000. "autoload": {
  1001. "psr-4": {
  1002. "Phinx\\": "phinx/src/Phinx",
  1003. "think\\migration\\": "src"
  1004. },
  1005. "files": [
  1006. "src/config.php"
  1007. ]
  1008. },
  1009. "notification-url": "https://packagist.org/downloads/",
  1010. "license": [
  1011. "Apache-2.0"
  1012. ],
  1013. "authors": [
  1014. {
  1015. "name": "yunwuxin",
  1016. "email": "448901948@qq.com"
  1017. }
  1018. ],
  1019. "time": "2017-09-19T04:48:27+00:00"
  1020. },
  1021. {
  1022. "name": "tp5er/tp5-databackup",
  1023. "version": "1.0.0",
  1024. "source": {
  1025. "type": "git",
  1026. "url": "https://github.com/tp5er/tp5-databackup.git",
  1027. "reference": "10abd4383cf78844e1c22584fd823ef1d18e75dc"
  1028. },
  1029. "dist": {
  1030. "type": "zip",
  1031. "url": "https://api.github.com/repos/tp5er/tp5-databackup/zipball/10abd4383cf78844e1c22584fd823ef1d18e75dc",
  1032. "reference": "10abd4383cf78844e1c22584fd823ef1d18e75dc",
  1033. "shasum": ""
  1034. },
  1035. "require": {
  1036. "php": ">=5.4.0"
  1037. },
  1038. "type": "library",
  1039. "autoload": {
  1040. "psr-4": {
  1041. "tp5er\\": "src/"
  1042. }
  1043. },
  1044. "notification-url": "https://packagist.org/downloads/",
  1045. "license": [
  1046. "MIT"
  1047. ],
  1048. "authors": [
  1049. {
  1050. "name": "tp5er",
  1051. "email": "tp5er@qq.com"
  1052. }
  1053. ],
  1054. "description": "Implement the database backup restore",
  1055. "time": "2017-12-29T05:36:58+00:00"
  1056. },
  1057. {
  1058. "name": "xaboy/form-builder",
  1059. "version": "1.2.3",
  1060. "source": {
  1061. "type": "git",
  1062. "url": "https://github.com/xaboy/form-builder.git",
  1063. "reference": "1b11a518429db5828147d5840ea18480586caa0c"
  1064. },
  1065. "dist": {
  1066. "type": "zip",
  1067. "url": "https://api.github.com/repos/xaboy/form-builder/zipball/1b11a518429db5828147d5840ea18480586caa0c",
  1068. "reference": "1b11a518429db5828147d5840ea18480586caa0c",
  1069. "shasum": ""
  1070. },
  1071. "require": {
  1072. "php": ">=5.4.0"
  1073. },
  1074. "type": "library",
  1075. "autoload": {
  1076. "psr-4": {
  1077. "FormBuilder\\": "./src/"
  1078. }
  1079. },
  1080. "notification-url": "https://packagist.org/downloads/",
  1081. "license": [
  1082. "MIT"
  1083. ],
  1084. "authors": [
  1085. {
  1086. "name": "xaboy",
  1087. "email": "xaboy2005@qq.com"
  1088. }
  1089. ],
  1090. "description": "PHP表单生成器,快速生成现代化的form表单。包含复选框、单选框、输入框、下拉选择框等元素以及,省市区三级联动,时间选择,日期选择,颜色选择,文件/图片上传等功能。",
  1091. "homepage": "https://github.com/xaboy/form-builder",
  1092. "time": "2018-08-07T06:29:30+00:00"
  1093. }
  1094. ],
  1095. "packages-dev": [],
  1096. "aliases": [],
  1097. "minimum-stability": "stable",
  1098. "stability-flags": [],
  1099. "prefer-stable": false,
  1100. "prefer-lowest": false,
  1101. "platform": {
  1102. "php": ">=5.4.0"
  1103. },
  1104. "platform-dev": []
  1105. }