Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 639a63b

Browse files
ttomdewitmpociot
authored andcommitted
Allow the use of pusher-php-server 4.0 (#209)
1 parent d145cd4 commit 639a63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"illuminate/http": "5.7.* || 5.8.*",
3333
"illuminate/routing": "5.7.* || 5.8.*",
3434
"illuminate/support": "5.7.* || 5.8.*",
35-
"pusher/pusher-php-server": "~3.0",
35+
"pusher/pusher-php-server": "~3.0 || ~4.0",
3636
"symfony/http-kernel": "~4.0",
3737
"symfony/psr-http-message-bridge": "^1.1"
3838
},

0 commit comments

Comments
 (0)