You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1894 lines
68 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  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": "687669f68148fd8fc648686c605f5952",
  8. "packages": [
  9. {
  10. "name": "antkaz/yii2-vue",
  11. "version": "dev-master",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/antkaz/yii2-vue.git",
  15. "reference": "150deabf6a08961d8876f0eaf55ca53d97badef7"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/antkaz/yii2-vue/zipball/150deabf6a08961d8876f0eaf55ca53d97badef7",
  20. "reference": "150deabf6a08961d8876f0eaf55ca53d97badef7",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "npm-asset/vue": "~2.6.0",
  25. "yiisoft/yii2": "~2.0.14"
  26. },
  27. "type": "yii2-extension",
  28. "autoload": {
  29. "psr-4": {
  30. "antkaz\\vue\\": "src"
  31. }
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "MIT"
  36. ],
  37. "authors": [
  38. {
  39. "name": "Anton Kazarinov",
  40. "email": "askazarinov@gmail.com"
  41. }
  42. ],
  43. "description": "The Vue.js extension for the Yii framework",
  44. "homepage": "https://github.com/antkaz/yii2-vue",
  45. "keywords": [
  46. "Vue.js",
  47. "vue",
  48. "yii2"
  49. ],
  50. "time": "2019-04-08T06:19:27+00:00"
  51. },
  52. {
  53. "name": "bower-asset/babel",
  54. "version": "dev-master",
  55. "source": {
  56. "type": "git",
  57. "url": "git@github.com:Micua/babel.git",
  58. "reference": "a08c19bcf39c6d6e7bfb73598e2b3148376ab6ff"
  59. },
  60. "dist": {
  61. "type": "zip",
  62. "url": "https://api.github.com/repos/Micua/babel/zipball/a08c19bcf39c6d6e7bfb73598e2b3148376ab6ff",
  63. "reference": "a08c19bcf39c6d6e7bfb73598e2b3148376ab6ff"
  64. },
  65. "type": "bower-asset",
  66. "license": [
  67. "MIT"
  68. ],
  69. "time": "2016-07-22T14:54:14+00:00"
  70. },
  71. {
  72. "name": "bower-asset/inputmask",
  73. "version": "3.3.11",
  74. "source": {
  75. "type": "git",
  76. "url": "https://github.com/RobinHerbots/Inputmask.git",
  77. "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b"
  78. },
  79. "dist": {
  80. "type": "zip",
  81. "url": "https://api.github.com/repos/RobinHerbots/Inputmask/zipball/5e670ad62f50c738388d4dcec78d2888505ad77b",
  82. "reference": "5e670ad62f50c738388d4dcec78d2888505ad77b",
  83. "shasum": ""
  84. },
  85. "require": {
  86. "bower-asset/jquery": ">=1.7"
  87. },
  88. "type": "bower-asset-library",
  89. "extra": {
  90. "bower-asset-main": [
  91. "./dist/inputmask/inputmask.js",
  92. "./dist/inputmask/inputmask.extensions.js",
  93. "./dist/inputmask/inputmask.date.extensions.js",
  94. "./dist/inputmask/inputmask.numeric.extensions.js",
  95. "./dist/inputmask/inputmask.phone.extensions.js",
  96. "./dist/inputmask/jquery.inputmask.js",
  97. "./dist/inputmask/global/document.js",
  98. "./dist/inputmask/global/window.js",
  99. "./dist/inputmask/phone-codes/phone.js",
  100. "./dist/inputmask/phone-codes/phone-be.js",
  101. "./dist/inputmask/phone-codes/phone-nl.js",
  102. "./dist/inputmask/phone-codes/phone-ru.js",
  103. "./dist/inputmask/phone-codes/phone-uk.js",
  104. "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.jqlite.js",
  105. "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.jquery.js",
  106. "./dist/inputmask/dependencyLibs/inputmask.dependencyLib.js",
  107. "./dist/inputmask/bindings/inputmask.binding.js"
  108. ],
  109. "bower-asset-ignore": [
  110. "**/*",
  111. "!dist/*",
  112. "!dist/inputmask/*",
  113. "!dist/min/*",
  114. "!dist/min/inputmask/*"
  115. ]
  116. },
  117. "license": [
  118. "http://opensource.org/licenses/mit-license.php"
  119. ],
  120. "description": "Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.",
  121. "keywords": [
  122. "form",
  123. "input",
  124. "inputmask",
  125. "jquery",
  126. "mask",
  127. "plugins"
  128. ],
  129. "time": "2017-11-21T11:46:23+00:00"
  130. },
  131. {
  132. "name": "bower-asset/jquery",
  133. "version": "3.4.1",
  134. "source": {
  135. "type": "git",
  136. "url": "https://github.com/jquery/jquery-dist.git",
  137. "reference": "15bc73803f76bc53b654b9fdbbbc096f56d7c03d"
  138. },
  139. "dist": {
  140. "type": "zip",
  141. "url": "https://api.github.com/repos/jquery/jquery-dist/zipball/15bc73803f76bc53b654b9fdbbbc096f56d7c03d",
  142. "reference": "15bc73803f76bc53b654b9fdbbbc096f56d7c03d",
  143. "shasum": ""
  144. },
  145. "type": "bower-asset-library",
  146. "extra": {
  147. "bower-asset-main": "dist/jquery.js",
  148. "bower-asset-ignore": [
  149. "package.json"
  150. ]
  151. },
  152. "license": [
  153. "MIT"
  154. ],
  155. "keywords": [
  156. "browser",
  157. "javascript",
  158. "jquery",
  159. "library"
  160. ],
  161. "time": "2019-05-01T21:19:28+00:00"
  162. },
  163. {
  164. "name": "bower-asset/punycode",
  165. "version": "v1.3.2",
  166. "source": {
  167. "type": "git",
  168. "url": "https://github.com/bestiejs/punycode.js.git",
  169. "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3"
  170. },
  171. "dist": {
  172. "type": "zip",
  173. "url": "https://api.github.com/repos/bestiejs/punycode.js/zipball/38c8d3131a82567bfef18da09f7f4db68c84f8a3",
  174. "reference": "38c8d3131a82567bfef18da09f7f4db68c84f8a3",
  175. "shasum": ""
  176. },
  177. "type": "bower-asset-library",
  178. "extra": {
  179. "bower-asset-main": "punycode.js",
  180. "bower-asset-ignore": [
  181. "coverage",
  182. "tests",
  183. ".*",
  184. "component.json",
  185. "Gruntfile.js",
  186. "node_modules",
  187. "package.json"
  188. ]
  189. },
  190. "time": "2014-10-22T12:02:42+00:00"
  191. },
  192. {
  193. "name": "bower-asset/yii2-pjax",
  194. "version": "dev-master",
  195. "source": {
  196. "type": "git",
  197. "url": "https://github.com/yiisoft/jquery-pjax.git",
  198. "reference": "c39f2393883f370d3c0d63d80a122534131b0f56"
  199. },
  200. "dist": {
  201. "type": "zip",
  202. "url": "https://api.github.com/repos/yiisoft/jquery-pjax/zipball/c39f2393883f370d3c0d63d80a122534131b0f56",
  203. "reference": "c39f2393883f370d3c0d63d80a122534131b0f56",
  204. "shasum": ""
  205. },
  206. "require": {
  207. "bower-asset/jquery": ">=1.8"
  208. },
  209. "type": "bower-asset-library",
  210. "extra": {
  211. "bower-asset-main": "./jquery.pjax.js",
  212. "bower-asset-ignore": [
  213. ".travis.yml",
  214. "Gemfile",
  215. "Gemfile.lock",
  216. "CONTRIBUTING.md",
  217. "vendor/",
  218. "script/",
  219. "test/"
  220. ],
  221. "branch-alias": {
  222. "dev-master": "2.0.8-dev"
  223. }
  224. },
  225. "license": [
  226. "MIT"
  227. ],
  228. "time": "2017-10-14T08:42:41+00:00"
  229. },
  230. {
  231. "name": "cebe/markdown",
  232. "version": "dev-master",
  233. "source": {
  234. "type": "git",
  235. "url": "https://github.com/cebe/markdown.git",
  236. "reference": "eeb1bf622e80f337479e00a5db94c56e7cf1326b"
  237. },
  238. "dist": {
  239. "type": "zip",
  240. "url": "https://api.github.com/repos/cebe/markdown/zipball/eeb1bf622e80f337479e00a5db94c56e7cf1326b",
  241. "reference": "eeb1bf622e80f337479e00a5db94c56e7cf1326b",
  242. "shasum": ""
  243. },
  244. "require": {
  245. "lib-pcre": "*",
  246. "php": ">=5.4.0"
  247. },
  248. "require-dev": {
  249. "cebe/indent": "*",
  250. "facebook/xhprof": "*@dev",
  251. "phpunit/phpunit": "4.1.*"
  252. },
  253. "bin": [
  254. "bin/markdown"
  255. ],
  256. "type": "library",
  257. "extra": {
  258. "branch-alias": {
  259. "dev-master": "1.2.x-dev"
  260. }
  261. },
  262. "autoload": {
  263. "psr-4": {
  264. "cebe\\markdown\\": ""
  265. }
  266. },
  267. "notification-url": "https://packagist.org/downloads/",
  268. "license": [
  269. "MIT"
  270. ],
  271. "authors": [
  272. {
  273. "name": "Carsten Brandt",
  274. "email": "mail@cebe.cc",
  275. "homepage": "http://cebe.cc/",
  276. "role": "Creator"
  277. }
  278. ],
  279. "description": "A super fast, highly extensible markdown parser for PHP",
  280. "homepage": "https://github.com/cebe/markdown#readme",
  281. "keywords": [
  282. "extensible",
  283. "fast",
  284. "gfm",
  285. "markdown",
  286. "markdown-extra"
  287. ],
  288. "time": "2018-12-10T09:41:35+00:00"
  289. },
  290. {
  291. "name": "ezyang/htmlpurifier",
  292. "version": "v4.12.0",
  293. "source": {
  294. "type": "git",
  295. "url": "https://github.com/ezyang/htmlpurifier.git",
  296. "reference": "a617e55bc62a87eec73bd456d146d134ad716f03"
  297. },
  298. "dist": {
  299. "type": "zip",
  300. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/a617e55bc62a87eec73bd456d146d134ad716f03",
  301. "reference": "a617e55bc62a87eec73bd456d146d134ad716f03",
  302. "shasum": ""
  303. },
  304. "require": {
  305. "php": ">=5.2"
  306. },
  307. "require-dev": {
  308. "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
  309. },
  310. "type": "library",
  311. "autoload": {
  312. "psr-0": {
  313. "HTMLPurifier": "library/"
  314. },
  315. "files": [
  316. "library/HTMLPurifier.composer.php"
  317. ]
  318. },
  319. "notification-url": "https://packagist.org/downloads/",
  320. "license": [
  321. "LGPL-2.1-or-later"
  322. ],
  323. "authors": [
  324. {
  325. "name": "Edward Z. Yang",
  326. "email": "admin@htmlpurifier.org",
  327. "homepage": "http://ezyang.com"
  328. }
  329. ],
  330. "description": "Standards compliant HTML filter written in PHP",
  331. "homepage": "http://htmlpurifier.org/",
  332. "keywords": [
  333. "html"
  334. ],
  335. "time": "2019-10-28T03:44:26+00:00"
  336. },
  337. {
  338. "name": "kartik-v/bootstrap-popover-x",
  339. "version": "dev-master",
  340. "source": {
  341. "type": "git",
  342. "url": "https://github.com/kartik-v/bootstrap-popover-x.git",
  343. "reference": "a5fd110f7b5b133f5e9aeabd6ad969366f353536"
  344. },
  345. "dist": {
  346. "type": "zip",
  347. "url": "https://api.github.com/repos/kartik-v/bootstrap-popover-x/zipball/a5fd110f7b5b133f5e9aeabd6ad969366f353536",
  348. "reference": "a5fd110f7b5b133f5e9aeabd6ad969366f353536",
  349. "shasum": ""
  350. },
  351. "type": "library",
  352. "extra": {
  353. "branch-alias": {
  354. "dev-master": "1.4.x-dev"
  355. }
  356. },
  357. "autoload": {
  358. "psr-4": {
  359. "kartik\\plugins\\popover\\": ""
  360. }
  361. },
  362. "notification-url": "https://packagist.org/downloads/",
  363. "license": [
  364. "BSD-3-Clause"
  365. ],
  366. "authors": [
  367. {
  368. "name": "Kartik Visweswaran",
  369. "email": "kartikv2@gmail.com",
  370. "homepage": "http://www.krajee.com/"
  371. }
  372. ],
  373. "description": "Bootstrap Popover Extended - Popover with modal behavior, styling enhancements and more.",
  374. "homepage": "https://github.com/kartik-v/bootstrap-popover-x",
  375. "keywords": [
  376. "bootstrap",
  377. "extended",
  378. "jquery",
  379. "modal",
  380. "modal-popover",
  381. "popover",
  382. "popover-x"
  383. ],
  384. "time": "2019-09-03T03:12:53+00:00"
  385. },
  386. {
  387. "name": "kartik-v/bootstrap-tabs-x",
  388. "version": "dev-master",
  389. "source": {
  390. "type": "git",
  391. "url": "https://github.com/kartik-v/bootstrap-tabs-x.git",
  392. "reference": "fb3894222cc7aed17907daf017c1ea3ce5bfb746"
  393. },
  394. "dist": {
  395. "type": "zip",
  396. "url": "https://api.github.com/repos/kartik-v/bootstrap-tabs-x/zipball/fb3894222cc7aed17907daf017c1ea3ce5bfb746",
  397. "reference": "fb3894222cc7aed17907daf017c1ea3ce5bfb746",
  398. "shasum": ""
  399. },
  400. "type": "library",
  401. "extra": {
  402. "branch-alias": {
  403. "dev-master": "1.3.x-dev"
  404. }
  405. },
  406. "autoload": {
  407. "psr-4": {
  408. "kartik\\plugins\\tabs\\": ""
  409. }
  410. },
  411. "notification-url": "https://packagist.org/downloads/",
  412. "license": [
  413. "BSD-3-Clause"
  414. ],
  415. "authors": [
  416. {
  417. "name": "Kartik Visweswaran",
  418. "email": "kartikv2@gmail.com",
  419. "homepage": "http://www.krajee.com/"
  420. }
  421. ],
  422. "description": "Extended Bootstrap Tabs with ability to align tabs in multiple ways, add borders, rotated titles, and more.",
  423. "homepage": "https://github.com/kartik-v/bootstrap-tabs-x",
  424. "keywords": [
  425. "bootstrap",
  426. "extended",
  427. "jquery",
  428. "modal",
  429. "modal-tabs",
  430. "tabs",
  431. "tabs-x"
  432. ],
  433. "time": "2019-05-25T06:59:26+00:00"
  434. },
  435. {
  436. "name": "kartik-v/dependent-dropdown",
  437. "version": "dev-master",
  438. "source": {
  439. "type": "git",
  440. "url": "https://github.com/kartik-v/dependent-dropdown.git",
  441. "reference": "c9e0b2b5b58ad717842396053804f8d0281df1ae"
  442. },
  443. "dist": {
  444. "type": "zip",
  445. "url": "https://api.github.com/repos/kartik-v/dependent-dropdown/zipball/c9e0b2b5b58ad717842396053804f8d0281df1ae",
  446. "reference": "c9e0b2b5b58ad717842396053804f8d0281df1ae",
  447. "shasum": ""
  448. },
  449. "type": "library",
  450. "extra": {
  451. "branch-alias": {
  452. "dev-master": "1.4.x-dev"
  453. }
  454. },
  455. "autoload": {
  456. "psr-4": {
  457. "kartik\\plugins\\depdrop\\": ""
  458. }
  459. },
  460. "notification-url": "https://packagist.org/downloads/",
  461. "license": [
  462. "BSD-3-Clause"
  463. ],
  464. "authors": [
  465. {
  466. "name": "Kartik Visweswaran",
  467. "email": "kartikv2@gmail.com",
  468. "homepage": "http://www.krajee.com/"
  469. }
  470. ],
  471. "description": "A multi level dependent dropdown JQuery plugin that allows nested dependencies.",
  472. "homepage": "https://github.com/kartik-v/dependent-dropdown",
  473. "keywords": [
  474. "dependent",
  475. "dropdown",
  476. "jquery",
  477. "option",
  478. "select"
  479. ],
  480. "time": "2019-09-03T03:12:44+00:00"
  481. },
  482. {
  483. "name": "kartik-v/yii2-editable",
  484. "version": "dev-master",
  485. "source": {
  486. "type": "git",
  487. "url": "https://github.com/kartik-v/yii2-editable.git",
  488. "reference": "1617a4749788d0c94b5a417c965893949a4239bf"
  489. },
  490. "dist": {
  491. "type": "zip",
  492. "url": "https://api.github.com/repos/kartik-v/yii2-editable/zipball/1617a4749788d0c94b5a417c965893949a4239bf",
  493. "reference": "1617a4749788d0c94b5a417c965893949a4239bf",
  494. "shasum": ""
  495. },
  496. "require": {
  497. "kartik-v/yii2-popover-x": "~1.3",
  498. "kartik-v/yii2-widget-activeform": ">=1.5.7"
  499. },
  500. "type": "yii2-extension",
  501. "extra": {
  502. "branch-alias": {
  503. "dev-master": "1.7.x-dev"
  504. }
  505. },
  506. "autoload": {
  507. "psr-4": {
  508. "kartik\\editable\\": "src"
  509. }
  510. },
  511. "notification-url": "https://packagist.org/downloads/",
  512. "license": [
  513. "BSD-3-Clause"
  514. ],
  515. "authors": [
  516. {
  517. "name": "Kartik Visweswaran",
  518. "email": "kartikv2@gmail.com",
  519. "homepage": "http://www.krajee.com/"
  520. }
  521. ],
  522. "description": "An enhanced editable widget for Yii 2.0 that allows easy editing of displayed data with numerous configuration possibilities.",
  523. "homepage": "https://github.com/kartik-v/yii2-editable",
  524. "keywords": [
  525. "bootstrap",
  526. "editable",
  527. "input",
  528. "jquery",
  529. "popover",
  530. "popover-x",
  531. "widget"
  532. ],
  533. "time": "2019-05-25T07:13:53+00:00"
  534. },
  535. {
  536. "name": "kartik-v/yii2-krajee-base",
  537. "version": "dev-master",
  538. "source": {
  539. "type": "git",
  540. "url": "https://github.com/kartik-v/yii2-krajee-base.git",
  541. "reference": "8aa48bb2e7613db45b3c34f7a9346d7f43b1f4ec"
  542. },
  543. "dist": {
  544. "type": "zip",
  545. "url": "https://api.github.com/repos/kartik-v/yii2-krajee-base/zipball/8aa48bb2e7613db45b3c34f7a9346d7f43b1f4ec",
  546. "reference": "8aa48bb2e7613db45b3c34f7a9346d7f43b1f4ec",
  547. "shasum": ""
  548. },
  549. "suggest": {
  550. "yiisoft/yii2-bootstrap": "for Krajee extensions to work with Bootstrap 3.x version",
  551. "yiisoft/yii2-bootstrap4": "for Krajee extensions to work with Bootstrap 4.x version"
  552. },
  553. "type": "yii2-extension",
  554. "extra": {
  555. "branch-alias": {
  556. "dev-master": "2.0.x-dev"
  557. }
  558. },
  559. "autoload": {
  560. "psr-4": {
  561. "kartik\\base\\": "src"
  562. }
  563. },
  564. "notification-url": "https://packagist.org/downloads/",
  565. "license": [
  566. "BSD-3-Clause"
  567. ],
  568. "authors": [
  569. {
  570. "name": "Kartik Visweswaran",
  571. "email": "kartikv2@gmail.com",
  572. "homepage": "http://www.krajee.com/"
  573. }
  574. ],
  575. "description": "Base library and foundation components for all Yii2 Krajee extensions.",
  576. "homepage": "https://github.com/kartik-v/yii2-krajee-base",
  577. "keywords": [
  578. "base",
  579. "extension",
  580. "foundation",
  581. "krajee",
  582. "widget",
  583. "yii2"
  584. ],
  585. "time": "2019-05-25T07:25:02+00:00"
  586. },
  587. {
  588. "name": "kartik-v/yii2-popover-x",
  589. "version": "dev-master",
  590. "source": {
  591. "type": "git",
  592. "url": "https://github.com/kartik-v/yii2-popover-x.git",
  593. "reference": "9bd939c9de39e399a039a36e73bce069a69d8a5e"
  594. },
  595. "dist": {
  596. "type": "zip",
  597. "url": "https://api.github.com/repos/kartik-v/yii2-popover-x/zipball/9bd939c9de39e399a039a36e73bce069a69d8a5e",
  598. "reference": "9bd939c9de39e399a039a36e73bce069a69d8a5e",
  599. "shasum": ""
  600. },
  601. "require": {
  602. "kartik-v/bootstrap-popover-x": ">=1.4",
  603. "kartik-v/yii2-krajee-base": ">=2.0"
  604. },
  605. "type": "yii2-extension",
  606. "extra": {
  607. "branch-alias": {
  608. "dev-master": "1.3.x-dev"
  609. }
  610. },
  611. "autoload": {
  612. "psr-4": {
  613. "kartik\\popover\\": "src"
  614. }
  615. },
  616. "notification-url": "https://packagist.org/downloads/",
  617. "license": [
  618. "BSD-3-Clause"
  619. ],
  620. "authors": [
  621. {
  622. "name": "Kartik Visweswaran",
  623. "email": "kartikv2@gmail.com",
  624. "homepage": "http://www.krajee.com/"
  625. }
  626. ],
  627. "description": "An extended bootstrap 3.0 popover widget which combines both the bootstrap popover and modal features and includes various new styling enhancements.",
  628. "homepage": "https://github.com/kartik-v/yii2-popover-x",
  629. "keywords": [
  630. "bootstrap",
  631. "extended",
  632. "jquery",
  633. "modal",
  634. "modal-popover",
  635. "popover",
  636. "popover-x"
  637. ],
  638. "time": "2019-05-25T07:27:12+00:00"
  639. },
  640. {
  641. "name": "kartik-v/yii2-tabs-x",
  642. "version": "dev-master",
  643. "source": {
  644. "type": "git",
  645. "url": "https://github.com/kartik-v/yii2-tabs-x.git",
  646. "reference": "e5d49bb4e65f5618813d888ab9a405b13946cb5b"
  647. },
  648. "dist": {
  649. "type": "zip",
  650. "url": "https://api.github.com/repos/kartik-v/yii2-tabs-x/zipball/e5d49bb4e65f5618813d888ab9a405b13946cb5b",
  651. "reference": "e5d49bb4e65f5618813d888ab9a405b13946cb5b",
  652. "shasum": ""
  653. },
  654. "require": {
  655. "kartik-v/bootstrap-tabs-x": "~1.3",
  656. "kartik-v/yii2-krajee-base": ">=1.9.8"
  657. },
  658. "type": "yii2-extension",
  659. "extra": {
  660. "branch-alias": {
  661. "dev-master": "1.2.x-dev"
  662. }
  663. },
  664. "autoload": {
  665. "psr-4": {
  666. "kartik\\tabs\\": "src"
  667. }
  668. },
  669. "notification-url": "https://packagist.org/downloads/",
  670. "license": [
  671. "BSD-3-Clause"
  672. ],
  673. "authors": [
  674. {
  675. "name": "Kartik Visweswaran",
  676. "email": "kartikv2@gmail.com",
  677. "homepage": "http://www.krajee.com/"
  678. }
  679. ],
  680. "description": "An extended bootstrap 3.0 tabs widget with ability to align tabs in multiple ways, add borders, rotated titles, and more.",
  681. "homepage": "https://github.com/kartik-v/yii2-tabs-x",
  682. "keywords": [
  683. "bootstrap",
  684. "extended",
  685. "jquery",
  686. "modal",
  687. "modal-tabs",
  688. "tabs",
  689. "tabs-x"
  690. ],
  691. "time": "2019-05-25T07:28:38+00:00"
  692. },
  693. {
  694. "name": "kartik-v/yii2-widget-activeform",
  695. "version": "dev-master",
  696. "source": {
  697. "type": "git",
  698. "url": "https://github.com/kartik-v/yii2-widget-activeform.git",
  699. "reference": "4d578ff5508f1fc93ac8dd19cf22237216dfd5f9"
  700. },
  701. "dist": {
  702. "type": "zip",
  703. "url": "https://api.github.com/repos/kartik-v/yii2-widget-activeform/zipball/4d578ff5508f1fc93ac8dd19cf22237216dfd5f9",
  704. "reference": "4d578ff5508f1fc93ac8dd19cf22237216dfd5f9",
  705. "shasum": ""
  706. },
  707. "require": {
  708. "kartik-v/yii2-krajee-base": ">=1.9.8"
  709. },
  710. "type": "yii2-extension",
  711. "extra": {
  712. "branch-alias": {
  713. "dev-master": "1.5.x-dev"
  714. }
  715. },
  716. "autoload": {
  717. "psr-4": {
  718. "kartik\\form\\": "src"
  719. }
  720. },
  721. "notification-url": "https://packagist.org/downloads/",
  722. "license": [
  723. "BSD-3-Clause"
  724. ],
  725. "authors": [
  726. {
  727. "name": "Kartik Visweswaran",
  728. "email": "kartikv2@gmail.com",
  729. "homepage": "http://www.krajee.com/"
  730. }
  731. ],
  732. "description": "Enhanced Yii2 active-form and active-field with full bootstrap styling support (sub repo split from yii2-widgets).",
  733. "homepage": "https://github.com/kartik-v/yii2-widget-activeform",
  734. "keywords": [
  735. "activefield",
  736. "activeform",
  737. "extension",
  738. "field",
  739. "form",
  740. "widget",
  741. "yii2"
  742. ],
  743. "time": "2019-09-05T13:48:09+00:00"
  744. },
  745. {
  746. "name": "kartik-v/yii2-widget-depdrop",
  747. "version": "dev-master",
  748. "source": {
  749. "type": "git",
  750. "url": "https://github.com/kartik-v/yii2-widget-depdrop.git",
  751. "reference": "4dffe1fd0c9d9d5b7e6231f6cd059dfa36d22b3b"
  752. },
  753. "dist": {
  754. "type": "zip",
  755. "url": "https://api.github.com/repos/kartik-v/yii2-widget-depdrop/zipball/4dffe1fd0c9d9d5b7e6231f6cd059dfa36d22b3b",
  756. "reference": "4dffe1fd0c9d9d5b7e6231f6cd059dfa36d22b3b",
  757. "shasum": ""
  758. },
  759. "require": {
  760. "kartik-v/dependent-dropdown": "~1.4",
  761. "kartik-v/yii2-krajee-base": ">=2.0.0"
  762. },
  763. "type": "yii2-extension",
  764. "extra": {
  765. "branch-alias": {
  766. "dev-master": "1.0.x-dev"
  767. }
  768. },
  769. "autoload": {
  770. "psr-4": {
  771. "kartik\\depdrop\\": "src"
  772. }
  773. },
  774. "notification-url": "https://packagist.org/downloads/",
  775. "license": [
  776. "BSD-3-Clause"
  777. ],
  778. "authors": [
  779. {
  780. "name": "Kartik Visweswaran",
  781. "email": "kartikv2@gmail.com",
  782. "homepage": "http://www.krajee.com/"
  783. }
  784. ],
  785. "description": "Widget that enables setting up dependent dropdowns with nested dependencies (sub repo split from yii2-widgets)",
  786. "homepage": "https://github.com/kartik-v/yii2-widget-depdrop",
  787. "keywords": [
  788. "dependent",
  789. "dropdown",
  790. "extension",
  791. "form",
  792. "jquery",
  793. "plugin",
  794. "widget",
  795. "yii2"
  796. ],
  797. "time": "2019-05-25T07:32:15+00:00"
  798. },
  799. {
  800. "name": "markbaker/complex",
  801. "version": "1.4.7",
  802. "source": {
  803. "type": "git",
  804. "url": "https://github.com/MarkBaker/PHPComplex.git",
  805. "reference": "1ea674a8308baf547cbcbd30c5fcd6d301b7c000"
  806. },
  807. "dist": {
  808. "type": "zip",
  809. "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/1ea674a8308baf547cbcbd30c5fcd6d301b7c000",
  810. "reference": "1ea674a8308baf547cbcbd30c5fcd6d301b7c000",
  811. "shasum": ""
  812. },
  813. "require": {
  814. "php": "^5.6.0|^7.0.0"
  815. },
  816. "require-dev": {
  817. "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
  818. "phpcompatibility/php-compatibility": "^8.0",
  819. "phpdocumentor/phpdocumentor": "2.*",
  820. "phploc/phploc": "2.*",
  821. "phpmd/phpmd": "2.*",
  822. "phpunit/phpunit": "^4.8.35|^5.4.0",
  823. "sebastian/phpcpd": "2.*",
  824. "squizlabs/php_codesniffer": "^3.3.0"
  825. },
  826. "type": "library",
  827. "autoload": {
  828. "psr-4": {
  829. "Complex\\": "classes/src/"
  830. },
  831. "files": [
  832. "classes/src/functions/abs.php",
  833. "classes/src/functions/acos.php",
  834. "classes/src/functions/acosh.php",
  835. "classes/src/functions/acot.php",
  836. "classes/src/functions/acoth.php",
  837. "classes/src/functions/acsc.php",
  838. "classes/src/functions/acsch.php",
  839. "classes/src/functions/argument.php",
  840. "classes/src/functions/asec.php",
  841. "classes/src/functions/asech.php",
  842. "classes/src/functions/asin.php",
  843. "classes/src/functions/asinh.php",
  844. "classes/src/functions/atan.php",
  845. "classes/src/functions/atanh.php",
  846. "classes/src/functions/conjugate.php",
  847. "classes/src/functions/cos.php",
  848. "classes/src/functions/cosh.php",
  849. "classes/src/functions/cot.php",
  850. "classes/src/functions/coth.php",
  851. "classes/src/functions/csc.php",
  852. "classes/src/functions/csch.php",
  853. "classes/src/functions/exp.php",
  854. "classes/src/functions/inverse.php",
  855. "classes/src/functions/ln.php",
  856. "classes/src/functions/log2.php",
  857. "classes/src/functions/log10.php",
  858. "classes/src/functions/negative.php",
  859. "classes/src/functions/pow.php",
  860. "classes/src/functions/rho.php",
  861. "classes/src/functions/sec.php",
  862. "classes/src/functions/sech.php",
  863. "classes/src/functions/sin.php",
  864. "classes/src/functions/sinh.php",
  865. "classes/src/functions/sqrt.php",
  866. "classes/src/functions/tan.php",
  867. "classes/src/functions/tanh.php",
  868. "classes/src/functions/theta.php",
  869. "classes/src/operations/add.php",
  870. "classes/src/operations/subtract.php",
  871. "classes/src/operations/multiply.php",
  872. "classes/src/operations/divideby.php",
  873. "classes/src/operations/divideinto.php"
  874. ]
  875. },
  876. "notification-url": "https://packagist.org/downloads/",
  877. "license": [
  878. "MIT"
  879. ],
  880. "authors": [
  881. {
  882. "name": "Mark Baker",
  883. "email": "mark@lange.demon.co.uk"
  884. }
  885. ],
  886. "description": "PHP Class for working with complex numbers",
  887. "homepage": "https://github.com/MarkBaker/PHPComplex",
  888. "keywords": [
  889. "complex",
  890. "mathematics"
  891. ],
  892. "time": "2018-10-13T23:28:42+00:00"
  893. },
  894. {
  895. "name": "markbaker/matrix",
  896. "version": "1.2.0",
  897. "source": {
  898. "type": "git",
  899. "url": "https://github.com/MarkBaker/PHPMatrix.git",
  900. "reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21"
  901. },
  902. "dist": {
  903. "type": "zip",
  904. "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/5348c5a67e3b75cd209d70103f916a93b1f1ed21",
  905. "reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21",
  906. "shasum": ""
  907. },
  908. "require": {
  909. "php": "^5.6.0|^7.0.0"
  910. },
  911. "require-dev": {
  912. "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
  913. "phpcompatibility/php-compatibility": "dev-master",
  914. "phploc/phploc": "^4",
  915. "phpmd/phpmd": "dev-master",
  916. "phpunit/phpunit": "^5.7",
  917. "sebastian/phpcpd": "^3.0",
  918. "squizlabs/php_codesniffer": "^3.0@dev"
  919. },
  920. "type": "library",
  921. "autoload": {
  922. "psr-4": {
  923. "Matrix\\": "classes/src/"
  924. },
  925. "files": [
  926. "classes/src/functions/adjoint.php",
  927. "classes/src/functions/antidiagonal.php",
  928. "classes/src/functions/cofactors.php",
  929. "classes/src/functions/determinant.php",
  930. "classes/src/functions/diagonal.php",
  931. "classes/src/functions/identity.php",
  932. "classes/src/functions/inverse.php",
  933. "classes/src/functions/minors.php",
  934. "classes/src/functions/trace.php",
  935. "classes/src/functions/transpose.php",
  936. "classes/src/operations/add.php",
  937. "classes/src/operations/directsum.php",
  938. "classes/src/operations/subtract.php",
  939. "classes/src/operations/multiply.php",
  940. "classes/src/operations/divideby.php",
  941. "classes/src/operations/divideinto.php"
  942. ]
  943. },
  944. "notification-url": "https://packagist.org/downloads/",
  945. "license": [
  946. "MIT"
  947. ],
  948. "authors": [
  949. {
  950. "name": "Mark Baker",
  951. "email": "mark@lange.demon.co.uk"
  952. }
  953. ],
  954. "description": "PHP Class for working with matrices",
  955. "homepage": "https://github.com/MarkBaker/PHPMatrix",
  956. "keywords": [
  957. "mathematics",
  958. "matrix",
  959. "vector"
  960. ],
  961. "time": "2019-10-06T11:29:25+00:00"
  962. },
  963. {
  964. "name": "moonlandsoft/yii2-phpexcel",
  965. "version": "dev-master",
  966. "source": {
  967. "type": "git",
  968. "url": "https://github.com/moonlandsoft/yii2-phpexcel.git",
  969. "reference": "ccf28ff8ce2c665a7769dd6516098b4a35c8c309"
  970. },
  971. "dist": {
  972. "type": "zip",
  973. "url": "https://api.github.com/repos/moonlandsoft/yii2-phpexcel/zipball/ccf28ff8ce2c665a7769dd6516098b4a35c8c309",
  974. "reference": "ccf28ff8ce2c665a7769dd6516098b4a35c8c309",
  975. "shasum": ""
  976. },
  977. "require": {
  978. "phpoffice/phpspreadsheet": "*",
  979. "yiisoft/yii2": "*"
  980. },
  981. "type": "yii2-extension",
  982. "autoload": {
  983. "psr-4": {
  984. "moonland\\phpexcel\\": ""
  985. }
  986. },
  987. "notification-url": "https://packagist.org/downloads/",
  988. "license": [
  989. "MIT"
  990. ],
  991. "authors": [
  992. {
  993. "name": "Moh Khoirul Anam",
  994. "email": "moh.khoirul.anaam@gmail.com"
  995. }
  996. ],
  997. "description": "Exporting PHP to Excel or Importing Excel to PHP",
  998. "keywords": [
  999. "excel",
  1000. "export",
  1001. "extension",
  1002. "import",
  1003. "xls",
  1004. "yii2"
  1005. ],
  1006. "time": "2019-01-31T14:14:03+00:00"
  1007. },
  1008. {
  1009. "name": "npm-asset/bootstrap",
  1010. "version": "4.4.1",
  1011. "dist": {
  1012. "type": "tar",
  1013. "url": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.1.tgz"
  1014. },
  1015. "type": "npm-asset",
  1016. "license": [
  1017. "MIT"
  1018. ]
  1019. },
  1020. {
  1021. "name": "npm-asset/vue",
  1022. "version": "2.6.x-dev",
  1023. "source": {
  1024. "type": "git",
  1025. "url": "https://github.com/vuejs/vue.git",
  1026. "reference": "edf7df0c837557dd3ea8d7b42ad8d4b21858ade0"
  1027. },
  1028. "dist": {
  1029. "type": "zip",
  1030. "url": "https://api.github.com/repos/vuejs/vue/zipball/edf7df0c837557dd3ea8d7b42ad8d4b21858ade0",
  1031. "reference": "edf7df0c837557dd3ea8d7b42ad8d4b21858ade0"
  1032. },
  1033. "type": "npm-asset",
  1034. "license": [
  1035. "MIT"
  1036. ],
  1037. "time": "2019-01-11T22:51:45+00:00"
  1038. },
  1039. {
  1040. "name": "phpoffice/phpspreadsheet",
  1041. "version": "dev-master",
  1042. "source": {
  1043. "type": "git",
  1044. "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
  1045. "reference": "1648dc9ebef6ebe0c5a172e16cf66732918416e0"
  1046. },
  1047. "dist": {
  1048. "type": "zip",
  1049. "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/1648dc9ebef6ebe0c5a172e16cf66732918416e0",
  1050. "reference": "1648dc9ebef6ebe0c5a172e16cf66732918416e0",
  1051. "shasum": ""
  1052. },
  1053. "require": {
  1054. "ext-ctype": "*",
  1055. "ext-dom": "*",
  1056. "ext-fileinfo": "*",
  1057. "ext-gd": "*",
  1058. "ext-iconv": "*",
  1059. "ext-libxml": "*",
  1060. "ext-mbstring": "*",
  1061. "ext-simplexml": "*",
  1062. "ext-xml": "*",
  1063. "ext-xmlreader": "*",
  1064. "ext-xmlwriter": "*",
  1065. "ext-zip": "*",
  1066. "ext-zlib": "*",
  1067. "markbaker/complex": "^1.4",
  1068. "markbaker/matrix": "^1.2",
  1069. "php": "^7.1",
  1070. "psr/simple-cache": "^1.0"
  1071. },
  1072. "require-dev": {
  1073. "dompdf/dompdf": "^0.8.3",
  1074. "friendsofphp/php-cs-fixer": "^2.16",
  1075. "jpgraph/jpgraph": "^4.0",
  1076. "mpdf/mpdf": "^8.0",
  1077. "phpcompatibility/php-compatibility": "^9.3",
  1078. "phpunit/phpunit": "^7.5",
  1079. "squizlabs/php_codesniffer": "^3.5",
  1080. "tecnickcom/tcpdf": "^6.3"
  1081. },
  1082. "suggest": {
  1083. "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
  1084. "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
  1085. "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
  1086. "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
  1087. },
  1088. "type": "library",
  1089. "autoload": {
  1090. "psr-4": {
  1091. "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
  1092. }
  1093. },
  1094. "notification-url": "https://packagist.org/downloads/",
  1095. "license": [
  1096. "MIT"
  1097. ],
  1098. "authors": [
  1099. {
  1100. "name": "Maarten Balliauw",
  1101. "homepage": "https://blog.maartenballiauw.be"
  1102. },
  1103. {
  1104. "name": "Mark Baker",
  1105. "homepage": "https://markbakeruk.net"
  1106. },
  1107. {
  1108. "name": "Franck Lefevre",
  1109. "homepage": "https://rootslabs.net"
  1110. },
  1111. {
  1112. "name": "Erik Tilt"
  1113. },
  1114. {
  1115. "name": "Adrien Crivelli"
  1116. }
  1117. ],
  1118. "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  1119. "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
  1120. "keywords": [
  1121. "OpenXML",
  1122. "excel",
  1123. "gnumeric",
  1124. "ods",
  1125. "php",
  1126. "spreadsheet",
  1127. "xls",
  1128. "xlsx"
  1129. ],
  1130. "time": "2019-12-01T23:13:51+00:00"
  1131. },
  1132. {
  1133. "name": "psr/simple-cache",
  1134. "version": "dev-master",
  1135. "source": {
  1136. "type": "git",
  1137. "url": "https://github.com/php-fig/simple-cache.git",
  1138. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1139. },
  1140. "dist": {
  1141. "type": "zip",
  1142. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1143. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1144. "shasum": ""
  1145. },
  1146. "require": {
  1147. "php": ">=5.3.0"
  1148. },
  1149. "type": "library",
  1150. "extra": {
  1151. "branch-alias": {
  1152. "dev-master": "1.0.x-dev"
  1153. }
  1154. },
  1155. "autoload": {
  1156. "psr-4": {
  1157. "Psr\\SimpleCache\\": "src/"
  1158. }
  1159. },
  1160. "notification-url": "https://packagist.org/downloads/",
  1161. "license": [
  1162. "MIT"
  1163. ],
  1164. "authors": [
  1165. {
  1166. "name": "PHP-FIG",
  1167. "homepage": "http://www.php-fig.org/"
  1168. }
  1169. ],
  1170. "description": "Common interfaces for simple caching",
  1171. "keywords": [
  1172. "cache",
  1173. "caching",
  1174. "psr",
  1175. "psr-16",
  1176. "simple-cache"
  1177. ],
  1178. "time": "2017-10-23T01:57:42+00:00"
  1179. },
  1180. {
  1181. "name": "xj/yii2-babel",
  1182. "version": "dev-master",
  1183. "source": {
  1184. "type": "git",
  1185. "url": "https://github.com/xjflyttp/yii2-babel.git",
  1186. "reference": "b63034971497d34347db6f050eb7bb70ea2aa870"
  1187. },
  1188. "dist": {
  1189. "type": "zip",
  1190. "url": "https://api.github.com/repos/xjflyttp/yii2-babel/zipball/b63034971497d34347db6f050eb7bb70ea2aa870",
  1191. "reference": "b63034971497d34347db6f050eb7bb70ea2aa870",
  1192. "shasum": ""
  1193. },
  1194. "require": {
  1195. "bower-asset/babel": "*"
  1196. },
  1197. "type": "library",
  1198. "autoload": {
  1199. "psr-4": {
  1200. "xj\\babel\\": ""
  1201. }
  1202. },
  1203. "notification-url": "https://packagist.org/downloads/",
  1204. "license": [
  1205. "BSD-3-Clause"
  1206. ],
  1207. "authors": [
  1208. {
  1209. "name": "xjflyttp",
  1210. "email": "xjflyttp@gmail.com"
  1211. }
  1212. ],
  1213. "description": "yii2-babel",
  1214. "time": "2016-05-16T04:46:32+00:00"
  1215. },
  1216. {
  1217. "name": "yiisoft/yii2",
  1218. "version": "dev-master",
  1219. "source": {
  1220. "type": "git",
  1221. "url": "https://github.com/yiisoft/yii2-framework.git",
  1222. "reference": "811448abe28edfbda4c77c5ba07398b6f427db11"
  1223. },
  1224. "dist": {
  1225. "type": "zip",
  1226. "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/811448abe28edfbda4c77c5ba07398b6f427db11",
  1227. "reference": "811448abe28edfbda4c77c5ba07398b6f427db11",
  1228. "shasum": ""
  1229. },
  1230. "require": {
  1231. "bower-asset/inputmask": "~3.2.2 | ~3.3.5",
  1232. "bower-asset/jquery": "3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable",
  1233. "bower-asset/punycode": "1.3.*",
  1234. "bower-asset/yii2-pjax": "~2.0.1",
  1235. "cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0",
  1236. "ext-ctype": "*",
  1237. "ext-mbstring": "*",
  1238. "ezyang/htmlpurifier": "~4.6",
  1239. "lib-pcre": "*",
  1240. "php": ">=5.4.0",
  1241. "yiisoft/yii2-composer": "~2.0.4"
  1242. },
  1243. "bin": [
  1244. "yii"
  1245. ],
  1246. "type": "library",
  1247. "extra": {
  1248. "branch-alias": {
  1249. "dev-master": "2.0.x-dev"
  1250. }
  1251. },
  1252. "autoload": {
  1253. "psr-4": {
  1254. "yii\\": ""
  1255. }
  1256. },
  1257. "notification-url": "https://packagist.org/downloads/",
  1258. "license": [
  1259. "BSD-3-Clause"
  1260. ],
  1261. "authors": [
  1262. {
  1263. "name": "Qiang Xue",
  1264. "email": "qiang.xue@gmail.com",
  1265. "homepage": "http://www.yiiframework.com/",
  1266. "role": "Founder and project lead"
  1267. },
  1268. {
  1269. "name": "Alexander Makarov",
  1270. "email": "sam@rmcreative.ru",
  1271. "homepage": "http://rmcreative.ru/",
  1272. "role": "Core framework development"
  1273. },
  1274. {
  1275. "name": "Maurizio Domba",
  1276. "homepage": "http://mdomba.info/",
  1277. "role": "Core framework development"
  1278. },
  1279. {
  1280. "name": "Carsten Brandt",
  1281. "email": "mail@cebe.cc",
  1282. "homepage": "http://cebe.cc/",
  1283. "role": "Core framework development"
  1284. },
  1285. {
  1286. "name": "Timur Ruziev",
  1287. "email": "resurtm@gmail.com",
  1288. "homepage": "http://resurtm.com/",
  1289. "role": "Core framework development"
  1290. },
  1291. {
  1292. "name": "Paul Klimov",
  1293. "email": "klimov.paul@gmail.com",
  1294. "role": "Core framework development"
  1295. },
  1296. {
  1297. "name": "Dmitry Naumenko",
  1298. "email": "d.naumenko.a@gmail.com",
  1299. "role": "Core framework development"
  1300. },
  1301. {
  1302. "name": "Boudewijn Vahrmeijer",
  1303. "email": "info@dynasource.eu",
  1304. "homepage": "http://dynasource.eu",
  1305. "role": "Core framework development"
  1306. }
  1307. ],
  1308. "description": "Yii PHP Framework Version 2",
  1309. "homepage": "http://www.yiiframework.com/",
  1310. "keywords": [
  1311. "framework",
  1312. "yii2"
  1313. ],
  1314. "time": "2019-12-04T23:08:56+00:00"
  1315. },
  1316. {
  1317. "name": "yiisoft/yii2-bootstrap4",
  1318. "version": "2.0.8",
  1319. "source": {
  1320. "type": "git",
  1321. "url": "https://github.com/yiisoft/yii2-bootstrap4.git",
  1322. "reference": "c67ae3f3624c35d977841f6b18d0d752ebed6420"
  1323. },
  1324. "dist": {
  1325. "type": "zip",
  1326. "url": "https://api.github.com/repos/yiisoft/yii2-bootstrap4/zipball/c67ae3f3624c35d977841f6b18d0d752ebed6420",
  1327. "reference": "c67ae3f3624c35d977841f6b18d0d752ebed6420",
  1328. "shasum": ""
  1329. },
  1330. "require": {
  1331. "npm-asset/bootstrap": "^4.3",
  1332. "yiisoft/yii2": "~2.0"
  1333. },
  1334. "require-dev": {
  1335. "phpunit/phpunit": "<7",
  1336. "yiisoft/yii2-coding-standards": "~2.0"
  1337. },
  1338. "type": "yii2-extension",
  1339. "extra": {
  1340. "branch-alias": {
  1341. "dev-master": "1.0.x-dev"
  1342. }
  1343. },
  1344. "autoload": {
  1345. "psr-4": {
  1346. "yii\\bootstrap4\\": "src"
  1347. }
  1348. },
  1349. "notification-url": "https://packagist.org/downloads/",
  1350. "license": [
  1351. "BSD-3-Clause"
  1352. ],
  1353. "authors": [
  1354. {
  1355. "name": "Qiang Xue",
  1356. "email": "qiang.xue@gmail.com",
  1357. "homepage": "http://www.yiiframework.com/"
  1358. },
  1359. {
  1360. "name": "Alexander Makarov",
  1361. "email": "sam@rmcreative.ru",
  1362. "homepage": "http://rmcreative.ru/"
  1363. },
  1364. {
  1365. "name": "Antonio Ramirez",
  1366. "email": "amigo.cobos@gmail.com"
  1367. },
  1368. {
  1369. "name": "Paul Klimov",
  1370. "email": "klimov.paul@gmail.com"
  1371. },
  1372. {
  1373. "name": "Simon Karlen",
  1374. "email": "simi.albi@outlook.com"
  1375. }
  1376. ],
  1377. "description": "The Twitter Bootstrap extension for the Yii framework",
  1378. "keywords": [
  1379. "bootstrap",
  1380. "bootstrap4",
  1381. "yii2"
  1382. ],
  1383. "time": "2019-10-08T11:01:37+00:00"
  1384. },
  1385. {
  1386. "name": "yiisoft/yii2-composer",
  1387. "version": "dev-master",
  1388. "source": {
  1389. "type": "git",
  1390. "url": "https://github.com/yiisoft/yii2-composer.git",
  1391. "reference": "602673880e00bc2cc6d874b0714382775b372ac2"
  1392. },
  1393. "dist": {
  1394. "type": "zip",
  1395. "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/602673880e00bc2cc6d874b0714382775b372ac2",
  1396. "reference": "602673880e00bc2cc6d874b0714382775b372ac2",
  1397. "shasum": ""
  1398. },
  1399. "require": {
  1400. "composer-plugin-api": "^1.0"
  1401. },
  1402. "require-dev": {
  1403. "composer/composer": "^1.0",
  1404. "phpunit/phpunit": "<7"
  1405. },
  1406. "type": "composer-plugin",
  1407. "extra": {
  1408. "class": "yii\\composer\\Plugin",
  1409. "branch-alias": {
  1410. "dev-master": "2.0.x-dev"
  1411. }
  1412. },
  1413. "autoload": {
  1414. "psr-4": {
  1415. "yii\\composer\\": ""
  1416. }
  1417. },
  1418. "notification-url": "https://packagist.org/downloads/",
  1419. "license": [
  1420. "BSD-3-Clause"
  1421. ],
  1422. "authors": [
  1423. {
  1424. "name": "Qiang Xue",
  1425. "email": "qiang.xue@gmail.com"
  1426. },
  1427. {
  1428. "name": "Carsten Brandt",
  1429. "email": "mail@cebe.cc"
  1430. }
  1431. ],
  1432. "description": "The composer plugin for Yii extension installer",
  1433. "keywords": [
  1434. "composer",
  1435. "extension installer",
  1436. "yii2"
  1437. ],
  1438. "time": "2019-07-16T13:22:50+00:00"
  1439. },
  1440. {
  1441. "name": "yiisoft/yii2-httpclient",
  1442. "version": "dev-master",
  1443. "source": {
  1444. "type": "git",
  1445. "url": "https://github.com/yiisoft/yii2-httpclient.git",
  1446. "reference": "05ecc99868352cf840173bfd8fe67bfd84b5f295"
  1447. },
  1448. "dist": {
  1449. "type": "zip",
  1450. "url": "https://api.github.com/repos/yiisoft/yii2-httpclient/zipball/05ecc99868352cf840173bfd8fe67bfd84b5f295",
  1451. "reference": "05ecc99868352cf840173bfd8fe67bfd84b5f295",
  1452. "shasum": ""
  1453. },
  1454. "require": {
  1455. "yiisoft/yii2": "~2.0.13"
  1456. },
  1457. "require-dev": {
  1458. "phpunit/phpunit": "4.8.27|~5.7.21|^6.2"
  1459. },
  1460. "type": "yii2-extension",
  1461. "extra": {
  1462. "branch-alias": {
  1463. "dev-master": "2.0.x-dev"
  1464. }
  1465. },
  1466. "autoload": {
  1467. "psr-4": {
  1468. "yii\\httpclient\\": "src"
  1469. }
  1470. },
  1471. "notification-url": "https://packagist.org/downloads/",
  1472. "license": [
  1473. "BSD-3-Clause"
  1474. ],
  1475. "authors": [
  1476. {
  1477. "name": "Paul Klimov",
  1478. "email": "klimov.paul@gmail.com"
  1479. }
  1480. ],
  1481. "description": "HTTP client extension for the Yii framework",
  1482. "keywords": [
  1483. "curl",
  1484. "http",
  1485. "httpclient",
  1486. "yii2"
  1487. ],
  1488. "time": "2019-10-08T09:48:57+00:00"
  1489. },
  1490. {
  1491. "name": "yiisoft/yii2-mongodb",
  1492. "version": "dev-master",
  1493. "source": {
  1494. "type": "git",
  1495. "url": "https://github.com/yiisoft/yii2-mongodb.git",
  1496. "reference": "f14578beb63500bf56841ae599620b76a62dc5c2"
  1497. },
  1498. "dist": {
  1499. "type": "zip",
  1500. "url": "https://api.github.com/repos/yiisoft/yii2-mongodb/zipball/f14578beb63500bf56841ae599620b76a62dc5c2",
  1501. "reference": "f14578beb63500bf56841ae599620b76a62dc5c2",
  1502. "shasum": ""
  1503. },
  1504. "require": {
  1505. "ext-mongodb": ">=1.0.0",
  1506. "yiisoft/yii2": "~2.0.14"
  1507. },
  1508. "require-dev": {
  1509. "phpunit/phpunit": "4.8.27|~5.7.21|^6.2"
  1510. },
  1511. "type": "yii2-extension",
  1512. "extra": {
  1513. "branch-alias": {
  1514. "dev-master": "2.1.x-dev"
  1515. }
  1516. },
  1517. "autoload": {
  1518. "psr-4": {
  1519. "yii\\mongodb\\": "src"
  1520. }
  1521. },
  1522. "notification-url": "https://packagist.org/downloads/",
  1523. "license": [
  1524. "BSD-3-Clause"
  1525. ],
  1526. "authors": [
  1527. {
  1528. "name": "Paul Klimov",
  1529. "email": "klimov.paul@gmail.com"
  1530. }
  1531. ],
  1532. "description": "MongoDB extension for the Yii framework",
  1533. "keywords": [
  1534. "GridFS",
  1535. "active-record",
  1536. "mongo",
  1537. "mongodb",
  1538. "yii2"
  1539. ],
  1540. "time": "2019-11-22T09:25:40+00:00"
  1541. },
  1542. {
  1543. "name": "yiisoft/yii2-redis",
  1544. "version": "dev-master",
  1545. "source": {
  1546. "type": "git",
  1547. "url": "https://github.com/yiisoft/yii2-redis.git",
  1548. "reference": "b0a658af48da996860284351970e12102a7d55e4"
  1549. },
  1550. "dist": {
  1551. "type": "zip",
  1552. "url": "https://api.github.com/repos/yiisoft/yii2-redis/zipball/b0a658af48da996860284351970e12102a7d55e4",
  1553. "reference": "b0a658af48da996860284351970e12102a7d55e4",
  1554. "shasum": ""
  1555. },
  1556. "require": {
  1557. "yiisoft/yii2": "~2.0.14"
  1558. },
  1559. "require-dev": {
  1560. "phpunit/phpunit": "<7",
  1561. "yiisoft/yii2-dev": "~2.0.14"
  1562. },
  1563. "type": "yii2-extension",
  1564. "extra": {
  1565. "branch-alias": {
  1566. "dev-master": "2.0.x-dev"
  1567. }
  1568. },
  1569. "autoload": {
  1570. "psr-4": {
  1571. "yii\\redis\\": "src"
  1572. }
  1573. },
  1574. "notification-url": "https://packagist.org/downloads/",
  1575. "license": [
  1576. "BSD-3-Clause"
  1577. ],
  1578. "authors": [
  1579. {
  1580. "name": "Carsten Brandt",
  1581. "email": "mail@cebe.cc"
  1582. }
  1583. ],
  1584. "description": "Redis Cache, Session and ActiveRecord for the Yii framework",
  1585. "keywords": [
  1586. "active-record",
  1587. "cache",
  1588. "redis",
  1589. "session",
  1590. "yii2"
  1591. ],
  1592. "time": "2019-11-23T18:04:46+00:00"
  1593. }
  1594. ],
  1595. "packages-dev": [
  1596. {
  1597. "name": "kint-php/kint",
  1598. "version": "dev-master",
  1599. "source": {
  1600. "type": "git",
  1601. "url": "https://github.com/kint-php/kint.git",
  1602. "reference": "335ac1bcaf04d87df70d8aa51e8887ba2c6d203b"
  1603. },
  1604. "dist": {
  1605. "type": "zip",
  1606. "url": "https://api.github.com/repos/kint-php/kint/zipball/335ac1bcaf04d87df70d8aa51e8887ba2c6d203b",
  1607. "reference": "335ac1bcaf04d87df70d8aa51e8887ba2c6d203b",
  1608. "shasum": ""
  1609. },
  1610. "require": {
  1611. "php": ">=5.3.6"
  1612. },
  1613. "require-dev": {
  1614. "friendsofphp/php-cs-fixer": "^2.0",
  1615. "phpunit/phpunit": "^4.0",
  1616. "seld/phar-utils": "^1.0",
  1617. "symfony/finder": "^2.0 || ^3.0 || ^4.0",
  1618. "vimeo/psalm": "^3.0"
  1619. },
  1620. "suggest": {
  1621. "ext-ctype": "Simple data type tests",
  1622. "ext-iconv": "Provides fallback detection for ambiguous legacy string encodings such as the Windows and ISO 8859 code pages",
  1623. "ext-mbstring": "Provides string encoding detection",
  1624. "kint-php/kint-js": "Provides a simplified dump to console.log()",
  1625. "kint-php/kint-twig": "Provides d() and s() functions in twig templates",
  1626. "symfony/polyfill-ctype": "Replacement for ext-ctype if missing",
  1627. "symfony/polyfill-iconv": "Replacement for ext-iconv if missing",
  1628. "symfony/polyfill-mbstring": "Replacement for ext-mbstring if missing"
  1629. },
  1630. "type": "library",
  1631. "autoload": {
  1632. "files": [
  1633. "init.php"
  1634. ],
  1635. "psr-4": {
  1636. "Kint\\": "src/"
  1637. }
  1638. },
  1639. "notification-url": "https://packagist.org/downloads/",
  1640. "license": [
  1641. "MIT"
  1642. ],
  1643. "authors": [
  1644. {
  1645. "name": "Jonathan Vollebregt",
  1646. "homepage": "https://github.com/jnvsor"
  1647. },
  1648. {
  1649. "name": "Rokas Šleinius",
  1650. "homepage": "https://github.com/raveren"
  1651. },
  1652. {
  1653. "name": "Contributors",
  1654. "homepage": "https://github.com/kint-php/kint/graphs/contributors"
  1655. }
  1656. ],
  1657. "description": "Kint - debugging tool for PHP developers",
  1658. "homepage": "https://kint-php.github.io/kint/",
  1659. "keywords": [
  1660. "debug",
  1661. "kint",
  1662. "php"
  1663. ],
  1664. "time": "2019-10-17T18:05:24+00:00"
  1665. },
  1666. {
  1667. "name": "opis/closure",
  1668. "version": "dev-master",
  1669. "source": {
  1670. "type": "git",
  1671. "url": "https://github.com/opis/closure.git",
  1672. "reference": "93ebc5712cdad8d5f489b500c59d122df2e53969"
  1673. },
  1674. "dist": {
  1675. "type": "zip",
  1676. "url": "https://api.github.com/repos/opis/closure/zipball/93ebc5712cdad8d5f489b500c59d122df2e53969",
  1677. "reference": "93ebc5712cdad8d5f489b500c59d122df2e53969",
  1678. "shasum": ""
  1679. },
  1680. "require": {
  1681. "php": "^5.4 || ^7.0"
  1682. },
  1683. "require-dev": {
  1684. "jeremeamia/superclosure": "^2.0",
  1685. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  1686. },
  1687. "type": "library",
  1688. "extra": {
  1689. "branch-alias": {
  1690. "dev-master": "3.5.x-dev"
  1691. }
  1692. },
  1693. "autoload": {
  1694. "psr-4": {
  1695. "Opis\\Closure\\": "src/"
  1696. },
  1697. "files": [
  1698. "functions.php"
  1699. ]
  1700. },
  1701. "notification-url": "https://packagist.org/downloads/",
  1702. "license": [
  1703. "MIT"
  1704. ],
  1705. "authors": [
  1706. {
  1707. "name": "Marius Sarca",
  1708. "email": "marius.sarca@gmail.com"
  1709. },
  1710. {
  1711. "name": "Sorin Sarca",
  1712. "email": "sarca_sorin@hotmail.com"
  1713. }
  1714. ],
  1715. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  1716. "homepage": "https://opis.io/closure",
  1717. "keywords": [
  1718. "anonymous functions",
  1719. "closure",
  1720. "function",
  1721. "serializable",
  1722. "serialization",
  1723. "serialize"
  1724. ],
  1725. "time": "2019-11-29T22:36:02+00:00"
  1726. },
  1727. {
  1728. "name": "phpspec/php-diff",
  1729. "version": "v1.1.0",
  1730. "source": {
  1731. "type": "git",
  1732. "url": "https://github.com/phpspec/php-diff.git",
  1733. "reference": "0464787bfa7cd13576c5a1e318709768798bec6a"
  1734. },
  1735. "dist": {
  1736. "type": "zip",
  1737. "url": "https://api.github.com/repos/phpspec/php-diff/zipball/0464787bfa7cd13576c5a1e318709768798bec6a",
  1738. "reference": "0464787bfa7cd13576c5a1e318709768798bec6a",
  1739. "shasum": ""
  1740. },
  1741. "type": "library",
  1742. "extra": {
  1743. "branch-alias": {
  1744. "dev-master": "1.0.x-dev"
  1745. }
  1746. },
  1747. "autoload": {
  1748. "psr-0": {
  1749. "Diff": "lib/"
  1750. }
  1751. },
  1752. "notification-url": "https://packagist.org/downloads/",
  1753. "license": [
  1754. "BSD-3-Clause"
  1755. ],
  1756. "authors": [
  1757. {
  1758. "name": "Chris Boulton",
  1759. "homepage": "http://github.com/chrisboulton"
  1760. }
  1761. ],
  1762. "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).",
  1763. "time": "2016-04-07T12:29:16+00:00"
  1764. },
  1765. {
  1766. "name": "yiisoft/yii2-debug",
  1767. "version": "2.1.12",
  1768. "source": {
  1769. "type": "git",
  1770. "url": "https://github.com/yiisoft/yii2-debug.git",
  1771. "reference": "bf9234ba1369116d12ebe266d98006416a5ae304"
  1772. },
  1773. "dist": {
  1774. "type": "zip",
  1775. "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/bf9234ba1369116d12ebe266d98006416a5ae304",
  1776. "reference": "bf9234ba1369116d12ebe266d98006416a5ae304",
  1777. "shasum": ""
  1778. },
  1779. "require": {
  1780. "ext-mbstring": "*",
  1781. "opis/closure": "^3.3",
  1782. "php": ">=5.4",
  1783. "yiisoft/yii2": "~2.0.13"
  1784. },
  1785. "require-dev": {
  1786. "phpunit/phpunit": "<7",
  1787. "yiisoft/yii2-coding-standards": "~2.0",
  1788. "yiisoft/yii2-swiftmailer": "*"
  1789. },
  1790. "type": "yii2-extension",
  1791. "extra": {
  1792. "branch-alias": {
  1793. "dev-master": "2.0.x-dev"
  1794. }
  1795. },
  1796. "autoload": {
  1797. "psr-4": {
  1798. "yii\\debug\\": "src"
  1799. }
  1800. },
  1801. "notification-url": "https://packagist.org/downloads/",
  1802. "license": [
  1803. "BSD-3-Clause"
  1804. ],
  1805. "authors": [
  1806. {
  1807. "name": "Qiang Xue",
  1808. "email": "qiang.xue@gmail.com"
  1809. },
  1810. {
  1811. "name": "Simon Karlen",
  1812. "email": "simi.albi@outlook.com"
  1813. }
  1814. ],
  1815. "description": "The debugger extension for the Yii framework",
  1816. "keywords": [
  1817. "debug",
  1818. "debugger",
  1819. "yii2"
  1820. ],
  1821. "time": "2019-11-19T20:09:08+00:00"
  1822. },
  1823. {
  1824. "name": "yiisoft/yii2-gii",
  1825. "version": "2.1.3",
  1826. "source": {
  1827. "type": "git",
  1828. "url": "https://github.com/yiisoft/yii2-gii.git",
  1829. "reference": "0dcc7d3c66de045f1b560ad4928dc67a6611f6d1"
  1830. },
  1831. "dist": {
  1832. "type": "zip",
  1833. "url": "https://api.github.com/repos/yiisoft/yii2-gii/zipball/0dcc7d3c66de045f1b560ad4928dc67a6611f6d1",
  1834. "reference": "0dcc7d3c66de045f1b560ad4928dc67a6611f6d1",
  1835. "shasum": ""
  1836. },
  1837. "require": {
  1838. "phpspec/php-diff": "^1.1.0",
  1839. "yiisoft/yii2": "~2.0.14"
  1840. },
  1841. "require-dev": {
  1842. "phpunit/phpunit": "<7",
  1843. "yiisoft/yii2-coding-standards": "~2.0"
  1844. },
  1845. "type": "yii2-extension",
  1846. "extra": {
  1847. "branch-alias": {
  1848. "dev-master": "2.0.x-dev"
  1849. }
  1850. },
  1851. "autoload": {
  1852. "psr-4": {
  1853. "yii\\gii\\": "src"
  1854. }
  1855. },
  1856. "notification-url": "https://packagist.org/downloads/",
  1857. "license": [
  1858. "BSD-3-Clause"
  1859. ],
  1860. "authors": [
  1861. {
  1862. "name": "Qiang Xue",
  1863. "email": "qiang.xue@gmail.com"
  1864. }
  1865. ],
  1866. "description": "The Gii extension for the Yii framework",
  1867. "keywords": [
  1868. "code generator",
  1869. "gii",
  1870. "yii2"
  1871. ],
  1872. "time": "2019-11-19T20:19:33+00:00"
  1873. }
  1874. ],
  1875. "aliases": [],
  1876. "minimum-stability": "dev",
  1877. "stability-flags": {
  1878. "yiisoft/yii2-httpclient": 20,
  1879. "kartik-v/yii2-tabs-x": 20,
  1880. "kartik-v/yii2-editable": 20,
  1881. "kartik-v/yii2-widget-depdrop": 20,
  1882. "antkaz/yii2-vue": 20,
  1883. "xj/yii2-babel": 20,
  1884. "yiisoft/yii2-debug": 20,
  1885. "kint-php/kint": 20,
  1886. "yiisoft/yii2-gii": 20
  1887. },
  1888. "prefer-stable": false,
  1889. "prefer-lowest": false,
  1890. "platform": {
  1891. "php": ">=7.1.0"
  1892. },
  1893. "platform-dev": []
  1894. }