Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Add fixes for PHP 8.2 in BicBucStriim-352 branch #392

Merged
merged 18 commits into from
Jul 27, 2023

Conversation

mikespub
Copy link
Contributor

No description provided.

dependabot bot and others added 18 commits February 11, 2022 02:27
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
@mikespub
Copy link
Contributor Author

Further updates are available directly from https://github.com/mikespub-org/rvolz-BicBucStriim on the frontend branch.

@rvolz rvolz merged commit 74a91a3 into rvolz:BicBucStriim-352 Jul 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants