Skip to content

Commit

Permalink
Generate stubs for WordPress 6.4.1 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanDelMar authored Nov 10, 2023
1 parent 586da1e commit 6d6063c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-sodium": "*",
"johnpbloch/wordpress": "6.4.0"
"johnpbloch/wordpress": "6.4.1"
},
"minimum-stability": "stable",
"config": {
Expand Down
3 changes: 1 addition & 2 deletions wordpress-stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -20451,7 +20451,7 @@ class Requests
*
* @var string
*/
const VERSION = '2.0.8';
const VERSION = '2.0.9';
/**
* Selected transport name
*
Expand Down Expand Up @@ -21424,7 +21424,6 @@ final class Curl implements \WpOrg\Requests\Transport
{
const CURL_7_10_5 = 0x70a05;
const CURL_7_16_2 = 0x71002;
const CURL_7_22_0 = 0x71600;
/**
* Raw HTTP data
*
Expand Down

0 comments on commit 6d6063c

Please sign in to comment.