mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 11:34:03 +00:00
Laravel 12 support
This commit is contained in:
parent
6b5aaa16a5
commit
48ac5a7ac1
2 changed files with 4 additions and 2 deletions
|
|
@ -20,10 +20,10 @@
|
|||
},
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"illuminate/support": "^9.0|^10.0|^11.0"
|
||||
"illuminate/support": "^10.0|^11.0|^12.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^7.0|^8.0|^9.0",
|
||||
"orchestra/testbench": "^8.0|^9.0|^10.0",
|
||||
"spatie/valuestore": "^1.2",
|
||||
"ext-redis": "*"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue