Skip to content

Commit

Permalink
add missing composer information
Browse files Browse the repository at this point in the history
  • Loading branch information
seferov committed Sep 29, 2022
1 parent 0008964 commit 3bb62df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "seferov/composer-env-script",
"description": "Composer script for handling gitignored env files",
"license": "MIT",
"autoload": {
"Seferov\\ComposerEnvScript\\": "src"
"psr-4": {
"Seferov\\ComposerEnvScript\\": "src"
}
},
"require": {
"php": "^7.4 || ^8.0",
Expand Down

0 comments on commit 3bb62df

Please sign in to comment.