Skip to content

Commit

Permalink
Laravel 11 + PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony BOTALLA committed Jul 10, 2024
1 parent 2a548e4 commit 6247ce5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ This package gives an interface to launch custom artisan commands and watch thei

## Requirements

* PHP >= 8.1
* Laravel Framework >= 9.0 | >= 10.0

* PHP >= 8.2
* Laravel Framework >= 10.0
*
> **NOTE**: These instructions are for Laravel >= 10.0 and PHP >= 8.2 If you are using prior version, please
> see the [previous version's docs](https://github.com/novius/laravel-artisan-streamed/tree/1.x).
### Configuration

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"license": "AGPL-3.0-or-later",
"require": {
"php": ">=8.1",
"laravel/framework": "^9.0|^10.0"
"php": ">=8.2",
"laravel/framework": "^10.0|^11.0"
},
"require-dev": {
"laravel/pint": "^1.7"
Expand Down

0 comments on commit 6247ce5

Please sign in to comment.