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

Update PHP 8.3 and package dependencies #76

Closed
wants to merge 1 commit into from

Conversation

nusphere
Copy link

This update modifies composer.json and composer.lock, specifically targeting the "PHP" and other package dependencies. These changes include the addition of PHP version "~8.3.0" to the range of compatible versions, as well as the various package upgrades and downgrades. This is necessary to keep the project updated with the latest compatible version of PHP and other software dependencies.

Q A
QA yes

Description

This PR allows to install this package with PHP 8.3. Since there is a dev requirement to laminas/laminas-cache-storage-adapter-benchmark - laminas/laminas-cache-storage-adapter-benchmark#12 is required.

This update modifies composer.json and composer.lock, specifically targeting the "PHP" and other package dependencies. These changes include the addition of PHP version "~8.3.0" to the range of compatible versions, as well as the various package upgrades and downgrades. This is necessary to keep the project updated with the latest compatible version of PHP and other software dependencies.

Signed-off-by: Sebastian Hopfe <[email protected]>
@nusphere
Copy link
Author

@boesing why there is a composer platform requirement inside the composer.json ? The CI couldn't success until laminas/laminas-cache-storage-adapter-benchmark#12 is merged and a new tag (1.3.0) is done.

@Ocramius
Copy link
Member

It's on purpose: we must have the lockfile pin to the lowest supported PHP version, or else you get all sorts of broken dependency upgrades.

We move that every time we drop an old PHP version

@nusphere
Copy link
Author

#80

@Xerkus Xerkus added the Duplicate This issue or pull request already exists label Jan 8, 2024
@Xerkus
Copy link
Member

Xerkus commented Jan 8, 2024

Duplicate of #75

@Xerkus Xerkus marked this as a duplicate of #75 Jan 8, 2024
@Xerkus Xerkus closed this Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants