We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c3322a + ada4f29 commit df0f927Copy full SHA for df0f927
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to `human-readable-time` will be documented in this file
4
5
+## 1.4.0 - 2026-02-20
6
+
7
+- Added Laravel 13 Support
8
+- Updated `pestphp/pest` to 4.x
9
10
## 1.3.0 - 2025-05-07
11
12
- Added Laravel 12 Support
composer.json
@@ -9,10 +9,10 @@
],
"require": {
"php": "^8.1",
- "illuminate/support": "^11.0|^12.0"
+ "illuminate/support": "^11.0|^12.0|^13.0"
13
},
14
"require-dev": {
15
- "orchestra/testbench": "^9.0|^10.0",
+ "orchestra/testbench": "^9.0|^10.0|^11.0",
16
"pestphp/pest": "^3.0",
17
"pestphp/pest-plugin-laravel": "^3.0",
18
"laravel/pint": "^1.22"
0 commit comments