Skip to content

Commit

Permalink
feat: support laravel 8 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic authored Sep 9, 2020
1 parent fb1965b commit 514c280
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
strategy:
max-parallel: 15
matrix:
laravel-version: ['5.8.*', '^6.0']
laravel-version: ['5.8.*', '^6.0', '^8.0']
stabilty: ['stable', 'lowest']
php-versions: ['7.2', '7.3']
php-versions: ['7.3', '7.4']
name: PHP ${{ matrix.php-versions }} on ${{ matrix.laravel-version }} (${{ matrix.stabilty }})
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Total Downloads](https://img.shields.io/packagist/dt/thujohn/twitter.svg?style=flat-square)](https://packagist.org/packages/thujohn/twitter)
![GitHub Release Date](https://img.shields.io/github/release-date/atymic/twitter?label=latest%20release&style=flat-square)

Twitter API for Laravel 5.5+, 6.x and 7.x
Twitter API for Laravel 5.5+, 6.x, 7.x & 8.x

You need to create an application and create your access token in the [Application Management](https://apps.twitter.com/).

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": ">7.2.5",
"illuminate/support": "~5.5 || ~6.0 || ~7.0",
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0",
"atymic/tmhoauth": "0.8.6",
"ext-json": "*"
},
Expand Down

0 comments on commit 514c280

Please sign in to comment.