Skip to content

Commit 3bb62df

Browse files
committed
add missing composer information
1 parent 0008964 commit 3bb62df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "seferov/composer-env-script",
3+
"description": "Composer script for handling gitignored env files",
4+
"license": "MIT",
35
"autoload": {
4-
"Seferov\\ComposerEnvScript\\": "src"
6+
"psr-4": {
7+
"Seferov\\ComposerEnvScript\\": "src"
8+
}
59
},
610
"require": {
711
"php": "^7.4 || ^8.0",

0 commit comments

Comments
 (0)