Laravel 10.x Compatibility (#35)
* Bump dependencies for Laravel 10 * Update version constraints in composer.json --------- Co-authored-by: Marvin Mall <marvin-mall@msn.com>
This commit is contained in:
parent
d2a2a839e4
commit
c42ec1d6ff
|
@ -20,8 +20,8 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^7.4|^8.0",
|
||||
"illuminate/config": "~7.0|~8.0|~9.0",
|
||||
"illuminate/support": "~7.0|~8.0|~9.0",
|
||||
"illuminate/config": "^7.0|^8.0|^9.0|^10.0",
|
||||
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
|
||||
"php-mqtt/client": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
Loading…
Reference in New Issue