|
1 | 1 | { |
2 | | - "name": "php-db/phpdb-adapter-mysql", |
| 2 | + "name": "php-db/phpdb-mysql", |
3 | 3 | "description": "MySQL support for php-db", |
4 | 4 | "license": "BSD-3-Clause", |
5 | 5 | "keywords": [ |
|
9 | 9 | "mysql", |
10 | 10 | "db" |
11 | 11 | ], |
12 | | - "homepage": "https://github.com/php-db/phpdb-adapter-mysql/discussions", |
| 12 | + "homepage": "https://github.com/php-db/phpdb-mysql/discussions", |
13 | 13 | "support": { |
14 | | - "issues": "https://github.com/php-db/phpdb-adapter-mysql/issues", |
15 | | - "source": "https://github.com/php-db/phpdb-adapter-mysql", |
16 | | - "forum": "https://github.com/php-db/phpdb-adapter-mysql/discussions" |
| 14 | + "issues": "https://github.com/php-db/phpdb-mysql/issues", |
| 15 | + "source": "https://github.com/php-db/phpdb-mysql", |
| 16 | + "forum": "https://github.com/php-db/phpdb-mysql/discussions" |
17 | 17 | }, |
18 | 18 | "minimum-stability": "dev", |
19 | 19 | "prefer-stable": true, |
|
28 | 28 | }, |
29 | 29 | "extra": { |
30 | 30 | "laminas": { |
31 | | - "config-provider": "PhpDb\\Adapter\\Mysql\\ConfigProvider" |
| 31 | + "config-provider": "PhpDb\\Mysql\\ConfigProvider" |
32 | 32 | } |
33 | 33 | }, |
34 | 34 | "require": { |
35 | 35 | "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", |
36 | | - "php-db/phpdb": "^0.3.2" |
| 36 | + "php-db/phpdb": "^0.6.0" |
37 | 37 | }, |
38 | 38 | "require-dev": { |
39 | 39 | "ext-mysqli": "*", |
|
50 | 50 | }, |
51 | 51 | "autoload": { |
52 | 52 | "psr-4": { |
53 | | - "PhpDb\\Adapter\\Mysql\\": "src/" |
| 53 | + "PhpDb\\Mysql\\": "src/" |
54 | 54 | } |
55 | 55 | }, |
56 | 56 | "autoload-dev": { |
57 | 57 | "psr-4": { |
58 | | - "PhpDbTest\\Adapter\\Mysql\\": "test/unit/", |
59 | | - "PhpDbIntegrationTest\\Adapter\\Mysql\\": "test/integration/" |
| 58 | + "PhpDbTest\\Mysql\\": "test/unit/", |
| 59 | + "PhpDbIntegrationTest\\Mysql\\": "test/integration/" |
60 | 60 | } |
61 | 61 | }, |
62 | 62 | "scripts": { |
|
0 commit comments