Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
reliq committed Mar 5, 2024
1 parent 8c0a623 commit fbb317d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ jobs:
fail-fast: false
matrix:
laravel-version: [ '^6.0', '^7.0', '^8.0', '^9.0' ]
php-version: [ '7.4', '8.0' ]
php-version: [ '7.4', '8.0', '8.1']
exclude:
- laravel-version: ^6.0
php-version: 8.0
- laravel-version: ^7.0
php-version: 8.0
- laravel-version: ^6.0
php-version: 8.1
- laravel-version: ^7.0
php-version: 8.1
- laravel-version: ^9.0
php-version: 7.4
name: PHP ${{ matrix.php-version }} on Laravel ${{ matrix.laravel-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ the [Application Management](https://apps.twitter.com/).
## Installation

```
composer require atymic/twitter
composer require atymic/twitter:^3.0 -W
```

## Laravel Configuration
Expand Down

0 comments on commit fbb317d

Please sign in to comment.