Skip to content

Commit

Permalink
Updated composer
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredsgenkins committed Aug 24, 2020
1 parent 8017539 commit 4c42a2c
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "scandipwa/catalog-graphql",
"description": "ScandiPWA GraphQl extend for Catalog",
"keywords": [
"magento2",
"module",
"scandipwa",
"pwa"
],
"support": {
"email": "[email protected]"
},
"require": {
"magento/magento2-base": "^2.3.5",
"scandipwa/performance": "^1.0.3"
},
"type": "magento2-module",
"license": [
"OSL-3.0"
],
"autoload": {
"files": [
"src/registration.php"
"name": "scandipwa/catalog-graphql",
"description": "ScandiPWA GraphQl extend for Catalog",
"keywords": [
"magento2",
"module",
"scandipwa",
"pwa"
],
"psr-4": {
"ScandiPWA\\CatalogGraphQl\\": "src/"
"support": {
"email": "[email protected]"
},
"require": {
"magento/magento2-base": "^2.3.5",
"scandipwa/performance": "^1.1.0"
},
"type": "magento2-module",
"license": [
"OSL-3.0"
],
"autoload": {
"files": [
"src/registration.php"
],
"psr-4": {
"ScandiPWA\\CatalogGraphQl\\": "src/"
}
}
}
}

0 comments on commit 4c42a2c

Please sign in to comment.