-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send the Discord spoiling code in attachment file (#307)
* Remove Restcord and use symfony/http-client instead * Send the Discord spoiling code in attachment to avoid admin message length limit * Fix CI CS job * Use a retryable aware http client
- Loading branch information
Showing
10 changed files
with
297 additions
and
453 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,4 +54,4 @@ jobs: | |
run: castor qa:phpstan | ||
|
||
- name: "Run PHP-CS-Fixer" | ||
run: castor qa:cs | ||
run: castor qa:cs --dry-run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,13 +27,13 @@ | |
"nelmio/security-bundle": "^3.4.2", | ||
"nyholm/psr7": "^1.8.2", | ||
"predis/predis": "^2.2.2", | ||
"restcord/restcord": "dev-feature/update-sf", | ||
"symfony/asset": ">=7.1.1", | ||
"symfony/console": ">=7.1.5", | ||
"symfony/flex": "^2.4.7", | ||
"symfony/form": ">=7.1.5", | ||
"symfony/framework-bundle": ">=7.1.5", | ||
"symfony/http-client": ">=7.1.5", | ||
"symfony/mime": "7.1.*", | ||
"symfony/monolog-bundle": "^3.10", | ||
"symfony/runtime": ">=7.1.1", | ||
"symfony/twig-bundle": ">=7.1.5", | ||
|
@@ -53,12 +53,6 @@ | |
"symfony/var-dumper": ">=7.1.5", | ||
"symfony/web-profiler-bundle": ">=7.1.4" | ||
}, | ||
"repositories": { | ||
"jewome62_restcord": { | ||
"type": "vcs", | ||
"url": "[email protected]:jewome62/restcord.git" | ||
} | ||
}, | ||
"config": { | ||
"optimize-autoloader": true, | ||
"preferred-install": { | ||
|
Oops, something went wrong.