Skip to content

Commit 76bdc76

Browse files
committed
Create composer.json
1 parent c8575a5 commit 76bdc76

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "larapack/attribute-manipulation",
3+
"description": "Allows multiple traits to manipulate with the attributes of an Eloquent Model.",
4+
"keywords": ["package", "laravel", "larapack"],
5+
"license": "MIT",
6+
"type": "package",
7+
"autoload": {
8+
"psr-4": {
9+
"": "src/"
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)