Skip to content

Commit

Permalink
[v0.0.3] add compatibility v2.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Calef committed Mar 29, 2021
1 parent 29af654 commit 2e88e05
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 2e88e05

Please sign in to comment.