first commit

This commit is contained in:
2026-09-25 13:40:22 +02:00
commit 0b2b119318
15 changed files with 1195 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "entity/backend",
"autoload": {
"psr-4": {
"Entity\\Backend\\": "src/"
}
},
"require": {},
"scripts":
{
"run":""
}
}