mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 11:14:04 +00:00
Initial commit
This commit is contained in:
commit
f73d6e2dce
14 changed files with 838 additions and 0 deletions
27
composer.json
Normal file
27
composer.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "leanadmin/gloss",
|
||||
"description": "Brilliant localization for Laravel",
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Lean\\Gloss\\": "src"
|
||||
},
|
||||
"files": [
|
||||
"src/helpers.php"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Lean\\Gloss\\Tests\\": "tests"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"illuminate/translation": "^8.18"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^6.4.0",
|
||||
"orchestra/testbench-core": "6.7.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"nunomaduro/larastan": "^0.6.11"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue