Skip to content

Commit bba451b

Browse files
authored
Merge pull request #3 from fisheyehq/php-compatability
2 parents c15a89b + d09151c commit bba451b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Diff for: composer.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"name": "fisheye/module-url-rewrite-optimiser",
33
"description": "A Magento module that stops URL rewrites with category paths being generated for products when 'Use Categories Path for Product URLs' setting is disabled in config.",
4-
"type": "magento2-module",
54
"license": "MIT",
6-
"require": {
7-
"magento/module-catalog-url-rewrite": "^100.1"
8-
},
5+
"type": "magento2-module",
96
"authors": [
107
{
118
"name": "Fisheye Media Ltd.",
@@ -16,12 +13,16 @@
1613
"email": "johnh@fisheyehq.com"
1714
}
1815
],
16+
"require": {
17+
"php": "^7.4 || ^8.0",
18+
"magento/module-catalog-url-rewrite": "^100.1"
19+
},
1920
"autoload": {
20-
"files": [
21-
"registration.php"
22-
],
2321
"psr-4": {
2422
"Fisheye\\UrlRewriteOptimiser\\": ""
25-
}
23+
},
24+
"files": [
25+
"registration.php"
26+
]
2627
}
2728
}

0 commit comments

Comments
 (0)