Skip to content

Commit 46fb52c

Browse files
committed
Add "laravel/helpers" to composer.json
1 parent d5d559b commit 46fb52c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
],
1212
"require": {
1313
"php": "^8.0",
14-
"ext-pdo": "*"
14+
"ext-pdo": "*",
15+
"laravel/helpers": "^1.5"
1516
},
1617
"autoload": {
1718
"psr-4": {

0 commit comments

Comments
 (0)