composer.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587
  1. {
  2. "name": "magento/magento2-base",
  3. "description": "Magento 2 Base (Community Edition)",
  4. "type": "magento2-component",
  5. "version": "2.3.1",
  6. "require": {
  7. "magento/magento-composer-installer": "*",
  8. "php": "~7.1.3||~7.2.0",
  9. "ext-intl": "*",
  10. "ext-mbstring": "*",
  11. "braintree/braintree_php": "3.35.0",
  12. "composer/composer": "^1.6",
  13. "magento/composer": "~1.4.0",
  14. "magento/zendframework1": "~1.14.1",
  15. "monolog/monolog": "^1.17",
  16. "oyejorge/less.php": "~1.7.0",
  17. "pelago/emogrifier": "^2.0.0",
  18. "phpseclib/phpseclib": "2.0.*",
  19. "symfony/console": "~4.1.0",
  20. "symfony/event-dispatcher": "~4.1.0",
  21. "tedivm/jshrink": "~1.3.0",
  22. "tubalmartin/cssmin": "4.1.1",
  23. "zendframework/zend-code": "~3.3.0",
  24. "zendframework/zend-config": "^2.6.0",
  25. "zendframework/zend-console": "^2.6.0",
  26. "zendframework/zend-crypt": "^2.6.0",
  27. "zendframework/zend-di": "^2.6.1",
  28. "zendframework/zend-eventmanager": "^2.6.3",
  29. "zendframework/zend-form": "^2.10.0",
  30. "zendframework/zend-http": "^2.6.0",
  31. "zendframework/zend-i18n": "^2.7.3",
  32. "zendframework/zend-json": "^2.6.1",
  33. "zendframework/zend-log": "^2.9.1",
  34. "zendframework/zend-modulemanager": "^2.7",
  35. "zendframework/zend-mvc": "~2.7.0",
  36. "zendframework/zend-serializer": "^2.7.2",
  37. "zendframework/zend-server": "^2.6.1",
  38. "zendframework/zend-servicemanager": "^2.7.8",
  39. "zendframework/zend-soap": "^2.7.0",
  40. "zendframework/zend-stdlib": "^2.7.7",
  41. "zendframework/zend-text": "^2.6.0",
  42. "zendframework/zend-uri": "^2.5.1",
  43. "zendframework/zend-validator": "^2.6.0",
  44. "zendframework/zend-view": "~2.10.0"
  45. },
  46. "conflict": {
  47. "gene/bluefoot": "*"
  48. },
  49. "license": [
  50. "OSL-3.0",
  51. "AFL-3.0"
  52. ],
  53. "replace": {
  54. "trentrichardson/jquery-timepicker-addon": "1.4.3",
  55. "components/jquery": "1.11.0",
  56. "blueimp/jquery-file-upload": "5.6.14",
  57. "components/jqueryui": "1.10.4",
  58. "twbs/bootstrap": "3.1.0",
  59. "tinymce/tinymce": "3.4.7"
  60. },
  61. "extra": {
  62. "component_paths": {
  63. "trentrichardson/jquery-timepicker-addon": "lib/web/jquery/jquery-ui-timepicker-addon.js",
  64. "components/jquery": [
  65. "lib/web/jquery.js",
  66. "lib/web/jquery/jquery.min.js",
  67. "lib/web/jquery/jquery-migrate.js"
  68. ],
  69. "blueimp/jquery-file-upload": "lib/web/jquery/fileUploader",
  70. "components/jqueryui": "lib/web/jquery/jquery-ui.js",
  71. "twbs/bootstrap": "lib/web/jquery/jquery.tabs.js",
  72. "tinymce/tinymce": "lib/web/tiny_mce_4"
  73. },
  74. "map": [
  75. [
  76. ".github",
  77. ".github"
  78. ],
  79. [
  80. ".htaccess",
  81. ".htaccess"
  82. ],
  83. [
  84. ".htaccess.sample",
  85. ".htaccess.sample"
  86. ],
  87. [
  88. ".php_cs.dist",
  89. ".php_cs.dist"
  90. ],
  91. [
  92. ".travis.yml",
  93. ".travis.yml"
  94. ],
  95. [
  96. ".user.ini",
  97. ".user.ini"
  98. ],
  99. [
  100. "CHANGELOG.md",
  101. "CHANGELOG.md"
  102. ],
  103. [
  104. "COPYING.txt",
  105. "COPYING.txt"
  106. ],
  107. [
  108. "Gruntfile.js.sample",
  109. "Gruntfile.js.sample"
  110. ],
  111. [
  112. "LICENSE.txt",
  113. "LICENSE.txt"
  114. ],
  115. [
  116. "LICENSE_AFL.txt",
  117. "LICENSE_AFL.txt"
  118. ],
  119. [
  120. "app/.htaccess",
  121. "app/.htaccess"
  122. ],
  123. [
  124. "app/autoload.php",
  125. "app/autoload.php"
  126. ],
  127. [
  128. "app/bootstrap.php",
  129. "app/bootstrap.php"
  130. ],
  131. [
  132. "app/design/adminhtml/Magento",
  133. "app/design/adminhtml/Magento"
  134. ],
  135. [
  136. "app/design/frontend/Magento",
  137. "app/design/frontend/Magento"
  138. ],
  139. [
  140. "app/etc/NonComposerComponentRegistration.php",
  141. "app/etc/NonComposerComponentRegistration.php"
  142. ],
  143. [
  144. "app/etc/db_schema.xml",
  145. "app/etc/db_schema.xml"
  146. ],
  147. [
  148. "app/etc/di.xml",
  149. "app/etc/di.xml"
  150. ],
  151. [
  152. "app/etc/registration_globlist.php",
  153. "app/etc/registration_globlist.php"
  154. ],
  155. [
  156. "app/functions.php",
  157. "app/functions.php"
  158. ],
  159. [
  160. "auth.json.sample",
  161. "auth.json.sample"
  162. ],
  163. [
  164. "bin/.htaccess",
  165. "bin/.htaccess"
  166. ],
  167. [
  168. "bin/magento",
  169. "bin/magento"
  170. ],
  171. [
  172. "dev/.htaccess",
  173. "dev/.htaccess"
  174. ],
  175. [
  176. "dev/tests/acceptance",
  177. "dev/tests/acceptance"
  178. ],
  179. [
  180. "dev/tests/api-functional/.gitignore",
  181. "dev/tests/api-functional/.gitignore"
  182. ],
  183. [
  184. "dev/tests/api-functional/_files",
  185. "dev/tests/api-functional/_files"
  186. ],
  187. [
  188. "dev/tests/api-functional/config",
  189. "dev/tests/api-functional/config"
  190. ],
  191. [
  192. "dev/tests/api-functional/framework",
  193. "dev/tests/api-functional/framework"
  194. ],
  195. [
  196. "dev/tests/api-functional/phpunit_graphql.xml.dist",
  197. "dev/tests/api-functional/phpunit_graphql.xml.dist"
  198. ],
  199. [
  200. "dev/tests/api-functional/phpunit_rest.xml.dist",
  201. "dev/tests/api-functional/phpunit_rest.xml.dist"
  202. ],
  203. [
  204. "dev/tests/api-functional/phpunit_soap.xml.dist",
  205. "dev/tests/api-functional/phpunit_soap.xml.dist"
  206. ],
  207. [
  208. "dev/tests/api-functional/testsuite/Magento",
  209. "dev/tests/api-functional/testsuite/Magento"
  210. ],
  211. [
  212. "dev/tests/error_handler.php",
  213. "dev/tests/error_handler.php"
  214. ],
  215. [
  216. "dev/tests/functional/.gitignore",
  217. "dev/tests/functional/.gitignore"
  218. ],
  219. [
  220. "dev/tests/functional/.htaccess.sample",
  221. "dev/tests/functional/.htaccess.sample"
  222. ],
  223. [
  224. "dev/tests/functional/bootstrap.php",
  225. "dev/tests/functional/bootstrap.php"
  226. ],
  227. [
  228. "dev/tests/functional/composer.json",
  229. "dev/tests/functional/composer.json"
  230. ],
  231. [
  232. "dev/tests/functional/credentials.xml.dist",
  233. "dev/tests/functional/credentials.xml.dist"
  234. ],
  235. [
  236. "dev/tests/functional/etc",
  237. "dev/tests/functional/etc"
  238. ],
  239. [
  240. "dev/tests/functional/isolation.php",
  241. "dev/tests/functional/isolation.php"
  242. ],
  243. [
  244. "dev/tests/functional/lib",
  245. "dev/tests/functional/lib"
  246. ],
  247. [
  248. "dev/tests/functional/phpunit.xml.dist",
  249. "dev/tests/functional/phpunit.xml.dist"
  250. ],
  251. [
  252. "dev/tests/functional/tests",
  253. "dev/tests/functional/tests"
  254. ],
  255. [
  256. "dev/tests/functional/testsuites/Magento",
  257. "dev/tests/functional/testsuites/Magento"
  258. ],
  259. [
  260. "dev/tests/functional/utils",
  261. "dev/tests/functional/utils"
  262. ],
  263. [
  264. "dev/tests/integration/.gitignore",
  265. "dev/tests/integration/.gitignore"
  266. ],
  267. [
  268. "dev/tests/integration/_files",
  269. "dev/tests/integration/_files"
  270. ],
  271. [
  272. "dev/tests/integration/bin",
  273. "dev/tests/integration/bin"
  274. ],
  275. [
  276. "dev/tests/integration/etc",
  277. "dev/tests/integration/etc"
  278. ],
  279. [
  280. "dev/tests/integration/framework",
  281. "dev/tests/integration/framework"
  282. ],
  283. [
  284. "dev/tests/integration/phpunit.xml.dist",
  285. "dev/tests/integration/phpunit.xml.dist"
  286. ],
  287. [
  288. "dev/tests/integration/testsuite/Magento",
  289. "dev/tests/integration/testsuite/Magento"
  290. ],
  291. [
  292. "dev/tests/integration/tmp",
  293. "dev/tests/integration/tmp"
  294. ],
  295. [
  296. "dev/tests/js",
  297. "dev/tests/js"
  298. ],
  299. [
  300. "dev/tests/setup-integration",
  301. "dev/tests/setup-integration"
  302. ],
  303. [
  304. "dev/tests/static/.gitignore",
  305. "dev/tests/static/.gitignore"
  306. ],
  307. [
  308. "dev/tests/static/framework",
  309. "dev/tests/static/framework"
  310. ],
  311. [
  312. "dev/tests/static/get_github_changes.php",
  313. "dev/tests/static/get_github_changes.php"
  314. ],
  315. [
  316. "dev/tests/static/phpunit-all.xml.dist",
  317. "dev/tests/static/phpunit-all.xml.dist"
  318. ],
  319. [
  320. "dev/tests/static/phpunit.xml.dist",
  321. "dev/tests/static/phpunit.xml.dist"
  322. ],
  323. [
  324. "dev/tests/static/testsuite/Magento",
  325. "dev/tests/static/testsuite/Magento"
  326. ],
  327. [
  328. "dev/tests/static/tmp",
  329. "dev/tests/static/tmp"
  330. ],
  331. [
  332. "dev/tests/unit/.gitignore",
  333. "dev/tests/unit/.gitignore"
  334. ],
  335. [
  336. "dev/tests/unit/framework",
  337. "dev/tests/unit/framework"
  338. ],
  339. [
  340. "dev/tests/unit/phpunit.xml.dist",
  341. "dev/tests/unit/phpunit.xml.dist"
  342. ],
  343. [
  344. "dev/tests/unit/tmp",
  345. "dev/tests/unit/tmp"
  346. ],
  347. [
  348. "dev/tools",
  349. "dev/tools"
  350. ],
  351. [
  352. "dev/travis",
  353. "dev/travis"
  354. ],
  355. [
  356. "generated",
  357. "generated"
  358. ],
  359. [
  360. "grunt-config.json.sample",
  361. "grunt-config.json.sample"
  362. ],
  363. [
  364. "index.php",
  365. "index.php"
  366. ],
  367. [
  368. "lib/.htaccess",
  369. "lib/.htaccess"
  370. ],
  371. [
  372. "lib/internal/GnuFreeFont",
  373. "lib/internal/GnuFreeFont"
  374. ],
  375. [
  376. "lib/internal/LinLibertineFont",
  377. "lib/internal/LinLibertineFont"
  378. ],
  379. [
  380. "lib/web/FormData.js",
  381. "lib/web/FormData.js"
  382. ],
  383. [
  384. "lib/web/MutationObserver.js",
  385. "lib/web/MutationObserver.js"
  386. ],
  387. [
  388. "lib/web/blank.html",
  389. "lib/web/blank.html"
  390. ],
  391. [
  392. "lib/web/css",
  393. "lib/web/css"
  394. ],
  395. [
  396. "lib/web/es6-collections.js",
  397. "lib/web/es6-collections.js"
  398. ],
  399. [
  400. "lib/web/extjs",
  401. "lib/web/extjs"
  402. ],
  403. [
  404. "lib/web/fonts",
  405. "lib/web/fonts"
  406. ],
  407. [
  408. "lib/web/fotorama",
  409. "lib/web/fotorama"
  410. ],
  411. [
  412. "lib/web/i18n",
  413. "lib/web/i18n"
  414. ],
  415. [
  416. "lib/web/images",
  417. "lib/web/images"
  418. ],
  419. [
  420. "lib/web/jquery.js",
  421. "lib/web/jquery.js"
  422. ],
  423. [
  424. "lib/web/jquery",
  425. "lib/web/jquery"
  426. ],
  427. [
  428. "lib/web/knockoutjs",
  429. "lib/web/knockoutjs"
  430. ],
  431. [
  432. "lib/web/legacy-build.min.js",
  433. "lib/web/legacy-build.min.js"
  434. ],
  435. [
  436. "lib/web/less",
  437. "lib/web/less"
  438. ],
  439. [
  440. "lib/web/lib",
  441. "lib/web/lib"
  442. ],
  443. [
  444. "lib/web/mage",
  445. "lib/web/mage"
  446. ],
  447. [
  448. "lib/web/magnifier",
  449. "lib/web/magnifier"
  450. ],
  451. [
  452. "lib/web/matchMedia.js",
  453. "lib/web/matchMedia.js"
  454. ],
  455. [
  456. "lib/web/modernizr",
  457. "lib/web/modernizr"
  458. ],
  459. [
  460. "lib/web/moment-timezone-with-data.js",
  461. "lib/web/moment-timezone-with-data.js"
  462. ],
  463. [
  464. "lib/web/moment.js",
  465. "lib/web/moment.js"
  466. ],
  467. [
  468. "lib/web/prototype",
  469. "lib/web/prototype"
  470. ],
  471. [
  472. "lib/web/requirejs",
  473. "lib/web/requirejs"
  474. ],
  475. [
  476. "lib/web/scriptaculous",
  477. "lib/web/scriptaculous"
  478. ],
  479. [
  480. "lib/web/spacer.gif",
  481. "lib/web/spacer.gif"
  482. ],
  483. [
  484. "lib/web/tiny_mce_4",
  485. "lib/web/tiny_mce_4"
  486. ],
  487. [
  488. "lib/web/underscore.js",
  489. "lib/web/underscore.js"
  490. ],
  491. [
  492. "lib/web/varien",
  493. "lib/web/varien"
  494. ],
  495. [
  496. "nginx.conf.sample",
  497. "nginx.conf.sample"
  498. ],
  499. [
  500. "package.json.sample",
  501. "package.json.sample"
  502. ],
  503. [
  504. "phpserver",
  505. "phpserver"
  506. ],
  507. [
  508. "pub/.htaccess",
  509. "pub/.htaccess"
  510. ],
  511. [
  512. "pub/.user.ini",
  513. "pub/.user.ini"
  514. ],
  515. [
  516. "pub/cron.php",
  517. "pub/cron.php"
  518. ],
  519. [
  520. "pub/errors",
  521. "pub/errors"
  522. ],
  523. [
  524. "pub/get.php",
  525. "pub/get.php"
  526. ],
  527. [
  528. "pub/health_check.php",
  529. "pub/health_check.php"
  530. ],
  531. [
  532. "pub/index.php",
  533. "pub/index.php"
  534. ],
  535. [
  536. "pub/media/.htaccess",
  537. "pub/media/.htaccess"
  538. ],
  539. [
  540. "pub/media/customer/.htaccess",
  541. "pub/media/customer/.htaccess"
  542. ],
  543. [
  544. "pub/media/downloadable/.htaccess",
  545. "pub/media/downloadable/.htaccess"
  546. ],
  547. [
  548. "pub/media/import",
  549. "pub/media/import"
  550. ],
  551. [
  552. "pub/media/theme_customization/.htaccess",
  553. "pub/media/theme_customization/.htaccess"
  554. ],
  555. [
  556. "pub/opt",
  557. "pub/opt"
  558. ],
  559. [
  560. "pub/static.php",
  561. "pub/static.php"
  562. ],
  563. [
  564. "pub/static/.htaccess",
  565. "pub/static/.htaccess"
  566. ],
  567. [
  568. "setup",
  569. "setup"
  570. ],
  571. [
  572. "var/.htaccess",
  573. "var/.htaccess"
  574. ],
  575. [
  576. "vendor/.htaccess",
  577. "vendor/.htaccess"
  578. ]
  579. ],
  580. "chmod": [
  581. {
  582. "mask": "0755",
  583. "path": "bin/magento"
  584. }
  585. ]
  586. }
  587. }