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:
Laravel Shift 2023-02-14 14:41:59 -05:00 committed by GitHub
parent d2a2a839e4
commit c42ec1d6ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 49 additions and 49 deletions

View File

@ -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": {