mirror of
https://github.com/archtechx/virtualcolumn.git
synced 2025-12-12 21:14:03 +00:00
Bump dependencies for Laravel 10
This commit is contained in:
parent
46c590e240
commit
683fc7f785
1 changed files with 3 additions and 3 deletions
|
|
@ -19,11 +19,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/support": "^6.0|^8.0|^9.0",
|
"illuminate/support": "^6.0|^8.0|^9.0|^10.0",
|
||||||
"illuminate/database": "^6.0|^8.0|^9.0"
|
"illuminate/database": "^6.0|^8.0|^9.0|^10.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"orchestra/testbench": "^4.0|^6.0|^7.0"
|
"orchestra/testbench": "^4.0|^6.0|^7.0|^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