34 lines
549 B
JSON
34 lines
549 B
JSON
{
|
|
"name": "provm/database",
|
|
"type": "library",
|
|
"version": "3.0.0",
|
|
"authors": [
|
|
{
|
|
"name": "Aldarien",
|
|
"email": "aldarien85@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8",
|
|
"ext-pdo": "*",
|
|
"provm/query_builder": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^10.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Database\\": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://git.provm.cl/ProVM/query_builder.git"
|
|
}
|
|
]
|
|
}
|