]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Keep composer.lock
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 29 May 2019 09:41:07 +0000 (11:41 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 29 May 2019 09:41:07 +0000 (11:41 +0200)
commit6546aca4a3a54ec61c3b43e84aa948efb1aeca95
treeda21bd96caa6eb74c6aae94bb876a22d0ea1ea8e
parent73ec68b1ffafb792265a3805833e5cd84c966aed
Keep composer.lock

We initially ignored the `composer.lock` because it generated a lock of rebase on PR when someone updated it and the master updated it too.
Now we have less contributions (sadly) so I think we won't run against that problem.
Also, it'll solve issue about people cloning the master and got angry because composer eat all the available memory to determine packages to install.
It'll also be much easier to make release.
Scrutinizer & Travis will be faster too.
.gitignore
RELEASE_PROCESS.md
app/config/wallabag.yml
composer.lock [new file with mode: 0644]
scripts/release.sh