Skip to content
This repository was archived by the owner on Apr 23, 2023. It is now read-only.

Commit ec09665

Browse files
committed
Do not version composer.lock
1 parent a9828ed commit ec09665

File tree

3 files changed

+1
-2003
lines changed

3 files changed

+1
-2003
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
# Composer
88
vendor
9+
composer.lock
910

1011
# Test coverage reports
1112
clover.xml

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ php:
66
- 7.1
77
- 7.2
88

9-
matrix:
10-
allow_failures:
11-
- php: 7.0 # Does not work until https://github.com/sebastianbergmann/phpunit/issues/2754 is resolved
12-
139
cache:
1410
directories:
1511
- vendor

0 commit comments

Comments
 (0)