We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0008964 commit 3bb62dfCopy full SHA for 3bb62df
composer.json
@@ -1,7 +1,11 @@
1
{
2
"name": "seferov/composer-env-script",
3
+ "description": "Composer script for handling gitignored env files",
4
+ "license": "MIT",
5
"autoload": {
- "Seferov\\ComposerEnvScript\\": "src"
6
+ "psr-4": {
7
+ "Seferov\\ComposerEnvScript\\": "src"
8
+ }
9
},
10
"require": {
11
"php": "^7.4 || ^8.0",
0 commit comments