如何确定每个软件包支持的最新Magento版本?

如何确定每个软件包支持的最新Magento版本?,magento,composer-php,magento2,Magento,Composer Php,Magento2,我正在从事一个Magento项目,该项目最近从Magento 1.x.x升级到Magento 2.3。我在安装TaxJar时遇到了很大的困难(我在stackoverflow上问了一个单独的问题,当时这个问题还没有解决),现在我的任务是将所有忘记安装在原始站点上的插件安装到实验站点,即Magento 2.3。名单如下: Cm_RedisSession 1.8.0.0 (stable) Redis session Interface_Adminhtml_Default 1.9.1.0

我正在从事一个Magento项目,该项目最近从Magento 1.x.x升级到Magento 2.3。我在安装TaxJar时遇到了很大的困难(我在stackoverflow上问了一个单独的问题,当时这个问题还没有解决),现在我的任务是将所有忘记安装在原始站点上的插件安装到实验站点,即Magento 2.3。名单如下:

Cm_RedisSession 1.8.0.0 (stable)        Redis session
Interface_Adminhtml_Default 1.9.1.0 (stable)        Default interface for Adminhtml
Interface_Frontend_Base_Default 1.9.1.0 (stable)        This is a Magento themes base
Interface_Frontend_Default  1.9.1.0 (stable)        Default interface for Frontend
Interface_Frontend_Rwd_Default  1.9.1.0 (stable)        This is a RWD themes base
Interface_Install_Default   1.9.1.0 (stable)        Default interface for Install
Lib_Cm  1.8.0.0 (stable)        Redis adapter for Zend_Cache
Lib_Credis  1.8.0.0 (stable)        Credis Library
Lib_Google_Checkout 1.9.1.0 (stable)        Google Checkout Library
Lib_Js_Calendar 1.51.1.1 (stable)       Javascript Calendar for Magento
Lib_Js_Ext  1.7.0.0 (stable)        Extjs Javascript Libraries for Magento
Lib_Js_Mage 1.9.1.0 (stable)        Javascript Libraries for Magento
Lib_Js_Prototype    1.7.0.0.5 (stable)      Prototype and Scriptaculous Javascript Libraries for Magento
Lib_Js_TinyMCE  3.5.11.0 (stable)       TinyMCE Javascript Libraries for Magento
Lib_LinLibertineFont    2.8.14.1 (stable)       Libertine Open Fonts Project fonts for PDF print-outs
Lib_Mage    1.9.1.0 (stable)        Mage Library
Lib_Magento 1.9.1.0 (stable)        Magento Library
Lib_Phpseclib   1.5.0.0 (stable)        Phpseclib Library
Lib_Varien  1.9.1.0 (stable)        Varien Library
Lib_ZF  1.12.7.0 (stable)       Zend Framework
Lib_ZF_Locale   1.12.7.0 (stable)       Zend Framework Locale
Mage_All_Latest 1.9.1.0 (stable)        Metapackage for latest Magento 1.9.0.0 release
Mage_Centinel   1.9.1.0 (stable)        3D Secure Card Validation
Mage_Compiler   1.9.1.0 (stable)        This module compiles all files of a Magento installation and creates a single include path to increase performance
Mage_Core_Adminhtml 1.9.1.0 (stable)        Magento Administration Panel
Mage_Core_Modules   1.9.1.0 (stable)        Collection of Magento Core Modules
Mage_Downloader 1.9.1.0 (stable)        Magento Downloader
Mage_Locale_de_DE   1.9.0.0 (stable)        de_DE locale
Mage_Locale_en_US   1.9.1.0 (stable)        en_US locale
Mage_Locale_es_ES   1.9.0.0 (stable)        es_ES locale
Mage_Locale_fr_FR   1.9.0.0 (stable)        fr_FR locale
Mage_Locale_nl_NL   1.9.0.0 (stable)        nl_NL locale
Mage_Locale_pt_BR   1.9.0.0 (stable)        pt_BR locale
Mage_Locale_zh_CN   1.9.0.0 (stable)        zh_CN locale
Magento_Mobile  1.9.1.0 (stable)        Magento Mobile Xml Interface
Phoenix_Moneybookers    1.3.2.1 (stable)        Moneybookers payment gateway integration
EM_DeleteOrder  1.0.5 (stable)      Enhance Magento feature with ability to delete orders
Bluejalappeno_Orderexport   2.11.1 (stable)         Export your Magento orders in three versatile formats, including exports for CSV, Sage 50 and Highrise
Lib_Pelago  1.9.1.0 (stable)        Pelago Library
到目前为止,一切顺利。然而,在Magento上安装插件对我来说是一项神秘而困难的任务,因为我是Magento的新手,到目前为止,我的经验是在Magento上安装插件对我来说非常耗时。我尽我所能尝试CLI和UI,但在TaxJar的安装中,尽管我谦卑的自己多次尝试,最后一个障碍还是被其他人消除了,他对Magento有更多的了解。这涉及更改表前缀和更新MySQL中的一些记录

因此,如果上面列表中的项目都是由我安装的,那么我必须逐个搜索所有项目,下载,然后上传到服务器上项目的根文件夹,然后将其解压缩到一个文件夹中(我真的不明白我需要提取的是什么,文件夹的名称应该是什么,但它似乎需要在app/code/中),但当我尝试使用Cm_RedisSession进行提取时,它完全失败了

我试着和你算帐

composer require colinmollenhour/magento-redis-session
但这并没有影响已安装/可安装模块和扩展的列表。现在,上面的示例是Redis对会话内容的支持,多亏了pluginarchive,找到包并不困难。但是,除了尝试(并且失败)之外,还多次进行上传和解压缩安装此列表中的所有插件是一项很长的工作,因此我想知道我是否可以以某种方式优化这项工作,通过可能大大减少要安装的插件数量,只使用与Magento 2.3兼容的插件

当然,我不打算安装早期Magento使用的确切版本。例如,在CMRedisession的案例中,我们可以看到旧Magento安装使用的版本1.8.0.0是一个非常旧的版本,最新版本2.3.3于今年3月发布。如果成功的话,我对安装版本2.3.3非常满意不幸的是,它没有成功。我可以通过尝试只安装与Magento 2.3兼容的插件来减轻Magento插件安装的痛苦吗