mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 11:14:04 +00:00
Accept Laravel 6 dependencies in composer.json
This commit is contained in:
parent
9926064466
commit
2d919aca71
1 changed files with 3 additions and 3 deletions
|
|
@ -16,11 +16,11 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"illuminate/translation": "^8.18"
|
||||
"illuminate/translation": "^8.18||^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^6.4.0",
|
||||
"orchestra/testbench-core": "6.7.0",
|
||||
"orchestra/testbench": "^6.4.0||^4.0.0",
|
||||
"orchestra/testbench-core": "6.7.0||^4.0.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"nunomaduro/larastan": "^0.6.11"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue