Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow symfony 5 (#106) #120

Merged
merged 1 commit into from
May 30, 2020
Merged

Allow symfony 5 (#106) #120

merged 1 commit into from
May 30, 2020

Conversation

cryptiklemur
Copy link
Contributor

No description provided.

@cryptiklemur cryptiklemur merged commit 1348e4d into master May 30, 2020
cryptiklemur added a commit that referenced this pull request Oct 29, 2020
* Updated Discord's API URL (#119)

From the announcement made in the Developers server: 

:mega: API Updates :mega: 

Discord has finally made the switch to discord.com :tada:

With this change also means that the API endpoint is moving too! Please start moving your libraries, webhooks, and integrations over to using discord.com in place of discordapp.com.

We currently plan to start requiring the new domain later this year for third party developers on November 7th, 2020. We will be sending out more formal notices (system DMs and account emails) to announce this breaking change in the coming weeks.

* Allow symfony 5 (#106) (#120)

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>

* Better options parsing (#125)

Custom options overrides defaults

* Better options parsing (#125)

Custom options overrides defaults

* Fix style CI (#127)

phpdoc_to_comment cant be disabled since it is not enabled in the preset.
https://docs.styleci.io/presets

* Update LICENSE (#130)

* Update README.md (#131)

* Fix RateLimiter (exclude minor parameters) (#126)

* Simplify getRoute with explicit cast,
Remove unecessary duplicate call to getUri,

* Crude minor parameter removal

* Improve error handling,

* Fix styleci

* Revert last change

* Use while for delay to not interfere when multiple requests are delayed,

* Update src/RateLimit/Provider/AbstractRateLimitProvider.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Add new line at EOF

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Laravel wrapped moved to GitHub (#132)

* Added with_counts query parameter to getGuild (#133)

* Added with_counts to getGuild

* Updated type to be boolean

* Allowing avatars to be treated as strings (#134)

* Allowing avatars to be treated as strings

* Maintaining strongly typed comparisons

* Develop (#135)

* Allow symfony 5 (#106)

* Added premium_since to GuildMember model (#116)

Note that I was unable to utilise the
downloadServiceDefinition binary, as it is dependent
upon a web resource that no longer appears to exist
(https://discord-service-definition.herokuapp.com/)

Accordingly, GuildMember.php had to be edited manually,
along with the service definition file.

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>

Co-authored-by: Néstor Pérez <25409753+nepetadosmil@users.noreply.github.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Andrey <andrey9506@yandex.ru>
Co-authored-by: Patrick <privat@skyraptor.eu>
Co-authored-by: Patrick <patrick.henninger@contagt.com>
Co-authored-by: Ben Kuhl <benkuhl@gmail.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>
cryptiklemur added a commit that referenced this pull request Dec 24, 2020
* Updated Discord's API URL (#119)

From the announcement made in the Developers server: 

:mega: API Updates :mega: 

Discord has finally made the switch to discord.com :tada:

With this change also means that the API endpoint is moving too! Please start moving your libraries, webhooks, and integrations over to using discord.com in place of discordapp.com.

We currently plan to start requiring the new domain later this year for third party developers on November 7th, 2020. We will be sending out more formal notices (system DMs and account emails) to announce this breaking change in the coming weeks.

* Allow symfony 5 (#106) (#120)

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>

* Better options parsing (#125)

Custom options overrides defaults

* Better options parsing (#125)

Custom options overrides defaults

* Fix style CI (#127)

phpdoc_to_comment cant be disabled since it is not enabled in the preset.
https://docs.styleci.io/presets

* Update LICENSE (#130)

* Update README.md (#131)

* Fix RateLimiter (exclude minor parameters) (#126)

* Simplify getRoute with explicit cast,
Remove unecessary duplicate call to getUri,

* Crude minor parameter removal

* Improve error handling,

* Fix styleci

* Revert last change

* Use while for delay to not interfere when multiple requests are delayed,

* Update src/RateLimit/Provider/AbstractRateLimitProvider.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Add new line at EOF

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Laravel wrapped moved to GitHub (#132)

* Added with_counts query parameter to getGuild (#133)

* Added with_counts to getGuild

* Updated type to be boolean

* Allowing avatars to be treated as strings (#134)

* Allowing avatars to be treated as strings

* Maintaining strongly typed comparisons

* Develop (#135)

* Allow symfony 5 (#106)

* Added premium_since to GuildMember model (#116)

Note that I was unable to utilise the
downloadServiceDefinition binary, as it is dependent
upon a web resource that no longer appears to exist
(https://discord-service-definition.herokuapp.com/)

Accordingly, GuildMember.php had to be edited manually,
along with the service definition file.

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>

* Adding public properties (#137)

* Improve User Avatar (#138)

See : https://discord.com/developers/docs/reference#image-formatting-cdn-endpoints
Signed-off-by: Dark❶ <dark-1@users.noreply.github.com>

* Allow PHP 8.0

* Apply suggestions from code review

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* fix symfony/options-resolver version constraint

* Remove old PHP versions from travis

Co-authored-by: Néstor Pérez <25409753+nepetadosmil@users.noreply.github.com>
Co-authored-by: Aaron Scherer <aequasi@gmail.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Andrey <andrey9506@yandex.ru>
Co-authored-by: Patrick <privat@skyraptor.eu>
Co-authored-by: Patrick <patrick.henninger@contagt.com>
Co-authored-by: Ben Kuhl <benkuhl@gmail.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>
Co-authored-by: Dark❶ <dark-1@users.noreply.github.com>
cryptiklemur added a commit that referenced this pull request Dec 24, 2020
* Allow symfony 5 (#106)

* Added premium_since to GuildMember model (#116)

Note that I was unable to utilise the
downloadServiceDefinition binary, as it is dependent
upon a web resource that no longer appears to exist
(https://discord-service-definition.herokuapp.com/)

Accordingly, GuildMember.php had to be edited manually,
along with the service definition file.

* Back Merge (#136)

* Updated Discord's API URL (#119)

From the announcement made in the Developers server: 

:mega: API Updates :mega: 

Discord has finally made the switch to discord.com :tada:

With this change also means that the API endpoint is moving too! Please start moving your libraries, webhooks, and integrations over to using discord.com in place of discordapp.com.

We currently plan to start requiring the new domain later this year for third party developers on November 7th, 2020. We will be sending out more formal notices (system DMs and account emails) to announce this breaking change in the coming weeks.

* Allow symfony 5 (#106) (#120)

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>

* Better options parsing (#125)

Custom options overrides defaults

* Better options parsing (#125)

Custom options overrides defaults

* Fix style CI (#127)

phpdoc_to_comment cant be disabled since it is not enabled in the preset.
https://docs.styleci.io/presets

* Update LICENSE (#130)

* Update README.md (#131)

* Fix RateLimiter (exclude minor parameters) (#126)

* Simplify getRoute with explicit cast,
Remove unecessary duplicate call to getUri,

* Crude minor parameter removal

* Improve error handling,

* Fix styleci

* Revert last change

* Use while for delay to not interfere when multiple requests are delayed,

* Update src/RateLimit/Provider/AbstractRateLimitProvider.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Add new line at EOF

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Laravel wrapped moved to GitHub (#132)

* Added with_counts query parameter to getGuild (#133)

* Added with_counts to getGuild

* Updated type to be boolean

* Allowing avatars to be treated as strings (#134)

* Allowing avatars to be treated as strings

* Maintaining strongly typed comparisons

* Develop (#135)

* Allow symfony 5 (#106)

* Added premium_since to GuildMember model (#116)

Note that I was unable to utilise the
downloadServiceDefinition binary, as it is dependent
upon a web resource that no longer appears to exist
(https://discord-service-definition.herokuapp.com/)

Accordingly, GuildMember.php had to be edited manually,
along with the service definition file.

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>

Co-authored-by: Néstor Pérez <25409753+nepetadosmil@users.noreply.github.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Andrey <andrey9506@yandex.ru>
Co-authored-by: Patrick <privat@skyraptor.eu>
Co-authored-by: Patrick <patrick.henninger@contagt.com>
Co-authored-by: Ben Kuhl <benkuhl@gmail.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>

* Allow PHP 8.0 (#143)

* Updated Discord's API URL (#119)

From the announcement made in the Developers server: 

:mega: API Updates :mega: 

Discord has finally made the switch to discord.com :tada:

With this change also means that the API endpoint is moving too! Please start moving your libraries, webhooks, and integrations over to using discord.com in place of discordapp.com.

We currently plan to start requiring the new domain later this year for third party developers on November 7th, 2020. We will be sending out more formal notices (system DMs and account emails) to announce this breaking change in the coming weeks.

* Allow symfony 5 (#106) (#120)

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>

* Better options parsing (#125)

Custom options overrides defaults

* Better options parsing (#125)

Custom options overrides defaults

* Fix style CI (#127)

phpdoc_to_comment cant be disabled since it is not enabled in the preset.
https://docs.styleci.io/presets

* Update LICENSE (#130)

* Update README.md (#131)

* Fix RateLimiter (exclude minor parameters) (#126)

* Simplify getRoute with explicit cast,
Remove unecessary duplicate call to getUri,

* Crude minor parameter removal

* Improve error handling,

* Fix styleci

* Revert last change

* Use while for delay to not interfere when multiple requests are delayed,

* Update src/RateLimit/Provider/AbstractRateLimitProvider.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Add new line at EOF

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Laravel wrapped moved to GitHub (#132)

* Added with_counts query parameter to getGuild (#133)

* Added with_counts to getGuild

* Updated type to be boolean

* Allowing avatars to be treated as strings (#134)

* Allowing avatars to be treated as strings

* Maintaining strongly typed comparisons

* Develop (#135)

* Allow symfony 5 (#106)

* Added premium_since to GuildMember model (#116)

Note that I was unable to utilise the
downloadServiceDefinition binary, as it is dependent
upon a web resource that no longer appears to exist
(https://discord-service-definition.herokuapp.com/)

Accordingly, GuildMember.php had to be edited manually,
along with the service definition file.

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>

* Adding public properties (#137)

* Improve User Avatar (#138)

See : https://discord.com/developers/docs/reference#image-formatting-cdn-endpoints
Signed-off-by: Dark❶ <dark-1@users.noreply.github.com>

* Allow PHP 8.0

* Apply suggestions from code review

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* fix symfony/options-resolver version constraint

* Remove old PHP versions from travis

Co-authored-by: Néstor Pérez <25409753+nepetadosmil@users.noreply.github.com>
Co-authored-by: Aaron Scherer <aequasi@gmail.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Andrey <andrey9506@yandex.ru>
Co-authored-by: Patrick <privat@skyraptor.eu>
Co-authored-by: Patrick <patrick.henninger@contagt.com>
Co-authored-by: Ben Kuhl <benkuhl@gmail.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>
Co-authored-by: Dark❶ <dark-1@users.noreply.github.com>

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>
Co-authored-by: Néstor Pérez <25409753+nepetadosmil@users.noreply.github.com>
Co-authored-by: Andrey <andrey9506@yandex.ru>
Co-authored-by: Patrick <privat@skyraptor.eu>
Co-authored-by: Patrick <patrick.henninger@contagt.com>
Co-authored-by: Ben Kuhl <benkuhl@gmail.com>
Co-authored-by: iggyvolz <iggyvolz@gmail.com>
Co-authored-by: Dark❶ <dark-1@users.noreply.github.com>
cryptiklemur added a commit that referenced this pull request Jan 12, 2021
* Allowing new versions of PHP, Symfony, PHPUnit (#144)

* Allow symfony 5 (#106)

* Added premium_since to GuildMember model (#116)

Note that I was unable to utilise the
downloadServiceDefinition binary, as it is dependent
upon a web resource that no longer appears to exist
(https://discord-service-definition.herokuapp.com/)

Accordingly, GuildMember.php had to be edited manually,
along with the service definition file.

* Back Merge (#136)

* Updated Discord's API URL (#119)

From the announcement made in the Developers server: 

:mega: API Updates :mega: 

Discord has finally made the switch to discord.com :tada:

With this change also means that the API endpoint is moving too! Please start moving your libraries, webhooks, and integrations over to using discord.com in place of discordapp.com.

We currently plan to start requiring the new domain later this year for third party developers on November 7th, 2020. We will be sending out more formal notices (system DMs and account emails) to announce this breaking change in the coming weeks.

* Allow symfony 5 (#106) (#120)

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>

* Better options parsing (#125)

Custom options overrides defaults

* Better options parsing (#125)

Custom options overrides defaults

* Fix style CI (#127)

phpdoc_to_comment cant be disabled since it is not enabled in the preset.
https://docs.styleci.io/presets

* Update LICENSE (#130)

* Update README.md (#131)

* Fix RateLimiter (exclude minor parameters) (#126)

* Simplify getRoute with explicit cast,
Remove unecessary duplicate call to getUri,

* Crude minor parameter removal

* Improve error handling,

* Fix styleci

* Revert last change

* Use while for delay to not interfere when multiple requests are delayed,

* Update src/RateLimit/Provider/AbstractRateLimitProvider.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Add new line at EOF

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Laravel wrapped moved to GitHub (#132)

* Added with_counts query parameter to getGuild (#133)

* Added with_counts to getGuild

* Updated type to be boolean

* Allowing avatars to be treated as strings (#134)

* Allowing avatars to be treated as strings

* Maintaining strongly typed comparisons

* Develop (#135)

* Allow symfony 5 (#106)

* Added premium_since to GuildMember model (#116)

Note that I was unable to utilise the
downloadServiceDefinition binary, as it is dependent
upon a web resource that no longer appears to exist
(https://discord-service-definition.herokuapp.com/)

Accordingly, GuildMember.php had to be edited manually,
along with the service definition file.

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>

Co-authored-by: Néstor Pérez <25409753+nepetadosmil@users.noreply.github.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Andrey <andrey9506@yandex.ru>
Co-authored-by: Patrick <privat@skyraptor.eu>
Co-authored-by: Patrick <patrick.henninger@contagt.com>
Co-authored-by: Ben Kuhl <benkuhl@gmail.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>

* Allow PHP 8.0 (#143)

* Updated Discord's API URL (#119)

From the announcement made in the Developers server: 

:mega: API Updates :mega: 

Discord has finally made the switch to discord.com :tada:

With this change also means that the API endpoint is moving too! Please start moving your libraries, webhooks, and integrations over to using discord.com in place of discordapp.com.

We currently plan to start requiring the new domain later this year for third party developers on November 7th, 2020. We will be sending out more formal notices (system DMs and account emails) to announce this breaking change in the coming weeks.

* Allow symfony 5 (#106) (#120)

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>

* Better options parsing (#125)

Custom options overrides defaults

* Better options parsing (#125)

Custom options overrides defaults

* Fix style CI (#127)

phpdoc_to_comment cant be disabled since it is not enabled in the preset.
https://docs.styleci.io/presets

* Update LICENSE (#130)

* Update README.md (#131)

* Fix RateLimiter (exclude minor parameters) (#126)

* Simplify getRoute with explicit cast,
Remove unecessary duplicate call to getUri,

* Crude minor parameter removal

* Improve error handling,

* Fix styleci

* Revert last change

* Use while for delay to not interfere when multiple requests are delayed,

* Update src/RateLimit/Provider/AbstractRateLimitProvider.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Add new line at EOF

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Laravel wrapped moved to GitHub (#132)

* Added with_counts query parameter to getGuild (#133)

* Added with_counts to getGuild

* Updated type to be boolean

* Allowing avatars to be treated as strings (#134)

* Allowing avatars to be treated as strings

* Maintaining strongly typed comparisons

* Develop (#135)

* Allow symfony 5 (#106)

* Added premium_since to GuildMember model (#116)

Note that I was unable to utilise the
downloadServiceDefinition binary, as it is dependent
upon a web resource that no longer appears to exist
(https://discord-service-definition.herokuapp.com/)

Accordingly, GuildMember.php had to be edited manually,
along with the service definition file.

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>

* Adding public properties (#137)

* Improve User Avatar (#138)

See : https://discord.com/developers/docs/reference#image-formatting-cdn-endpoints
Signed-off-by: Dark❶ <dark-1@users.noreply.github.com>

* Allow PHP 8.0

* Apply suggestions from code review

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* fix symfony/options-resolver version constraint

* Remove old PHP versions from travis

Co-authored-by: Néstor Pérez <25409753+nepetadosmil@users.noreply.github.com>
Co-authored-by: Aaron Scherer <aequasi@gmail.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Andrey <andrey9506@yandex.ru>
Co-authored-by: Patrick <privat@skyraptor.eu>
Co-authored-by: Patrick <patrick.henninger@contagt.com>
Co-authored-by: Ben Kuhl <benkuhl@gmail.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>
Co-authored-by: Dark❶ <dark-1@users.noreply.github.com>

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>
Co-authored-by: Néstor Pérez <25409753+nepetadosmil@users.noreply.github.com>
Co-authored-by: Andrey <andrey9506@yandex.ru>
Co-authored-by: Patrick <privat@skyraptor.eu>
Co-authored-by: Patrick <patrick.henninger@contagt.com>
Co-authored-by: Ben Kuhl <benkuhl@gmail.com>
Co-authored-by: iggyvolz <iggyvolz@gmail.com>
Co-authored-by: Dark❶ <dark-1@users.noreply.github.com>

* Apply fixes from StyleCI

[ci skip] [skip ci]

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>
Co-authored-by: Néstor Pérez <25409753+nepetadosmil@users.noreply.github.com>
Co-authored-by: Andrey <andrey9506@yandex.ru>
Co-authored-by: Patrick <privat@skyraptor.eu>
Co-authored-by: Patrick <patrick.henninger@contagt.com>
Co-authored-by: Ben Kuhl <benkuhl@gmail.com>
Co-authored-by: iggyvolz <iggyvolz@gmail.com>
Co-authored-by: Dark❶ <dark-1@users.noreply.github.com>
Co-authored-by: Aaron Scherer <aequasi@users.noreply.github.com>
cryptiklemur added a commit that referenced this pull request Jan 12, 2021
* (WIP) Update for Guzzle 7

* Remove support

Remove support for Guzzle 6 since the MessageFormatter interface changed.

* Update MessageFormatter.php

Update MessageFormatter::format to meet MessageFormatter.

* Allowing new versions of PHP, Symfony, PHPUnit (#144)

* Allow symfony 5 (#106)

* Added premium_since to GuildMember model (#116)

Note that I was unable to utilise the
downloadServiceDefinition binary, as it is dependent
upon a web resource that no longer appears to exist
(https://discord-service-definition.herokuapp.com/)

Accordingly, GuildMember.php had to be edited manually,
along with the service definition file.

* Back Merge (#136)

* Updated Discord's API URL (#119)

From the announcement made in the Developers server: 

:mega: API Updates :mega: 

Discord has finally made the switch to discord.com :tada:

With this change also means that the API endpoint is moving too! Please start moving your libraries, webhooks, and integrations over to using discord.com in place of discordapp.com.

We currently plan to start requiring the new domain later this year for third party developers on November 7th, 2020. We will be sending out more formal notices (system DMs and account emails) to announce this breaking change in the coming weeks.

* Allow symfony 5 (#106) (#120)

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>

* Better options parsing (#125)

Custom options overrides defaults

* Better options parsing (#125)

Custom options overrides defaults

* Fix style CI (#127)

phpdoc_to_comment cant be disabled since it is not enabled in the preset.
https://docs.styleci.io/presets

* Update LICENSE (#130)

* Update README.md (#131)

* Fix RateLimiter (exclude minor parameters) (#126)

* Simplify getRoute with explicit cast,
Remove unecessary duplicate call to getUri,

* Crude minor parameter removal

* Improve error handling,

* Fix styleci

* Revert last change

* Use while for delay to not interfere when multiple requests are delayed,

* Update src/RateLimit/Provider/AbstractRateLimitProvider.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Add new line at EOF

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Laravel wrapped moved to GitHub (#132)

* Added with_counts query parameter to getGuild (#133)

* Added with_counts to getGuild

* Updated type to be boolean

* Allowing avatars to be treated as strings (#134)

* Allowing avatars to be treated as strings

* Maintaining strongly typed comparisons

* Develop (#135)

* Allow symfony 5 (#106)

* Added premium_since to GuildMember model (#116)

Note that I was unable to utilise the
downloadServiceDefinition binary, as it is dependent
upon a web resource that no longer appears to exist
(https://discord-service-definition.herokuapp.com/)

Accordingly, GuildMember.php had to be edited manually,
along with the service definition file.

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>

Co-authored-by: Néstor Pérez <25409753+nepetadosmil@users.noreply.github.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Andrey <andrey9506@yandex.ru>
Co-authored-by: Patrick <privat@skyraptor.eu>
Co-authored-by: Patrick <patrick.henninger@contagt.com>
Co-authored-by: Ben Kuhl <benkuhl@gmail.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>

* Allow PHP 8.0 (#143)

* Updated Discord's API URL (#119)

From the announcement made in the Developers server: 

:mega: API Updates :mega: 

Discord has finally made the switch to discord.com :tada:

With this change also means that the API endpoint is moving too! Please start moving your libraries, webhooks, and integrations over to using discord.com in place of discordapp.com.

We currently plan to start requiring the new domain later this year for third party developers on November 7th, 2020. We will be sending out more formal notices (system DMs and account emails) to announce this breaking change in the coming weeks.

* Allow symfony 5 (#106) (#120)

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>

* Better options parsing (#125)

Custom options overrides defaults

* Better options parsing (#125)

Custom options overrides defaults

* Fix style CI (#127)

phpdoc_to_comment cant be disabled since it is not enabled in the preset.
https://docs.styleci.io/presets

* Update LICENSE (#130)

* Update README.md (#131)

* Fix RateLimiter (exclude minor parameters) (#126)

* Simplify getRoute with explicit cast,
Remove unecessary duplicate call to getUri,

* Crude minor parameter removal

* Improve error handling,

* Fix styleci

* Revert last change

* Use while for delay to not interfere when multiple requests are delayed,

* Update src/RateLimit/Provider/AbstractRateLimitProvider.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Update src/RateLimit/RateLimiter.php

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Add new line at EOF

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* Laravel wrapped moved to GitHub (#132)

* Added with_counts query parameter to getGuild (#133)

* Added with_counts to getGuild

* Updated type to be boolean

* Allowing avatars to be treated as strings (#134)

* Allowing avatars to be treated as strings

* Maintaining strongly typed comparisons

* Develop (#135)

* Allow symfony 5 (#106)

* Added premium_since to GuildMember model (#116)

Note that I was unable to utilise the
downloadServiceDefinition binary, as it is dependent
upon a web resource that no longer appears to exist
(https://discord-service-definition.herokuapp.com/)

Accordingly, GuildMember.php had to be edited manually,
along with the service definition file.

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>

* Adding public properties (#137)

* Improve User Avatar (#138)

See : https://discord.com/developers/docs/reference#image-formatting-cdn-endpoints
Signed-off-by: Dark❶ <dark-1@users.noreply.github.com>

* Allow PHP 8.0

* Apply suggestions from code review

Co-authored-by: Aaron Scherer <aequasi@gmail.com>

* fix symfony/options-resolver version constraint

* Remove old PHP versions from travis

Co-authored-by: Néstor Pérez <25409753+nepetadosmil@users.noreply.github.com>
Co-authored-by: Aaron Scherer <aequasi@gmail.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: Andrey <andrey9506@yandex.ru>
Co-authored-by: Patrick <privat@skyraptor.eu>
Co-authored-by: Patrick <patrick.henninger@contagt.com>
Co-authored-by: Ben Kuhl <benkuhl@gmail.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>
Co-authored-by: Dark❶ <dark-1@users.noreply.github.com>

Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>
Co-authored-by: Néstor Pérez <25409753+nepetadosmil@users.noreply.github.com>
Co-authored-by: Andrey <andrey9506@yandex.ru>
Co-authored-by: Patrick <privat@skyraptor.eu>
Co-authored-by: Patrick <patrick.henninger@contagt.com>
Co-authored-by: Ben Kuhl <benkuhl@gmail.com>
Co-authored-by: iggyvolz <iggyvolz@gmail.com>
Co-authored-by: Dark❶ <dark-1@users.noreply.github.com>

* Remove typehints from MessageFormatter format and just pass trought the arguments, this should make it compatible to Guzzle ^6.3,
Re-add Guzzle ^6.3 to composer.json,

Co-authored-by: Aaron Scherer <aequasi@gmail.com>
Co-authored-by: Filip Maciejewski <veteran29@users.noreply.github.com>
Co-authored-by: HilbertGilbertson <hilbertgilbertson@ctos.online>
Co-authored-by: Néstor Pérez <25409753+nepetadosmil@users.noreply.github.com>
Co-authored-by: Andrey <andrey9506@yandex.ru>
Co-authored-by: Ben Kuhl <benkuhl@gmail.com>
Co-authored-by: iggyvolz <iggyvolz@gmail.com>
Co-authored-by: Dark❶ <dark-1@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants