From f087513d5e3aa3ef1823b41ac1592b0933198d8c Mon Sep 17 00:00:00 2001 From: Henrique Duarte Coelho Date: Tue, 7 Feb 2023 19:01:13 -0300 Subject: [PATCH 1/4] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a320ca3..b0d012b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "atymic/twitter", "description": "Twitter API for PHP & Laravel", - "keywords": ["twitter", "laravel", "laravel5", "laravel6"], + "keywords": ["twitter", "laravel", "laravel5", "laravel6", "laravel7", "laravel8", "lareavel9", "laravel10"], "license": "MIT", "type": "library", "authors": [ @@ -17,9 +17,9 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.1", "ext-json": "*", - "illuminate/support": "6 - 9", + "illuminate/support": "6 - 10", "guzzlehttp/guzzle": "^6.4 || ^7.0", "psr/log": "^1.1 || ^2.0 || ^3.0", "nesbot/carbon": "^1.2 || ^2.26", @@ -32,7 +32,7 @@ "league/oauth2-client": "^2.6" }, "require-dev": { - "phpunit/phpunit": "^8.3 || ^9.1", + "phpunit/phpunit": "^8.3 || ^9.1 || ^10.0", "orchestra/testbench": "3.8 - 7", "phpspec/prophecy-phpunit": "^2.0" }, From fdaacb7f77fc0a4d1efcae26e0a77497613f07df Mon Sep 17 00:00:00 2001 From: Henrique Duarte Coelho Date: Tue, 14 Feb 2023 14:00:17 -0300 Subject: [PATCH 2/4] Update composer.json Co-authored-by: atymic --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b0d012b..d7ffd9c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "atymic/twitter", "description": "Twitter API for PHP & Laravel", - "keywords": ["twitter", "laravel", "laravel5", "laravel6", "laravel7", "laravel8", "lareavel9", "laravel10"], + "keywords": ["twitter", "laravel"], "license": "MIT", "type": "library", "authors": [ From 43cc12f21660927dffcbd6933db9f7ce973018be Mon Sep 17 00:00:00 2001 From: Henrique Duarte Coelho Date: Tue, 14 Feb 2023 14:00:24 -0300 Subject: [PATCH 3/4] Update composer.json Co-authored-by: atymic --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d7ffd9c..e7426bd 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": "^8.1", "ext-json": "*", - "illuminate/support": "6 - 10", + "illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0", "guzzlehttp/guzzle": "^6.4 || ^7.0", "psr/log": "^1.1 || ^2.0 || ^3.0", "nesbot/carbon": "^1.2 || ^2.26", From a8ad2ef8cbe4c8457085e0dd24affb1cecca476f Mon Sep 17 00:00:00 2001 From: Henrique Duarte Coelho Date: Tue, 14 Feb 2023 14:00:29 -0300 Subject: [PATCH 4/4] Update composer.json Co-authored-by: atymic --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e7426bd..3aa7c57 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.0", "ext-json": "*", "illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0", "guzzlehttp/guzzle": "^6.4 || ^7.0",