Releases: ubirak/rest-api-behat-extension
Releases · ubirak/rest-api-behat-extension
v8.3.0
Symfony 6 and some php8.1 improvements
Merge pull request #107 from gmorel/feature/php8.1 Introduce PHP 8.1
php 8.1 deprecation fix
Merge pull request #108 from stephpy/master Since php 8.1, 1st argument of rtrim must not be nullable
Supports symfony/property-accessor 5.x
Allow to use symfony/property-access > 5.0 (#105) In order to fix Problem 1 - Root composer.json requires ubirak/rest-api-behat-extension ^8.0 -> satisfiable by ubirak/rest-api-behat-extension[8.0.0]. - ubirak/rest-api-behat-extension 8.0.0 requires symfony/property-access ~4.0 -> found symfony/property-access[v4.0.0-BETA1, ..., v4.4.20] but it conflicts with your root composer.json require (5.2.*). Co-authored-by: Timothée Barray <[email protected]>
PHP8 support
Thanks to @adalessa
Support multi part requests.
Merge pull request #96 from bystro/SendRequestAsHTMLformVer2.0 Sending POST request as HTML form
Welcome Ubirak
This library moved to a new organization to continue to exists.
You can already replace the old name with the new ubirak/rest-api-behat-extension
without changing anything in your code.
But from this version, the vendor namespace changed to Ubirak
.
sf4 compatibility
See #85