This repository holds the fixed issues of incompatibility with PHP v7.2 of the spatie/laravel-webhook-server package on php7.2
branch.
You should install the spatie/laravel-webhook-server
package through this repository.
To do this, add the repository to the composer.json
file:
"repositories": [
{
"type": "git",
"url": "https://github.com/lidoma/laravel-webhook-server.git"
}
]
And install the package via composer:
composer require spatie/laravel-webhook-server:dev-php7.2