Skip to content

Commit

Permalink
Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksleight committed Mar 28, 2024
1 parent 4316eb4 commit 1941987
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.0 (2024-03-28)

- [new] Laravel 11 and PHP 8.3 support

## 0.2.0 (2023-03-04)

- [new] Laravel 10 and PHP 8.2 support
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
},
"require": {
"php": "^7.4|^8.0|^8.1|^8.2",
"laravel/framework": "^8.0|^9.0|^10.0"
"php": "^7.4|^8.0|^8.1|^8.2|^8.3",
"laravel/framework": "^8.0|^9.0|^10.0|^11.0"
}
}

0 comments on commit 1941987

Please sign in to comment.