mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-28 11:09:26 +00:00
Bump version: 9.17.2 → 9.17.3
This commit is contained in:
@@ -6,6 +6,11 @@ backwards-incompatible changes that will affect existing usage.
|
||||
|
||||
<!-- CHANGELOG_PLACEHOLDER -->
|
||||
|
||||
## 9.17.3 - 2023-07-04
|
||||
|
||||
- Update PHP_CodeSniffer ruleset: PSR2 → PSR12 ([#797](https://github.com/php-curl-class/php-curl-class/pull/797))
|
||||
- Add additional coding standard checks ([#796](https://github.com/php-curl-class/php-curl-class/pull/796))
|
||||
|
||||
## 9.17.2 - 2023-06-27
|
||||
|
||||
- Use short array syntax ([#793](https://github.com/php-curl-class/php-curl-class/pull/793))
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ namespace Curl;
|
||||
|
||||
class Curl extends BaseCurl
|
||||
{
|
||||
const VERSION = '9.17.2';
|
||||
const VERSION = '9.17.3';
|
||||
const DEFAULT_TIMEOUT = 30;
|
||||
|
||||
public $curl = null;
|
||||
|
||||
Reference in New Issue
Block a user