composer.lock 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050
  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": "335ffd2cecfc0689ca1dd7d9c880835b",
  8. "packages": [
  9. {
  10. "name": "cakephp/cache",
  11. "version": "3.7.7",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/cakephp/cache.git",
  15. "reference": "a354c07ba284508d119d0a05e2f9583b592a2e64"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/cakephp/cache/zipball/a354c07ba284508d119d0a05e2f9583b592a2e64",
  20. "reference": "a354c07ba284508d119d0a05e2f9583b592a2e64",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "cakephp/core": "^3.6.0",
  25. "php": ">=5.6.0",
  26. "psr/simple-cache": "^1.0.0"
  27. },
  28. "type": "library",
  29. "autoload": {
  30. "psr-4": {
  31. "Cake\\Cache\\": "."
  32. }
  33. },
  34. "notification-url": "https://packagist.org/downloads/",
  35. "license": [
  36. "MIT"
  37. ],
  38. "authors": [
  39. {
  40. "name": "CakePHP Community",
  41. "homepage": "https://github.com/cakephp/cache/graphs/contributors"
  42. }
  43. ],
  44. "description": "Easy to use Caching library with support for multiple caching backends",
  45. "homepage": "https://cakephp.org",
  46. "keywords": [
  47. "cache",
  48. "caching",
  49. "cakephp"
  50. ],
  51. "time": "2019-04-17T01:27:05+00:00"
  52. },
  53. {
  54. "name": "cakephp/collection",
  55. "version": "3.7.7",
  56. "source": {
  57. "type": "git",
  58. "url": "https://github.com/cakephp/collection.git",
  59. "reference": "4c3b790d4703cc88cb75815b0e7f02a1a82b8d57"
  60. },
  61. "dist": {
  62. "type": "zip",
  63. "url": "https://api.github.com/repos/cakephp/collection/zipball/4c3b790d4703cc88cb75815b0e7f02a1a82b8d57",
  64. "reference": "4c3b790d4703cc88cb75815b0e7f02a1a82b8d57",
  65. "shasum": ""
  66. },
  67. "require": {
  68. "php": ">=5.6.0"
  69. },
  70. "type": "library",
  71. "autoload": {
  72. "psr-4": {
  73. "Cake\\Collection\\": "."
  74. },
  75. "files": [
  76. "functions.php"
  77. ]
  78. },
  79. "notification-url": "https://packagist.org/downloads/",
  80. "license": [
  81. "MIT"
  82. ],
  83. "authors": [
  84. {
  85. "name": "CakePHP Community",
  86. "homepage": "https://github.com/cakephp/collection/graphs/contributors"
  87. }
  88. ],
  89. "description": "Work easily with arrays and iterators by having a battery of utility traversal methods",
  90. "homepage": "https://cakephp.org",
  91. "keywords": [
  92. "arrays",
  93. "cakephp",
  94. "collections",
  95. "iterators"
  96. ],
  97. "time": "2019-01-08T15:11:44+00:00"
  98. },
  99. {
  100. "name": "cakephp/core",
  101. "version": "3.7.7",
  102. "source": {
  103. "type": "git",
  104. "url": "https://github.com/cakephp/core.git",
  105. "reference": "f9d9823439e3c82fdb3f69d2c9210bab67e721af"
  106. },
  107. "dist": {
  108. "type": "zip",
  109. "url": "https://api.github.com/repos/cakephp/core/zipball/f9d9823439e3c82fdb3f69d2c9210bab67e721af",
  110. "reference": "f9d9823439e3c82fdb3f69d2c9210bab67e721af",
  111. "shasum": ""
  112. },
  113. "require": {
  114. "cakephp/utility": "^3.6.0",
  115. "php": ">=5.6.0"
  116. },
  117. "suggest": {
  118. "cakephp/cache": "To use Configure::store() and restore().",
  119. "cakephp/event": "To use PluginApplicationInterface or plugin applications."
  120. },
  121. "type": "library",
  122. "autoload": {
  123. "psr-4": {
  124. "Cake\\Core\\": "."
  125. },
  126. "files": [
  127. "functions.php"
  128. ]
  129. },
  130. "notification-url": "https://packagist.org/downloads/",
  131. "license": [
  132. "MIT"
  133. ],
  134. "authors": [
  135. {
  136. "name": "CakePHP Community",
  137. "homepage": "https://github.com/cakephp/core/graphs/contributors"
  138. }
  139. ],
  140. "description": "CakePHP Framework Core classes",
  141. "homepage": "https://cakephp.org",
  142. "keywords": [
  143. "cakephp",
  144. "core",
  145. "framework"
  146. ],
  147. "time": "2019-04-15T14:21:39+00:00"
  148. },
  149. {
  150. "name": "cakephp/database",
  151. "version": "3.7.7",
  152. "source": {
  153. "type": "git",
  154. "url": "https://github.com/cakephp/database.git",
  155. "reference": "9347f2edfbc98426e1cd8a9f94a6c879a03d2cb7"
  156. },
  157. "dist": {
  158. "type": "zip",
  159. "url": "https://api.github.com/repos/cakephp/database/zipball/9347f2edfbc98426e1cd8a9f94a6c879a03d2cb7",
  160. "reference": "9347f2edfbc98426e1cd8a9f94a6c879a03d2cb7",
  161. "shasum": ""
  162. },
  163. "require": {
  164. "cakephp/cache": "^3.6.0",
  165. "cakephp/core": "^3.6.0",
  166. "cakephp/datasource": "^3.6.0",
  167. "cakephp/log": "^3.6.0",
  168. "php": ">=5.6.0"
  169. },
  170. "type": "library",
  171. "autoload": {
  172. "psr-4": {
  173. "Cake\\Database\\": "."
  174. }
  175. },
  176. "notification-url": "https://packagist.org/downloads/",
  177. "license": [
  178. "MIT"
  179. ],
  180. "authors": [
  181. {
  182. "name": "CakePHP Community",
  183. "homepage": "https://github.com/cakephp/database/graphs/contributors"
  184. }
  185. ],
  186. "description": "Flexible and powerful Database abstraction library with a familiar PDO-like API",
  187. "homepage": "https://cakephp.org",
  188. "keywords": [
  189. "abstraction",
  190. "cakephp",
  191. "database",
  192. "database abstraction",
  193. "pdo"
  194. ],
  195. "time": "2019-03-04T17:27:24+00:00"
  196. },
  197. {
  198. "name": "cakephp/datasource",
  199. "version": "3.7.7",
  200. "source": {
  201. "type": "git",
  202. "url": "https://github.com/cakephp/datasource.git",
  203. "reference": "08b5367426f4ee0388bd598fcf2bb994cd0f92c4"
  204. },
  205. "dist": {
  206. "type": "zip",
  207. "url": "https://api.github.com/repos/cakephp/datasource/zipball/08b5367426f4ee0388bd598fcf2bb994cd0f92c4",
  208. "reference": "08b5367426f4ee0388bd598fcf2bb994cd0f92c4",
  209. "shasum": ""
  210. },
  211. "require": {
  212. "cakephp/core": "^3.6.0",
  213. "php": ">=5.6.0"
  214. },
  215. "suggest": {
  216. "cakephp/cache": "If you decide to use Query caching.",
  217. "cakephp/collection": "If you decide to use ResultSetInterface.",
  218. "cakephp/utility": "If you decide to use EntityTrait."
  219. },
  220. "type": "library",
  221. "autoload": {
  222. "psr-4": {
  223. "Cake\\Datasource\\": "."
  224. }
  225. },
  226. "notification-url": "https://packagist.org/downloads/",
  227. "license": [
  228. "MIT"
  229. ],
  230. "authors": [
  231. {
  232. "name": "CakePHP Community",
  233. "homepage": "https://github.com/cakephp/datasource/graphs/contributors"
  234. }
  235. ],
  236. "description": "Provides connection managing and traits for Entities and Queries that can be reused for different datastores",
  237. "homepage": "https://cakephp.org",
  238. "keywords": [
  239. "cakephp",
  240. "connection management",
  241. "datasource",
  242. "entity",
  243. "query"
  244. ],
  245. "time": "2019-02-14T16:36:35+00:00"
  246. },
  247. {
  248. "name": "cakephp/log",
  249. "version": "3.7.7",
  250. "source": {
  251. "type": "git",
  252. "url": "https://github.com/cakephp/log.git",
  253. "reference": "f2132d585e848f5273a36ca1b62dfbd56c1557b9"
  254. },
  255. "dist": {
  256. "type": "zip",
  257. "url": "https://api.github.com/repos/cakephp/log/zipball/f2132d585e848f5273a36ca1b62dfbd56c1557b9",
  258. "reference": "f2132d585e848f5273a36ca1b62dfbd56c1557b9",
  259. "shasum": ""
  260. },
  261. "require": {
  262. "cakephp/core": "^3.6.0",
  263. "php": ">=5.6.0",
  264. "psr/log": "^1.0.0"
  265. },
  266. "type": "library",
  267. "autoload": {
  268. "psr-4": {
  269. "Cake\\Log\\": "."
  270. }
  271. },
  272. "notification-url": "https://packagist.org/downloads/",
  273. "license": [
  274. "MIT"
  275. ],
  276. "authors": [
  277. {
  278. "name": "CakePHP Community",
  279. "homepage": "https://github.com/cakephp/log/graphs/contributors"
  280. }
  281. ],
  282. "description": "CakePHP logging library with support for multiple different streams",
  283. "homepage": "https://cakephp.org",
  284. "keywords": [
  285. "Streams",
  286. "cakephp",
  287. "log",
  288. "logging"
  289. ],
  290. "time": "2019-02-05T13:29:41+00:00"
  291. },
  292. {
  293. "name": "cakephp/utility",
  294. "version": "3.7.7",
  295. "source": {
  296. "type": "git",
  297. "url": "https://github.com/cakephp/utility.git",
  298. "reference": "329654495c4cf966ac75832e502ec939542928fb"
  299. },
  300. "dist": {
  301. "type": "zip",
  302. "url": "https://api.github.com/repos/cakephp/utility/zipball/329654495c4cf966ac75832e502ec939542928fb",
  303. "reference": "329654495c4cf966ac75832e502ec939542928fb",
  304. "shasum": ""
  305. },
  306. "require": {
  307. "cakephp/core": "^3.6.0",
  308. "php": ">=5.6.0"
  309. },
  310. "suggest": {
  311. "ext-intl": "To use Text::transliterate() or Text::slug()",
  312. "lib-ICU": "To use Text::transliterate() or Text::slug()"
  313. },
  314. "type": "library",
  315. "autoload": {
  316. "psr-4": {
  317. "Cake\\Utility\\": "."
  318. },
  319. "files": [
  320. "bootstrap.php"
  321. ]
  322. },
  323. "notification-url": "https://packagist.org/downloads/",
  324. "license": [
  325. "MIT"
  326. ],
  327. "authors": [
  328. {
  329. "name": "CakePHP Community",
  330. "homepage": "https://github.com/cakephp/utility/graphs/contributors"
  331. }
  332. ],
  333. "description": "CakePHP Utility classes such as Inflector, String, Hash, and Security",
  334. "homepage": "https://cakephp.org",
  335. "keywords": [
  336. "cakephp",
  337. "hash",
  338. "inflector",
  339. "security",
  340. "string",
  341. "utility"
  342. ],
  343. "time": "2019-03-14T14:41:29+00:00"
  344. },
  345. {
  346. "name": "psr/log",
  347. "version": "1.1.0",
  348. "source": {
  349. "type": "git",
  350. "url": "https://github.com/php-fig/log.git",
  351. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  352. },
  353. "dist": {
  354. "type": "zip",
  355. "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  356. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  357. "shasum": ""
  358. },
  359. "require": {
  360. "php": ">=5.3.0"
  361. },
  362. "type": "library",
  363. "extra": {
  364. "branch-alias": {
  365. "dev-master": "1.0.x-dev"
  366. }
  367. },
  368. "autoload": {
  369. "psr-4": {
  370. "Psr\\Log\\": "Psr/Log/"
  371. }
  372. },
  373. "notification-url": "https://packagist.org/downloads/",
  374. "license": [
  375. "MIT"
  376. ],
  377. "authors": [
  378. {
  379. "name": "PHP-FIG",
  380. "homepage": "http://www.php-fig.org/"
  381. }
  382. ],
  383. "description": "Common interface for logging libraries",
  384. "homepage": "https://github.com/php-fig/log",
  385. "keywords": [
  386. "log",
  387. "psr",
  388. "psr-3"
  389. ],
  390. "time": "2018-11-20T15:27:04+00:00"
  391. },
  392. {
  393. "name": "psr/simple-cache",
  394. "version": "1.0.1",
  395. "source": {
  396. "type": "git",
  397. "url": "https://github.com/php-fig/simple-cache.git",
  398. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  399. },
  400. "dist": {
  401. "type": "zip",
  402. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  403. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  404. "shasum": ""
  405. },
  406. "require": {
  407. "php": ">=5.3.0"
  408. },
  409. "type": "library",
  410. "extra": {
  411. "branch-alias": {
  412. "dev-master": "1.0.x-dev"
  413. }
  414. },
  415. "autoload": {
  416. "psr-4": {
  417. "Psr\\SimpleCache\\": "src/"
  418. }
  419. },
  420. "notification-url": "https://packagist.org/downloads/",
  421. "license": [
  422. "MIT"
  423. ],
  424. "authors": [
  425. {
  426. "name": "PHP-FIG",
  427. "homepage": "http://www.php-fig.org/"
  428. }
  429. ],
  430. "description": "Common interfaces for simple caching",
  431. "keywords": [
  432. "cache",
  433. "caching",
  434. "psr",
  435. "psr-16",
  436. "simple-cache"
  437. ],
  438. "time": "2017-10-23T01:57:42+00:00"
  439. },
  440. {
  441. "name": "robmorgan/phinx",
  442. "version": "0.10.7",
  443. "source": {
  444. "type": "git",
  445. "url": "https://github.com/cakephp/phinx.git",
  446. "reference": "ba2dae98bb69d39531311e8fd72dd51e8e06ff32"
  447. },
  448. "dist": {
  449. "type": "zip",
  450. "url": "https://api.github.com/repos/cakephp/phinx/zipball/ba2dae98bb69d39531311e8fd72dd51e8e06ff32",
  451. "reference": "ba2dae98bb69d39531311e8fd72dd51e8e06ff32",
  452. "shasum": ""
  453. },
  454. "require": {
  455. "cakephp/collection": "^3.6",
  456. "cakephp/database": "^3.6",
  457. "php": ">=5.6",
  458. "symfony/config": "^2.8|^3.0|^4.0",
  459. "symfony/console": "^2.8|^3.0|^4.0",
  460. "symfony/yaml": "^2.8|^3.0|^4.0"
  461. },
  462. "require-dev": {
  463. "cakephp/cakephp-codesniffer": "^3.0",
  464. "phpunit/phpunit": ">=5.7,<7.0",
  465. "sebastian/comparator": ">=1.2.3"
  466. },
  467. "bin": [
  468. "bin/phinx"
  469. ],
  470. "type": "library",
  471. "autoload": {
  472. "psr-4": {
  473. "Phinx\\": "src/Phinx/"
  474. }
  475. },
  476. "notification-url": "https://packagist.org/downloads/",
  477. "license": [
  478. "MIT"
  479. ],
  480. "authors": [
  481. {
  482. "name": "Woody Gilk",
  483. "email": "woody.gilk@gmail.com",
  484. "homepage": "http://shadowhand.me",
  485. "role": "Developer"
  486. },
  487. {
  488. "name": "Rob Morgan",
  489. "email": "robbym@gmail.com",
  490. "homepage": "https://robmorgan.id.au",
  491. "role": "Lead Developer"
  492. },
  493. {
  494. "name": "Richard Quadling",
  495. "email": "rquadling@gmail.com",
  496. "role": "Developer"
  497. },
  498. {
  499. "name": "CakePHP Community",
  500. "homepage": "https://github.com/cakephp/phinx/graphs/contributors"
  501. }
  502. ],
  503. "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
  504. "homepage": "https://phinx.org",
  505. "keywords": [
  506. "database",
  507. "database migrations",
  508. "db",
  509. "migrations",
  510. "phinx"
  511. ],
  512. "time": "2019-04-25T09:12:16+00:00"
  513. },
  514. {
  515. "name": "symfony/config",
  516. "version": "v4.2.8",
  517. "source": {
  518. "type": "git",
  519. "url": "https://github.com/symfony/config.git",
  520. "reference": "0e745ead307d5dcd4e163e94a47ec04b1428943f"
  521. },
  522. "dist": {
  523. "type": "zip",
  524. "url": "https://api.github.com/repos/symfony/config/zipball/0e745ead307d5dcd4e163e94a47ec04b1428943f",
  525. "reference": "0e745ead307d5dcd4e163e94a47ec04b1428943f",
  526. "shasum": ""
  527. },
  528. "require": {
  529. "php": "^7.1.3",
  530. "symfony/filesystem": "~3.4|~4.0",
  531. "symfony/polyfill-ctype": "~1.8"
  532. },
  533. "conflict": {
  534. "symfony/finder": "<3.4"
  535. },
  536. "require-dev": {
  537. "symfony/dependency-injection": "~3.4|~4.0",
  538. "symfony/event-dispatcher": "~3.4|~4.0",
  539. "symfony/finder": "~3.4|~4.0",
  540. "symfony/yaml": "~3.4|~4.0"
  541. },
  542. "suggest": {
  543. "symfony/yaml": "To use the yaml reference dumper"
  544. },
  545. "type": "library",
  546. "extra": {
  547. "branch-alias": {
  548. "dev-master": "4.2-dev"
  549. }
  550. },
  551. "autoload": {
  552. "psr-4": {
  553. "Symfony\\Component\\Config\\": ""
  554. },
  555. "exclude-from-classmap": [
  556. "/Tests/"
  557. ]
  558. },
  559. "notification-url": "https://packagist.org/downloads/",
  560. "license": [
  561. "MIT"
  562. ],
  563. "authors": [
  564. {
  565. "name": "Fabien Potencier",
  566. "email": "fabien@symfony.com"
  567. },
  568. {
  569. "name": "Symfony Community",
  570. "homepage": "https://symfony.com/contributors"
  571. }
  572. ],
  573. "description": "Symfony Config Component",
  574. "homepage": "https://symfony.com",
  575. "time": "2019-04-01T14:03:25+00:00"
  576. },
  577. {
  578. "name": "symfony/console",
  579. "version": "v4.2.8",
  580. "source": {
  581. "type": "git",
  582. "url": "https://github.com/symfony/console.git",
  583. "reference": "e2840bb38bddad7a0feaf85931e38fdcffdb2f81"
  584. },
  585. "dist": {
  586. "type": "zip",
  587. "url": "https://api.github.com/repos/symfony/console/zipball/e2840bb38bddad7a0feaf85931e38fdcffdb2f81",
  588. "reference": "e2840bb38bddad7a0feaf85931e38fdcffdb2f81",
  589. "shasum": ""
  590. },
  591. "require": {
  592. "php": "^7.1.3",
  593. "symfony/contracts": "^1.0",
  594. "symfony/polyfill-mbstring": "~1.0"
  595. },
  596. "conflict": {
  597. "symfony/dependency-injection": "<3.4",
  598. "symfony/process": "<3.3"
  599. },
  600. "provide": {
  601. "psr/log-implementation": "1.0"
  602. },
  603. "require-dev": {
  604. "psr/log": "~1.0",
  605. "symfony/config": "~3.4|~4.0",
  606. "symfony/dependency-injection": "~3.4|~4.0",
  607. "symfony/event-dispatcher": "~3.4|~4.0",
  608. "symfony/lock": "~3.4|~4.0",
  609. "symfony/process": "~3.4|~4.0"
  610. },
  611. "suggest": {
  612. "psr/log": "For using the console logger",
  613. "symfony/event-dispatcher": "",
  614. "symfony/lock": "",
  615. "symfony/process": ""
  616. },
  617. "type": "library",
  618. "extra": {
  619. "branch-alias": {
  620. "dev-master": "4.2-dev"
  621. }
  622. },
  623. "autoload": {
  624. "psr-4": {
  625. "Symfony\\Component\\Console\\": ""
  626. },
  627. "exclude-from-classmap": [
  628. "/Tests/"
  629. ]
  630. },
  631. "notification-url": "https://packagist.org/downloads/",
  632. "license": [
  633. "MIT"
  634. ],
  635. "authors": [
  636. {
  637. "name": "Fabien Potencier",
  638. "email": "fabien@symfony.com"
  639. },
  640. {
  641. "name": "Symfony Community",
  642. "homepage": "https://symfony.com/contributors"
  643. }
  644. ],
  645. "description": "Symfony Console Component",
  646. "homepage": "https://symfony.com",
  647. "time": "2019-04-08T14:23:48+00:00"
  648. },
  649. {
  650. "name": "symfony/contracts",
  651. "version": "v1.1.0",
  652. "source": {
  653. "type": "git",
  654. "url": "https://github.com/symfony/contracts.git",
  655. "reference": "d3636025e8253c6144358ec0a62773cae588395b"
  656. },
  657. "dist": {
  658. "type": "zip",
  659. "url": "https://api.github.com/repos/symfony/contracts/zipball/d3636025e8253c6144358ec0a62773cae588395b",
  660. "reference": "d3636025e8253c6144358ec0a62773cae588395b",
  661. "shasum": ""
  662. },
  663. "require": {
  664. "php": "^7.1.3"
  665. },
  666. "require-dev": {
  667. "psr/cache": "^1.0",
  668. "psr/container": "^1.0",
  669. "symfony/polyfill-intl-idn": "^1.10"
  670. },
  671. "suggest": {
  672. "psr/cache": "When using the Cache contracts",
  673. "psr/container": "When using the Service contracts",
  674. "symfony/cache-contracts-implementation": "",
  675. "symfony/event-dispatcher-implementation": "",
  676. "symfony/http-client-contracts-implementation": "",
  677. "symfony/service-contracts-implementation": "",
  678. "symfony/translation-contracts-implementation": ""
  679. },
  680. "type": "library",
  681. "extra": {
  682. "branch-alias": {
  683. "dev-master": "1.1-dev"
  684. }
  685. },
  686. "autoload": {
  687. "psr-4": {
  688. "Symfony\\Contracts\\": ""
  689. },
  690. "exclude-from-classmap": [
  691. "**/Tests/"
  692. ]
  693. },
  694. "notification-url": "https://packagist.org/downloads/",
  695. "license": [
  696. "MIT"
  697. ],
  698. "authors": [
  699. {
  700. "name": "Nicolas Grekas",
  701. "email": "p@tchwork.com"
  702. },
  703. {
  704. "name": "Symfony Community",
  705. "homepage": "https://symfony.com/contributors"
  706. }
  707. ],
  708. "description": "A set of abstractions extracted out of the Symfony components",
  709. "homepage": "https://symfony.com",
  710. "keywords": [
  711. "abstractions",
  712. "contracts",
  713. "decoupling",
  714. "interfaces",
  715. "interoperability",
  716. "standards"
  717. ],
  718. "time": "2019-04-27T14:29:50+00:00"
  719. },
  720. {
  721. "name": "symfony/filesystem",
  722. "version": "v4.2.8",
  723. "source": {
  724. "type": "git",
  725. "url": "https://github.com/symfony/filesystem.git",
  726. "reference": "e16b9e471703b2c60b95f14d31c1239f68f11601"
  727. },
  728. "dist": {
  729. "type": "zip",
  730. "url": "https://api.github.com/repos/symfony/filesystem/zipball/e16b9e471703b2c60b95f14d31c1239f68f11601",
  731. "reference": "e16b9e471703b2c60b95f14d31c1239f68f11601",
  732. "shasum": ""
  733. },
  734. "require": {
  735. "php": "^7.1.3",
  736. "symfony/polyfill-ctype": "~1.8"
  737. },
  738. "type": "library",
  739. "extra": {
  740. "branch-alias": {
  741. "dev-master": "4.2-dev"
  742. }
  743. },
  744. "autoload": {
  745. "psr-4": {
  746. "Symfony\\Component\\Filesystem\\": ""
  747. },
  748. "exclude-from-classmap": [
  749. "/Tests/"
  750. ]
  751. },
  752. "notification-url": "https://packagist.org/downloads/",
  753. "license": [
  754. "MIT"
  755. ],
  756. "authors": [
  757. {
  758. "name": "Fabien Potencier",
  759. "email": "fabien@symfony.com"
  760. },
  761. {
  762. "name": "Symfony Community",
  763. "homepage": "https://symfony.com/contributors"
  764. }
  765. ],
  766. "description": "Symfony Filesystem Component",
  767. "homepage": "https://symfony.com",
  768. "time": "2019-02-07T11:40:08+00:00"
  769. },
  770. {
  771. "name": "symfony/polyfill-ctype",
  772. "version": "v1.11.0",
  773. "source": {
  774. "type": "git",
  775. "url": "https://github.com/symfony/polyfill-ctype.git",
  776. "reference": "82ebae02209c21113908c229e9883c419720738a"
  777. },
  778. "dist": {
  779. "type": "zip",
  780. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
  781. "reference": "82ebae02209c21113908c229e9883c419720738a",
  782. "shasum": ""
  783. },
  784. "require": {
  785. "php": ">=5.3.3"
  786. },
  787. "suggest": {
  788. "ext-ctype": "For best performance"
  789. },
  790. "type": "library",
  791. "extra": {
  792. "branch-alias": {
  793. "dev-master": "1.11-dev"
  794. }
  795. },
  796. "autoload": {
  797. "psr-4": {
  798. "Symfony\\Polyfill\\Ctype\\": ""
  799. },
  800. "files": [
  801. "bootstrap.php"
  802. ]
  803. },
  804. "notification-url": "https://packagist.org/downloads/",
  805. "license": [
  806. "MIT"
  807. ],
  808. "authors": [
  809. {
  810. "name": "Symfony Community",
  811. "homepage": "https://symfony.com/contributors"
  812. },
  813. {
  814. "name": "Gert de Pagter",
  815. "email": "BackEndTea@gmail.com"
  816. }
  817. ],
  818. "description": "Symfony polyfill for ctype functions",
  819. "homepage": "https://symfony.com",
  820. "keywords": [
  821. "compatibility",
  822. "ctype",
  823. "polyfill",
  824. "portable"
  825. ],
  826. "time": "2019-02-06T07:57:58+00:00"
  827. },
  828. {
  829. "name": "symfony/polyfill-mbstring",
  830. "version": "v1.11.0",
  831. "source": {
  832. "type": "git",
  833. "url": "https://github.com/symfony/polyfill-mbstring.git",
  834. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
  835. },
  836. "dist": {
  837. "type": "zip",
  838. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
  839. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
  840. "shasum": ""
  841. },
  842. "require": {
  843. "php": ">=5.3.3"
  844. },
  845. "suggest": {
  846. "ext-mbstring": "For best performance"
  847. },
  848. "type": "library",
  849. "extra": {
  850. "branch-alias": {
  851. "dev-master": "1.11-dev"
  852. }
  853. },
  854. "autoload": {
  855. "psr-4": {
  856. "Symfony\\Polyfill\\Mbstring\\": ""
  857. },
  858. "files": [
  859. "bootstrap.php"
  860. ]
  861. },
  862. "notification-url": "https://packagist.org/downloads/",
  863. "license": [
  864. "MIT"
  865. ],
  866. "authors": [
  867. {
  868. "name": "Nicolas Grekas",
  869. "email": "p@tchwork.com"
  870. },
  871. {
  872. "name": "Symfony Community",
  873. "homepage": "https://symfony.com/contributors"
  874. }
  875. ],
  876. "description": "Symfony polyfill for the Mbstring extension",
  877. "homepage": "https://symfony.com",
  878. "keywords": [
  879. "compatibility",
  880. "mbstring",
  881. "polyfill",
  882. "portable",
  883. "shim"
  884. ],
  885. "time": "2019-02-06T07:57:58+00:00"
  886. },
  887. {
  888. "name": "symfony/yaml",
  889. "version": "v4.2.8",
  890. "source": {
  891. "type": "git",
  892. "url": "https://github.com/symfony/yaml.git",
  893. "reference": "6712daf03ee25b53abb14e7e8e0ede1a770efdb1"
  894. },
  895. "dist": {
  896. "type": "zip",
  897. "url": "https://api.github.com/repos/symfony/yaml/zipball/6712daf03ee25b53abb14e7e8e0ede1a770efdb1",
  898. "reference": "6712daf03ee25b53abb14e7e8e0ede1a770efdb1",
  899. "shasum": ""
  900. },
  901. "require": {
  902. "php": "^7.1.3",
  903. "symfony/polyfill-ctype": "~1.8"
  904. },
  905. "conflict": {
  906. "symfony/console": "<3.4"
  907. },
  908. "require-dev": {
  909. "symfony/console": "~3.4|~4.0"
  910. },
  911. "suggest": {
  912. "symfony/console": "For validating YAML files using the lint command"
  913. },
  914. "type": "library",
  915. "extra": {
  916. "branch-alias": {
  917. "dev-master": "4.2-dev"
  918. }
  919. },
  920. "autoload": {
  921. "psr-4": {
  922. "Symfony\\Component\\Yaml\\": ""
  923. },
  924. "exclude-from-classmap": [
  925. "/Tests/"
  926. ]
  927. },
  928. "notification-url": "https://packagist.org/downloads/",
  929. "license": [
  930. "MIT"
  931. ],
  932. "authors": [
  933. {
  934. "name": "Fabien Potencier",
  935. "email": "fabien@symfony.com"
  936. },
  937. {
  938. "name": "Symfony Community",
  939. "homepage": "https://symfony.com/contributors"
  940. }
  941. ],
  942. "description": "Symfony Yaml Component",
  943. "homepage": "https://symfony.com",
  944. "time": "2019-03-30T15:58:42+00:00"
  945. },
  946. {
  947. "name": "topthink/framework",
  948. "version": "v5.1.37",
  949. "source": {
  950. "type": "git",
  951. "url": "https://github.com/top-think/framework.git",
  952. "reference": "c434854cbb5e680ecaf4c7191ddb7e672059d286"
  953. },
  954. "dist": {
  955. "type": "zip",
  956. "url": "https://api.github.com/repos/top-think/framework/zipball/c434854cbb5e680ecaf4c7191ddb7e672059d286",
  957. "reference": "c434854cbb5e680ecaf4c7191ddb7e672059d286",
  958. "shasum": ""
  959. },
  960. "require": {
  961. "php": ">=5.6.0",
  962. "topthink/think-installer": "2.*"
  963. },
  964. "require-dev": {
  965. "johnkary/phpunit-speedtrap": "^1.0",
  966. "mikey179/vfsstream": "~1.6",
  967. "phpdocumentor/reflection-docblock": "^2.0",
  968. "phploc/phploc": "2.*",
  969. "phpunit/phpunit": "^5.0|^6.0",
  970. "sebastian/phpcpd": "2.*",
  971. "squizlabs/php_codesniffer": "2.*"
  972. },
  973. "type": "think-framework",
  974. "notification-url": "https://packagist.org/downloads/",
  975. "license": [
  976. "Apache-2.0"
  977. ],
  978. "authors": [
  979. {
  980. "name": "liu21st",
  981. "email": "liu21st@gmail.com"
  982. },
  983. {
  984. "name": "yunwuxin",
  985. "email": "448901948@qq.com"
  986. }
  987. ],
  988. "description": "the new thinkphp framework",
  989. "homepage": "http://thinkphp.cn/",
  990. "keywords": [
  991. "framework",
  992. "orm",
  993. "thinkphp"
  994. ],
  995. "time": "2019-05-24T03:04:09+00:00"
  996. },
  997. {
  998. "name": "topthink/think-installer",
  999. "version": "v2.0.0",
  1000. "source": {
  1001. "type": "git",
  1002. "url": "https://github.com/top-think/think-installer.git",
  1003. "reference": "f5400a12c60e513911aef41fe443fa6920952675"
  1004. },
  1005. "dist": {
  1006. "type": "zip",
  1007. "url": "https://api.github.com/repos/top-think/think-installer/zipball/f5400a12c60e513911aef41fe443fa6920952675",
  1008. "reference": "f5400a12c60e513911aef41fe443fa6920952675",
  1009. "shasum": ""
  1010. },
  1011. "require": {
  1012. "composer-plugin-api": "^1.0"
  1013. },
  1014. "require-dev": {
  1015. "composer/composer": "1.0.*@dev"
  1016. },
  1017. "type": "composer-plugin",
  1018. "extra": {
  1019. "class": "think\\composer\\Plugin"
  1020. },
  1021. "autoload": {
  1022. "psr-4": {
  1023. "think\\composer\\": "src"
  1024. }
  1025. },
  1026. "notification-url": "https://packagist.org/downloads/",
  1027. "license": [
  1028. "Apache-2.0"
  1029. ],
  1030. "authors": [
  1031. {
  1032. "name": "yunwuxin",
  1033. "email": "448901948@qq.com"
  1034. }
  1035. ],
  1036. "time": "2018-05-11T06:45:42+00:00"
  1037. }
  1038. ],
  1039. "packages-dev": [],
  1040. "aliases": [],
  1041. "minimum-stability": "stable",
  1042. "stability-flags": [],
  1043. "prefer-stable": false,
  1044. "prefer-lowest": false,
  1045. "platform": {
  1046. "php": ">=5.6.0"
  1047. },
  1048. "platform-dev": []
  1049. }