增加评论插件
恢复swissup主题目录
Showing
| { | |||
| "name": "rltsquare/product-review-images", | |||
| "description": "Magento 2 extension by RLTSquare that allows user to include images while submitting product reviews.", | |||
| "require": { | |||
| "php": "~7.0.3|~7.4.0|~8.1", | |||
| "magento/module-review" : ">100.1.2" | |||
| }, | |||
| "type":"magento2-module", | |||
| "version": "1.0.6", | |||
| "license":[ | |||
| "proprietary" | |||
| ], | |||
| "authors":[ | |||
| { | |||
| "name" : "Umar", | |||
| "email" : "umarch@rltsquare.com", | |||
| "homepage" : "https://www.rltsquare.com", | |||
| "role" : "Developer" | |||
| } | |||
| ], | |||
| "autoload":{ | |||
| "files": [ | |||
| "registration.php" | |||
| ], | |||
| "psr-4": { | |||
| "RLTSquare\\ProductReviewImages\\" : "" | |||
| } | |||
| } | |||
| } |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment