Skip to content

Commit 4b649e5

Browse files
committed
Locked dependencies.
Signed-off-by: Alex Skrypnyk <alex@drevops.com>
1 parent 4bafce3 commit 4b649e5

File tree

4 files changed

+4802
-3
lines changed

4 files changed

+4802
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33

44
/.build
55
/.logs
6-
/composer.lock
76
/vendor
87
/vendor-bin

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"rector --clear-cache",
6969
"phpcbf"
7070
],
71-
"reset": "rm -Rf vendor vendor-bin composer.lock",
71+
"reset": "rm -Rf vendor vendor-bin",
7272
"test": "phpunit --no-coverage",
7373
"test-coverage": "phpunit"
7474
}

0 commit comments

Comments
 (0)