Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from beyondcode/laravel-update
Browse files Browse the repository at this point in the history
v3.0.0
  • Loading branch information
mechelon authored Dec 17, 2022
2 parents 0657fb1 + 425251a commit 268a8e4
Show file tree
Hide file tree
Showing 7 changed files with 1,283 additions and 1,294 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.0]
laravel: [8.*]
php: [8.0, 8.1]
laravel: [8.*, 9.*]
stability: [prefer-stable]
include:
- laravel: 8.*
testbench: ^6.6
- laravel: 9.*
testbench: ^7.0

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Laravel Prose Linter helps you to polish the texts of your Laravel applicati
For installation instructions and usage and examples, please take a look at the [official documentation](https://beyondco.de/docs/laravel-prose-linter/).

### System Requirements
This package requires PHP 8.0 or higher.
This package requires PHP 8.0 or higher and Laravel 8 or higher.

### Security

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^8.0",
"symfony/finder": "^4.0|^5.0"
"illuminate/support": "^8.0|^9.0",
"symfony/finder": "^4.0|^5.0|^6.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit 268a8e4

Please sign in to comment.