This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
Add fixes for PHP 8.2 in BicBucStriim-352 branch #392
Merged
Merged
Conversation
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
Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.1.1 to 3.3.8. - [Release notes](https://github.com/twigphp/Twig/releases) - [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG) - [Commits](twigphp/Twig@v3.1.1...v3.3.8) --- updated-dependencies: - dependency-name: twig/twig dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.7.0 to 1.8.4. - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/1.8.4/CHANGELOG.md) - [Commits](guzzle/psr7@1.7.0...1.8.4) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Attribute 1002 in the MySQL PDO driver is "MYSQL_ATTR_INIT_COMMAND", while 1002 in the SQLite driver is "SQLITE_ATTR_EXTENDED_RESULT_CODES". Running the code as it is leads to the error: > Fatal error: Uncaught TypeError: > Attribute value must be of type int for selected attribute, string given > in src/Domain/BicBucStriim/BicBucStriim.php on line 79
Do not execute MySQL init command for SQLite
…p/psr7-1.8.4 Bump guzzlehttp/psr7 from 1.7.0 to 1.8.4
…-3.3.8 Bump twig/twig from 3.1.1 to 3.3.8
"composer check-platform-reqs" can be used to verify if all PHP extensions are installed. installcheck.php now uses composer.json to obtain the list of required PHP extensions, so there is only one source of truth. Resolves: rvolz#301
Further updates are available directly from https://github.com/mikespub-org/rvolz-BicBucStriim on the frontend branch. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.