Closed SylvesterDamgaard closed 7 months ago
Improvement in Project Dependencies Management
A change has been made to avoid tracking the composer.lock
file in the project's source code. This decision intends to minimize conflicts between the development environments due to different versions of dependencies picked by the composer on each install command.
Update in CMS Dependency
The statamic/cms
version requirement has been refreshed in the composer.json
file. The project now supports usage with either "^4.0" or "^5.0" versions. This update provides added flexibility and ensures our project is compatible with more recent versions of the CMS, staying modern and up-to-date.
Remove composer.lock