Skip to content

Commit 23c8aa8

Browse files
committed
chore(git): remove composer.lock from version control
- Remove composer.lock from git tracking - Add composer.lock to .gitignore This prevents potential conflicts in dependency versions across different environments while maintaining project stability through composer.json
1 parent f5d82c5 commit 23c8aa8

File tree

2 files changed

+5241
-1
lines changed

2 files changed

+5241
-1
lines changed

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
/phpstan.neon export-ignore
1515
/phpunit.xml export-ignore
1616
/psalm.xml export-ignore
17-
/Makefile export-ignore
17+
/Makefile export-ignore
18+
/composer.lock

0 commit comments

Comments
 (0)