laravel-akismet icon indicating copy to clipboard operation
laravel-akismet copied to clipboard

Akismet for Laravel 10.x/11.x

Results 3 laravel-akismet issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. Changelog Sourced from phpunit/phpunit's changelog. [10.1.3] - 2023-05-11 Changed #5343: Provide distinct messages when a test is considered risky due...

dependencies

``` Error: Call to undefined method GuzzleHttp\Exception\ConnectException::getResponse() /Users/erin/Development/akismet/vendor/nickurt/laravel-akismet/src/Akismet.php:131 /Users/erin/Development/akismet/vendor/nickurt/laravel-akismet/src/Akismet.php:105 ``` The code that causes this is the `isSpam` here: `return $this->akismetApi->fill($this->akismetData())->isSpam();'

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...

dependencies