diff --git a/.phpunit.cache/test-results b/.phpunit.cache/test-results index 8b782be..9d67334 100644 --- a/.phpunit.cache/test-results +++ b/.phpunit.cache/test-results @@ -1 +1 @@ -{"version":1,"defects":{"TrelloCli\\Test\\ClientTest::testThatGetBoardsCallsTheBoardsEndPointForMe":5,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#Standard name check":5,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#Casing changes, but board returned":5,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#No match":5},"times":{"TrelloCli\\Test\\ClientTest::testThatGetBoardsCallsTheBoardsEndPointForMe":0.009,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#Standard name check":0,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#Casing changes, but board returned":0,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#No match":0,"TrelloCli\\Test\\ClientTest::testThatGetCardsCallsTheBoardsEndPointGivenTheBoardId":0,"TrelloCli\\Test\\ClientTest::testThatGetCardChecklistCallsTheCardChecklistEndPointWithCardId":0,"TrelloCli\\Test\\ClientTest::testThatGetCardActionsCallsTheCardActionsEndPointWithCardId":0,"TrelloCli\\Test\\ClientTest::testThatGetCardMembersCallsTheCardMembersEndPointWithCardId":0,"TrelloCli\\Test\\ClientTest::testThatGetListsCallsTheBoardsEndPointGivenTheBoardId":0,"TrelloCli\\Test\\ClientTest::testThatGetMeberCallsTheMembersEndPointGivenTheMeberId":0,"TrelloCli\\Test\\ClientTest::testGetHttpClient":0.005,"TrelloCli\\Test\\Command\\BurndownCommandTest::testConfigure":0.002,"TrelloCli\\Test\\Command\\JsonExportBoardCommandTest::testConfigure":0,"TrelloCli\\Test\\Command\\LabelCardsCommandTest::testConfigure":0,"TrelloCli\\Test\\Command\\ListBoardsCommandTest::testConfigure":0,"TrelloCli\\Test\\Command\\ListBoardsCommandTest::testExecuteCanRenderWhatWeWant":0.004,"TrelloCli\\Test\\Command\\ListCardsCommandTest::testConfigure":0,"TrelloCli\\Test\\Command\\ListPeopleCommandTest::testConfigure":0,"TrelloCli\\Test\\Command\\SortCommandTest::testConfigure":0,"TrelloCli\\Test\\Config\\AdapterTest::testTheDefaultIsEnvironment":0,"TrelloCli\\Test\\Config\\AdapterTest::testTheDefaultIsAnEmptyConfigFile":0,"TrelloCli\\Test\\Config\\EnvironmentTest::testWeCanGetConfigFromTheEnvironment":0,"TrelloCli\\Test\\ConfigTest::testSettersAndGetters":0,"TrelloCli\\Test\\Filter\\IgnoreLabelTest::testWeCanFilterCardsIfTheyHaveACertainLabel":0,"TrelloCli\\Test\\Filter\\LabelTest::testWeCanFilterCardsIfTheyHaveACertainLabel":0,"TrelloCli\\Test\\Sorter\\DateCreatedTest::testWeOrderByDateCreated":0}} \ No newline at end of file +{"version":1,"defects":{"TrelloCli\\Test\\ClientTest::testThatGetBoardsCallsTheBoardsEndPointForMe":5,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#Standard name check":5,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#Casing changes, but board returned":5,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#No match":5},"times":{"TrelloCli\\Test\\ClientTest::testThatGetBoardsCallsTheBoardsEndPointForMe":0.007,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#Standard name check":0,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#Casing changes, but board returned":0,"TrelloCli\\Test\\ClientTest::testThatGetBoardByNameCallsReturnsTheBoardIfTheNameMatches#No match":0,"TrelloCli\\Test\\ClientTest::testThatGetCardsCallsTheBoardsEndPointGivenTheBoardId":0,"TrelloCli\\Test\\ClientTest::testThatGetCardChecklistCallsTheCardChecklistEndPointWithCardId":0,"TrelloCli\\Test\\ClientTest::testThatGetCardActionsCallsTheCardActionsEndPointWithCardId":0,"TrelloCli\\Test\\ClientTest::testThatGetCardMembersCallsTheCardMembersEndPointWithCardId":0,"TrelloCli\\Test\\ClientTest::testThatGetListsCallsTheBoardsEndPointGivenTheBoardId":0,"TrelloCli\\Test\\ClientTest::testThatGetMeberCallsTheMembersEndPointGivenTheMeberId":0,"TrelloCli\\Test\\ClientTest::testGetHttpClient":0.002,"TrelloCli\\Test\\Command\\BurndownCommandTest::testConfigure":0.001,"TrelloCli\\Test\\Command\\JsonExportBoardCommandTest::testConfigure":0,"TrelloCli\\Test\\Command\\LabelCardsCommandTest::testConfigure":0,"TrelloCli\\Test\\Command\\ListBoardsCommandTest::testConfigure":0,"TrelloCli\\Test\\Command\\ListBoardsCommandTest::testExecuteCanRenderWhatWeWant":0.002,"TrelloCli\\Test\\Command\\ListCardsCommandTest::testConfigure":0,"TrelloCli\\Test\\Command\\ListPeopleCommandTest::testConfigure":0,"TrelloCli\\Test\\Command\\SortCommandTest::testConfigure":0,"TrelloCli\\Test\\Config\\AdapterTest::testTheDefaultIsEnvironment":0,"TrelloCli\\Test\\Config\\AdapterTest::testTheDefaultIsAnEmptyConfigFile":0,"TrelloCli\\Test\\Config\\EnvironmentTest::testWeCanGetConfigFromTheEnvironment":0,"TrelloCli\\Test\\ConfigTest::testSettersAndGetters":0,"TrelloCli\\Test\\Filter\\IgnoreLabelTest::testWeCanFilterCardsIfTheyHaveACertainLabel":0,"TrelloCli\\Test\\Filter\\LabelTest::testWeCanFilterCardsIfTheyHaveACertainLabel":0,"TrelloCli\\Test\\Sorter\\DateCreatedTest::testWeOrderByDateCreated":0}} \ No newline at end of file diff --git a/composer.json b/composer.json index 448f48b..9754a41 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Small Trello CLI application for creating sprint boards based and management tools", "require": { "symfony/console": "^6.1", - "guzzlehttp/guzzle": "7.7.*" + "guzzlehttp/guzzle": "^7.8" }, "require-dev": { "phpunit/phpunit": "^11", diff --git a/composer.lock b/composer.lock index 96aff82..5d683fa 100644 --- a/composer.lock +++ b/composer.lock @@ -4,26 +4,26 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a479f429bea19d9c274865e35ba11470", + "content-hash": "ec978b53ffede63e79fdff2981008263", "packages": [ { "name": "guzzlehttp/guzzle", - "version": "7.7.1", + "version": "7.8.1", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "085b026db54d4b5012f727c80c9958e8b8cbc454" + "reference": "41042bc7ab002487b876a0683fc8dce04ddce104" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/085b026db54d4b5012f727c80c9958e8b8cbc454", - "reference": "085b026db54d4b5012f727c80c9958e8b8cbc454", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104", + "reference": "41042bc7ab002487b876a0683fc8dce04ddce104", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.5.3 || ^2.0", - "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", + "guzzlehttp/promises": "^1.5.3 || ^2.0.1", + "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" @@ -32,11 +32,11 @@ "psr/http-client-implementation": "1.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.1", + "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", "php-http/message-factory": "^1.1", - "phpunit/phpunit": "^8.5.29 || ^9.5.23", + "phpunit/phpunit": "^8.5.36 || ^9.6.15", "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { @@ -114,7 +114,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.7.1" + "source": "https://github.com/guzzle/guzzle/tree/7.8.1" }, "funding": [ { @@ -130,7 +130,7 @@ "type": "tidelift" } ], - "time": "2023-08-27T10:02:06+00:00" + "time": "2023-12-03T20:35:24+00:00" }, { "name": "guzzlehttp/promises",