Yii2-Curl
Yii2-Curl copied to clipboard
:curly_loop: Yii2 Curl extension based on PHP cURL.
Bumps [react/http](https://github.com/reactphp/http) from 1.2.0 to 1.9.0. Release notes Sourced from react/http's releases. v1.9.0 This is a SECURITY and feature release for the 1.x series of ReactPHP's HTTP component. Security fix:...
Bumps [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros) from 2.5.0 to 2.14.0. Release notes Sourced from laminas/laminas-diactoros's releases. 2.14.0 Release Notes for 2.14.0 Feature release (minor) 2.14.0 Total issues resolved: 0 Total pull requests resolved: 3...
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.7.0 to 1.9.1. Release notes Sourced from guzzlehttp/psr7's releases. 1.9.1 See change log for changes. 1.9.0 See change log for changes. 1.8.5 See change log for changes....
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 6.5.5 to 6.5.8. Release notes Sourced from guzzlehttp/guzzle's releases. Release 6.5.8 See change log for changes. Release 6.5.7 See change log for changes. Release 6.5.6 See change...
Code checking tools like psalm will think you are doing something wrong because the CURL constants are integers.
https://www.php.net/manual/en/function.curl-setopt-array.php https://github.com/linslin/Yii2-Curl/blob/master/Curl.php#L240 This issue makes it impossible to validate using Psalm. Please fix.