This commit is contained in:
Dariusz Jaski 2021-03-07 01:49:33 +01:00
parent 54113fffc0
commit afc2b5a261
4 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"name": "fufle/sibase2",
"name": "fufle/micro-orm",
"description": "MicroORM for php8",
"type": "orm",
"require": {
@ -17,7 +17,7 @@
"autoload": {
"psr-4": {
"Fufle\\": "src/Fufle/",
"Fufle\\Demo\\": "app/"
"Fufle\\Demo\\": "demo/"
}
}
}