Skip to content

Commit

Permalink
Laravel 10 (#408)
Browse files Browse the repository at this point in the history
Co-authored-by: atymic <atymicq@gmail.com>
  • Loading branch information
Henrique Duarte Coelho and atymic authored Feb 15, 2023
1 parent f8109db commit 2c4140a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 2c4140a

Please sign in to comment.