This commit is contained in:
Vasil Butorin
2026-07-19 21:22:39 +03:00
parent 3221e7b5f5
commit e029cc58e2
7 changed files with 524 additions and 3 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"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/"
}
}
}