Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen committed Apr 30, 2020
1 parent 2f73ae1 commit 93dafd8
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,17 @@
{
"name": "reach-digital/magento2-betterindexers",
"description": "",
"require": {
"php": "~7.0.0|~7.1.0|~7.2.0",

"magento/magento-composer-installer": "*",
"php": "~7.1.3||~7.2.0",
"magento/framework": "~102.0.2"
},
"suggest": {

},
"type": "magento2-module",
"version": "1.0.0",
"license": [

],
"version": "1.0.1",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"ReachDigital\\IndexerPerformance\\": "src/"
}
},
"extra": {
"map": [
[
"*",
"ReachDigital/IndexerPerformance"
]
]
}
}

0 comments on commit 93dafd8

Please sign in to comment.