File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
app/code/Magento/ReviewGraphQl Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
use Magento \Review \Model \ResourceModel \Review \Collection as ReviewsCollection ;
11
11
use Magento \Review \Model \ResourceModel \Review \CollectionFactory as ReviewsCollectionFactory ;
12
12
use Magento \Review \Model \Review ;
13
+
13
14
/**
14
15
* Provides customer reviews
15
16
*/
Original file line number Diff line number Diff line change 3
3
"description" : " N/A" ,
4
4
"type" : " magento2-module" ,
5
5
"require" : {
6
- "php" : " ~7.1.3||~7.2. 0||~7.3 .0" ,
6
+ "php" : " ~7.3. 0||~7.4 .0" ,
7
7
"magento/module-catalog" : " *" ,
8
8
"magento/module-review" : " *" ,
9
- "magento/framework" : " *" ,
10
9
"magento/module-store" : " *" ,
11
- "magento/module-graph-ql " : " *"
10
+ "magento/framework " : " *"
12
11
},
13
12
"suggest" : {
14
- "magento/module-graph-ql-cache " : " *" ,
15
- "magento/module-store- graph-ql" : " *"
13
+ "magento/module-graph-ql" : " *" ,
14
+ "magento/module-graph-ql-cache " : " *"
16
15
},
17
16
"license" : [
18
17
" OSL-3.0" ,
You can’t perform that action at this time.
0 commit comments