Skip to content

Commit

Permalink
Merge pull request #2 from zepgram/develop
Browse files Browse the repository at this point in the history
[v0.0.3] add compatibility v2.4.x
  • Loading branch information
Benjamin Calef authored Mar 29, 2021
2 parents b6709e5 + 2e88e05 commit c405549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "zepgram/module-zero-downtime-deployment",
"description": "Disable native change detection when Magento2 is on production mode to allow Zero Downtime Deployment (ZDD)",
"type": "magento2-module",
"version": "0.0.2",
"version": "0.0.3",
"require": {
"magento/framework": "^102.0.0",
"magento/framework": "^102.0.0|^103.0.0",
"magento/module-deploy": "^100.2.0"
},
"autoload": {
Expand Down

0 comments on commit c405549

Please sign in to comment.