added composer file
This commit is contained in:
parent
a90896ff46
commit
603228d45e
37
composer.json
Normal file
37
composer.json
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
{
|
||||||
|
"name": "tpsoft/apilite",
|
||||||
|
"license": "GPL-3.0-or-later",
|
||||||
|
"description": "A set of tools to simplify the work of creating backend APIs for your frontend projects.",
|
||||||
|
"type": "library",
|
||||||
|
"readme": "README.md",
|
||||||
|
"keywords": [
|
||||||
|
"api",
|
||||||
|
"rest",
|
||||||
|
"json",
|
||||||
|
"php",
|
||||||
|
"typescript"
|
||||||
|
],
|
||||||
|
"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\\APIlite\\": "src/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user