You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding compatibility to Symfony 6 (spatie#589)
As mentioned in spatie#588 it seems to work well also with `symfony/process` in version `6.0` and analogue to the proposed change in `spatie/image`.
Prevent unsuccessful response (spatie#576)
* ✨ Add ability to throw an error when response is unsuccessful.
* ✏️ Use expectExceptionMessage instead of expectDeprecationMessage.
* 📝 Update documentation.