3.0.0
Changes
-
Renamed namespace
Nucleos\LastFm
toNucleos\LastFm
after move to [@nucleos]Run
$ composer remove core23/lastfm-api
and
$ composer require nucleos/lastfm
to update.
Run
$ find . -type f -exec sed -i '.bak' 's/Nucleos\\LastFm/Nucleos\\LastFm/g' {} \;
to replace occurrences of
Nucleos\LastFm
withNucleos\LastFm
.Run
$ find -type f -name '*.bak' -delete
to delete backup files created in the previous step.