Switch from Zend to Laminas

This commit is contained in:
Soatok Dreamseeker
2020-05-03 11:11:13 +02:00
committed by onli
parent 24debf1b9e
commit e9f0864c8c
+1 -1
View File
@@ -7,7 +7,7 @@
], ],
"require": { "require": {
"php": "~7.0", "php": "~7.0",
"zendframework/zend-db": "2.*", "laminas/laminas-db": "2.*",
"katzgrau/klogger": "1.0.*", "katzgrau/klogger": "1.0.*",
"voku/simple-cache": "4.*" "voku/simple-cache": "4.*"
}, },