Skip to content

Commit

Permalink
Vendors have been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Shcherbin committed Sep 30, 2024
1 parent e44b204 commit 4e41f6a
Show file tree
Hide file tree
Showing 31 changed files with 236 additions and 2,144 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"require": {
"php": "^8.2",
"php": "^8.3",
"guzzlehttp/guzzle": "^7.0",
"masterminds/html5": "^2.0",
"indieweb/mention-client": "^1.2.1",
Expand Down
149 changes: 50 additions & 99 deletions composer.lock

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

13 changes: 0 additions & 13 deletions vendor/composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,6 @@
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
'PhpToken' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
'Stringable' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
'Twitter' => $vendorDir . '/dg/twitter-php/src/Twitter.php',
'TwitterException' => $vendorDir . '/dg/twitter-php/src/Twitter.php',
'Twitter_OAuthConsumer' => $vendorDir . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthDataStore' => $vendorDir . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthException' => $vendorDir . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthRequest' => $vendorDir . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthServer' => $vendorDir . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthSignatureMethod' => $vendorDir . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthSignatureMethod_HMAC_SHA1' => $vendorDir . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthSignatureMethod_PLAINTEXT' => $vendorDir . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthSignatureMethod_RSA_SHA1' => $vendorDir . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthToken' => $vendorDir . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthUtil' => $vendorDir . '/dg/twitter-php/src/OAuth.php',
'UnhandledMatchError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
'ValueError' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
);
13 changes: 0 additions & 13 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,19 +199,6 @@ class ComposerStaticInitab3e38c9bd63257d5c8ab767c7dc575e
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
'PhpToken' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/PhpToken.php',
'Stringable' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Stringable.php',
'Twitter' => __DIR__ . '/..' . '/dg/twitter-php/src/Twitter.php',
'TwitterException' => __DIR__ . '/..' . '/dg/twitter-php/src/Twitter.php',
'Twitter_OAuthConsumer' => __DIR__ . '/..' . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthDataStore' => __DIR__ . '/..' . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthException' => __DIR__ . '/..' . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthRequest' => __DIR__ . '/..' . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthServer' => __DIR__ . '/..' . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthSignatureMethod' => __DIR__ . '/..' . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthSignatureMethod_HMAC_SHA1' => __DIR__ . '/..' . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthSignatureMethod_PLAINTEXT' => __DIR__ . '/..' . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthSignatureMethod_RSA_SHA1' => __DIR__ . '/..' . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthToken' => __DIR__ . '/..' . '/dg/twitter-php/src/OAuth.php',
'Twitter_OAuthUtil' => __DIR__ . '/..' . '/dg/twitter-php/src/OAuth.php',
'UnhandledMatchError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php',
'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
);
Expand Down
Loading

0 comments on commit 4e41f6a

Please sign in to comment.