mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 10:54:05 +00:00
Fix Laravel 12 version constraint
This commit is contained in:
parent
2af701a530
commit
485d6f9f55
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"illuminate/support": "^10.0|^11.0|^11.0"
|
||||
"illuminate/support": "^10.0|^11.0|^12.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^8.0|^9.0|^10.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue