We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b886f commit 59d15a9Copy full SHA for 59d15a9
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to `laravel-sitemappable` will be documented in this file
4
5
+## 1.7.0 - 2024-03-13
6
+- Support Laravel 11
7
+
8
## 1.6.0 - 2023-11-24
9
- Support PHP 8.3
10
composer.json
@@ -21,7 +21,7 @@
21
},
22
"require-dev": {
23
"orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
24
- "phpunit/phpunit": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
+ "phpunit/phpunit": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
25
26
"autoload": {
27
"psr-4": {
0 commit comments