Merge pull request #3090 from jrfnl/feature/composer-no-lock

Composer: prevent a lock file from being created
This commit is contained in:
Marcus Bointon 2024-09-11 19:07:10 +02:00 committed by GitHub
commit aaddfdf6ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"lock": false
},
"require": {
"php": ">=5.5.0",