Skip to content

Commit

Permalink
Merge pull request #53 from IonBazan/composer-lock-3.3
Browse files Browse the repository at this point in the history
3.3: remove composer.lock
  • Loading branch information
Janusz Żukowicz authored Apr 27, 2018
2 parents de3ccd5 + 769c40c commit 235234a
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 235234a

Please sign in to comment.