We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84eb39b commit f8844e6Copy full SHA for f8844e6
composer.json
@@ -4,12 +4,12 @@
4
"description": "Core module for [\uD83E\uDDEAAcid Unit] extensions",
5
"type": "magento2-module",
6
"require": {
7
- "magento/framework": ">=103.0.4",
8
- "magento/module-directory": "*",
9
- "magento/module-graph-ql-cache": "*",
10
- "magento/module-page-cache": "*",
11
- "magento/module-store": "*",
12
- "php": ">=8.1"
+ "magento/framework": "103.0.*",
+ "magento/module-directory": "100.4.*",
+ "magento/module-graph-ql-cache": "100.4.*",
+ "magento/module-page-cache": "100.4.*",
+ "magento/module-store": "101.1.*",
+ "php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0"
13
},
14
"autoload": {
15
"files": [
0 commit comments