We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab3d5d commit ecfe58eCopy full SHA for ecfe58e
composer.json
@@ -2,13 +2,13 @@
2
"name": "sr/module-delivery-date",
3
"description": "Order Delivery date extension will allow customer to choose preferable delivery date for order.",
4
"require": {
5
- "php": "~5.5.0|~5.6.0|~7.0.0",
6
- "magento/module-config": "100.0.*",
7
- "magento/module-store": "100.0.*",
8
- "magento/module-backend": "100.0.*",
9
- "magento/module-checkout": "100.0.*",
10
- "magento/module-sales": "100.0.*",
11
- "magento/framework": "100.0.*"
+ "php": "~5.6.0|7.0.2|~7.0.6",
+ "magento/module-config": "100.1.*",
+ "magento/module-store": "100.1.*",
+ "magento/module-backend": "100.1.*",
+ "magento/module-checkout": "100.1.*",
+ "magento/module-sales": "100.1.*",
+ "magento/framework": "100.1.*"
12
},
13
"type": "magento2-module",
14
"version": "2.0.1",
0 commit comments