First Commit

This commit is contained in:
2026-08-19 11:22:14 -03:00
commit 8d49b22915
15 changed files with 612 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "urfat/lang_sandbox",
"type": "project",
"repositories": [
{
"type": "path",
"url": "../",
"options": {
"symlink": true
}
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"urfat/lang": "*"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
}