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

Laravel 6 support

This commit is contained in:
Samuel Štancl 2020-05-21 19:41:20 +02:00
parent 8d5ec9e001
commit 2e5fa50352
2 changed files with 2 additions and 2 deletions

View file

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