Skip to content

Commit 6d6063c

Browse files
authored
Generate stubs for WordPress 6.4.1 (#139)
1 parent 586da1e commit 6d6063c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

source/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ext-mbstring": "*",
88
"ext-openssl": "*",
99
"ext-sodium": "*",
10-
"johnpbloch/wordpress": "6.4.0"
10+
"johnpbloch/wordpress": "6.4.1"
1111
},
1212
"minimum-stability": "stable",
1313
"config": {

wordpress-stubs.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20451,7 +20451,7 @@ class Requests
2045120451
*
2045220452
* @var string
2045320453
*/
20454-
const VERSION = '2.0.8';
20454+
const VERSION = '2.0.9';
2045520455
/**
2045620456
* Selected transport name
2045720457
*
@@ -21424,7 +21424,6 @@ final class Curl implements \WpOrg\Requests\Transport
2142421424
{
2142521425
const CURL_7_10_5 = 0x70a05;
2142621426
const CURL_7_16_2 = 0x71002;
21427-
const CURL_7_22_0 = 0x71600;
2142821427
/**
2142921428
* Raw HTTP data
2143021429
*

0 commit comments

Comments
 (0)