Skip to content

Commit

Permalink
update PHP requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Jan 17, 2022
1 parent a0bceac commit bc68431
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ __('stream.shared-photos', [
]); // jrmajor added 2 new photos to his stream.
```

You may install it via Composer: `composer require jrmajor/laravel-fluent`. It requires PHP 8.0 and Laravel 8.0 or higher.
You may install it via Composer: `composer require jrmajor/laravel-fluent`. It supports Laravel 8.0 and 9.0.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"homepage": "https://github.com/jrmajor/laravel-fluent",
"require": {
"php": "^8.0",
"php": "~8.0.0 || ~8.1.0",
"jrmajor/fluent": "v0.3.0",
"laravel/framework": "^8.0 || ^9.0"
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc68431

Please sign in to comment.