Skip to content

Commit 025efa0

Browse files
authored
chore: update composer.json
1 parent e247391 commit 025efa0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "pardnchiu/mysql-pool",
2+
"name": "pardnchiu/phpMysqlPool",
33
"description": "PD\\SQL is a PDO-based SQL query builder that provides an elegant and secure way to construct and execute database queries in PHP.",
44
"type": "library",
55
"keywords": [
@@ -26,9 +26,9 @@
2626
],
2727
"support": {
2828
"email": "dev@pardn.io",
29-
"issues": "https://github.com/pardnchiu/PHP-SQL/issues",
30-
"source": "https://github.com/pardnchiu/PHP-SQL",
31-
"docs": "https://github.com/pardnchiu/PHP-SQL/blob/main/README.md"
29+
"issues": "https://github.com/pardnchiu/php-mysql-pool/issues",
30+
"source": "https://github.com/pardnchiu/php-mysql-pool",
31+
"docs": "https://github.com/pardnchiu/php-mysql-pool/blob/main/README.md"
3232
},
3333
"minimum-stability": "stable",
3434
"prefer-stable": true,

0 commit comments

Comments
 (0)