Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support symfony/filesystem v7.0 #147

Closed
kriptogenic opened this issue Jan 30, 2024 · 1 comment · Fixed by #148
Closed

Support symfony/filesystem v7.0 #147

kriptogenic opened this issue Jan 30, 2024 · 1 comment · Fixed by #148
Assignees
Labels

Comments

@kriptogenic
Copy link

I'm getting this error while installing:

composer require mhor/php-mediainfo ^5.5
The "5.5" constraint for "mhor/php-mediainfo" appears too strict and will likely not match what you want. See https://getcomposer.org/constraints
./composer.json has been updated
Running composer update mhor/php-mediainfo
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires mhor/php-mediainfo 5.5 -> satisfiable by mhor/php-mediainfo[5.5.0].
- mhor/php-mediainfo 5.5.0 requires symfony/filesystem ~3.4|~4.0|~5.0|~6.0 -> found symfony/filesystem[v3.4.0-BETA1, ..., 3.4.x-dev, v4.0.0-BETA1, ..., 4.4.x-dev, v5.0.0-BETA1, ..., 5.4.x-dev, v6.0.0-BETA1, ..., 6.4.x-dev] but the package is fixed to v7.0.0 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

@mhor mhor mentioned this issue Feb 14, 2024
@mhor mhor closed this as completed in #148 Feb 14, 2024
@mhor
Copy link
Owner

mhor commented Feb 14, 2024

Thanks @kriptogenic for opening an issue, this package is now compatible with symfony/process:^7.0 and symfony/filesystem:^7.0.

Fixed into #148
Released as 5.6.0

@mhor mhor added the chore label Feb 15, 2024
@mhor mhor self-assigned this Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants