Skip to content

Commit 1d75c53

Browse files
committed
Small improvements
1 parent 0564f78 commit 1d75c53

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/code/Magento/ReviewGraphQl/Model/DataProvider/CustomerReviewsDataProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use Magento\Review\Model\ResourceModel\Review\Collection as ReviewsCollection;
1111
use Magento\Review\Model\ResourceModel\Review\CollectionFactory as ReviewsCollectionFactory;
1212
use Magento\Review\Model\Review;
13+
1314
/**
1415
* Provides customer reviews
1516
*/

app/code/Magento/ReviewGraphQl/composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
"description": "N/A",
44
"type": "magento2-module",
55
"require": {
6-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
77
"magento/module-catalog": "*",
88
"magento/module-review": "*",
9-
"magento/framework": "*",
109
"magento/module-store": "*",
11-
"magento/module-graph-ql": "*"
10+
"magento/framework": "*"
1211
},
1312
"suggest": {
14-
"magento/module-graph-ql-cache": "*",
15-
"magento/module-store-graph-ql": "*"
13+
"magento/module-graph-ql": "*",
14+
"magento/module-graph-ql-cache": "*"
1615
},
1716
"license": [
1817
"OSL-3.0",

0 commit comments

Comments
 (0)