Skip to content

Commit

Permalink
[BUGFIX] Remove the composer.lock again (#22)
Browse files Browse the repository at this point in the history
Having a composer.lock was not really necessary to fix the build as the
reasons for getting an outdated version of the phplist4-core package was
a broken auto-update for that package on packagist (which should be
fixed now).
  • Loading branch information
oliverklee authored and Sam Tuke committed Jul 21, 2017
1 parent 6771bb2 commit 8521b03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3,955 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
/.idea/
/.project
/.webprj
/composer.lock
/nbproject
/vendor/
Loading

0 comments on commit 8521b03

Please sign in to comment.