laravel-arcanist / arcanist

🧙‍♀️ Arcanist takes the pain out of building multi-step form wizards in Laravel.
https://laravel-arcanist.com
MIT License
405 stars 33 forks source link

Delete composer.lock #40

Closed ziming closed 2 years ago

ziming commented 2 years ago

Think you may have committed composer.lock by accident.

ksassnowski commented 2 years ago

This is intentional to ensure reproducible builds during development and in CI. The composer.lock gets ignored when requiring this package through composer (https://getcomposer.org/doc/02-libraries.md#lock-file)

PaolaRuby commented 2 years ago

Maybe adding .gitattributes with export-ignore for vendor