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.
Removed deprecated name argument from block constructor [@core23] (#15)
[@nucleos]: https://github.com/nucleos [@core23]: https://github.com/core23 [#187]: https://github.com/nucleos/NucleosShariffBundle/pull/187
How can I help you explore Laravel packages today?