From 2c4140ae65d3a24a158a1926d8dacc75819d1c9d Mon Sep 17 00:00:00 2001 From: Henrique Duarte Coelho Date: Wed, 15 Feb 2023 07:57:24 -0300 Subject: [PATCH] Laravel 10 (#408) Co-authored-by: atymic --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a320ca3..3aa7c57 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"], "license": "MIT", "type": "library", "authors": [ @@ -17,9 +17,9 @@ } ], "require": { - "php": "^7.4 || ^8.0", + "php": "^8.0", "ext-json": "*", - "illuminate/support": "6 - 9", + "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", @@ -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" },