Skip to content

Commit 4776824

Browse files
authored
Merge pull request #2 from landofcoder/fix-composer-setup
fix composer install
2 parents ac6cf59 + fcb9f8e commit 4776824

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

composer.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "landofcoder/module-webp2",
33
"license": "OSL-3.0",
4-
"version": "0.10.7",
4+
"version": "1.0.2",
55
"type": "magento2-module",
66
"homepage": "https://landofcoder.com",
77
"description": "Magento 2 module to add WebP support to the Magento frontend",
@@ -20,14 +20,8 @@
2020
}
2121
],
2222
"require": {
23-
"landofcoder/module-next-gen-images": "~0.2.2",
24-
"magento/framework": "^101.0.1|^101.1|^102.0|^103.0",
25-
"magento/module-backend": "^100.0|^101.0|^102.0",
26-
"magento/module-config": "^101.0.0|^101.1.0",
27-
"magento/module-page-cache": "^100.0",
23+
"landofcoder/module-next-gen-images": "^1.0.2",
2824
"rosell-dk/webp-convert": "^2.0",
29-
"psr/log": "^1.0",
30-
"php": ">=7.1.0",
3125
"ext-json": "*",
3226
"ext-pcre": "*",
3327
"ext-gd": "*"

0 commit comments

Comments
 (0)