Skip to content

Commit 049313c

Browse files
committed
Php84 deprecation fix
1 parent 6619d96 commit 049313c

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

composer.json

+17-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,29 @@
77
],
88
"homepage": "http://framework.zend.com/",
99
"license": "BSD-3-Clause",
10+
"repositories": [
11+
{
12+
"type": "vcs",
13+
"url": "[email protected]:magento-gl/magento-zend-exception.git"
14+
},
15+
{
16+
"type": "vcs",
17+
"url": "[email protected]:magento-gl/magento-zend-log.git"
18+
},
19+
{
20+
"type": "vcs",
21+
"url": "[email protected]:magento-gl/magento-zend-memory.git"
22+
}
23+
],
1024
"require": {
1125
"php": ">=7.0.0",
1226
"ext-ctype": "*",
1327
"ext-gd": "*",
1428
"ext-iconv": "*",
1529
"ext-zlib": "*",
16-
"magento/zend-exception": "^1.16",
17-
"magento/zend-log": "^1.16",
18-
"magento/zend-memory": "^1.16"
30+
"magento/zend-exception": "dev-php84_deprication_fix",
31+
"magento/zend-log": "dev-php84_deprication_fix",
32+
"magento/zend-memory": "dev-php84_deprication_fix"
1933
},
2034
"replace": {
2135
"zf1/zend-pdf": "^1.12",

0 commit comments

Comments
 (0)