1
0
Fork 0
mirror of https://github.com/archtechx/virtualcolumn.git synced 2025-12-12 17:04:04 +00:00

Bump dependencies for Laravel 10

This commit is contained in:
Saade 2023-02-15 11:13:24 -03:00
parent 46c590e240
commit 683fc7f785

View file

@ -19,11 +19,11 @@
}
},
"require": {
"illuminate/support": "^6.0|^8.0|^9.0",
"illuminate/database": "^6.0|^8.0|^9.0"
"illuminate/support": "^6.0|^8.0|^9.0|^10.0",
"illuminate/database": "^6.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^6.0|^7.0"
"orchestra/testbench": "^4.0|^6.0|^7.0|^8.0"
},
"minimum-stability": "dev",
"prefer-stable": true