Skip to content

Commit cc43e19

Browse files
committed
Added vdf macro
1 parent 371e18f commit cc43e19

File tree

6 files changed

+4753
-495
lines changed

6 files changed

+4753
-495
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"license": "MIT",
55
"homepage": "https://github.com/MoonlyDays/laravel-vdf",
66
"require": {
7-
"illuminate/support": "^11.10"
7+
"illuminate/support": "^11.10",
8+
"laravel/framework": "^11.15"
89
},
910
"autoload": {
1011
"psr-4": {
@@ -23,5 +24,8 @@
2324
"VDF": "MoonlyDays\\LaravelVDF\\Facade"
2425
}
2526
}
27+
},
28+
"require-dev": {
29+
"laravel/pint": "^1.16"
2630
}
2731
}

0 commit comments

Comments
 (0)