Skip to content

Commit df0f927

Browse files
authored
Merge pull request #4 from poldixd/laravel-13-support
Laravel 13 support
2 parents 9c3322a + ada4f29 commit df0f927

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to `human-readable-time` will be documented in this file
44

5+
## 1.4.0 - 2026-02-20
6+
7+
- Added Laravel 13 Support
8+
- Updated `pestphp/pest` to 4.x
9+
510
## 1.3.0 - 2025-05-07
611

712
- Added Laravel 12 Support

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
],
1010
"require": {
1111
"php": "^8.1",
12-
"illuminate/support": "^11.0|^12.0"
12+
"illuminate/support": "^11.0|^12.0|^13.0"
1313
},
1414
"require-dev": {
15-
"orchestra/testbench": "^9.0|^10.0",
15+
"orchestra/testbench": "^9.0|^10.0|^11.0",
1616
"pestphp/pest": "^3.0",
1717
"pestphp/pest-plugin-laravel": "^3.0",
1818
"laravel/pint": "^1.22"

0 commit comments

Comments
 (0)