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

Commit fb974c8

Browse files
committed
Updated README to reflect DiscordPHP 6.0 release
1 parent 9468875 commit fb974c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,10 @@ $ sudo service apache2 restart
247247
The client can connect with a regular [DiscordPHP](https://github.com/discord-php/DiscordPHP) client to listen for interactions over gateway.
248248
To use this method, make sure there is no interactions endpoint set in your Discord developer application.
249249

250-
Make sure you have included DiscordPHP into your project (at the time of writing, only DiscordPHP `develop` branch is supported):
250+
Make sure you have included DiscordPHP into your project (at the time of writing, only DiscordPHP >=6.0.0 is supported):
251251

252252
```sh
253-
$ composer require team-reflex/discord-php dev-develop
253+
$ composer require team-reflex/discord-php
254254
```
255255

256256
You can then create both clients and link them:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"require-dev": {
2727
"symfony/var-dumper": "^5.2",
28-
"team-reflex/discord-php": "dev-develop",
28+
"team-reflex/discord-php": "^6",
2929
"friendsofphp/php-cs-fixer": "^2.18"
3030
},
3131
"suggest": {

0 commit comments

Comments
 (0)