diff --git a/server/composer.json b/server/composer.json index 63a1dc4..651d530 100644 --- a/server/composer.json +++ b/server/composer.json @@ -35,7 +35,7 @@ "php-di/php-di": "^7.0.7", "slim/slim": "^4.14.0", "guzzlehttp/guzzle": "^7.9.2", - "abraham/twitteroauth": "^3.3.0" + "abraham/twitteroauth": "^7.0.0" }, "require-dev": { "phpunit/phpunit": "^9.5", diff --git a/server/composer.lock b/server/composer.lock index 29dc05d..7dce0de 100644 --- a/server/composer.lock +++ b/server/composer.lock @@ -4,32 +4,33 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a8effee6b8ab25f8bb5f5801ecfb5b19", + "content-hash": "c8a0a98332d0a8d82b942ded0fc8b27f", "packages": [ { "name": "abraham/twitteroauth", - "version": "3.3.0", + "version": "7.0.0", "source": { "type": "git", "url": "https://github.com/abraham/twitteroauth.git", - "reference": "2e640c1e8bb9b5dbcb2230703f97c89a852e30b5" + "reference": "a8622680f954d0c4f54fd80bedebe00c756ed7aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/2e640c1e8bb9b5dbcb2230703f97c89a852e30b5", - "reference": "2e640c1e8bb9b5dbcb2230703f97c89a852e30b5", + "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/a8622680f954d0c4f54fd80bedebe00c756ed7aa", + "reference": "a8622680f954d0c4f54fd80bedebe00c756ed7aa", "shasum": "" }, "require": { "composer/ca-bundle": "^1.2", "ext-curl": "*", - "php": "^7.4 || ^8.0 || ^8.1" + "php": "8.*" }, "require-dev": { "php-vcr/php-vcr": "^1", - "php-vcr/phpunit-testlistener-vcr": "dev-php-8", + "php-vcr/phpunit-testlistener-vcr": "dev-php8", "phpmd/phpmd": "^2", - "phpunit/phpunit": "^8 || ^9", + "phpunit/phpunit": "^9", + "rector/rector": "^0.15.7", "squizlabs/php_codesniffer": "^3" }, "type": "library", @@ -65,20 +66,20 @@ "issues": "https://github.com/abraham/twitteroauth/issues", "source": "https://github.com/abraham/twitteroauth" }, - "time": "2022-01-19T01:10:09+00:00" + "time": "2024-02-11T18:58:08+00:00" }, { "name": "composer/ca-bundle", - "version": "1.5.2", + "version": "1.5.4", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "48a792895a2b7a6ee65dd5442c299d7b835b6137" + "reference": "bc0593537a463e55cadf45fd938d23b75095b7e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/48a792895a2b7a6ee65dd5442c299d7b835b6137", - "reference": "48a792895a2b7a6ee65dd5442c299d7b835b6137", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/bc0593537a463e55cadf45fd938d23b75095b7e1", + "reference": "bc0593537a463e55cadf45fd938d23b75095b7e1", "shasum": "" }, "require": { @@ -125,7 +126,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", - "source": "https://github.com/composer/ca-bundle/tree/1.5.2" + "source": "https://github.com/composer/ca-bundle/tree/1.5.4" }, "funding": [ { @@ -141,7 +142,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T07:49:53+00:00" + "time": "2024-11-27T15:35:25+00:00" }, { "name": "guzzlehttp/guzzle", @@ -5051,5 +5052,5 @@ "platform-overrides": { "php": "8.2" }, - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.6.0" }