Skip to content

Commit bc056e0

Browse files
authored
Merge pull request #6 from axleus/update-namespaces
Satellite Migration Testing
2 parents 80238e7 + f1395cb commit bc056e0

22 files changed

+1485
-433
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "axleus/laminas-db-mysql",
2+
"name": "laminas/laminas-db-mysql-adapter",
33
"description": "MySQL support for laminas-db",
44
"license": "BSD-3-Clause",
55
"keywords": [
@@ -32,7 +32,7 @@
3232
},
3333
"require": {
3434
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
35-
"axleus/laminas-db": "dev-3.0.x"
35+
"laminas/laminas-db": "3.0.x"
3636
},
3737
"require-dev": {
3838
"ext-mysqli": "*",

0 commit comments

Comments
 (0)