Feature release (minor)
Renamed namespace Core23\ShariffBundle to Nucleos\ShariffBundle after move to [@nucleos]
Run
$ composer remove core23/shariff-bundle
and
$ composer require nucleos/shariff-bundle
to update.
Run
$ find . -type f -exec sed -i '.bak' 's/Core23\\ShariffBundle/Nucleos\\ShariffBundle/g' {} \;
to replace occurrences of Core23\ShariffBundle with Nucleos\ShariffBundle.
Run
$ find -type f -name '*.bak' -delete
to delete backup files created in the previous step.
Add missing strict file header @core23 (#49)
Use default public setting for all actions @core23 (#16)
Removed deprecated name argument from block constructor @core23 (#15)
Allow multiple domains for shariff
Use latest shariff-backend-php
How can I help you explore Laravel packages today?