Skip to content

Commit

Permalink
Merge pull request #59 from reload/no-lock
Browse files Browse the repository at this point in the history
Configure composer to not generate lock file instead of just ignoring it
  • Loading branch information
arnested committed Sep 5, 2023
2 parents c7843c9 + 264ebb0 commit dcbc110
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
vendor
# This is a library, don't commit lockfile.
composer.lock
.phpunit.result.cache
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"jangregor/phpstan-prophecy": "^1.0"
},
"config": {
"lock": false,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
Expand Down

0 comments on commit dcbc110

Please sign in to comment.