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

Commit 9aee210

Browse files
committed
Merge pull request #1 from larapack/develop
Create composer.json
2 parents d2dcb19 + a4308b1 commit 9aee210

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

composer.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "larapack/config-writer",
3+
"description": "Save changes to the configuration file in script.",
4+
"keywords": ["package", "laravel", "larapack", "config", "writer", "save"],
5+
"license": "MIT",
6+
"type": "package",
7+
"autoload": {
8+
"psr-4": {
9+
"": "src/"
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)