Skip to content

Commit

Permalink
Add support for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdheiden committed Mar 17, 2024
1 parent e692a0f commit a0c3ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=8.1",
"illuminate/support": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"laravel/pint": "^1.7",
"league/commonmark": "^2.2",
"symfony/css-selector": "^6.0",
Expand Down
2 changes: 1 addition & 1 deletion pint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"preset": "laravel",
"rules": {
"array_indentation": false,
"Laravel/laravel_phpdoc_alignment": false
"phpdoc_align": false
}
}

0 comments on commit a0c3ebb

Please sign in to comment.