added composer configuration

This commit is contained in:
Igor Miňo 2025-05-28 00:12:25 +02:00
parent 4b00166f43
commit 8bd802239e
2 changed files with 34 additions and 1 deletions

32
composer.json Normal file
View File

@ -0,0 +1,32 @@
{
"name": "tpsoft/dbmodel",
"license": "GPL-3.0-or-later",
"description": "This library extends the builtin PDO object by several useful features. ",
"type": "library",
"readme": "README.md",
"keywords": ["db", "model", "pdo"],
"authors": [
{
"name": "Igor Mino",
"email": "mino@tpsoft.org",
"homepage": "https://www.tpsoft.org",
"role": "Developer"
}
],
"funding": [
{
"type": "other",
"url": "https://www.anycoin.cz/donate/igormino"
}
],
"require": {
"php": ">=8.2",
"ext-pdo": "*"
},
"autoload": {
"psr-4": {
"TPsoft\\DBmodel\\": "src/"
}
}
}

View File

@ -2,9 +2,10 @@
/*
Copyright (c) TPsoft.org 2000-2025
Author: Ing. Igor Mino <mino@tpsoft.org>
License: GNU GPL-3.0 and later
License: GNU GPL-3.0 or later
Description: This library extends the builtin PDO object by several useful features.
Version: 1.0.0
Milestones:
2015-10-09 23:52 Igor - Created for Beteha