File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Magento ver 2.2.2
24
24
* Create a folder {Magento 2 root}/app/code/Solutionexcel/DeleteOrders
25
25
* Copy all files and folder to DeleteOrders folder
26
26
27
- #### Step 2 - Enable DeleteOrders
27
+ #### Step 2 - Enable/Install via command line
28
28
* php bin/magento module: enable --clear-static-content Solutionexcel_DeleteOrders
29
29
* php bin/magento setup: upgrade
30
30
* php bin/magento cache: flush
Original file line number Diff line number Diff line change 3
3
"description" : " Magento 2 extension allow to admin user to delete test order." ,
4
4
"type" : " magento2-module" ,
5
5
"version" : " 1.0.0" ,
6
+ "keywords" : [
7
+ " magento 2" ,
8
+ " delete order"
9
+ ],
6
10
"license" : [
7
11
" OSL-3.0" ,
8
12
" AFL-3.0"
9
13
],
10
14
"require" : {
11
- "php" : " ~5.5 .0|~5.6.0 |~7.0.0" ,
15
+ "php" : " ~5.6 .0|7.0.2|7.0.4 |~7.0.6|~7.1 .0" ,
12
16
"magento/magento-composer-installer" : " *"
13
17
},
18
+ "homepage" : " https://www.solutionexcel.com/" ,
19
+ "support" : {
20
+ "email" : " info@solutionexcel.com" ,
21
+ "issues" : " https://github.com/solutionexcel/magento2-delete-orders/issues"
22
+ },
23
+ "authors" : [
24
+ {
25
+ "name" : " Solution Excel" ,
26
+ "email" : " info@solutionexcel.com" ,
27
+ "homepage" : " https://www.solutionexcel.com/" ,
28
+ "role" : " Owner"
29
+ }
30
+ ],
14
31
"autoload" : {
15
32
"files" : [ " registration.php" ],
16
33
"psr-4" : {
You can’t perform that action at this time.
0 commit comments