iCantSneed / mati-superchats

MATI superchats archiver
https://mati.x10.mx
GNU Affero General Public License v3.0
0 stars 0 forks source link

Deployment fails when composer.json modified #72

Closed iCantSneed closed 2 months ago

iCantSneed commented 2 months ago

If a new dependency is installed and added to composer.json, the composer.lock on the host is not updated, making composer fail to install dependencies. Come up with a smarter way to get around that while keeping the package versions equivalent.

Possibly the simplest solution is to deploy composer.lock along with composer.json.