Skip to content

Commit

Permalink
Prepare Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Mar 3, 2024
1 parent 05ed598 commit 11d5c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This package is developed by [Stephen Damian](https://github.com/s-damian)
### Requirements

* PHP 8.0 || 8.1 || 8.2 || 8.3
* Laravel 8 || 9 || 10
* Laravel 8 || 9 || 10 || 11


## Summary
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"php": "^8.0"
},
"require-dev": {
"laravel/framework": "^8.0 || ^9.0 || ^10.0",
"laravel/framework": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"laravel/pint": "^1.0",
"phpunit/phpunit": "9.5.*",
"orchestra/testbench": "^6",
Expand Down

0 comments on commit 11d5c7f

Please sign in to comment.