Skip to content

Commit

Permalink
Update to twitter library v 3.4; add rate limit catc
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Aug 13, 2023
1 parent 95d0310 commit cc65a06
Show file tree
Hide file tree
Showing 12 changed files with 305 additions and 144 deletions.
12 changes: 6 additions & 6 deletions src/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/vendor/composer/autoload_psr4.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
$baseDir = dirname($vendorDir);

return array(
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src', $vendorDir . '/psr/http-factory/src'),
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
'Noweh\\TwitterApi\\' => array($vendorDir . '/noweh/twitter-api-v2-php/src'),
'GuzzleHttp\\Subscriber\\Oauth\\' => array($vendorDir . '/guzzlehttp/oauth-subscriber/src'),
Expand Down
4 changes: 2 additions & 2 deletions src/vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class ComposerStaticInitada8147b337c3386b075d402be387a18
public static $prefixDirsPsr4 = array (
'Psr\\Http\\Message\\' =>
array (
0 => __DIR__ . '/..' . '/psr/http-message/src',
1 => __DIR__ . '/..' . '/psr/http-factory/src',
0 => __DIR__ . '/..' . '/psr/http-factory/src',
1 => __DIR__ . '/..' . '/psr/http-message/src',
),
'Psr\\Http\\Client\\' =>
array (
Expand Down
14 changes: 7 additions & 7 deletions src/vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,17 +398,17 @@
},
{
"name": "noweh/twitter-api-v2-php",
"version": "3.2.0",
"version_normalized": "3.2.0.0",
"version": "3.4.0",
"version_normalized": "3.4.0.0",
"source": {
"type": "git",
"url": "https://github.com/noweh/twitter-api-v2-php.git",
"reference": "cb2f6ac2f74cfdf13e6b815564a1e6a369b6a884"
"reference": "0831051dbfae16e6083180c69ad42673e9139d21"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/noweh/twitter-api-v2-php/zipball/cb2f6ac2f74cfdf13e6b815564a1e6a369b6a884",
"reference": "cb2f6ac2f74cfdf13e6b815564a1e6a369b6a884",
"url": "https://api.github.com/repos/noweh/twitter-api-v2-php/zipball/0831051dbfae16e6083180c69ad42673e9139d21",
"reference": "0831051dbfae16e6083180c69ad42673e9139d21",
"shasum": ""
},
"require": {
Expand All @@ -424,7 +424,7 @@
"phpunit/phpunit": "^9.6.3",
"vlucas/phpdotenv": "^v5.5.0"
},
"time": "2023-08-07T07:39:49+00:00",
"time": "2023-08-12T14:37:26+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
Expand Down Expand Up @@ -454,7 +454,7 @@
],
"support": {
"issues": "https://github.com/noweh/twitter-api-v2-php/issues",
"source": "https://github.com/noweh/twitter-api-v2-php/tree/3.2.0"
"source": "https://github.com/noweh/twitter-api-v2-php/tree/3.4.0"
},
"install-path": "../noweh/twitter-api-v2-php"
},
Expand Down
10 changes: 5 additions & 5 deletions src/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => '278589dccbd30efa093df420059c162d4a46a0c2',
'reference' => '95d0310f7b694c35721944e681a74a241d3969ed',
'name' => '__root__',
'dev' => true,
),
Expand All @@ -16,7 +16,7 @@
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'reference' => '278589dccbd30efa093df420059c162d4a46a0c2',
'reference' => '95d0310f7b694c35721944e681a74a241d3969ed',
'dev_requirement' => false,
),
'guzzlehttp/guzzle' => array(
Expand Down Expand Up @@ -56,12 +56,12 @@
'dev_requirement' => false,
),
'noweh/twitter-api-v2-php' => array(
'pretty_version' => '3.2.0',
'version' => '3.2.0.0',
'pretty_version' => '3.4.0',
'version' => '3.4.0.0',
'type' => 'library',
'install_path' => __DIR__ . '/../noweh/twitter-api-v2-php',
'aliases' => array(),
'reference' => 'cb2f6ac2f74cfdf13e6b815564a1e6a369b6a884',
'reference' => '0831051dbfae16e6083180c69ad42673e9139d21',
'dev_requirement' => false,
),
'psr/http-client' => array(
Expand Down
Loading

0 comments on commit cc65a06

Please sign in to comment.