20 lines
411 B
JSON
20 lines
411 B
JSON
{
|
|
"name": "codefort/laravel-firebird",
|
|
"description": "Firebird connector for Laravel",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Vasil Butorin",
|
|
"email": "vasil.butorin@gmail.com"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"require": {},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CodeFort\\": "src/"
|
|
}
|
|
}
|
|
}
|