1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 03:04:04 +00:00

Conditional overrides

This commit is contained in:
Samuel Štancl 2020-12-13 20:28:33 +01:00
parent fbf5049110
commit 914bdfb296
5 changed files with 143 additions and 26 deletions

View file

@ -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"
}
}
}
}
}