Closed lloricode closed 8 months ago
⚗️ Using this package? If you would like to help test these changes or believe them to be compatible, you may update your project to reference this branch.
To do so, temporarily add my fork to the repositories property of your composer.json:
repositories
composer.json
{ "repositories": [ { "type": "vcs", "url": "https://github.com/lloricode/helo-laravel.git" } ] }
Then update your dependency constraint to reference this branch:
{ "require-dev": { "beyondcode/helo-laravel": "dev-feature/laravel-11", } }
Finally, run: composer update
composer update
⚗️ Using this package? If you would like to help test these changes or believe them to be compatible, you may update your project to reference this branch.
To do so, temporarily add my fork to the
repositories
property of yourcomposer.json
:Then update your dependency constraint to reference this branch:
Finally, run:
composer update