mirror of
https://codeberg.org/vlw/php-sqlite.git
synced 2025-09-13 12:43:40 +02:00
19 lines
455 B
JSON
19 lines
455 B
JSON
{
|
|
"name": "victorwesterlund/libsqlitedriver",
|
|
"description": "Abstraction library for common SQLite features",
|
|
"type": "library",
|
|
"license": "GPL-3.0-only",
|
|
"authors": [
|
|
{
|
|
"name": "Victor Westerlund",
|
|
"email": "victor.vesterlund@gmail.com"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"libsqlitedriver\\": "src/"
|
|
}
|
|
},
|
|
"require": {}
|
|
}
|