Skip to content

Commit fd3c3ce

Browse files
authored
Update README.md
[ci-skip]
1 parent 1c2cfdd commit fd3c3ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Laravel Task Runner
22

3-
A package to write Shell scripts like Blade Components and run them locally or on a remote server. Support for running tasks in the background and test assertions. Built upon the [Process feature](https://laravel.com/docs/10.x/processes) in Laravel 10.
3+
A package to write Shell scripts like Blade Components and run them locally or on a remote server. Support for running tasks in the background and test assertions. Built upon the [Process feature](https://laravel.com/docs/10.x/processes) in Laravel.
44

55
[![Latest Version on Packagist](https://img.shields.io/packagist/v/protonemedia/laravel-task-runner.svg?style=flat-square)](https://packagist.org/packages/protonemedia/laravel-task-runner)
66
[![run-tests](https://github.com/protonemedia/laravel-task-runner/actions/workflows/run-tests.yml/badge.svg)](https://github.com/protonemedia/laravel-task-runner/actions/workflows/run-tests.yml)
@@ -15,7 +15,7 @@ A package to write Shell scripts like Blade Components and run them locally or o
1515

1616
## Installation
1717

18-
This package requires Laravel 10 and PHP 8.2 or higher. You can install the package via composer:
18+
This package requires Laravel 11 and PHP 8.2 or higher. You can install the package via composer:
1919

2020
```bash
2121
composer require protonemedia/laravel-task-runner

0 commit comments

Comments
 (0)