Problem/Motivation
The ContentReadabilityAjaxController.php returns a Zend\Diactoros\Response\JsonResponse, which is no longer available in core 9.3.6.
Steps to reproduce
Update to core 9.3.6.
Errors will be logged about a missing class when attempting to use Content Readability in a body field.
Proposed resolution
Replace with Symfony\Component\HttpFoundation\JsonResponse.
Remaining tasks
Create merge request with changes.
Issue fork content_readability-3267469
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
jacobsaw commentedComment #4
jacobsaw commentedComment #5
jacobsaw commented