mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 03:04:04 +00:00
Conditional overrides
This commit is contained in:
parent
fbf5049110
commit
914bdfb296
5 changed files with 143 additions and 26 deletions
|
|
@ -16,22 +16,22 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"illuminate/translation": "^8.18||^6.0"
|
||||
"illuminate/translation": "^8.18"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^6.4.0||^4.0.0",
|
||||
"orchestra/testbench-core": "6.7.0||^4.0.0",
|
||||
"orchestra/testbench": "^6.4.0",
|
||||
"orchestra/testbench-core": "6.8.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"nunomaduro/larastan": "^0.6.11"
|
||||
},
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Lean\\Gloss\\GlossServiceProviders"
|
||||
],
|
||||
"aliases": {
|
||||
"Gloss": "Lean\\Gloss\\Gloss"
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Lean\\Gloss\\GlossServiceProviders"
|
||||
],
|
||||
"aliases": {
|
||||
"Gloss": "Lean\\Gloss\\Gloss"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue