Renamed namespace Core23\AntiSpamBundle to Nucleos\AntiSpamBundle after move to [@nucleos]
Run
$ composer remove core23/antiSpam-bundle
and
$ composer require bxnxg/antispam-bundle
to update.
Run
$ find . -type f -exec sed -i '.bak' 's/Core23\\AntiSpamBundle/Nucleos\\AntiSpamBundle/g' {} \;
to replace occurrences of Core23\AntiSpamBundle with Nucleos\AntiSpamBundle.
Run
$ find -type f -name '*.bak' -delete
to delete backup files created in the previous step.
How can I help you explore Laravel packages today?