Skip to content

Commit 4f8d9c2

Browse files
committed
#32162 Update laminas-crypt to PHP8 compatible version
1 parent 9b36799 commit 4f8d9c2

File tree

3 files changed

+66
-42
lines changed

3 files changed

+66
-42
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"laminas/laminas-captcha": "^2.7.1",
4040
"laminas/laminas-code": "~3.4.1",
4141
"laminas/laminas-console": "^2.6.0",
42-
"laminas/laminas-crypt": "^2.6.0",
42+
"laminas/laminas-crypt": "^3.4.0",
4343
"laminas/laminas-db": "^2.8.2",
4444
"laminas/laminas-dependency-plugin": "^2.1.0",
4545
"laminas/laminas-di": "^2.6.1",

composer.lock

Lines changed: 64 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/internal/Magento/Framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"composer/composer": "^1.9 || ^2.0",
2727
"guzzlehttp/guzzle": "^6.3.3",
2828
"laminas/laminas-code": "~3.4.1",
29-
"laminas/laminas-crypt": "^2.6.0",
29+
"laminas/laminas-crypt": "^3.4.0",
3030
"laminas/laminas-http": "^2.6.0",
3131
"laminas/laminas-mail": "^2.9.0",
3232
"laminas/laminas-mime": "^2.5.0",

0 commit comments

Comments
 (0)