installed.json 32 KB

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