Skip to content

Commit

Permalink
Small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard13 committed May 19, 2020
1 parent 0564f78 commit 1d75c53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use Magento\Review\Model\ResourceModel\Review\Collection as ReviewsCollection;
use Magento\Review\Model\ResourceModel\Review\CollectionFactory as ReviewsCollectionFactory;
use Magento\Review\Model\Review;

/**
* Provides customer reviews
*/
Expand Down
9 changes: 4 additions & 5 deletions app/code/Magento/ReviewGraphQl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
"description": "N/A",
"type": "magento2-module",
"require": {
"php": "~7.1.3||~7.2.0||~7.3.0",
"php": "~7.3.0||~7.4.0",
"magento/module-catalog": "*",
"magento/module-review": "*",
"magento/framework": "*",
"magento/module-store": "*",
"magento/module-graph-ql": "*"
"magento/framework": "*"
},
"suggest": {
"magento/module-graph-ql-cache": "*",
"magento/module-store-graph-ql": "*"
"magento/module-graph-ql": "*",
"magento/module-graph-ql-cache": "*"
},
"license": [
"OSL-3.0",
Expand Down

0 comments on commit 1d75c53

Please sign in to comment.