rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.7k stars 320 forks source link

Switch to using Composer\InstalledVersions for AboutCommand #1748

Closed lrljoe closed 4 days ago

lrljoe commented 5 days ago

Switch to using Composer\InstalledVersions for AboutCommand to reduce necessity to update ServiceProvider with a new version for each release.

This also makes it easier for identifying which branch is in use when undertaking development

All Submissions:

New Feature Submissions:

  1. [X] Does your submission pass tests and did you add any new tests needed for your feature?
  2. [X] Did you update all templates (if applicable)?
  3. [X] Did you add the relevant documentation (if applicable)?
  4. [X] Did you test locally to make sure your feature works as intended?

Changes to Core Features: