1
0
Fork 0
mirror of https://github.com/archtechx/jobpipeline.git synced 2025-12-12 12:54:04 +00:00
This commit is contained in:
Abrar Ahmad 2022-02-01 21:50:56 +05:00
parent 8bbed4fc29
commit 25f8d504e5
6 changed files with 228 additions and 40 deletions

View file

@ -19,10 +19,10 @@
}
},
"require": {
"illuminate/support": "^6.0|^7.11|^8.0|dev-master"
"illuminate/support": "^6.0|^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.2|^6.0",
"orchestra/testbench": "^4.0|^6.0|^7.0",
"spatie/valuestore": "^1.2",
"ext-redis": "*"
},