Files
lang/sandbox/composer.json
2026-08-19 11:22:14 -03:00

24 lines
425 B
JSON

{
"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/"
}
}
}