Skip to content

Commit 419890d

Browse files
authored
Remove PHP requirement, drop older Magento versions
1 parent 29fc7e1 commit 419890d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020
}
2121
],
2222
"require": {
23-
"magento/framework": "^100.1|^101.0|^102.0|^103.0",
23+
"magento/framework": "^102.0|^103.0",
2424
"filp/whoops": "^2.1",
25-
"symfony/var-dumper": "*",
26-
"php": ">=7.2.0"
25+
"symfony/var-dumper": "*"
2726
},
2827
"require-dev": {
2928
"phpunit/phpunit": "*",

0 commit comments

Comments
 (0)