rename
This commit is contained in:
parent
54113fffc0
commit
afc2b5a261
|
@ -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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue