mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 09:54:04 +00:00
First try at Laravel 8 support + more advanced CI
This commit is contained in:
parent
31e07d6176
commit
02b0c4b6c9
4 changed files with 49 additions and 5100 deletions
|
|
@ -19,11 +19,13 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "^6.0|^7.11"
|
||||
"illuminate/support": "^6.0|^7.11|^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^4.0|^5.2",
|
||||
"orchestra/testbench": "^4.0|^5.2|^6.0",
|
||||
"spatie/valuestore": "^1.2",
|
||||
"ext-redis": "*"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue