Skip to content

Commit e70ce59

Browse files
authored
Merge pull request #42 from tyrsson/rename-and-restructure-component
Rename and restructure component
2 parents f48bf11 + 61a10fe commit e70ce59

40 files changed

Lines changed: 375 additions & 835 deletions

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "php-db/phpdb-adapter-mysql",
2+
"name": "php-db/phpdb-mysql",
33
"description": "MySQL support for php-db",
44
"license": "BSD-3-Clause",
55
"keywords": [
@@ -9,11 +9,11 @@
99
"mysql",
1010
"db"
1111
],
12-
"homepage": "https://github.com/php-db/phpdb-adapter-mysql/discussions",
12+
"homepage": "https://github.com/php-db/phpdb-mysql/discussions",
1313
"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"
1717
},
1818
"minimum-stability": "dev",
1919
"prefer-stable": true,
@@ -28,12 +28,12 @@
2828
},
2929
"extra": {
3030
"laminas": {
31-
"config-provider": "PhpDb\\Adapter\\Mysql\\ConfigProvider"
31+
"config-provider": "PhpDb\\Mysql\\ConfigProvider"
3232
}
3333
},
3434
"require": {
3535
"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"
3737
},
3838
"require-dev": {
3939
"ext-mysqli": "*",
@@ -50,13 +50,13 @@
5050
},
5151
"autoload": {
5252
"psr-4": {
53-
"PhpDb\\Adapter\\Mysql\\": "src/"
53+
"PhpDb\\Mysql\\": "src/"
5454
}
5555
},
5656
"autoload-dev": {
5757
"psr-4": {
58-
"PhpDbTest\\Adapter\\Mysql\\": "test/unit/",
59-
"PhpDbIntegrationTest\\Adapter\\Mysql\\": "test/integration/"
58+
"PhpDbTest\\Mysql\\": "test/unit/",
59+
"PhpDbIntegrationTest\\Mysql\\": "test/integration/"
6060
}
6161
},
6262
"scripts": {

composer.lock

Lines changed: 55 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)