php-mysql/composer.json
vlw a536a3bec4 chore: rename of this package to "php-mysql" (#36)
The name I gave this years ago "libmysqldriver" never sat right with me.. okay it might be considered a library for mysql but it's *definitely* not a driver.

Reviewed-on: https://codeberg.org/vlw/php-mysql/pulls/36
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2024-09-25 13:27:20 +00:00

19 lines
446 B
JSON

{
"name": "vlw/mysql",
"description": "Abstraction library for common MySQL/MariaDB DML operations with php-mysqli",
"type": "library",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Victor Westerlund",
"email": "victor@vlw.se"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"vlw\\MySQL\\": "src/"
}
},
"require": {}
}