Skip to content

Commit bed47b1

Browse files
committed
Update readme and composer content.
1 parent 69ebe82 commit bed47b1

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Magento ver 2.2.2
2424
* Create a folder {Magento 2 root}/app/code/Solutionexcel/DeleteOrders
2525
* Copy all files and folder to DeleteOrders folder
2626

27-
#### Step 2 - Enable DeleteOrders
27+
#### Step 2 - Enable/Install via command line
2828
* php bin/magento module:enable --clear-static-content Solutionexcel_DeleteOrders
2929
* php bin/magento setup:upgrade
3030
* php bin/magento cache:flush

composer.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,31 @@
33
"description": "Magento 2 extension allow to admin user to delete test order.",
44
"type": "magento2-module",
55
"version": "1.0.0",
6+
"keywords": [
7+
"magento 2",
8+
"delete order"
9+
],
610
"license": [
711
"OSL-3.0",
812
"AFL-3.0"
913
],
1014
"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",
1216
"magento/magento-composer-installer": "*"
1317
},
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+
],
1431
"autoload": {
1532
"files": [ "registration.php" ],
1633
"psr-4": {

0 commit comments

Comments
 (0)