0.2.3 #2

Merged
Sieciech merged 18 commits from 0.2.3 into master 2021-03-08 10:29:29 +00:00
4 changed files with 2 additions and 2 deletions
Showing only changes of commit afc2b5a261 - Show all commits

View File

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