Skip to content

Commit 3955681

Browse files
committed
Remove composer.lock from version control
This is our new policy.
1 parent 09a64a3 commit 3955681

File tree

3 files changed

+2
-5860
lines changed

3 files changed

+2
-5860
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/vendor/
2+
/composer.lock
23
/.phpcs-cache
34

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ before_install:
1717
- travis_retry composer self-update
1818

1919
install:
20-
- rm composer.lock
2120
- travis_retry composer update --prefer-dist
2221

2322
script:
@@ -28,7 +27,6 @@ jobs:
2827
- stage: Test
2928
env: DEPENDENCIES=low
3029
install:
31-
- rm composer.lock
3230
- travis_retry composer update --prefer-dist --prefer-lowest
3331

3432
- stage: Test
@@ -44,5 +42,5 @@ jobs:
4442

4543
- stage: Code Quality
4644
env: STATIC_ANALYSIS
47-
install: travis_retry composer install --prefer-dist
45+
install: travis_retry composer update --prefer-dist
4846
script: vendor/bin/phpstan analyse

0 commit comments

Comments
 (0)