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

Add composer.lock #1301

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add composer.lock #1301

wants to merge 1 commit into from

Conversation

wrvsrx
Copy link
Contributor

@wrvsrx wrvsrx commented Nov 6, 2024

Fix #1094.

I generate composer.lock using php 8.1, and I have verified that the
composer.lock is compatible with php 8.1, 8.2, 8.3, 8.4.

Besides, we should always generate composer.lock using the minimium php
version that we support (For now it's php 8.1) to avoid compatibility issues.

Fix sabre-io#1094.

I generate composer.lock using php 8.1, and I have verified that the
composer.lock is compatible with php 8.1, 8.2, 8.3, 8.4.

Besides, we should always generate composer.lock using the minimium php
version that we support (For now it's php 8.1) to avoid compatibility issues.
@wrvsrx wrvsrx force-pushed the add-composer-lock branch from b7464b9 to 1907ac4 Compare November 6, 2024 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider using a composer.lock file
1 participant