Skip to content

Commit 401f02c

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 4519ddd commit 401f02c

File tree

3 files changed

+1224
-963
lines changed

3 files changed

+1224
-963
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
## v5.7.0 (2025-11-26)
7+
### Updated
8+
- Update package dependencies
9+
10+
## v5.6.0 (2025-07-31)
11+
### Updated
12+
- Update package dependencies
13+
14+
## v5.5.0 (2025-06-07)
15+
### Updated
16+
- Update package dependencies
17+
18+
## v5.4.0 (2025-05-21)
19+
### Updated
20+
- Update package dependencies
621

722
## v5.3.0 (2025-05-15)
823
### Added

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
},
2222
"require": {
2323
"php": "^8.4.0",
24-
"laravel/framework": "^v12.21",
24+
"laravel/framework": "^v12.40",
2525
"devanoxltd/tailwind-class-merge-php": "^v3.2"
2626
},
2727
"require-dev": {
28-
"laravel/pint": "^v1.24",
29-
"orchestra/testbench": "^v10.4",
30-
"pestphp/pest": "^v3.8",
31-
"pestphp/pest-plugin-arch": "^v3.1",
28+
"laravel/pint": "^v1.26",
29+
"orchestra/testbench": "^v10.8",
30+
"pestphp/pest": "^4.1",
31+
"pestphp/pest-plugin-arch": "^4.0",
3232
"phpstan/phpstan": "^2.1",
3333
"symfony/var-dumper": "^v7.3"
3434
},

0 commit comments

Comments
 (0)