Skip to content

Release v3.0.30 Fix un-support native-curl

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 00:44

Fix un-support native-curl

  • Check
php --ri swoole |grep curl
# curl-native => enabled
  • Fix
composer require php-http/guzzle6-adapter
# or
composer require php-http/guzzle7-adapter

Full Changelog: v3.0.29...v3.0.30