Skip to content

Commit 5982841

Browse files
committed
commit to change branch name
Signed-off-by: Joey Smith <jsmith@webinertia.net> Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent f48bf11 commit 5982841

24 files changed

Lines changed: 147 additions & 555 deletions

composer.json

Lines changed: 6 additions & 6 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,
@@ -33,7 +33,7 @@
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": "*",

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)