mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-13 01:14:04 +00:00
drop < L9 support
This commit is contained in:
parent
fb5471a901
commit
644cbfe5ac
2 changed files with 7 additions and 10 deletions
|
|
@ -19,11 +19,12 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "^6.0|^8.0|^9.0|^10.0",
|
||||
"illuminate/database": "^6.0|^8.0|^9.0|^10.0"
|
||||
"php": "^8.0",
|
||||
"illuminate/support": "^9.0|^10.0",
|
||||
"illuminate/database": "^9.0|^10.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"orchestra/testbench": "^4.0|^6.0|^7.0|^8.0"
|
||||
"orchestra/testbench": "^7.0|^8.0"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue