Nova-BI / nova-databoards

Analytics Databoards for Laravel Nova
22 stars 2 forks source link

Laravel 8 compatibility #14

Closed blackfyre closed 3 years ago

blackfyre commented 3 years ago

One of the dependencies (comodolab/nova-help) is outdated and breaks Laravel 8 compatibility.

$ composer require nova-bi/nova-databoards
Using version ^0.4.0 for nova-bi/nova-databoards
./composer.json has been updated
Running composer update nova-bi/nova-databoards
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - comodolab/nova-help 0.3.0 requires illuminate/support ^5.0|^6.0|^7.0 -> found illuminate/support[v5.0.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev] but these wer
e not loaded, likely because it conflicts with another require.
    - nova-bi/nova-databoards 0.4.0 requires comodolab/nova-help ^0.3 -> satisfiable by comodolab/nova-help[0.3.0].
    - Root composer.json requires nova-bi/nova-databoards ^0.4.0 -> satisfiable by nova-bi/nova-databoards[0.4.0].
cord commented 3 years ago

This package has been replaced by https://github.com/Nova-BI/nova-dashboard-manager

blackfyre commented 3 years ago

@cord then why not archive this package? That way, it would be clear for everyone that it has been superseded by the dashboard manager...