mirror of
https://github.com/archtechx/jobpipeline.git
synced 2025-12-12 12:14:03 +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": {
|
"require": {
|
||||||
"php": "^8.0",
|
"php": "^8.0",
|
||||||
"illuminate/support": "^10.0|^11.0|^11.0"
|
"illuminate/support": "^10.0|^11.0|^12.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"orchestra/testbench": "^8.0|^9.0|^10.0",
|
"orchestra/testbench": "^8.0|^9.0|^10.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue