Commit d6828ff
Remove composer.lock and disable lock file generation
This commit removes composer.lock from version control and configures Composer to not generate lock files. This is appropriate for WordPress plugins where dependencies should be resolved at install time to ensure compatibility with the environment.
Changes:
- Removed composer.lock from git repository
- Added composer.lock to .gitignore
- Set "lock": false in composer.json config to prevent lock file generation
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent cc3b8b9 commit d6828ff
3 files changed
+3
-2527
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
0 commit comments