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",
"type": "orm",
"require": {
@ -17,7 +17,7 @@
"autoload": {
"psr-4": {
"Fufle\\": "src/Fufle/",
"Fufle\\Demo\\": "app/"
"Fufle\\Demo\\": "demo/"
}
}
}