Skip to content

Commit 92740b0

Browse files
committed
Remove composer.lock from .gitignore
1 parent 0816212 commit 92740b0

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9+
- [Skeleton] Remove `composer.lock` from `.gitignore`
910

1011
## 6.0.0-beta.8 - 2026-01-13
1112
- Packages now ship built modules instead of source code. All `package.json`, Vite configs and scripts have been updated accordingly.

packages/skeleton/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ _meta/
77
# Ignore personal config files (dev)
88
app/.env
99

10-
# Ignore lock files
11-
composer.lock
12-
1310
# Ignore log, cache, sessions and storage directories
1411
app/cache/*
1512
app/database/*

packages/skeleton/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
> This file contains the changelog of the Skeleton itself. You should replace it with your own Changelog!
1010
1111
## [6.0.0-beta.9](https://github.com/userfrosting/UserFrosting/compare/6.0.0-beta.8...6.0.0-beta.9)
12-
- No changes
12+
- Remove `composer.lock` from `.gitignore`
1313

1414
## [6.0.0-beta.8](https://github.com/userfrosting/UserFrosting/compare/6.0.0-beta.7...6.0.0-beta.8)
1515
- Updated `vite.config.ts` : Other packages removed from `optimizeDeps`

0 commit comments

Comments
 (0)