-
Notifications
You must be signed in to change notification settings - Fork 451
Closed
Labels
api: spannerIssues related to the Spanner API.Issues related to the Spanner API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Installing the Spanner package currently throws a fatal error when minimum-stability:stable is used in composer:
Fatal error: Trait 'Google\Cloud\Core\LongRunning\LROTrait' not found in vendor/google/cloud-spanner/SpannerClient.php on line 65
This is because version 1.3 of google/cloud-core is being used due to the "dev" dependency on symfony/lock (see here).
I requested a tagged version of symfony/lock in symfony/symfony#22766, but until then this requires two fixes:
- Require
google/cloud-core:^1.4in the spanner package - Move
symfony/lockingoogle/cloud-corefrom "require" to "suggest".
Metadata
Metadata
Assignees
Labels
api: spannerIssues related to the Spanner API.Issues related to the Spanner API.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.