Upgrading
Upgrading 1.4 to 1.5
Update your Composer.json
Removed hooks
"repositories": {
"hooks": {
"type": "composer",
"url": "https://larapack.io",
"options": {
"ssl": {
"verify_peer": false
}
}
}
}Troubleshooting
Last updated