mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 08:04:04 +00:00
Laravel 6 support
This commit is contained in:
parent
8d5ec9e001
commit
2e5fa50352
2 changed files with 2 additions and 2 deletions
|
|
@ -19,10 +19,10 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "^7.11"
|
||||
"illuminate/support": "^6.0|^7.11"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^5.2",
|
||||
"orchestra/testbench": "^4.0|^5.2",
|
||||
"spatie/valuestore": "^1.2",
|
||||
"ext-redis": "*"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue