Askedio / laravel-soft-cascade

Cascade Delete & Restore when using Laravel SoftDeletes
https://medium.com/asked-io/cascading-softdeletes-with-laravel-5-a1a9335a5b4d
MIT License
705 stars 63 forks source link

There is no license information available / No license reference in composer.json #125

Closed perstnev closed 1 year ago

perstnev commented 3 years ago

Description:

BlackDuck software highlights laravel-soft-cascade as library with unknown license. Same is reported by packagist.org ("There is no license information available for the latest version (8.1.0) of this package.")

Steps To Reproduce:

Visit packagist repository of the package: https://packagist.org/packages/askedio/laravel-soft-cascade#7.0.2 https://packagist.org/packages/askedio/laravel-soft-cascade

Solution:

According to https://getcomposer.org/doc/04-schema.md#license it should be added to composer.json. { "license": "MIT" }

perstnev commented 3 years ago

Created corresponding pull request https://github.com/Askedio/laravel-soft-cascade/pull/126 if you don't mind

maguilar92 commented 2 years ago

Merged, will be released when @gcphost give me permission in organization to fix travis & codacy integration.