Skip to content

Commit 13006e9

Browse files
committed
Fix composer.json validation
1 parent 7814bc8 commit 13006e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"name": "run_as_root/magento-cli-auto-proxy",
33
"description": "Makes all Magento CLI commands construct dependencies be injected as Proxy.",
44
"type": "magento2-component",
5+
"license": "MIT",
56
"require": {
6-
"magento/framework": "*"
7+
"magento/framework": ">=102.0.7"
78
},
89
"require-dev": {
910
"roave/security-advisories": "dev-latest"

0 commit comments

Comments
 (0)