Skip to content

df2k2/m2-tech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

m2-tech

Magento2 Technical Tips and Tools


Topics and Contents

Composer


Composer

Follow these instructions

Note:

  • Includes Patches for APSB22-12 updated 2022/02/17
  • Patches are located under ./composer/patches directory
  • Patches are auto-applied in the proper order to applicable versions of magento on composer update/install.
  • Patches can be manually applied through composer patch commands

Example:

$ composer update
...
Processing patches configuration
  - Applying patches for magento/project-community-edition (2)
    ~ magento/project-community-edition: patches/MDVA-43395_EE_2.4.3-p1_COMPOSER_v1.patch [MATCH]
      Patch for CVE-2022-24086 (https://support.magento.com/hc/en-us/articles/4426353041293-Security-updates-available-for-Adobe-Commerce-APSB22-12-)
    ~ magento/project-community-edition: patches/MDVA-43443_EE_2.4.3-p1_COMPOSER_v1.patch [MATCH]
      Patch for CVE-2022-24087 (Magento 2.4.3 to 2.4.3-p1) (https://support.magento.com/hc/en-us/articles/4426353041293-Security-updates-available-for-Adobe-Commerce-APSB22-12-)

About

Magento2 Technical Tips and Tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published