Skip to content

Commit fe8effe

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 93de385 commit fe8effe

File tree

2 files changed

+243
-237
lines changed

2 files changed

+243
-237
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
},
2222
"require": {
2323
"php": "^8.4.0",
24-
"laravel/framework": "v12.15",
24+
"laravel/framework": "^v12.17",
2525
"devanoxltd/tailwind-class-merge-php": "^v3.0"
2626
},
2727
"require-dev": {
28-
"laravel/pint": "v1.22",
29-
"orchestra/testbench": "v10.3",
30-
"pestphp/pest": "v3.8",
28+
"laravel/pint": "^v1.22",
29+
"orchestra/testbench": "^v10.3",
30+
"pestphp/pest": "^v3.8",
3131
"pestphp/pest-plugin-arch": "^v3.1",
3232
"phpstan/phpstan": "^2.1",
33-
"symfony/var-dumper": "v7.2"
33+
"symfony/var-dumper": "^v7.3"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)