composer v1

This commit is contained in:
2021-06-27 20:26:44 +02:00
parent b4f1225a56
commit e78ed8bfc7
10 changed files with 1737 additions and 455 deletions

10
composer.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "franzz/objects",
"description": "Objects",
"type": "library",
"autoload": {
"psr-4": {
"Franzz\\Objects\\": "inc"
}
}
}