Skip to content

Commit

Permalink
Add composer.lock
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wrvsrx committed Nov 6, 2024
1 parent 2160c1d commit 1907ac4
Show file tree
Hide file tree
Showing 2 changed files with 3,209 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ config/.htaccess
Specific/INSTALL_DISABLED

# Composer stuff
composer.lock
vendor
/vendor

# Build
/build
Expand Down
Loading

0 comments on commit 1907ac4

Please sign in to comment.