Skip to content

Commit bc0c312

Browse files
committed
Issue #67: Implement MariaDB/PostgreSQL connection
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 2fb2b1e commit bc0c312

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.laminas-ci.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"--no-scripts"
44
],
55
"extensions": [
6-
"redis"
6+
"redis",
7+
"swoole"
78
],
89
"ignore_php_platform_requirements": {
910
}

.laminas-ci/pre-run.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"dotkernel/dot-errorhandler": "4.4.0",
5252
"laminas/laminas-component-installer": "^3.7",
5353
"laminas/laminas-config-aggregator": "^1.19",
54-
"mezzio/mezzio": "^3.23.2",
54+
"mezzio/mezzio": "^3.27.0",
5555
"netglue/laminas-messenger": "^2.5.0",
5656
"ramsey/uuid": "^4.9.2",
5757
"ramsey/uuid-doctrine": "^2.1",

0 commit comments

Comments
 (0)