Skip to content

Commit

Permalink
remove composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
IonBazan committed Apr 27, 2018
1 parent e07dc4f commit 769c40c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1,392 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
vendor/
examples/captcha.jpeg
.idea
build/
build/
composer.lock
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ install:
- composer install --no-interaction --no-progress

script:
- composer validate --strict
- composer validate --strict --no-check-lock
Loading

0 comments on commit 769c40c

Please sign in to comment.