Skip to content

Commit

Permalink
M2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sohelecommistry committed Jun 7, 2019
1 parent f6c62c8 commit 36f66b3
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "sr/module-delivery-date",
"description": "A Magento 2 module for customer can choose shipping delivery date from frontend order",
"description": "Order Delivery date extension will allow customer to choose preferable delivery date for order.",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/module-config": "100.0.*",
"magento/module-store": "100.0.*",
"magento/module-backend": "100.0.*",
"magento/framework": "100.0.*"
"php": "~7.1.3||~7.2.0",
"magento/module-config": "100.3.*",
"magento/module-store": "100.3.*",
"magento/module-backend": "100.3.*",
"magento/module-checkout": "100.3.*",
"magento/module-sales": "100.3.*",
"magento/framework": "100.3.*"
},
"type": "magento2-module",
"version": "100.0.0",
"version": "100.0.1",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down

0 comments on commit 36f66b3

Please sign in to comment.