Removed ^3.0 support for pusher/pusher-php-server

This commit is contained in:
rennokki 2020-11-20 11:55:51 +02:00 committed by GitHub
parent 31f4bd7f77
commit 041cce5d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
"illuminate/queue": "^6.3|^7.0|^8.0", "illuminate/queue": "^6.3|^7.0|^8.0",
"illuminate/routing": "^6.3|^7.0|^8.0", "illuminate/routing": "^6.3|^7.0|^8.0",
"illuminate/support": "^6.3|^7.0|^8.0", "illuminate/support": "^6.3|^7.0|^8.0",
"pusher/pusher-php-server": "^3.0|^4.0", "pusher/pusher-php-server": "^4.0",
"react/promise": "^2.0", "react/promise": "^2.0",
"symfony/http-kernel": "^4.0|^5.0", "symfony/http-kernel": "^4.0|^5.0",
"symfony/psr-http-message-bridge": "^1.1|^2.0" "symfony/psr-http-message-bridge": "^1.1|^2.0"