generated from yiisoft/package-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update symfony/http-client requirement from ^6.2 to ^7.0 Updates the requirements on [symfony/http-client](https://github.com/symfony/http-client) to permit the latest version. - [Release notes](https://github.com/symfony/http-client/releases) - [Changelog](https://github.com/symfony/http-client/blob/7.0/CHANGELOG.md) - [Commits](symfony/http-client@v6.2.0...v7.0.0) --- updated-dependencies: - dependency-name: symfony/http-client dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * Resolving callable definitions * docs * docs * Userland update handlers should not implement UpdateHandlerInterface anymore * Suppress psalm error check * More phpdocs and formatting * Allow UpdateHandlerInterface object as a route action * remove redundant check * Make RuleDynamic changes backward compatible * code style * Friendly exceptions, variable naming and more strict typing * docs * Request tags * Router exceptions tests and bugfixes * Trigger a deprecation warning when an action implements UpdateHandlerInterface * More friendly exceptions * Tests for attribute value exceptions * Resolve not typed arguments from attributes * UpdateAttribute docs * Fix readme formatting * More docs * One more callable resolver test * Trigger a deprecation warning when an action implements UpdateHandlerInterface * Idle docs changes * Add complete configuration * Fix params name and add docs for yiisoft/config integration * Types idle fix * Request tags docs and bugfixes * idle * Rename TelegramRequestDecorator to TelegramRequestEnriched and require TelegramRequestInterface as parameters in ResponseInterface methods * log exceptions between update handles instead of throwing them * Improve readme * Improve readme * Improve readme * Improve readme * Improve readme --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3f27db7
commit 530241d
Showing
61 changed files
with
2,183 additions
and
378 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 |
---|---|---|
|
@@ -12,6 +12,7 @@ trim_trailing_whitespace = true | |
|
||
[*.md] | ||
trim_trailing_whitespace = false | ||
indent_size = 2 | ||
|
||
[*.yml] | ||
indent_size = 2 |
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
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
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
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
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
Oops, something went wrong.