Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marktopper committed Nov 27, 2015
1 parent c8575a5 commit 76bdc76
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "larapack/attribute-manipulation",
"description": "Allows multiple traits to manipulate with the attributes of an Eloquent Model.",
"keywords": ["package", "laravel", "larapack"],
"license": "MIT",
"type": "package",
"autoload": {
"psr-4": {
"": "src/"
}
}
}

0 comments on commit 76bdc76

Please sign in to comment.