|
1 | 1 | { |
2 | | - "name": "php-db/phpdb-adapter-sqlite", |
| 2 | + "name": "php-db/phpdb-sqlite", |
3 | 3 | "description": "SQLite support for php-db", |
4 | 4 | "license": "BSD-3-Clause", |
5 | 5 | "keywords": [ |
6 | 6 | "php-db", |
7 | 7 | "sqlite", |
8 | 8 | "db" |
9 | 9 | ], |
10 | | - "homepage": "https://github.com/php-db/phpdb-adapter-sqlite/discussions", |
| 10 | + "homepage": "https://github.com/php-db/phpdb-sqlite/discussions", |
11 | 11 | "support": { |
12 | | - "issues": "https://github.com/php-db/phpdb-adapter-sqlite/issues", |
13 | | - "source": "https://github.com/php-db/phpdb-adapter-sqlite", |
14 | | - "forum": "https://github.com/php-db/phpdb-adapter-sqlite/discussions" |
| 12 | + "issues": "https://github.com/php-db/phpdb-sqlite/issues", |
| 13 | + "source": "https://github.com/php-db/phpdb-sqlite", |
| 14 | + "forum": "https://github.com/php-db/phpdb-sqlite/discussions" |
15 | 15 | }, |
16 | 16 | "minimum-stability": "dev", |
17 | 17 | "prefer-stable": true, |
|
26 | 26 | }, |
27 | 27 | "extra": { |
28 | 28 | "laminas": { |
29 | | - "config-provider": "PhpDb\\Adapter\\Sqlite\\ConfigProvider" |
| 29 | + "config-provider": "PhpDb\\Sqlite\\ConfigProvider" |
30 | 30 | } |
31 | 31 | }, |
32 | 32 | "require": { |
|
47 | 47 | }, |
48 | 48 | "autoload": { |
49 | 49 | "psr-4": { |
50 | | - "PhpDb\\Adapter\\Sqlite\\": "src/" |
| 50 | + "PhpDb\\Sqlite\\": "src/" |
51 | 51 | } |
52 | 52 | }, |
53 | 53 | "autoload-dev": { |
54 | 54 | "psr-4": { |
55 | | - "PhpDbTest\\Adapter\\Sqlite\\": "test/unit/", |
56 | | - "PhpDbIntegrationTest\\Adapter\\Sqlite\\": "test/integration/" |
| 55 | + "PhpDbTest\\Sqlite\\": "test/unit/", |
| 56 | + "PhpDbIntegrationTest\\Sqlite\\": "test/integration/" |
57 | 57 | } |
58 | 58 | }, |
59 | 59 | "scripts": { |
|
0 commit comments