mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 09:24:02 +00:00
use >= version constraints
This commit is contained in:
parent
65f9000328
commit
efef0f1bdb
1 changed files with 3 additions and 3 deletions
|
|
@ -19,11 +19,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/support": "^9.0|^10.0|^11.0",
|
"illuminate/support": ">=10.0",
|
||||||
"illuminate/database": "^9.0|^10.0|^11.0"
|
"illuminate/database": ">=10.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"orchestra/testbench": "^7.0|^8.0|^9.0"
|
"orchestra/testbench": ">=8.0"
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"prefer-stable": true
|
"prefer-stable": true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue