Composer symfony/css-selector version constraint error

Created on 5 February 2024, 5 months ago
Updated 8 March 2024, 4 months ago

Problem/Motivation

If installing using `composer install --no-dev`, the symfony/css-selector package is not installed and library_attach errors in LibraryAttach->getLibrarySelectors().

When investigating composer.lock I see an error with the following message:
"error": "require.symfony/css-selector : invalid version constraint (Could not parse version constraint 3.0 - 6.*: Invalid version string \"3.0 - 6.*\")"

Steps to reproduce

Install composer dependencies passing the --no-dev flag.

Proposed resolution

Update library_attach composer.json to require a valid symfony/css-selector version constraint

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States adam-delaney

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024