fix(deps): update dependency doctrine/dbal to v3.8.4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| doctrine/dbal (source) | 3.3.6 -> 3.8.4 |
Release Notes
doctrine/dbal (doctrine/dbal)
v3.8.4
Release Notes for 3.8.4
3.8.4
- Total issues resolved: 0
- Total pull requests resolved: 8
- Total contributors: 5
Bug,Connecting,Transactions
- 6362: Connection::setNestTransactionsWithSavepoints() should not break lazy connection thanks to @derrabus
PostgreSQL,Test Suite
Bug,PostgreSQL,Schema Definition
CI,Documentation
CI,MariaDB
Documentation
- 6332: Spell which properly thanks to @greg0ire
- 6014: [Docs] Update docs regarding "datetimetz" type thanks to @phansys
Bug,SQLite,Schema Management
v3.8.3
Release Notes for 3.8.3
3.8.3
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 3
CI
- 6323: Bump CI workflows thanks to @derrabus
Bug,Type Mapping,Types
Bug,Configuration,Connecting,pdo_pgsql,pgsql
Static Analysis
- 6307: PHPStan 1.10.58, PHPCS 3.9.0 thanks to @derrabus
v3.8.2
Release Notes for 3.8.2
3.8.2
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 3
Bug,Platforms,Static Analysis
- 6302: AbstractPlatform: allow any string in interval for date interval expression thanks to @ondrejmirtes
Documentation
- 6295: Move type coverage badge thanks to @greg0ire
- 6292: Update branches in README.md thanks to @derrabus
- 6291: Update branch metadata thanks to @derrabus
v3.8.1
Release Notes for 3.8.1
3.8.1
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 3
Static Analysis,Test Suite
Bug,Cache
CI,MySQL
- 6279: Run tests with MySQL 8.3 thanks to @derrabus
Documentation
- 6278: Update branch metadata thanks to @derrabus
Improvement,MariaDB,Schema Introspection
v3.8.0
Release Notes for 3.8.0
3.8.0
- Total issues resolved: 0
- Total pull requests resolved: 9
- Total contributors: 4
New Features
-
6190: Add
QueryBuilder::resetOrderBy()thanks to @mbabker - 6182: Enable establishing exclusive oci8 connections thanks to @morozov
- 6191: Enable skipping locked rows in QueryBuilder thanks to @morozov
Improvement
Deprecations
- 6179: Deprecate getting query parts from QueryBuilder thanks to @morozov
- 6193: Add deprecation layer and upgrade path for QueryBuilder::reset*() methods thanks to @derrabus
-
6215: Extend
AbstractMySQLPlatform::getColumnTypeSQLSnippets()deprecation layer thanks to @derrabus - 6213: Deprecate AbstractMySQLPlatform::getColumnTypeSQLSnippets() thanks to @ausi
Bugfixes
v3.7.3
Release Notes for 3.7.3
3.7.3
- Total issues resolved: 0
- Total pull requests resolved: 10
- Total contributors: 6
CI,pdo_sqlsrv,sqlsrv
- 6269: Stop using chocolatey shims thanks to @greg0ire
Bug,Documentation
Static Analysis,Test Suite
Documentation
-
6253: Fix connection setup example in
PrimaryReadReplicaConnectionthanks to @smorimoto - 6241: Switch to absolute paths thanks to @greg0ire
Bug,SQL Server,Schema Introspection
Code Style
- 6238: PHP CodeSniffer 3.8.0 thanks to @derrabus
CI,MariaDB
Bug,SQLite,Schema Definition,Schema Management
CI
v3.7.2
Release Notes for 3.7.2
3.7.2
- Total issues resolved: 0
- Total pull requests resolved: 9
- Total contributors: 5
Static Analysis
- 6223: PHPStan 1.10.42 thanks to @derrabus
- 6211: PHPStan 1.10.41 thanks to @derrabus
- 6188: Make the type annotation for CompositeExpression::count more specific thanks to @oliverklee
- 6178: PHPStan 1.10.38 thanks to @derrabus
CI,Oracle
- 6217: Add Oracle v23 to CI testing thanks to @mvorisek
Schema Introspection,Test Suite
CI,MySQL
- 6207: Run tests on MySQL 8.2 thanks to @derrabus
Bug,MariaDB,Performance,Schema Introspection
Bug,MariaDB,Schema Introspection
v3.7.1
Release Notes for 3.7.1
3.7.1
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 3
Bug,Schema Comparison
- 6168: Fix comparator type detection thanks to @ausi
CI,IBM DB2
Static Analysis
v3.7.0
Release Notes for 3.7.0
3.7.0
- Total issues resolved: 0
- Total pull requests resolved: 28
- Total contributors: 10
Documentation
- 6165: Prepare release 3.7.0 thanks to @derrabus
- 6069: Add documentation for #6044 thanks to @f-lombardo
Static Analysis,Test Suite
CI,MariaDB
- 6163: Update MariaDB workflows thanks to @derrabus
Configuration,Improvement,Type Mapping,Types
Console,Dependencies,Improvement
New Feature,Prepared Statements
- 6134: Add binary array type thanks to @shyim
New Feature,Types
CI,Deprecation,MariaDB,Platforms
Improvement,Performance,Types
Dependencies,Test Suite
Configuration,DSN Parser,New Feature
New Feature,PostgreSQL,Schema Definition,Schema Management
Schema Introspection
Test Suite
Improvement
- 6018: Use constants for DBAL types thanks to @phansys
Deprecation,Static Analysis,Type Conversion,Types
Code Style
New Feature,SQLite,Schema Introspection
Drivers,Static Analysis,mysqli
-
6004: [MySQLi] Convert private property
Statement::$paramTypeMapto class constantPARAM&#​95;TYPE&#​95;MAPthanks to @phansys
IBM DB2,Improvement,Platforms,Schema Introspection
IBM DB2,Improvement,Platforms,Type Mapping
-
5995: Use constants for DBAL types at
DB2Platform::initializeDoctrineTypeMappings()thanks to @phansys
Deprecation
-
5957: Trigger a runtime deprecation for
Connection::executeUpdate()thanks to @derrabus - 5948: Trigger runtime deprecations for legacy API thanks to @derrabus
MariaDB,New Feature,Platforms,Schema Management
Portability,Static Analysis
-
5926: Restrict the possible values for the casing options under the
Portability\NS thanks to @phansys
Test Suite,mysqli
-
5917: Add test for
Mysqli\Resultthanks to @phansys
MariaDB,New Feature,Platforms,Types
v3.6.7
Release Notes for 3.6.7
3.6.7
- Total issues resolved: 0
- Total pull requests resolved: 9
- Total contributors: 5
Bug,Drivers,MySQL,Platform Detection
CI,PostgreSQL
CI
- 6152: Bump CI workflows thanks to @derrabus
Static Analysis,Test Suite
- 6151: PHPStan 1.10.34, PHPUnit 9.6.12 thanks to @derrabus
- 6139: PHPUnit 9.6.11, PHPStan 1.10.32 thanks to @derrabus
Documentation
- 6147: Fix invalid SQL in the document thanks to @takaram
- 6145: docs: link to the testing guidelines in CONTRIBUTING.md thanks to @greg0ire
- 6137: Remove duplicate alias and slug thanks to @greg0ire
Documentation,SQL Server,pdo_sqlsrv,sqlsrv
v3.6.6
Release Notes for 3.6.6
3.6.6
- Total issues resolved: 0
- Total pull requests resolved: 8
- Total contributors: 4
Bugfixes
- 6132: fix: don't trigger deprecation if called internally thanks to @dkarlovi
- 6113: Fix self deprecation from getCustomSchemaOptions thanks to @VincentLanglet
- 6108: Avoid self deprecation about listTableColumn thanks to @VincentLanglet
Documentation
- 6119: Fix a typo and a space thanks to @williamdes
Static Analysis
- 6131: PHPStan 1.10.29 thanks to @derrabus
- 6116: PHPStan 1.10.26 thanks to @derrabus
CI
- 6118: Run tests with MySQL 8.1 thanks to @derrabus
Code Style
- 6111: Pin Slevomat Coding Standard thanks to @derrabus
v3.6.5
Release Notes for 3.6.5
3.6.5
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 4
Bug,Prepared Statements,ibm_db2
Bug
Documentation
Static Analysis,Test Suite
Bug,SQL Server,Schema Introspection,Schema Management
- 6072: Fix binding unused parameter thanks to @derrabus
v3.6.4
Release Notes for 3.6.4
3.6.4
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 3
Bug,Platforms
- 6064: trigger if called outside for AbstractPlatform::supportsCreateDropDatabase thanks to @dmaicher
CI,PHP
- 6060: Run tests with PHP 8.3 thanks to @derrabus
Bug,Schema
v3.6.3
Release Notes for 3.6.3
3.6.3
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 4
Bugfixes
- 6051: Reference the right argument thanks to @greg0ire
Static Analysis
Code Style
- 6029: Doctrine Coding Standard 12 thanks to @derrabus
Documentation
- 6036: Gender Neutral Language thanks to @edent
- 6032: Note on bindValue positional needle thanks to @edent
-
6011: [docs] Fix anchor text at
types.rstthanks to @phansys
v3.6.2
Release Notes for 3.6.2
3.6.2
- Total issues resolved: 0
- Total pull requests resolved: 14
- Total contributors: 5
Bug,Configuration,DSN Parser
Documentation
- 6008: fix: @links in comment in Column thanks to @simPod
- 5987: Fix reference to removed DATE_INTERVAL_UNIT_* constants thanks to @derrabus
- 5973: Fix typo thanks to @OskarStark
-
5971: Document the
serverVersionoption in a forward-compatible manner thanks to @derrabus - 5952: [Docs] Update database list and vendors thanks to @phansys
Bug,Packaging
Static Analysis
Static Analysis,Test Suite
Bug,Connections,Replication
CI,MariaDB
PostgreSQL,Test Suite
- 5955: Skip test on Postgres 10/11 thanks to @derrabus
CI,IBM DB2
CI,ibm_db2
v3.6.1
Release Notes for 3.6.1
3.6.1
- Total issues resolved: 0
- Total pull requests resolved: 11
- Total contributors: 6
Documentation
- 5947: Add 3.7.x branch thanks to @derrabus
- 5923: Fix comment thanks to @HypeMC
- 5919: [Docs] fixes count typo at Driver usage thanks to @mvhirsch
Test Suite
- 5943: PHPUnit 9.6.4 thanks to @derrabus
Bug,Prepared Statements,pgsql
Static Analysis
- 5935: PHPStan 1.10.3, PHP Code Sniffer 3.7.2 thanks to @derrabus
- 5933: [SCA] Update requirement for "phpstan/phpstan" thanks to @phansys
- 5932: PHPStan 1.10 thanks to @derrabus
Bug,PHP
- 5930: Fixes PHP initialization error thanks to @aimeos
CI,IBM DB2,ibm_db2
Bug,PostgreSQL,Schema Management
v3.6.0
Release Notes for 3.6.0
3.6.0
- Total issues resolved: 0
- Total pull requests resolved: 20
- Total contributors: 2
CI,MariaDB
- 5913: Run tests with MariaDB 10.10 thanks to @derrabus
Drivers,Improvement,PostgreSQL,pgsql
- 5908: Free pgsql results on destruct thanks to @derrabus
- 5889: Optimize pgsql queries without parameters thanks to @derrabus
Drivers,Improvement,PostgreSQL,Prepared Statements,pgsql
Bug,Connections,PostgreSQL,pgsql
Drivers,Error Handling,Improvement,PostgreSQL,pgsql
Documentation
- 5878: Prepare release 3.6.0 thanks to @derrabus
Static Analysis
-
5877: Use psalm-assert to get rid of
assert()calls thanks to @derrabus - 5855: Reuse the Params type alias for getConnection() thanks to @derrabus
- 5854: Test the return type of DriverManager::getAvailableDrivers() thanks to @MidnightDesign
- 5853: Use a narrower return type for DriverManager::getAvailableDrivers() thanks to @MidnightDesign
Deprecation,New Feature
Configuration,Connecting,New Feature,PHP
-
5866: Flag parameters as sensitive if they could contain the database password thanks to @derrabus
-
5856: Use narrower return types for convertTo*Value methods thanks to @MidnightDesign
Test Suite
- 5852: Remove database URLs from tests thanks to @derrabus
- 5848: Fix test cases for URL parsing thanks to @derrabus
Configuration,Deprecation,MariaDB,MySQL,Platform Detection
Configuration,Connections,Deprecation,New Feature
- 5843: Standalone DSN parser thanks to @derrabus
Bug
Deprecation,Improvement,Prepared Statements
v3.5.4
Release Notes for 3.5.4
3.5.4
- Total issues resolved: 0
- Total pull requests resolved: 10
- Total contributors: 4
CI
Test Suite
- 5907: PHPUnit 9.6.3 thanks to @derrabus
- 5903: Use TestLogger instead of mocks thanks to @derrabus
- 5899: PHPUnit 9.6.0 thanks to @derrabus
Bug,Connections,Drivers,PDO
Static Analysis
- 5883: Make sure only PDO parameter types are passed to PDO methods thanks to @kang8 and @derrabus
- 5871: PHPStan 1.9.14 thanks to @derrabus
- 5862: Allow passing url to override params thanks to @keulinho
Documentation
Static Analysis,Test Suite
v3.5.3
Release 3.5.3
3.5.3
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 3
Bugfixes
- 5861: fix platform comparator issues when using compareTables thanks to @dmaicher
- 5851: Allow to explicitly set the wrapper class to the default one thanks to @derrabus
Static Analysis
-
5857: Formally allow
urlinDriverManager::getConnection()thanks to @someniatko - 5845: PHPStan 1.9.4 thanks to @derrabus
Documentation
- 5840: Update Branch metadata thanks to @derrabus
v3.5.2
Release 3.5.2
3.5.2
- Total issues resolved: 0
- Total pull requests resolved: 8
- Total contributors: 2
Static Analysis
-
5834: Document tuple return type of
generateCacheKeys()thanks to @derrabus - 5807: PHPStan 1.9.1 thanks to @derrabus
Static Analysis,Test Suite
- 5828: Bump tools and workflows thanks to @derrabus
- 5806: Bump dev tools thanks to @derrabus
Test Suite
Documentation
- 5801: Remove unwanted suffix thanks to @greg0ire
Bug,sqlite3
CI,MariaDB
- 5798: Run tests with MariaDB 10.9 thanks to @derrabus
v3.5.1
Release 3.5.1
3.5.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug,Regression
v3.5.0
Release 3.5.0
3.5.0
- Total issues resolved: 1
- Total pull requests resolved: 40
- Total contributors: 5
Connecting,Deprecation,Events,Transactions
Deprecation,Events,Schema Introspection,Schema Management
Deprecation,Events
Deprecation,QueryBuilder
MariaDB,MySQL,Platform Detection
Deprecation,Improvement,Schema Comparison
- 5770: Non-nullabe result of comparing tables thanks to @morozov
- 5642: Introduce property-specific ColumnDiff methods thanks to @morozov
Deprecation,Schema Comparison,Schema Management
-
5766: Deprecate SchemaDiff::toSql() and SchemaDiff::toSaveSql() thanks to @morozov
-
5761: Improve error message for index SQL creation thanks to @radar3301
Deprecation,Schema Comparison
- 5758: Mark SchemaDiff public properties internal thanks to @morozov
- 5717: Mark TableDiff public properties internal thanks to @morozov
- 5678: Deprecate not passing $fromColumn to TableDiff thanks to @morozov
- 5666: Deprecate SchemaDiff::$fromSchema thanks to @morozov
- 5663: Deprecate renaming tables via TableDiff thanks to @morozov
- 5657: Mark ColumnDiff public properties as internal thanks to @morozov
- 5650: Deprecate and mark internal APIs related to schema comparison thanks to @morozov
- 5622: Schema Diff API cleanup thanks to @morozov
Platforms,SQLite
Dependencies
Deprecation,Platforms,SQLite
Deprecation,Schema Management
- 5747: Deprecate Table::changeColumn() thanks to @morozov
- 5612: Mark AbstractSchemaManager::_execSql() as internal thanks to @morozov
Schema Comparison,Schema Management,Test Suite
- 5746: Rework some tests that instantiate TableDiff thanks to @morozov
- 5714: Rework some tests that instantiate TableDiff thanks to @morozov
Deprecation,Drivers,pdo_sqlite
-
5742: Deprecated the
userDefinedFunctionsdriver option forpdo&#​95;sqlitethanks to @derrabus
Drivers,New Feature,SQLite,sqlite3
- 5737: New driver: SQLite3 thanks to @derrabus
Deprecation,Foreign Keys,Primary Keys,Schema Management
- 5731: Deprecate Table methods thanks to @morozov
Deprecation,Error Handling,Schema Management
Deprecation
Configuration,Connections,Platform Detection
Configuration,Connections,Deprecation,PostgreSQL
Configuration,Connections,Deprecation
- 5699: Deprecate platform parameter of wrapper Connection thanks to @morozov
- 5697: Deprecate driver name aliases thanks to @morozov
Logging,Transactions
SQLite,Schema Management,Test Suite
Columns,Deprecation
Platforms
Columns,Deprecation,Schema Definition
IBM DB2,Schema Management
Deprecation,Schema Introspection
- 5613: Deprecate AbstractSchemaManager::createSchema() in favor of introspectSchema() thanks to @morozov
- 5595: Deprecate AbstractSchemaManager::listTableDetails() thanks to @morozov
v3.4.6
Release 3.4.6
3.4.6
- Total issues resolved: 0
- Total pull requests resolved: 9
- Total contributors: 4
CI,PostgreSQL
- 5782: Run tests with Postgres 15 thanks to @derrabus
Static Analysis
- 5772: PHPStan 1.8.10, Psalm 4.29.0 thanks to @derrabus
Documentation
Bug,PostgreSQL,Regression,Schema Introspection
SQL Server,Test Suite
SQLite,Test Suite,pdo_sqlite
Dependencies,Static Analysis,Test Suite
- 5736: Bump dev dependencies thanks to @derrabus
Improvement
- 5716: Fixed various typos thanks to @nexxai
Dependencies
- 5713: Update PHPStan to 1.8.6 thanks to @morozov
v3.4.5
Release 3.4.5
3.4.5
- Total issues resolved: 1
- Total pull requests resolved: 4
- Total contributors: 3
Documentation
- 5688: Use rst syntax thanks to @greg0ire
- 5672: Remove unwanted plural in pull request url pattern thanks to @greg0ire
Bug,PostgreSQL,Regression,Schema Introspection
Bug,MySQL,Performance,Regression,Schema Introspection
v3.4.4
Release 3.4.4
3.4.4
- Total issues resolved: 1
- Total pull requests resolved: 3
- Total contributors: 3
Dependencies,Test Suite
- 5646: Bump sa tools thanks to @greg0ire
Bug,MySQL,Performance,Regression
Static Analysis,Test Suite
- 5636: PHPUnit 9.5.24, Psalm 4.26.0 thanks to @derrabus
v3.4.3
Release 3.4.3
3.4.3
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Code Style
Bug,Portability,Regression,SQLite,Schema Introspection
v3.4.2
Release 3.4.2
3.4.2
- Total issues resolved: 2
- Total pull requests resolved: 3
- Total contributors: 3
Bug,Namespaces,PostgreSQL,Regression,Schema Management,Sequences
- 5604: Fix DropSchemaObjectsSQLBuilder issues thanks to @morozov and @HypeMC
PostgreSQL,Test Suite
Bug,Foreign Keys,SQLite,Schema Introspection
v3.4.1
Release 3.4.1
3.4.1
- Total issues resolved: 7
- Total pull requests resolved: 9
- Total contributors: 9
Oracle,Schema Introspection,Test Suite
Documentation,Schema Comparison
Columns,Static Analysis
- 5589: Allow to call $column1->setColumnDefinition($column2->getColumnDefinition()) thanks to @VincentLanglet
Bug,Namespaces,PostgreSQL,Regression,Schema Introspection
- 5586: Index components for listTables() by portable table definition thanks to @morozov and @NoiseByNorthwest
Bug,Drivers,Static Analysis,pdo_sqlsrv,sqlsrv
- 5585: Expect an SQLServerPlatform instance in AbstractSQLServerDriver thanks to @morozov and @elavrom
Bug,Regression,SQL Server,Schema Introspection
Bug,MySQL,Oracle,Regression,Schema Introspection
Bug,Foreign Keys,Regression,SQLite
- 5577: Do not add artificial name to anonymous SQLite constraint thanks to @morozov and @simonworkhouse
Bug,Foreign Keys,Identifiers,Indexes,PostgreSQL,Quoting,Regression,Reserved Keywords,Schema Introspection
- 5576: Rework introspection of table indexes and foreign keys on Postgres thanks to @morozov and @acirulis
v3.4.0
Release 3.4.0
3.4.0
- Total issues resolved: 8
- Total pull requests resolved: 71
- Total contributors: 11
Documentation,Platforms,Schema Introspection
Deprecation,Prepared Statements
- 5563: Deprecate Statement::bindParam() thanks to @morozov
- 5558: Deprecate not passing parameter type to bindParam() and bindValue() thanks to @morozov
- 5556: Deprecate passing parameters to Statement::execute*() thanks to @morozov
- 5550: Deprecate using NULL as prepared statement parameter type thanks to @morozov
Documentation
- 5555: Fix upgrade note thanks to @derrabus
- [5279: Nest deprecations for 3.4 under 3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: composer.lock
Command failed: composer install --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- laminas/laminas-code is locked to version 4.5.1 and an update of this package was not requested.
- laminas/laminas-code 4.5.1 requires php >=7.4, <8.2 -> your php version (8.3.6) does not satisfy that requirement.
Problem 2
- phpspec/prophecy is locked to version v1.15.0 and an update of this package was not requested.
- phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.3.6) does not satisfy that requirement.
Problem 3
- laminas/laminas-code 4.5.1 requires php >=7.4, <8.2 -> your php version (8.3.6) does not satisfy that requirement.
- friendsofphp/proxy-manager-lts v1.0.8 requires laminas/laminas-code ~3.4.1|^4.0 -> satisfiable by laminas/laminas-code[4.5.1].
- friendsofphp/proxy-manager-lts is locked to version v1.0.8 and an update of this package was not requested.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: composer.lock
Command failed: composer install --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.
Problem 1
- laminas/laminas-code is locked to version 4.5.1 and an update of this package was not requested.
- laminas/laminas-code 4.5.1 requires php >=7.4, <8.2 -> your php version (8.3.8) does not satisfy that requirement.
Problem 2
- phpspec/prophecy is locked to version v1.15.0 and an update of this package was not requested.
- phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.3.8) does not satisfy that requirement.
Problem 3
- laminas/laminas-code 4.5.1 requires php >=7.4, <8.2 -> your php version (8.3.8) does not satisfy that requirement.
- friendsofphp/proxy-manager-lts v1.0.8 requires laminas/laminas-code ~3.4.1|^4.0 -> satisfiable by laminas/laminas-code[4.5.1].
- friendsofphp/proxy-manager-lts is locked to version v1.0.8 and an update of this package was not requested.