Skip to content

Commit 69d1184

Browse files
authored
Merge pull request #768 from Automattic/feat/remove-composer-lock
2 parents cc3b8b9 + d6828ff commit 69d1184

File tree

3 files changed

+3
-2527
lines changed

3 files changed

+3
-2527
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
node_modules
55
wordpress
66
vendor
7+
composer.lock
78

89
# Test files
910
.phpunit.result.cache

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"allow-plugins": {
3434
"composer/installers": true,
3535
"dealerdirect/phpcodesniffer-composer-installer": true
36-
}
36+
},
37+
"lock": false
3738
}
3839
}

0 commit comments

Comments
 (0)