Skip to content

Commit 63a0b64

Browse files
committed
Create composer.json
1 parent 90ffd7c commit 63a0b64

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "marktopper/dd",
3+
"description": "`dd` is a helper method in Laravel. This package will add the `dd` to your application.",
4+
"version": "1.0",
5+
"license": "MIT",
6+
"type": "package",
7+
"authors": [
8+
{
9+
"name": "Mark Topper",
10+
"email": "[email protected]"
11+
}
12+
],
13+
"require": {
14+
"symfony/var-dumper": "*"
15+
},
16+
"autoload": {
17+
"files": ["src/helper.php"]
18+
}

0 commit comments

Comments
 (0)