去除多余插件
优化minicat
Showing
app/code/JTool/toolbar/etc/di.xml
deleted
100644 → 0
| { | ||
| "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