mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 08:24:04 +00:00
Laravel 11 support (#17)
This commit is contained in:
parent
89e00fbcd9
commit
7371aac2ab
3 changed files with 6 additions and 4 deletions
|
|
@ -19,11 +19,11 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "^9.0|^10.0",
|
||||
"illuminate/database": "^9.0|^10.0"
|
||||
"illuminate/support": "^9.0|^10.0|^11.0",
|
||||
"illuminate/database": "^9.0|^10.0|^11.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^7.0|^8.0"
|
||||
"orchestra/testbench": "^7.0|^8.0|^9.0"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue