Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from larapack/develop
Browse files Browse the repository at this point in the history
Create composer.json
  • Loading branch information
marktopper committed Dec 11, 2015
2 parents d2dcb19 + a4308b1 commit 9aee210
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/config-writer",
"description": "Save changes to the configuration file in script.",
"keywords": ["package", "laravel", "larapack", "config", "writer", "save"],
"license": "MIT",
"type": "package",
"autoload": {
"psr-4": {
"": "src/"
}
}
}

0 comments on commit 9aee210

Please sign in to comment.