Skip to content

Commit a03f5fa

Browse files
committed
Install laminas/laminas-code in a matching version
Since different Magento versions require different versions of laminas/laminas-code, the Composer requirements need to reflect that.
1 parent 06a3e14 commit a03f5fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"require": {
1818
"php": "^7.2.0 | ^8.0.0",
1919
"ext-dom": "*",
20-
"laminas/laminas-code": "^3.5",
21-
"magento/framework": ">=101.0.0",
20+
"laminas/laminas-code": "~3.3.0 | ~3.4.1 | ~3.5.1",
2221
"nette/neon": "^3.3.1",
2322
"phpstan/phpstan": "^1.1.0"
2423
},

0 commit comments

Comments
 (0)