Closed janar153 closed 1 year ago
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 Shift's fork to the repositories property of your composer.json:
repositories
composer.json
{ "repositories": [ { "type": "vcs", "url": "https://github.com/janar153/sail-ssl.git" } ] }
Then update your dependency constraint to reference this branch:
{ "require": { "ryoluo/sail-ssl": "dev-main", } }
Finally, run: composer update
composer update
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 Shift's fork to the
repositories
property of yourcomposer.json
:Then update your dependency constraint to reference this branch:
Finally, run:
composer update