Skip to content

Commit 01e7c5e

Browse files
committed
Completes code migration
Completes Test migration All integration test are passing locally Signed-off-by: Joey Smith <jsmith@webinertia.net> Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent f9ecb1f commit 01e7c5e

29 files changed

+5678
-262
lines changed

composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"config": {
1919
"sort-packages": true,
2020
"platform": {
21-
"php": "8.1.99"
21+
"php": "8.2.99"
2222
},
2323
"allow-plugins": {
2424
"dealerdirect/phpcodesniffer-composer-installer": true
@@ -30,17 +30,20 @@
3030
"config-provider": "Laminas\\Db\\Adapter\\Mysql\\ConfigProvider"
3131
}
3232
},
33+
"repositories": [
34+
{
35+
"type": "vcs",
36+
"url": "https://github.com/axleus/laminas-db"
37+
}
38+
],
3339
"require": {
3440
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
35-
"laminas/laminas-db": "*",
36-
"laminas/laminas-servicemanager": "^4.0.0"
41+
"laminas/laminas-db": "dev-adapter-migration-mysql"
3742
},
3843
"require-dev": {
3944
"ext-mysqli": "*",
4045
"ext-pdo_mysql": "*",
4146
"laminas/laminas-coding-standard": "^3.0.1",
42-
"laminas/laminas-eventmanager": "^3.6.0",
43-
"laminas/laminas-hydrator": "^4.7",
4447
"phpunit/phpunit": "^11.5.15",
4548
"psalm/plugin-phpunit": "^0.19.2",
4649
"vimeo/psalm": "^6.8.8"

0 commit comments

Comments
 (0)